This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 133d9c53c9dc Merge tag 'x86_vdso_for_v5.17_rc1' of git://git.kernel.org [...] new 5abb065dca73 notifier: Return an error when a callback has already been [...] new 5ba13c1c4d84 Merge tag 'core_core_for_v5.17_rc1' of git://git.kernel.or [...] new 7ad639840acf thread_info: Add helpers to snapshot thread flags new dca99fb643a2 x86: Snapshot thread flags new 6ce895128b3b entry: Snapshot thread flags new 0569b245132c sched: Snapshot thread flags new 7fb2b24bb5c5 alpha: Snapshot thread flags new 050e22bfc4f4 ARM: Snapshot thread flags new 342b38087865 arm64: Snapshot thread flags new e538c5849143 microblaze: Snapshot thread flags new 4ea7ce0a79b9 openrisc: Snapshot thread flags new 08b0af5b2aff powerpc: Avoid discarding flags in system_call_exception() new 985faa78687d powerpc: Snapshot thread flags new 48a60bdb2be8 Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.o [...] new 0b746e8c1e1e x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDAC new b3218ae47771 x86/amd_nb, EDAC/amd64: Move DF Indirect Read to AMD64 EDAC new 448c3d6085b7 EDAC/amd64: Allow for DF Indirect Broadcast reads new 70aeb807cf86 EDAC/amd64: Add context struct new 2322b532ad90 x86/mce: Get rid of cpu_missing new e48d008bd13e x86/mce/inject: Check if a bank is populated before injecting new 1e56279a4916 x86/mce/inject: Set the valid bit in MCA_STATUS before err [...] new cd5e0d1fc93a x86/mce: Do not use memset to clear the banks bitmaps new ad669ec16afe x86/mce: Remove function-local cpus variables new 88f66a423537 x86/mce: Use mce_rdmsrl() in severity checking code new 487d654db3ed x86/mce: Remove noinstr annotation from mce_setup() new 4fbce464db81 x86/mce: Allow instrumentation during task work queueing new 0a5b288e85bb x86/mce: Prevent severity computation from being instrumented new 3c7ce80a818f x86/mce: Mark mce_panic() noinstr new b4813539d37f x86/mce: Mark mce_end() noinstr new db6c996d6ce4 x86/mce: Mark mce_read_aux() noinstr new 75581a203e63 x86/mce: Move the tainting outside of the noinstr region new edb3d07e2403 x86/mce: Mark mce_timed_out() noinstr new e3d72e8eee53 x86/mce: Mark mce_start() noinstr new 1acd85feba81 x86/mce: Check regs before accessing it new 5176a93ab27a x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types new 91f75eb481cf x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank ty [...] new de768416b203 x86/mce/inject: Avoid out-of-bounds write when setting flags new 3376136300a0 x86/mce: Reduce number of machine checks taken during recovery new 7e740ae63504 Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org [...] new bd1d6da17c29 EDAC/synopsys: Use the quirk for version instead of ddr version new f7824ded4149 EDAC/synopsys: Add support for version 3 of the Synopsys EDAC DDR new f6bc0d8bc2c5 EDAC/synopsys: Enable the driver on Intel's N5X platform new a9e6b3819b36 dt-bindings: memory: Add entry for version 3.80a new ad2c302bc604 EDAC/sifive: Fix non-kernel-doc comment new b011a57e41cc RAS/CEC: Remove a repeated 'an' in a comment new 567617baac2a EDAC/sb_edac: Remove redundant initialization of variable rc new f95711242390 EDAC: Add RDDR5 and LRDDR5 memory types new e2be5955a886 EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh [...] new 0b8bf9cb142d EDAC/amd64: Add support for family 19h, models 50h-5fh new da0119a9123c Merge branches 'edac-misc' and 'edac-amd64' into edac-upda [...] new ff8be964208e Merge tag 'edac_updates_for_v5.17_rc1' of git://git.kernel [...]
The 51 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: .../memory-controllers/synopsys,ddrc-ecc.yaml | 1 + arch/alpha/kernel/signal.c | 2 +- arch/arm/kernel/signal.c | 2 +- arch/arm/mm/alignment.c | 2 +- arch/arm64/kernel/entry-common.c | 2 +- arch/arm64/kernel/ptrace.c | 4 +- arch/arm64/kernel/signal.c | 2 +- arch/arm64/kernel/syscall.c | 4 +- arch/microblaze/kernel/signal.c | 2 +- arch/openrisc/kernel/signal.c | 2 +- arch/powerpc/kernel/interrupt.c | 15 +- arch/powerpc/kernel/ptrace/ptrace.c | 3 +- arch/x86/include/asm/amd_nb.h | 1 - arch/x86/include/asm/mce.h | 28 +- arch/x86/kernel/amd_nb.c | 49 +--- arch/x86/kernel/cpu/mce/amd.c | 280 ++++--------------- arch/x86/kernel/cpu/mce/core.c | 149 +++++++--- arch/x86/kernel/cpu/mce/inject.c | 46 ++- arch/x86/kernel/cpu/mce/internal.h | 2 + arch/x86/kernel/cpu/mce/severity.c | 41 ++- arch/x86/kernel/process.c | 8 +- arch/x86/kernel/process.h | 4 +- arch/x86/lib/copy_user_64.S | 9 + arch/x86/mm/tlb.c | 2 +- drivers/edac/Kconfig | 2 +- drivers/edac/amd64_edac.c | 311 ++++++++++++++++++++- drivers/edac/amd64_edac.h | 8 +- drivers/edac/edac_mc.c | 2 + drivers/edac/mce_amd.c | 146 ++++++++-- drivers/edac/sb_edac.c | 2 +- drivers/edac/sifive_edac.c | 2 +- drivers/edac/synopsys_edac.c | 52 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 +- drivers/ras/cec.c | 2 +- include/linux/edac.h | 6 + include/linux/entry-kvm.h | 2 +- include/linux/thread_info.h | 14 + kernel/entry/common.c | 4 +- kernel/entry/kvm.c | 4 +- kernel/notifier.c | 15 +- kernel/sched/core.c | 2 +- 41 files changed, 805 insertions(+), 431 deletions(-)