linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [hardening?] [mm?] BUG: bad usercopy in vfs_readlink
 2025-02-04 15:58 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Guaranteed CMA
 2025-02-04 15:56 UTC  (9+ messages)

[PATCH v13 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-04 15:46 UTC  (16+ messages)
` [PATCH v13 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v13 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v13 3/8] mm: rust: add vm_insert_page
` [PATCH v13 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v13 5/8] mm: rust: add mmput_async support
` [PATCH v13 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v13 7/8] rust: miscdevice: add mmap support
` [PATCH v13 8/8] task: rust: rework how current is accessed

[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in shmem_add_to_page_cache
 2025-02-04 15:34 UTC 

[PATCH 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-02-04 15:33 UTC  (18+ messages)
` [PATCH 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux

[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in xas_create
 2025-02-04 15:33 UTC 

[RFC][PATCH 0/2] sched: Extended Scheduler Time Slice revisited
 2025-02-04 15:30 UTC  (15+ messages)
` [RFC][PATCH 1/2] sched: Extended scheduler time slice

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-04 14:50 UTC  (31+ messages)
` [PATCH 1/6] rust: types: Add Ownable/Owned types
` [PATCH 2/6] rust: page: Convert to Ownable
` [PATCH 3/6] rust: page: Make with_page_mapped() and with_pointer_into_page() public
` [PATCH 4/6] rust: addr: Add a module to declare core address types
` [PATCH 5/6] rust: page: Add physical address conversion functions

[RFC 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
 2025-02-04 14:29 UTC  (14+ messages)

[RFC v8 0/5] fix two bugs related to page_pool
 2025-02-04 14:23 UTC  (4+ messages)
` [RFC v8 3/5] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v3 0/6] reduce tasklist_lock hold time on exit and do some
 2025-02-04 12:12 UTC  (21+ messages)
` [PATCH v3 1/6] exit: perform add_device_randomness() without tasklist_lock
` [PATCH v3 2/6] exit: hoist get_pid() in release_task() outside of tasklist_lock
` [PATCH v3 3/6] exit: postpone tty_kref_put() until after tasklist_lock is dropped
` [PATCH v3 5/6] pid: perform free_pid() calls outside of tasklist_lock

[LSF/MM/BPF TOPIC] Integrate Swap Cache, Swap Maps with Swap Allocator
 2025-02-04 11:44 UTC 

[PATCH 0/4] slab, rcu: move and consolidate TINY_RCU kvfree_rcu() to SLAB
 2025-02-04 11:41 UTC  (9+ messages)
` [PATCH 1/4] slab, rcu: move TINY_RCU variant of "
` [PATCH 2/4] rcu: remove trace_rcu_kvfree_callback
` [PATCH 3/4] rcu, slab: use a regular callback function for kvfree_rcu
` [PATCH 4/4] slab: don't batch kvfree_rcu() with SLUB_TINY

[PATCH v3 0/4] mm: batched unmap lazyfree large folios during reclamation
 2025-02-04 11:38 UTC  (3+ messages)
` [PATCH v3 3/4] mm: Support batched unmap for "

[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-02-04 10:58 UTC  (15+ messages)
` [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()

[PATCH 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-04 10:19 UTC  (11+ messages)
` [PATCH 2/3] mm: provide mapping_wrprotect_page() function
` [PATCH 3/3] fb_defio: do not use deprecated page->mapping, index fields

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-04 10:01 UTC  (3+ messages)

[PATCH v8 3/5] x86/pkeys: Update PKRU to enable all pkeys before XSAVE
 2025-02-04 10:01 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Restricting or migrating unmovable kernel allocations from slow tier
 2025-02-04  9:59 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] KSM Enhancements: Selective KSM
 2025-02-04  9:44 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Enabling Smart Data Stream Accelerator Support for Linux
 2025-02-04  7:59 UTC  (7+ messages)
` [Lsf-pc] "

[PATCH v4] Weighted Interleave Auto-tuning
 2025-02-04  7:50 UTC  (2+ messages)

[PATCHv4 00/17] zsmalloc/zram: there be preemption
 2025-02-04  6:59 UTC  (18+ messages)
` [PATCHv4 01/17] zram: switch to non-atomic entry locking
` [PATCHv4 02/17] zram: do not use per-CPU compression streams
` [PATCHv4 14/17] zsmalloc: make zspage lock preemptible

[PATCH 0/2 v8] add ioctl/sysfs to donate file-backed pages
 2025-02-04  5:49 UTC 

[syzbot] [mm?] KASAN: slab-use-after-free Read in folio_evictable (3)
 2025-02-04  4:58 UTC  (2+ messages)

[Hypervisor Live Update] Notes from January 27, 2025
 2025-02-04  4:00 UTC 

LSF/MM + BPF ATTEND - Topic 3 for discussion
 2025-02-04  2:44 UTC 

LSF/MM + BPF ATTEND - Topic 2 for discussion
 2025-02-04  2:05 UTC 

[PATCH 00/20] Add support for shared PTEs across processes
 2025-02-04  1:52 UTC  (3+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem

[PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim
 2025-02-04  0:47 UTC  (3+ messages)

[PATCH v2 1/3] mm: avoid extra mem_alloc_profiling_enabled() checks
 2025-02-04  0:46 UTC  (6+ messages)
` [PATCH v2 2/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator
` [PATCH v2 3/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocator

[PATCH v4 0/6] mm/damon: add support for hugepages
 2025-02-03 22:55 UTC  (7+ messages)
` [PATCH v4 1/6] mm/damon: have damon_get_folio return folio even for tail pages
` [PATCH v4 2/6] mm/damon/paddr: use damon_get_folio_in_region to obtain folio
` [PATCH v4 3/6] mm/damon/sysfs-schemes: add files for setting damos_filter->folio_size
` [PATCH v4 4/6] mm/damon: introduce DAMOS filter type hugepage
` [PATCH v4 5/6] Docs/ABI/damon: document DAMOS sysfs files to set the min/max folio_size
` [PATCH v4 6/6] Docs/admin-guide/mm/damon/usage: Document hugepage filter type

[PATCH v8 00/19] fanotify: add pre-content hooks
 2025-02-03 22:04 UTC  (13+ messages)
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
  ` [REGRESSION] "

[syzbot] [mm?] kernel BUG in alloc_hugetlb_folio_reserve
 2025-02-03 19:25 UTC  (4+ messages)

[PATCH 0/2] vmalloc: Introduce vmap_file()
 2025-02-03 19:23 UTC  (6+ messages)
` [PATCH 1/2] mm/vmalloc: "

[PATCH v2 0/6] Account page tables at all levels
 2025-02-03 19:15 UTC  (2+ messages)

[Invitation] Linux MM Alignment Session on ASI on Wednesday
 2025-02-03 19:00 UTC 

[linux-next:master] BUILD REGRESSION 00f3246adeeacbda0bd0b303604e46eb59c32e6e
 2025-02-03 17:26 UTC 

[PATCH v4] Weighted Interleave Auto-tuning
 2025-02-03 15:38 UTC  (3+ messages)

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-02-03 14:26 UTC  (2+ messages)

[PATCH 0/5] fs/buffer: strack reduction on async read
 2025-02-03 14:00 UTC  (7+ messages)

[PATCH] mm: Fix clang W=1 compiler warnings
 2025-02-03 13:32 UTC  (2+ messages)

[PATCH] s390: Remove PageDirty check inside mk_pte()
 2025-02-03 13:03 UTC  (4+ messages)

[PATCH] alpha: Fix personality flag propagation across an exec
 2025-02-03 11:55 UTC  (12+ messages)
          ` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
                  ` [PATCH v2] "

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-03 11:29 UTC  (4+ messages)
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping

[RFC PATCH v2 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-03 10:54 UTC  (3+ messages)

[RFC PATCH 0/8] pkeys-based cred hardening
 2025-02-03 10:28 UTC  (9+ messages)
` [RFC PATCH 1/8] arm64: kpkeys: Avoid unnecessary writes to POR_EL1
` [RFC PATCH 2/8] mm: kpkeys: Introduce unrestricted level
` [RFC PATCH 3/8] slab: Introduce SLAB_SET_PKEY
` [RFC PATCH 4/8] rcu: Allow processing kpkeys-protected data
` [RFC PATCH 5/8] mm: kpkeys: Introduce cred pkey/level
` [RFC PATCH 6/8] cred: Protect live struct cred with kpkeys
` [RFC PATCH 7/8] fs: Protect creds installed by override_creds()
` [RFC PATCH 8/8] mm: Add basic tests for kpkeys_hardened_cred

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-02-03 10:18 UTC  (16+ messages)
` [RFC PATCH v3 01/15] mm: Introduce kpkeys
` [RFC PATCH v3 02/15] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v3 03/15] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v3 04/15] arm64: Introduce por_set_pkey_perms() helper
` [RFC PATCH v3 05/15] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v3 06/15] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v3 07/15] arm64: Enable kpkeys
` [RFC PATCH v3 08/15] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v3 09/15] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v3 10/15] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v3 11/15] mm: Map page tables with privileged pkey
` [RFC PATCH v3 12/15] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v3 13/15] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v3 14/15] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v3 15/15] mm: Add basic tests for kpkeys_hardened_pgtables

[LSF/MM/BPF TOPIC] HugeTLB generic pagewalk
 2025-02-03 10:10 UTC  (3+ messages)

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-02-03  9:25 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox