This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ee3f96b16468 Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/lin [...] new d0566564d483 regulator: max597x: Fix error return code in max597x_get_status new 80d2c29e09e6 regulator: core: Use ktime_get_boottime() to determine how [...] new fd7ee8de984e Merge tag 'regulator-fix-v6.3' of git://git.kernel.org/pub [...] new 152ac60677aa spi: cadence-quadspi: Fix cancel the indirect read mask new 078a5517d223 spi: spi-sn-f-ospi: fix duplicate flag while assigning to [...] new f7482d8285b6 spi: tegra210-quad: set half duplex flag new 047ee71ae4f4 spi: tegra210-quad: Fix validate combined sequence new 2449d436681d spi: tegra210-quad: Fix iterator outside loop new 093b2dc4024a Merge tag 'spi-fix-v6.3' of git://git.kernel.org/pub/scm/l [...] new e8b812b3e515 driver core: bus: Handle early calls to bus_to_subsys() new 6309872413f1 driver core: fw_devlink: Avoid spurious error message new 0c058fb94ae0 driver core: fw_devlink: Print full path and name of fwnode new 7c2bc4ed278e Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/ [...] new ddf75a86aba2 auxdisplay: hd44780: Fix potential memory leak in hd44780_ [...] new 6972633c58fd Merge tag 'auxdisplay-6.3' of https://github.com/ojeda/linux new 3da73f102309 objtool: Fix memory leak in create_static_call_sections() new 03d7a1053cf7 objtool: Check that module init/exit function is an indire [...] new bdb8bf7d56af objtool: Install libsubcmd in build new 8c4526ca6a45 objtool: Properly support make V=1 new cd955bdd6aa5 objtool: Fix HOSTCC flag usage new d93ee0553cf2 objtool: Make struct entries[] static and const new cfd66e81799f objtool: Make struct check_options static new 8045b8f0b17e objtool: Allocate multiple structures with calloc() new 21a899f9fc78 objtool: Optimize layout of struct symbol new a20717aca33b objtool: Optimize layout of struct special_alt new ffb1b4a41016 x86/unwind/orc: Add 'signal' field to ORC metadata new 37064583f63e x86/entry: Fix unwinding from kprobe on PUSH/POP instruction new 585a78c1f77b Merge branch 'linus' into objtool/core, to pick up Xen dep [...] new 20a554638dd2 objtool: Change arch_decode_instruction() signature new 3ee88df1b063 objtool: Make instruction::stack_ops a single-linked list new d54066546121 objtool: Make instruction::alts a single-linked list new 8b2de412158e objtool: Shrink instruction::{type,visited} new 0932dbe1f568 objtool: Remove instruction::reloc new c6f5dc28fb3d objtool: Union instruction::{call_dest,jump_table} new a706bb08c81a objtool: Fix overlapping alternatives new 6ea17e848a8b x86: Fix FILL_RETURN_BUFFER new 1c34496e5856 objtool: Remove instruction::list new 00c8f01c4e84 objtool: Fix ORC 'signal' propagation new 857f1268a591 Merge tag 'objtool-core-2023-03-02' of git://git.kernel.or [...] new dd8314739a1f MIPS: Remove DMA_PERDEV_COHERENT new fea8826d5fdc MIPS: smp-cps: Don't rely on CP0_CMGCRBASE new 5ae7e037de56 MIPS: cevt-r4k: Offset the value used to clear compare interrupt new f2b95d7a9fa4 mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK new 27fd82726995 mips: ralink: make SOC_MT7621 select PINCTRL new 79f76e574c36 mips: dts: ralink: mt7621: rename watchdog node from 'wdt' [...] new 70f864d10847 mips: dts: ralink: mt7621: add phandle to system controlle [...] new 1a2c73f4834d MIPS: Workaround clang inline compat branch issue new 04a357b1f6f0 Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/lin [...]
The 48 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/mips/Kconfig | 10 +- arch/mips/boot/dts/ralink/mt7621.dtsi | 3 +- arch/mips/include/asm/asm.h | 2 +- arch/mips/include/asm/smp-cps.h | 4 + arch/mips/kernel/cevt-r4k.c | 4 +- arch/mips/kernel/cps-vec.S | 35 ++- arch/mips/kernel/smp-cps.c | 2 + arch/mips/ralink/Kconfig | 2 +- arch/x86/entry/entry_64.S | 9 +- arch/x86/include/asm/nospec-branch.h | 2 +- arch/x86/include/asm/orc_types.h | 4 +- arch/x86/include/asm/unwind_hints.h | 10 +- arch/x86/kernel/unwind_orc.c | 5 +- drivers/auxdisplay/hd44780.c | 2 + drivers/base/bus.c | 2 +- drivers/base/core.c | 12 +- drivers/regulator/core.c | 6 +- drivers/regulator/max597x-regulator.c | 2 +- drivers/spi/spi-cadence-quadspi.c | 2 +- drivers/spi/spi-sn-f-ospi.c | 2 +- drivers/spi/spi-tegra210-quad.c | 15 +- include/linux/objtool.h | 11 +- tools/arch/x86/include/asm/orc_types.h | 4 +- tools/include/linux/objtool.h | 11 +- tools/objtool/.gitignore | 1 + tools/objtool/Build | 2 - tools/objtool/Documentation/objtool.txt | 8 + tools/objtool/Makefile | 66 ++++-- tools/objtool/arch/powerpc/decode.c | 22 +- tools/objtool/arch/x86/decode.c | 107 +++++---- tools/objtool/builtin-check.c | 2 +- tools/objtool/check.c | 375 ++++++++++++++++++++------------ tools/objtool/elf.c | 42 ++-- tools/objtool/include/objtool/arch.h | 6 +- tools/objtool/include/objtool/builtin.h | 2 - tools/objtool/include/objtool/cfi.h | 1 + tools/objtool/include/objtool/check.h | 61 +++--- tools/objtool/include/objtool/elf.h | 9 +- tools/objtool/include/objtool/objtool.h | 1 - tools/objtool/include/objtool/special.h | 2 +- tools/objtool/objtool.c | 1 - tools/objtool/orc_dump.c | 4 +- tools/objtool/orc_gen.c | 1 + tools/objtool/special.c | 6 +- 44 files changed, 511 insertions(+), 369 deletions(-)