Revision a3b397b4fffb799d25658defafd962f0fb3e9fe0 authored by Linus Torvalds on 25 September 2021, 23:20:34 UTC, committed by Linus Torvalds on 25 September 2021, 23:20:34 UTC
Merge misc fixes from Andrew Morton:
 "16 patches.

  Subsystems affected by this patch series: xtensa, sh, ocfs2, scripts,
  lib, and mm (memory-failure, kasan, damon, shmem, tools, pagecache,
  debug, and pagemap)"

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  mm: fix uninitialized use in overcommit_policy_handler
  mm/memory_failure: fix the missing pte_unmap() call
  kasan: always respect CONFIG_KASAN_STACK
  sh: pgtable-3level: fix cast to pointer from integer of different size
  mm/debug: sync up latest migrate_reason to migrate_reason_names
  mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
  mm: fs: invalidate bh_lrus for only cold path
  lib/zlib_inflate/inffast: check config in C to avoid unused function warning
  tools/vm/page-types: remove dependency on opt_file for idle page tracking
  scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' error
  ocfs2: drop acl cache for directories too
  mm/shmem.c: fix judgment error in shmem_is_huge()
  xtensa: increase size of gcc stack frame check
  mm/damon: don't use strnlen() with known-bogus source length
  kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS
  mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()
2 parent s bb19237 + bcbda81
History
File Mode Size
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 530 bytes
espintcp.c -rw-r--r-- 12.6 KB
xfrm_algo.c -rw-r--r-- 13.9 KB
xfrm_compat.c -rw-r--r-- 19.2 KB
xfrm_device.c -rw-r--r-- 9.7 KB
xfrm_hash.c -rw-r--r-- 803 bytes
xfrm_hash.h -rw-r--r-- 4.6 KB
xfrm_inout.h -rw-r--r-- 1.8 KB
xfrm_input.c -rw-r--r-- 18.8 KB
xfrm_interface.c -rw-r--r-- 22.7 KB
xfrm_ipcomp.c -rw-r--r-- 7.4 KB
xfrm_output.c -rw-r--r-- 20.6 KB
xfrm_policy.c -rw-r--r-- 105.6 KB
xfrm_proc.c -rw-r--r-- 2.8 KB
xfrm_replay.c -rw-r--r-- 18.5 KB
xfrm_state.c -rw-r--r-- 67.9 KB
xfrm_sysctl.c -rw-r--r-- 1.9 KB
xfrm_user.c -rw-r--r-- 82.9 KB

back to top