linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-03 20:04:44 to 2022-10-05 11:13:46 UTC [more...]

[Bug report] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
 2022-10-05 11:13 UTC  (5+ messages)

[PATCH v4 4/4] workqueue: Unbind workers before sending them to exit()
 2022-10-05 11:13 UTC  (2+ 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 

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-05  9:46 UTC  (133+ 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 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [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 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [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 27/39] x86/cet/shstk: Handle signals for shadow stack
` [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 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [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 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[PATCH v4 1/7] Make place for common balloon code
 2022-10-05  9:01 UTC  (2+ messages)
` [PATCH v4 2/7] Enable balloon drivers to report inflated memory

[PATCH 0/3] hugetlb: fixes for new vma lock series
 2022-10-05  6:58 UTC  (6+ 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

[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 

[PATCH 0/4] Remove get_kernel_pages()
 2022-10-05  3:28 UTC  (9+ messages)
` [PATCH 2/4] tee: Remove vmalloc page support
` [PATCH 4/4] mm: Remove get_kernel_pages()

[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

[PATCH] mm/vmscan: check references from all memcgs for swapbacked memory
 2022-10-05  2:11 UTC  (2+ messages)

[RFC] memcg rstat flushing optimization
 2022-10-05  1:17 UTC 

[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 

[linux-next:master 5475/12409] s390x-linux-ld: kernel/kexec_core.c:822: undefined reference to `__tsan_memcpy'
 2022-10-04 23:35 UTC  (3+ messages)

[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] "

[PATCH 0/4] selftests/vm: Drop hugetlb mntpoint in run_vmtests.sh
 2022-10-04 22:04 UTC  (7+ 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

[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  (4+ 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  (17+ messages)
` [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution
` [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 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 08/10] exec: Make exec path for starting UKL application
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL

Possible race in obj_stock_flush_required() vs drain_obj_stock()
 2022-10-04 16:18 UTC  (10+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-04 15:39 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[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  (12+ messages)
` [PATCH v2 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling
` [PATCH v2 2/3] mm/hugetlb: Use hugetlb_pte_stable in migration race check
` [PATCH v2 3/3] mm/selftest: uffd: Explain the write missing fault check

[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
 2022-10-04 13:24 UTC  (7+ messages)
` [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
` (subset) [PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules

[PATCH 1/2] powerpc/nohash: Remove pgd_huge() stub
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH] powerpc/mm: Fix UBSAN warning reported on hugetlb
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] ELF uapi: add spaces before '{'
 2022-10-04 10:25 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in do_read_cache_folio
 2022-10-04  9:53 UTC 

[syzbot] memory leak in __get_metapage
 2022-10-04  8:52 UTC 

[linux-next:master 11836/11993] ld.lld: error: assignment to symbol __efistub_kernel_size does not converge
 2022-10-04  7:20 UTC 

[PATCH 0/3] mm/hugetlb: Fix selftest failures with write check
 2022-10-04  0:28 UTC  (9+ messages)
` [PATCH 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling

[linux-next:master 11523/11993] include/asm-generic/rwonce.h:67:9: error: expected string literal in 'asm'
 2022-10-03 22:16 UTC  (2+ messages)

sound/soc/codecs/adau1977-spi.c:58:34: warning: unused variable 'adau1977_spi_of_match'
 2022-10-03 22:13 UTC 

[linux-next:master 11842/11993] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
 2022-10-03 20:20 UTC  (2+ messages)


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).