linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-12 19:50 UTC  (3+ messages)
` [BISECTED] "
  ` INFO: [BISECTED] "

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-12 19:44 UTC  (33+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 31/51] cpuidle,nospec: "
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-12 19:23 UTC  (8+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "

[LSF/MM/BPF TOPIC] tracing mapped pages for quicker boot performance
 2023-01-12 18:21 UTC 

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-12 18:12 UTC  (4+ messages)

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-12 18:06 UTC  (13+ messages)
` [PATCH 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [PATCH 19/46] hugetlb: add HGM support for follow_hugetlb_page
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range

[PATCH] shmem: Convert shmem_write_end() to use a folio
 2023-01-12 17:40 UTC  (2+ messages)

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-12 16:57 UTC  (9+ messages)

[PATCH 0/6 v2] Discard __GFP_ATOMIC
 2023-01-12 16:42 UTC  (24+ messages)
` [PATCH 1/7] mm/page_alloc: Rename ALLOC_HIGH to ALLOC_MIN_RESERVE
` [PATCH 2/7] mm/page_alloc: Treat RT tasks similar to __GFP_HIGH
` [PATCH 3/7] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
` [PATCH 5/7] mm/page_alloc.c: Allow __GFP_NOFAIL requests deeper access to reserves
` [PATCH 6/7] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations "
` [PATCH 7/7] mm: discard __GFP_ATOMIC

[RFC v3 0/4] move PG_slab flag to page_type
 2023-01-12 16:27 UTC  (3+ messages)
` [RFC v3 2/4] mm: "

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-12 15:53 UTC  (12+ messages)
` [RFC PATCH bpf-next v2 01/11] mm: percpu: count memcg relevant memory only when kmemcg is enabled
` [RFC PATCH bpf-next v2 02/11] mm: percpu: introduce percpu_size()
` [RFC PATCH bpf-next v2 03/11] mm: slab: rename obj_full_size()
` [RFC PATCH bpf-next v2 04/11] mm: slab: introduce ksize_full()
` [RFC PATCH bpf-next v2 05/11] mm: vmalloc: introduce vsize()
` [RFC PATCH bpf-next v2 06/11] mm: util: introduce kvsize()
` [RFC PATCH bpf-next v2 07/11] bpf: introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [RFC PATCH bpf-next v2 08/11] bpf: use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next v2 09/11] bpf: use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next v2 10/11] bpf: add and use bpf map free helpers
` [RFC PATCH bpf-next v2 11/11] bpf: introduce bpf memory statistics

[PATCH v3 00/26] Split netmem from struct page
 2023-01-12 15:36 UTC  (9+ messages)
` [PATCH v3 05/26] page_pool: Start using netmem in allocation path
` [PATCH v3 17/26] page_pool: Convert page_pool_return_skb_page() to use netmem

[PATCH v2] mm/page_ext: Do not allocate space for page_ext->flags if not needed
 2023-01-12 15:33 UTC 

[linux-next:master] BUILD REGRESSION 0a093b2893c711d82622a9ab27da4f1172821336
 2023-01-12 15:31 UTC 

[PATCH -next] mm: madvise: use vm_normal_folio() in madvise_free_pte_range()
 2023-01-12 13:16 UTC  (2+ messages)

[syzbot] [tmpfs?] kernel BUG in folio_flags
 2023-01-12 13:05 UTC  (2+ messages)

[PATCH 00/28] Get rid of tail page fields
 2023-01-12 12:40 UTC  (4+ messages)
` [PATCH 01/28] mm: Remove folio_pincount_ptr() and head_compound_pincount()

[PATCH v4 0/5] update mlock to use folios
 2023-01-12 12:39 UTC  (6+ messages)
` [PATCH v4 1/5] mm: pagevec: add folio_batch_reinit()
` [PATCH v4 2/5] mm: mlock: use folios and a folio batch internally
` [PATCH v4 3/5] m68k/mm/motorola: specify pmd_page() type
` [PATCH v4 4/5] mm: mlock: update the interface to use folios
` [PATCH v4 5/5] Documentation/mm: Update references to __m[un]lock_page() to *_folio()

[PATCH v3 0/5] update mlock to use folios
 2023-01-12 12:01 UTC  (13+ messages)
` [PATCH v3 1/5] mm: pagevec: add folio_batch_reinit()
` [PATCH v3 2/5] mm: mlock: use folios and a folio batch internally
` [PATCH v3 3/5] m68k/mm/motorola: specify pmd_page() type
` [PATCH v3 4/5] mm: mlock: update the interface to use folios
` [PATCH v3 5/5] Documentation/mm: Update references to __m[un]lock_page() to *_folio()

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-01-12 11:59 UTC  (7+ messages)
` [PATCHv8 02/14] mm: Add "

[linux-next:pending-fixes] BUILD SUCCESS 92d2cb7167c6691c65a3c379d7e564f03b56d080
 2023-01-12 11:54 UTC 

[PATCH] kmsan: silence -Wmissing-prototypes warnings
 2023-01-12 11:34 UTC  (2+ messages)

[PATCH v8 00/16] TDX host kernel support
 2023-01-12 11:33 UTC  (22+ messages)
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v8 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-12 11:12 UTC  (9+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()

[PATCH 0/4] Track exported dma-buffers with memcg
 2023-01-12 10:25 UTC  (8+ messages)

[PATCH v2 0/2] docs/mm: start filling out new structure
 2023-01-12  9:40 UTC  (10+ messages)
` [PATCH v2 1/2] docs/mm: Page Reclaim: add page label to allow external references
` [PATCH v2 2/2] docs/mm: Physical Memory: add structure, introduction and nodes description

[PATCH v3 0/3] docs/mm: start filling out new structure
 2023-01-12  9:16 UTC  (4+ messages)
` [PATCH v3 1/3] docs/core-api: DMA API: add page label to allow external references
` [PATCH v3 2/3] docs/mm: Page Reclaim: "
` [PATCH v3 3/3] docs/mm: Physical Memory: add structure, introduction and nodes description

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-12  8:49 UTC  (12+ messages)

[PATCH v3 18/26] page_pool: Allow page_pool_recycle_direct() to take a netmem or a page
 2023-01-12  8:45 UTC  (4+ messages)

[PATCH 00/11] Remove AS_EIO and AS_ENOSPC
 2023-01-12  8:31 UTC  (4+ messages)
` [PATCH 01/11] memory-failure: Remove comment referencing AS_EIO

[PATCH -next 0/7] mm: remove cgroup_throttle_swaprate() completely
 2023-01-12  8:30 UTC  (8+ messages)
` [PATCH -next 1/7] mm: huge_memory: make __do_huge_pmd_anonymous_page() to take a folio
` [PATCH -next 2/7] mm: memory: convert do_anonymous_page() to use "
` [PATCH -next 3/7] mm: memory: convert do_cow_fault to use folios
` [PATCH -next 4/7] mm: memory: convert page_copy_prealloc() to use a folio
` [PATCH -next 5/7] mm: memory: convert wp_page_copy() to use folios
` [PATCH -next 6/7] mm: memory: use folio_throttle_swaprate() in do_swap_page()
` [PATCH -next 7/7] mm: swap: remove unneeded cgroup_throttle_swaprate()

remove write_one_page / folio_write_one
 2023-01-12  8:02 UTC  (7+ messages)

[PATCH v5 0/9] iov_iter: Add extraction helpers
 2023-01-12  7:55 UTC  (3+ messages)
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator

[PATCH -v2 0/9] migrate_pages(): batch TLB flushing
 2023-01-12  7:17 UTC  (6+ messages)

[PATCHv2 0/4] zsmalloc: make zspage chain size configurable
 2023-01-12  7:14 UTC  (4+ messages)
` [PATCHv2 3/4] "
    ` [PATCH] zsmalloc: turn chain size config option into UL constant

[akpm-mm:mm-unstable 262/266] mm/zsmalloc.c:224:28: error: variably modified 'size_class' at file scope
 2023-01-12  5:32 UTC  (2+ messages)

[PATCH] mm/page_ext: Do not allocate space for page_ext->flags if not needed
 2023-01-12  3:17 UTC  (2+ messages)

[RFC PATCH 0/2] mm: multi-gen LRU: working set extensions
 2023-01-12  1:50 UTC  (5+ messages)

[QUESTION] Linux memory model: control dependency with bitfield
 2023-01-12  0:15 UTC  (7+ messages)

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-11 23:53 UTC  (8+ messages)
` [PATCH v5 2/3] cachestat: implement cachestat syscall

[PATCH 4/4] tracing: Allow boot instances to have snapshot buffers
 2023-01-11 23:45 UTC  (4+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-11 23:18 UTC  (4+ messages)
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH] Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warning
 2023-01-11 23:13 UTC  (2+ messages)

[PATCH 0/5] Some small improvements for compaction
 2023-01-11 21:51 UTC  (7+ messages)
` [PATCH 1/5] mm: compaction: Remove redundant VM_BUG_ON() in compact_zone()

[PATCH 00/41] Per-VMA locks
 2023-01-11 21:23 UTC  (19+ messages)
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions

[Regression] Bug 216911 - get_unmapped_area returns addresses below mmap_min_addr
 2023-01-11 20:16 UTC  (4+ messages)

[PATCH] maple_tree: Fix mas_empty_area_rev() lower bound validation
 2023-01-11 20:02 UTC 

[PATCH] zsmalloc: fix a race with deferred_handles storing
 2023-01-11 19:56 UTC  (2+ messages)

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2023-01-11 18:00 UTC  (5+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2023-01-11 17:07 UTC  (8+ messages)
` [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies

[linux-next:master] BUILD REGRESSION c9e9cdd8bdcc3e1ea330d49ea587ec71884dd0f5
 2023-01-11 15:44 UTC 

page:  |  | latest

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