This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ca7e1fd1026c Merge tag 'linux-kselftest-5.6-rc3' of git://git.kernel.or [...] new ff5ac61ee83c x86/ima: use correct identifier for SetupMode variable new 3be54d558c75 efi: Only print errors about failing to get certs if EFI v [...] new 6a30e1b1dcad crypto: rename sm3-256 to sm3 in hash_algo_name new 5780b9abd530 ima: add sm3 algorithm to hash algorithm configuration list new ebe7acadf5a9 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...] new 63fb9623427f ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake() new 595abbaff5db y2038: remove ktime to/from timespec/timeval conversion new 412c53a680a9 y2038: remove unused time32 interfaces new c766d1472c70 y2038: hide timeval/timespec/itimerval/itimerspec types new edf28f4061af Revert "ipc,sem: remove uneeded sem_undo_list lock usage i [...] new 467d12f5c784 include/uapi/linux/swab.h: fix userspace breakage, use __B [...] new 9e69fa46275b selftests/vm: add missed tests in run_vmtests new ef0c08192ac0 get_maintainer: remove uses of P: for maintainer name new 0ef82fcefb99 scripts/get_maintainer.pl: deprioritize old Fixes: addresses new fed98ef4d8b6 mm/swapfile.c: fix a comment in sys_swapon() new 75866af62b43 mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() new c11d3fa0116a lib/string.c: update match_string() doc-strings with corre [...] new 76073c646f5f mm/vmscan.c: don't round up scan size for online memory cgroup new 18e19f195cd8 mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM new 305e519ce48e lib/stackdepot.c: fix global out-of-bounds in stack_slabs new bb8d00ff51a0 MAINTAINERS: use tabs for SAFESETID new b0dd1eb220c0 Merge branch 'akpm' (patches from Andrew)
The 22 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: MAINTAINERS | 8 +- arch/x86/kernel/ima_arch.c | 6 +- crypto/hash_info.c | 2 +- drivers/acpi/acpica/evevent.c | 45 ++++++++ drivers/acpi/sleep.c | 7 ++ include/acpi/acpixf.h | 1 + include/linux/compat.h | 29 ----- include/linux/ktime.h | 37 ------- include/linux/time32.h | 154 +------------------------- include/linux/timekeeping32.h | 32 ------ include/linux/types.h | 5 - include/uapi/asm-generic/posix_types.h | 2 + include/uapi/linux/swab.h | 4 +- include/uapi/linux/time.h | 22 ++-- ipc/sem.c | 6 +- kernel/compat.c | 64 ----------- kernel/time/time.c | 43 ------- lib/stackdepot.c | 8 +- lib/string.c | 16 +++ mm/memcontrol.c | 4 +- mm/sparse.c | 2 +- mm/swapfile.c | 2 +- mm/vmscan.c | 9 +- scripts/get_maintainer.pl | 32 +----- security/integrity/ima/Kconfig | 5 + security/integrity/platform_certs/load_uefi.c | 40 ++++--- tools/testing/selftests/vm/run_vmtests | 33 ++++++ 27 files changed, 180 insertions(+), 438 deletions(-)