Ubuntu-focal-kernel/mm
Al Viro fae1c8a9c6 memcg_write_event_control(): fix a user-triggerable oops
BugLink: https://bugs.launchpad.net/bugs/2080595

commit 046667c4d3196938e992fba0dfcde570aa85cd0e upstream.

we are *not* guaranteed that anything past the terminating NUL
is mapped (let alone initialized with anything sane).

Fixes: 0dea116876 ("cgroup: implement eventfd-based generic API for notifications")
Cc: stable@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:22 +02:00
..
kasan panic: Consolidate open-coded panic_on_warn checks 2023-03-21 10:09:01 +01:00
Kconfig mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING 2021-01-20 14:25:12 +01:00
Kconfig.debug mm, page_owner, debug_pagealloc: save and dump freeing stack trace 2019-09-24 15:54:08 -07:00
Makefile
backing-dev.c mm: bdi: initialize bdi_min_ratio when bdi is unregistered 2022-02-03 18:57:49 +01:00
balloon_compaction.c
cleancache.c
cma.c mm/cma: use nth_page() in place of direct struct page manipulation 2024-02-02 14:13:10 +01:00
cma.h
cma_debug.c
compaction.c mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations 2024-06-07 15:01:39 +02:00
debug.c
debug_page_ref.c
dmapool.c mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 2019-07-12 11:05:46 -07:00
early_ioremap.c
fadvise.c
failslab.c
filemap.c mm: allow a controlled amount of unfairness in the page lock 2023-10-30 11:42:02 +01:00
frame_vector.c v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails 2023-02-01 15:21:48 +01:00
frontswap.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
gup.c mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page 2023-02-01 15:22:01 +01:00
gup_benchmark.c
highmem.c
hmm.c
huge_memory.c mm/thp: check and bail out if page in deferred queue already 2023-05-12 17:15:11 +02:00
hugetlb.c mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page 2023-02-01 15:22:01 +01:00
hugetlb_cgroup.c
hwpoison-inject.c hwpoison-inject: no need to check return value of debugfs_create functions 2019-06-03 15:39:40 +02:00
init-mm.c
internal.h mm/thp: fix vma_address() if virtual address below file offset 2021-08-13 09:44:27 +02:00
interval_tree.c
khugepaged.c mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma 2023-03-21 10:08:56 +01:00
kmemleak-test.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 2019-06-05 17:37:06 +02:00
kmemleak.c Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()" 2022-11-24 10:27:44 +01:00
ksm.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
list_lru.c mm: list_lru: set shrinker map bit when child nr_items is not zero 2021-01-20 14:25:02 +01:00
maccess.c
madvise.c mm: fix madivse_pageout mishandling on non-LRU page 2022-11-24 10:29:04 +01:00
memblock.c Revert "mm: Always release pages to the buddy allocator in memblock_free_late()." 2023-04-18 17:21:04 +02:00
memcontrol.c memcg_write_event_control(): fix a user-triggerable oops 2024-09-27 10:50:22 +02:00
memfd.c memfd: fix F_SEAL_WRITE after shmem huge page allocated 2022-05-20 15:17:31 +02:00
memory-failure.c mm/memory-failure: fix an incorrect use of tail pages 2024-06-07 15:01:37 +02:00
memory.c x86/mm/pat: fix VM_PAT handling in COW mappings 2024-06-07 15:01:42 +02:00
memory_hotplug.c mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range() 2021-10-12 16:31:43 -06:00
mempolicy.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
mempool.c
memremap.c
memtest.c memtest: use {READ,WRITE}_ONCE in memory scanning 2024-06-07 15:01:35 +02:00
migrate.c mm/migrate: set swap entry values of THP tail pages properly. 2024-06-07 15:01:37 +02:00
mincore.c
mlock.c
mm_init.c
mmap.c mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() 2022-11-24 10:28:21 +01:00
mmu_context.c mm: fix kthread_use_mm() vs TLB invalidate 2020-09-16 05:15:01 -04:00
mmu_gather.c mm/khugepaged: fix GUP-fast interaction by sending IPI 2023-02-01 15:21:52 +01:00
mmu_notifier.c
mmzone.c arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL 2022-07-11 16:39:53 +02:00
mprotect.c
mremap.c mm/mremap: hold the rmap lock in write mode when moving page table entries. 2022-10-17 15:00:11 +02:00
msync.c mm: untag user pointers passed to memory syscalls 2019-09-25 17:51:41 -07:00
nommu.c
oom_kill.c oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup 2022-06-22 14:50:52 +02:00
page-writeback.c mm: avoid overflows in dirty throttling logic 2024-09-27 10:50:17 +02:00
page_alloc.c mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations 2024-06-07 15:01:39 +02:00
page_counter.c mm/page_counter.c: fix protection usage propagation 2020-09-04 16:29:45 -03:00
page_ext.c
page_idle.c mm/page_idle.c: skip offline pages 2020-12-10 12:03:33 +01:00
page_io.c mm: fix unexpected zeroed page mapping with zram swap 2022-07-11 16:39:44 +02:00
page_isolation.c mm/memory_hotplug: drain per-cpu pages again during memory offline 2020-11-09 14:47:00 +01:00
page_owner.c mm/page_owner: change split_page_owner to take a count 2020-11-09 14:49:00 +01:00
page_poison.c
page_vma_mapped.c mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() 2021-08-13 09:44:30 +02:00
pagewalk.c mm: pagewalk: Fix race between unmap and page walker 2022-11-24 10:29:15 +01:00
percpu-internal.h percpu: convert chunk hints to be based on pcpu_block_md 2019-03-13 12:25:31 -07:00
percpu-km.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 2019-06-05 17:37:16 +02:00
percpu-stats.c
percpu-vm.c
percpu.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
pgtable-generic.c mm/thp: fix __split_huge_pmd_locked() on shmem migration entry 2021-08-13 09:44:26 +02:00
prfile.c UBUNTU: SAUCE: Update aufs to 5.4.3 20200302 2020-04-08 07:45:10 -05:00
process_vm_access.c
readahead.c vfs: fix readahead(2) on block devices 2024-02-02 14:13:01 +01:00
rmap.c mm/rmap.c: don't reuse anon_vma if we just want a copy 2022-11-23 16:34:53 -03:00
rodata_test.c
shmem.c tmpfs: verify {g,u}id mount options correctly 2023-10-30 11:42:07 +01:00
shuffle.c mm/shuffle: don't move pages between zones and don't read garbage memmaps 2020-09-16 05:15:01 -04:00
shuffle.h
slab.c
slab.h mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag 2022-01-13 18:43:04 +01:00
slab_common.c usercopy: mark dma-kmalloc caches as usercopy caches 2022-01-13 18:41:38 +01:00
slob.c
slub.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
sparse-vmemmap.c
sparse.c mm/sparse: add the missing sparse_buffer_fini() in error branch 2021-05-26 15:39:25 +02:00
swap.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
swap_cgroup.c
swap_slots.c
swap_state.c mm/swap_state: fix a data race in swapin_nr_pages 2020-11-09 14:47:54 +01:00
swapfile.c mm: swap: fix race between free_swap_and_cache() and swapoff() 2024-09-27 10:50:08 +02:00
truncate.c mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() 2021-08-13 09:44:27 +02:00
usercopy.c mm/usercopy: return 1 from hardened_usercopy __setup() handler 2022-05-20 15:19:37 +02:00
userfaultfd.c userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb 2024-04-26 10:54:05 +02:00
util.c random: move randomize_page() into mm where it belongs 2022-08-26 11:10:33 +02:00
vmacache.c
vmalloc.c mm/vunmap: add cond_resched() in vunmap_pmd_range 2020-09-16 05:15:01 -04:00
vmpressure.c
vmscan.c mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations 2024-06-07 15:01:39 +02:00
vmstat.c arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL 2022-07-11 16:39:53 +02:00
workingset.c
z3fold.c mm/z3fold: fix potential memory leak in z3fold_destroy_pool() 2021-08-13 09:46:25 +02:00
zbud.c
zpool.c
zsmalloc.c zsmalloc: fix races between asynchronous zspage free and page migration 2022-08-26 11:07:02 +02:00
zswap.c