This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c1649ec55708 Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/lin [...] new d52fec86a465 LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcap new 2959fce7fdb7 LoongArch: Use common function sign_extend64() new 3200983fa8e2 LoongArch: Simplify larch_insn_gen_xxx implementation new e2f27392275c LoongArch: Adjust PC value when unwind next frame in unwinder new 429a9671f235 LoongArch: Get frame info in unwind_start() when regs is n [...] new 5bb8d34449c4 LoongArch: Use correct sp value to get graph addr in stack [...] new c5ac25e0d78a LoongArch: Strip guess unwinder out from prologue unwinder new dc74a9e8a8c5 LoongArch: Add generic ex-handler unwind in prologue unwinder new 84bd7e08a79a Merge tag 'loongarch-fixes-6.2-1' of git://git.kernel.org/ [...] new 6acd87d50998 erofs/zmap.c: Fix incorrect offset calculation new 12724ba38992 erofs: fix kvcalloc() misuse with __GFP_NOFAIL new b22c7b97189d erofs: add documentation for 'domain_id' mount option new e02ac3e7329f erofs: clean up parsing of fscache related options new 5fbad44dddf5 Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/ [...] new eef034ac6690 affs: initialize fsdata in affs_truncate() new 7026172bc334 Merge tag 'affs-for-6.2-tag' of git://git.kernel.org/pub/s [...] new b3d40c3ec3dc HID: intel_ish-hid: Add check for ishtp_dma_tx_map new 2a33ad4a0ba5 HID: amd_sfh: Fix warning unwind goto new b12fece4c648 HID: check empty report_list in hid_validate_values() new c7bf714f8755 HID: check empty report_list in bigben_probe() new cbf44580ce6b HID: revert CHERRY_MOUSE_000C quirk new febb2c0d7c69 HID: uclogic: Add support for XP-PEN Deco 01 V2 new 74cb485f68eb HID: playstation: sanity check DualShock4 calibration data. new ccf1e1626d37 HID: playstation: sanity check DualSense calibration data. new 3782c0d6edf6 HID: betop: check shape of output reports new 7287904c8771 Merge tag 'for-linus-2023011801' of git://git.kernel.org/p [...]
The 26 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: Documentation/filesystems/erofs.rst | 2 + arch/loongarch/include/asm/ftrace.h | 2 - arch/loongarch/include/asm/inst.h | 9 +- arch/loongarch/include/asm/unwind.h | 41 ++++- arch/loongarch/kernel/Makefile | 2 +- arch/loongarch/kernel/alternative.c | 6 +- arch/loongarch/kernel/cpu-probe.c | 2 +- arch/loongarch/kernel/genex.S | 3 + arch/loongarch/kernel/inst.c | 45 +---- arch/loongarch/kernel/process.c | 12 +- arch/loongarch/kernel/traps.c | 3 - arch/loongarch/kernel/unwind.c | 32 ++++ arch/loongarch/kernel/unwind_guess.c | 49 +---- arch/loongarch/kernel/unwind_prologue.c | 252 ++++++++++++++++---------- arch/loongarch/mm/tlb.c | 2 +- drivers/hid/amd-sfh-hid/amd_sfh_client.c | 2 +- drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 2 +- drivers/hid/hid-betopff.c | 17 +- drivers/hid/hid-bigbenff.c | 5 + drivers/hid/hid-core.c | 4 +- drivers/hid/hid-ids.h | 2 +- drivers/hid/hid-playstation.c | 63 +++++++ drivers/hid/hid-quirks.c | 1 - drivers/hid/hid-uclogic-core.c | 2 + drivers/hid/hid-uclogic-params.c | 2 + drivers/hid/intel-ish-hid/ishtp/dma-if.c | 10 + fs/affs/file.c | 2 +- fs/erofs/super.c | 13 +- fs/erofs/zdata.c | 12 +- fs/erofs/zmap.c | 10 +- 30 files changed, 365 insertions(+), 244 deletions(-) create mode 100644 arch/loongarch/kernel/unwind.c