messages from 2022-10-04 13:39:02 to 2022-10-06 12:24:39 UTC [more...]
[linux-next:master 11283/12665] ERROR: modpost: "riscv_cbom_block_size" [arch/riscv/kvm/kvm.ko] undefined!
2022-10-06 12:23 UTC
[linux-next:pending-fixes] BUILD SUCCESS 7871897dadfa90816daf4963be075236587ada9d
2022-10-06 11:19 UTC
How to track the LRU pages access?
2022-10-06 11:09 UTC
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
2022-10-06 10:48 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] exec: Remove LSM_UNSAFE_SHARE
[PATCH] mm/page_alloc: Fix incorrect PGFREE and PGALLOC for high-order page
2022-10-06 10:15 UTC
[PATCH v8 3/3] blk-cgroup: Optimize blkcg_rstat_flush()
2022-10-06 10:11 UTC
[syzbot] memory leak in __get_metapage
2022-10-06 9:43 UTC (8+ messages)
[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
2022-10-06 9:35 UTC (16+ messages)
` [PATCH v1 1/7] selftests/vm: add test to measure MADV_UNMERGEABLE performance
` [PATCH v1 2/7] mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
` [PATCH v1 3/7] mm: remove VM_FAULT_WRITE
` [PATCH v1 4/7] mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
` [PATCH v1 5/7] mm/pagewalk: add walk_page_range_vma()
` [PATCH v1 6/7] mm/ksm: convert break_ksm() to use walk_page_range_vma()
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-06 9:00 UTC (15+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
2022-10-06 7:55 UTC (2+ messages)
[PATCH v4 1/7] Make place for common balloon code
2022-10-06 7:34 UTC (4+ messages)
` [PATCH v4 2/7] Enable balloon drivers to report inflated memory
[PATCH v2] mm/vmscan: check references from all memcgs for swapbacked memory
2022-10-06 7:30 UTC (10+ messages)
[PATCH] Fix race condition when exec'ing setuid files
2022-10-06 7:01 UTC (5+ messages)
[PATCH 0/4] Remove get_kernel_pages()
2022-10-06 6:23 UTC (5+ messages)
` [PATCH 2/4] tee: Remove vmalloc page support
[PATCH] mm: slub: remove dead and buggy code from sysfs_slab_add()
2022-10-06 6:20 UTC (4+ messages)
[PATCH] mm: slub: make slab_sysfs_init() a late_initcall
2022-10-06 6:06 UTC (4+ messages)
[PATCH V2] highmem: Fix kmap_to_page() for kmap_local_page() addresses
2022-10-06 4:05 UTC
[PATCH] ELF uapi: add spaces before '{'
2022-10-06 3:33 UTC (2+ messages)
[PATCH 0/3] hugetlb: fixes for new vma lock series
2022-10-06 3:30 UTC (7+ messages)
` [PATCH 1/3] hugetlb: fix vma lock handling during split vma and range unmapping
` [PATCH 2/3] hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointer
` [PATCH 3/3] hugetlb: allocate vma lock for all sharable vmas
[PATCH] mm: add stackdepot information on page->private for tracking
2022-10-06 3:19 UTC
[PATCH v2 00/39] Shadowstacks for userspace
2022-10-06 3:11 UTC (94+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support
[RFC] memcg rstat flushing optimization
2022-10-06 2:13 UTC (8+ messages)
[PATCH v4 4/4] workqueue: Unbind workers before sending them to exit()
2022-10-06 2:07 UTC (5+ messages)
[PATCH] lib: check if stack_table valid in __stack_depot_save
2022-10-06 1:56 UTC
[PATCH v6 11/11] kallsyms: Add self-test facility
2022-10-06 0:24 UTC
[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
2022-10-05 19:35 UTC (6+ messages)
` [PATCH 1/4] mm: mempool: extract common initialization code
` [PATCH 2/4] mm: mempool: introduce page bulk allocator
` [PATCH 3/4] md: dm-crypt: move crypt_free_buffer_pages ahead
` [PATCH 4/4] md: dm-crypt: use mempool page bulk allocator
[PATCH 00/21] mm: introduce Designated Movable Blocks
2022-10-05 18:39 UTC (6+ messages)
[PATCH v2 0/9] mm: introduce Designated Movable Blocks
2022-10-05 18:09 UTC (5+ messages)
` [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
[PATCH 0/4] selftests/vm: Drop hugetlb mntpoint in run_vmtests.sh
2022-10-05 17:32 UTC (9+ messages)
` [PATCH 1/4] selftests/vm: Use memfd for hugetlb tests
` [PATCH 2/4] selftests/vm: Use memfd for hugetlb-madvise test
` [PATCH 3/4] selftests/vm: Use memfd for hugepage-mremap test
` [PATCH 4/4] selftests/vm: Drop mnt point for hugetlb in run_vmtests.sh
[sysctl] 7608b6a72e: kernel-selftests.mqueue.mq_open_tests.fail
2022-10-05 17:07 UTC (2+ messages)
` [PATCH] sysctl: Fix mq permission check
[PATCH] mm/vmscan: check references from all memcgs for swapbacked memory
2022-10-05 15:55 UTC (6+ messages)
[mm] 763ecb0350: kernel_BUG_at_mm/mmap.c
2022-10-05 15:29 UTC
[sbitmap] 040b83fcec: BUG:soft_lockup-CPU##stuck_for#s![diotest3:#]
2022-10-05 12:50 UTC
[linux-next:master 7287/11993] s390x-linux-ld: topology.c:undefined reference to `__tsan_memcpy'
2022-10-05 11:48 UTC (4+ messages)
` [kbuild-all] "
[linux-next:master 5475/12409] s390x-linux-ld: kernel/kexec_core.c:822: undefined reference to `__tsan_memcpy'
2022-10-05 11:44 UTC (4+ messages)
[Bug report] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
2022-10-05 11:13 UTC (5+ messages)
amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
2022-10-05 11:07 UTC (12+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 66d0b903fa341dc1df9fb15483235def3aabe752
2022-10-05 10:44 UTC
[RFC PATCH v4 2/3] sched: Avoid placing RT threads on cores handling long softirqs
2022-10-05 6:01 UTC (5+ messages)
[PATCH v6] mm: add zblock - new allocator for use via zpool API
2022-10-05 5:33 UTC
[PATCHv2 0/8] zram: Support multiple compression streams
2022-10-05 2:40 UTC (9+ messages)
` [PATCHv2 1/8] zram: Preparation for multi-zcomp support
` [PATCHv2 2/8] zram: Add recompression algorithm sysfs knob
` [PATCHv2 3/8] zram: Factor out WB and non-WB zram read functions
` [PATCHv2 4/8] zram: Introduce recompress sysfs knob
` [PATCHv2 5/8] documentation: Add recompression documentation
` [PATCHv2 6/8] zram: Add recompression algorithm choice to Kconfig
` [PATCHv2 7/8] zram: Add recompress flag to read_block_state()
` [PATCHv2 8/8] zram: correct typos
[linux-next:master 4698/12409] ld.lld: error: undefined symbol: rcar_mipi_dsi_pclk_enable
2022-10-04 23:50 UTC
[linux-next:master] BUILD REGRESSION 4d80748d16c82a9c2c4ea5feea96e476de3cd876
2022-10-04 23:51 UTC
[PATCH V2 0/1] x86/sgx: Add code to inject hwpoison into SGX memory
2022-10-04 22:12 UTC (5+ messages)
` [PATCH V2 1/1] "
[linux-next:pending-fixes 787/854] arch/sparc/mm/srmmu.c:1662:30: error: 'smpfunc_t' undeclared; did you mean 'cmp_func_t'?
2022-10-04 21:39 UTC (3+ messages)
[PATCH] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
2022-10-04 21:05 UTC (3+ messages)
[PATCH v3 0/3] mm/hugetlb: Fix selftest failures with write check
2022-10-04 19:34 UTC (4+ messages)
` [PATCH v3 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling
` [PATCH v3 2/3] mm/hugetlb: Use hugetlb_pte_stable in migration race check
` [PATCH v3 3/3] mm/selftest: uffd: Explain the write missing fault check
The root cause of failure of access_tracking_perf_test in a nested guest
2022-10-04 18:52 UTC (5+ messages)
[RFC UKL 00/10] Unikernel Linux (UKL)
2022-10-04 17:43 UTC (11+ messages)
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
Possible race in obj_stock_flush_required() vs drain_obj_stock()
2022-10-04 16:18 UTC (10+ messages)
[linux-next:pending-fixes] BUILD REGRESSION 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae
2022-10-04 13:57 UTC (2+ messages)
[PATCH v2 0/3] mm/hugetlb: Fix selftest failures with write check
2022-10-04 13:53 UTC (6+ messages)
` [PATCH v2 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling
[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
2022-10-04 13:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).