linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 19:16:30 to 2021-08-29 08:33:04 UTC [more...]

[linux-stable-rc:linux-5.10.y 3189/3969] net/qrtr/ns.c:669:13: warning: stack frame size (2096) exceeds limit (2048) in function 'qrtr_ns_worker'
 2021-08-29  8:32 UTC 

[RFC PATCH 0/4] mm/page_alloc: cache pte-mapped allocations
 2021-08-29  7:06 UTC  (7+ messages)
` [RFC PATCH 4/4] x86/mm: write protect (most) page tables

[PATCH] mm, gpu: fix error when FOLL_MLOCK an unpresent page
 2021-08-29  1:19 UTC 

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-08-28 22:06 UTC  (17+ messages)
` [PATCH v8 1/3] mm: rearrange madvise code to allow for reuse
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v8 3/3] mm: add anonymous vma name refcounting

[BUG] potential hugetlb css refcounting issues
 2021-08-28 19:37 UTC  (2+ messages)

[PATCH] dmaengine: ptdma: remove PT_OFFSET to avoid redefnition
 2021-08-28 19:28 UTC 

Discontiguous folios/pagesets
 2021-08-28 19:27 UTC  (2+ messages)

[linux-next:master 3881/10945] kernel/kcsan/kcsan_test.c:945:17: warning: 'atomic_thread_fence' is not supported with '-fsanitize=thread'
 2021-08-28 19:26 UTC 

[linux-next:master 8450/10945] include/linux/eventpoll.h:81:13: sparse: sparse: cast from restricted __poll_t
 2021-08-28 10:57 UTC 

[linux-next:master 8408/10945] include/linux/fortify-string.h:25:29: warning: argument 1 null where non-null expected
 2021-08-28 10:14 UTC 

[linux-next:master 9440/10945] net/mac80211/s1g.c:107:23: warning: taking address of packed member 'req_type' of class or structure 'ieee80211_twt_params' may result in an unaligned pointer value
 2021-08-28  8:03 UTC 

[PATCH] Don't block writes to swap-files with ETXTBSY
 2021-08-28  7:10 UTC  (4+ messages)

[PATCH v1 0/2] Do some code cleanups related to mm
 2021-08-28  5:25 UTC  (4+ messages)
` [PATCH v1 1/2] mm: introduce pmd_install() helper
` [PATCH v1 2/2] mm: remove redundant smp_wmb()

[GIT PULL] Memory folios for v5.15
 2021-08-28  3:29 UTC  (36+ messages)

[PATCH v2] mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled
 2021-08-28  1:04 UTC 

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-08-27 23:04 UTC  (8+ messages)

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-27 22:28 UTC  (11+ messages)

[BUG] potential hugetlb css refcounting issues
 2021-08-27 22:22 UTC 

[linux-next:master 9487/10945] arch/um/drivers/vector_kern.c:1519:18: error: initialization of 'int (*)(struct net_device *, struct ethtool_coalesce *, struct kernel_ethtool_coalesce *, struct netlink_ext_ack *)' from incompatible pointer type 'int (*)(struct net_device *, struct ethto
 2021-08-27 21:29 UTC 

[linux-next:master 8900/10945] drivers/gpio/gpio-virtio.c:58:19: sparse: sparse: incorrect type in assignment (different base types)
 2021-08-27 21:19 UTC 

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-27 20:31 UTC  (26+ messages)
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 29/38] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-27 20:25 UTC  (20+ messages)
` [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v29 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-08-27 18:34 UTC  (19+ messages)
` [PATCH v4 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v4 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v4 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v4 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v4 05/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v4 06/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v4 07/14] device-dax: compound devmap support
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v4 09/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v4 10/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v4 11/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v4 12/14] mm/sparse-vmemmap: populate compound devmaps
` [PATCH v4 13/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v4 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[PATCH] mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled
 2021-08-27 17:45 UTC  (3+ messages)

[linux-next:master 10616/10945] drivers/dma/ptdma/ptdma.h:31: warning: "PT_OFFSET" redefined
 2021-08-27 17:30 UTC 

[PATCH] mm,vmscan: fix divide by zero in get_scan_count
 2021-08-27 16:28 UTC  (2+ messages)

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-27 15:58 UTC  (17+ messages)

[PATCH] mm/damon/vaddr: Safely walk page table
 2021-08-27 15:04 UTC 

[linux-next:master 8586/10945] drivers/platform/x86/intel/punit_ipc.c:311:36: warning: unused variable 'punit_ipc_acpi_ids'
 2021-08-27 14:22 UTC 

[linux-next:master 9903/10945] drivers/dma/loongson1-dma.c:434:28: error: no member named 'slave_map' in 'struct plat_ls1x_dma'
 2021-08-27 14:07 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d92736edf4981cf1afe908d1524876086543a5f6
 2021-08-27 11:41 UTC 

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-08-27 11:26 UTC  (9+ messages)
` [PATCH v1 02/14] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-08-27 11:06 UTC  (6+ messages)
` [PATCH v34 05/13] mm/damon: Implement primitives for the virtual memory address spaces

[PATCH v2 0/6] netfs, afs, ceph: Support folios, at least partially
 2021-08-27  9:44 UTC  (7+ messages)
` [PATCH v2 1/6] afs: Fix afs_launder_page() to set correct start file position
` [PATCH v2 2/6] afs: Sort out symlink reading
` [PATCH v2 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v2 4/6] folio: Add a function to get the host inode for "
` [PATCH v2 5/6] netfs, afs, ceph: Use folios
` [PATCH v2 6/6] afs: Use folios in directory handling

[linux-next:master 2837/10638] powerpc64-linux-ld: warning: orphan section `.stubs' from `drivers/platform/chrome/cros_ec_trace.o' being placed in section `.stubs'
 2021-08-27  9:29 UTC 

[linux-next:master 8078/10638] arch/mips/kernel/uprobes.c:176:2: warning: unannotated fall-through between switch labels
 2021-08-27  8:41 UTC 

[PATCH v3 0/3] arm64: support page mapping percpu first chunk allocator
 2021-08-27  8:36 UTC  (4+ messages)
` [PATCH v3 1/3] vmalloc: Choose a better start address in vm_area_register_early()

[linux-next:master 7561/10638] drivers/net/ethernet/mellanox/mlx5/core/en/rep/bridge.c:157:11: warning: variable 'err' is used uninitialized whenever 'if' condition is false
 2021-08-27  6:13 UTC 

[PATCH] mm: hwpoison: deal with page cache THP
 2021-08-27  5:02 UTC  (6+ messages)

[linux-next:master 9686/10638] drivers/scsi/lpfc/lpfc_init.c:7788:35: error: 'struct lpfc_sli4_hba' has no member named 'c_stat'
 2021-08-27  3:10 UTC 

[v2] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-08-27  1:58 UTC 

Minimum inode cache size? (was: Slow file operations on file server with 30 TB hardware RAID and 100 TB software RAID)
 2021-08-26 21:53 UTC  (3+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-26 21:09 UTC  (7+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[linux-next:master 9362/10638] mlx5_vnet.c:undefined reference to `.vringh_getdesc_iotlb'
 2021-08-26 20:48 UTC 

[PATCH for-next 00/25] Prepare for better FORTIFY_SOURCE
 2021-08-26 18:08 UTC  (20+ messages)
` [PATCH for-next 13/25] compiler_types.h: Remove __compiletime_object_size()
` [PATCH for-next 14/25] lib/string: Move helper functions out of string.c
` [PATCH for-next 15/25] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH for-next 16/25] fortify: Explicitly disable Clang support
` [PATCH for-next 17/25] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH for-next 18/25] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH for-next 19/25] fortify: Allow strlen() and strnlen() to pass compile-time known lengths

[PATCH v2] mm/hugetlb: initialize hugetlb_usage in mm_init
 2021-08-26 16:19 UTC  (3+ messages)

[linux-next:master 9526/10638] mt8195-audsys-clk.c:(.text.mt8195_audsys_clk_register+0xa0): undefined reference to `clk_register_gate'
 2021-08-26 15:18 UTC 

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-26 15:01 UTC  (12+ messages)

[PATCH v16 00/15] arm64: MMU enabled kexec relocation
 2021-08-26 15:03 UTC  (3+ messages)

[PATCH] selftests: Fix spelling mistake "cann't" -> "cannot"
 2021-08-26 12:12 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 9541ebae8a1d5da967247b051737dd56e937c407
 2021-08-26 11:08 UTC 

[linux-next:master 8113/9522] fs/cifs/smb1ops.c:272:3: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyze
 2021-08-26  7:20 UTC 

small ioremap cleanups
 2021-08-26  5:37 UTC  (6+ messages)
` [PATCH 1/2] mm: move ioremap_page_range to vmalloc.c
` [PATCH 2/2] mm: don't allow executable ioremap mappings

[PATCH] kfence: test: fail fast if disabled at boot
 2021-08-26  4:21 UTC  (2+ messages)

[PATCH v2 0/9] Free user PTE page table pages
 2021-08-26  3:04 UTC  (6+ messages)
` [PATCH v2 1/9] mm: introduce pmd_install() helper

[linux-next:master 9746/10320] powerpc64-linux-ld: mlx5_vnet.c:undefined reference to `.vringh_getdesc_iotlb'
 2021-08-26  1:58 UTC 

incoming
 2021-08-25 23:17 UTC  (4+ messages)
` [patch 1/2] mm/memory_hotplug: fix potential permanent lru cache disable
` [patch 2/2] MAINTAINERS: exfat: update my email address

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-08-25 21:31 UTC  (3+ messages)
` [PATCH v2 4/7] slab: Add __alloc_size attributes "

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-08-25 19:26 UTC  (8+ messages)
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).