This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from eb555cb5b794 Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba. [...] new 2b1299322016 x86/speculation: Add RSB VM Exit protections new ba6e31af2be9 x86/speculation: Add LFENCE to RSB fill sequence new 5318b987fe9f Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm [...] new 3c2bf1735016 m68k: coldfire/device.c: protect FLEXCAN blocks new 90ebf501262d m68k: coldfire: make symbol m523x_clk_lookup static new 472e68df4a5e m68k: Fix syntax errors in comments new 15886321a426 Merge tag 'm68knommu-for-v5.20' of git://git.kernel.org/pu [...] new 28e1a8f4b0ff memblock: avoid some repeat when add new range new 946dccb35d74 memblock tests: Makefile: add arguments to control verbosity new 76586c00e74d memblock tests: add verbose output to memblock tests new c55b31a124a6 memblock tests: set memblock_debug to enable memblock_dbg( [...] new fe833b4edc59 memblock tests: remove completed TODO items new 06c8580aa23d memblock tests: change build options to run-time options new 0a7e91528202 memblock tests: fix compilation errors new 04d9490986d1 memblock test: Modify the obsolete description in README new b8dcef877ab5 Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub [...] new 2b3416ceff5e fs: add mode_strip_sgid() helper new ac6800e279a2 fs: Add missing umask strip in vfs_tmpfile new 1639a49ccdce fs: move S_ISGID stripping into the vfs_*() helpers new 5fadbd992996 ceph: rely on vfs for setgid stripping new 426b4ca2d6a5 Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm [...]
The 21 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/admin-guide/hw-vuln/spectre.rst | 8 + arch/m68k/coldfire/device.c | 6 +- arch/m68k/coldfire/intc-2.c | 2 +- arch/m68k/coldfire/m523x.c | 2 +- arch/x86/include/asm/cpufeatures.h | 2 + arch/x86/include/asm/msr-index.h | 4 + arch/x86/include/asm/nospec-branch.h | 21 +- arch/x86/kernel/cpu/bugs.c | 86 ++++-- arch/x86/kernel/cpu/common.c | 12 +- arch/x86/kvm/vmx/vmenter.S | 8 +- fs/ceph/file.c | 4 - fs/inode.c | 34 ++- fs/namei.c | 80 +++++- fs/ocfs2/namei.c | 1 + include/linux/fs.h | 2 + mm/memblock.c | 11 + tools/arch/x86/include/asm/cpufeatures.h | 1 + tools/arch/x86/include/asm/msr-index.h | 4 + tools/testing/memblock/Makefile | 3 +- tools/testing/memblock/README | 17 +- tools/testing/memblock/TODO | 14 +- tools/testing/memblock/internal.h | 11 + tools/testing/memblock/linux/memory_hotplug.h | 8 +- tools/testing/memblock/main.c | 2 + tools/testing/memblock/scripts/Makefile.include | 10 +- tools/testing/memblock/tests/alloc_api.c | 225 ++++++++++----- tools/testing/memblock/tests/alloc_helpers_api.c | 129 ++++++--- tools/testing/memblock/tests/alloc_nid_api.c | 351 +++++++++++++++-------- tools/testing/memblock/tests/basic_api.c | 337 +++++++++++++++------- tools/testing/memblock/tests/common.c | 118 ++++++++ tools/testing/memblock/tests/common.h | 54 ++++ 31 files changed, 1143 insertions(+), 424 deletions(-)