messages from 2025-11-11 10:01:28 to 2025-11-18 07:10:53 UTC [more...]
[PATCH v6] crash: export crashkernel CMA reservation to userspace
2025-11-18 7:10 UTC
[PATCH v4 00/54] tree-in-dcache stuff
2025-11-18 5:16 UTC (55+ messages)
` [PATCH v4 01/54] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v4 02/54] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v4 03/54] new helper: simple_remove_by_name()
` [PATCH v4 04/54] new helper: simple_done_creating()
` [PATCH v4 05/54] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v4 06/54] primitives for maintaining persisitency
` [PATCH v4 07/54] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v4 08/54] convert ramfs and tmpfs
` [PATCH v4 09/54] procfs: make /self and /thread_self dentries persistent
` [PATCH v4 10/54] configfs, securityfs: kill_litter_super() not needed
` [PATCH v4 11/54] convert xenfs
` [PATCH v4 12/54] convert smackfs
` [PATCH v4 13/54] convert hugetlbfs
` [PATCH v4 14/54] convert mqueue
` [PATCH v4 15/54] convert bpf
` [PATCH v4 16/54] convert dlmfs
` [PATCH v4 17/54] convert fuse_ctl
` [PATCH v4 18/54] convert pstore
` [PATCH v4 19/54] convert tracefs
` [PATCH v4 20/54] convert debugfs
` [PATCH v4 21/54] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v4 22/54] convert efivarfs
` [PATCH v4 23/54] convert spufs
` [PATCH v4 24/54] convert ibmasmfs
` [PATCH v4 25/54] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v4 26/54] convert devpts
` [PATCH v4 27/54] binderfs: use simple_start_creating()
` [PATCH v4 28/54] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v4 29/54] convert binderfs
` [PATCH v4 30/54] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v4 31/54] convert autofs
` [PATCH v4 32/54] convert binfmt_misc
` [PATCH v4 33/54] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v4 34/54] selinuxfs: new helper for attaching files to tree
` [PATCH v4 35/54] convert selinuxfs
` [PATCH v4 36/54] functionfs: don't abuse ffs_data_closed() on fs shutdown
` [PATCH v4 37/54] functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
` [PATCH v4 38/54] functionfs: need to cancel ->reset_work in ->kill_sb()
` [PATCH v4 39/54] functionfs: fix the open/removal races
` [PATCH v4 40/54] functionfs: switch to simple_remove_by_name()
` [PATCH v4 41/54] convert functionfs
` [PATCH v4 42/54] gadgetfs: switch to simple_remove_by_name()
` [PATCH v4 43/54] convert gadgetfs
` [PATCH v4 44/54] hypfs: don't pin dentries twice
` [PATCH v4 45/54] hypfs: switch hypfs_create_str() to returning int
` [PATCH v4 46/54] hypfs: swich hypfs_create_u64() "
` [PATCH v4 47/54] convert hypfs
` [PATCH v4 48/54] convert rpc_pipefs
` [PATCH v4 49/54] convert nfsctl
` [PATCH v4 50/54] convert rust_binderfs
` [PATCH v4 51/54] get rid of kill_litter_super()
` [PATCH v4 52/54] convert securityfs
` [PATCH v4 53/54] kill securityfs_recursive_remove()
` [PATCH v4 54/54] d_make_discardable(): warn if given a non-persistent dentry
[REGRESSION] [next-20251117] ppc64le: WARNING in vmalloc_fix_flags with __GFP_ACCOUNT in BPF/seccomp path
2025-11-18 4:42 UTC
[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-18 2:35 UTC (21+ messages)
` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
` [PATCH 1/4] functionfs: don't abuse ffs_data_closed() on fs shutdown
` [PATCH 2/4] functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
` [PATCH 3/4] functionfs: need to cancel ->reset_work in ->kill_sb()
` [PATCH 4/4] functionfs: fix the open/removal races
[PATCH v5] crash: export crashkernel CMA reservation to userspace
2025-11-17 18:33 UTC (3+ messages)
[PATCH v5 0/4] uaccess: Prepare for masked user access on powerpc
2025-11-17 16:43 UTC (5+ messages)
` [PATCH v5 1/4] iov_iter: Convert copy_from_user_iter() to masked user access
` [PATCH v5 2/4] iov_iter: Add missing speculation barrier to copy_from_user_iter()
` [PATCH v5 3/4] scm: Convert put_cmsg() to scoped user access
` [PATCH v5 4/4] lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when required
[PATCH v2] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-17 11:23 UTC (5+ messages)
[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-17 10:16 UTC (6+ messages)
[PATCH v4 00/10] powerpc: Implement masked user access
2025-11-17 7:11 UTC (8+ messages)
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
[PATCH bpf-next v2 0/2] bpf: Inline helper in powerpc JIT
2025-11-17 6:52 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v2 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task()
[PATCH v5 0/3] kexec: reorganize kexec and kdump sysfs
2025-11-17 4:47 UTC (4+ messages)
` [PATCH v5 1/3] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v5 2/3] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v5 3/3] kexec: document new kexec and kdump sysfs ABIs
[PATCH v5] Documentation/ABI: add kexec and kdump sysfs interface
2025-11-17 3:51 UTC
[PATCH v2] powerpc: 82xx: fix uninitialized pointers with free attribute
2025-11-16 14:25 UTC
[powerpc:merge] BUILD SUCCESS 88ca3496be4b0b449016a750de1a79331ac5ca05
2025-11-16 13:08 UTC
[PATCH v3] powerpc, mm: Fix mprotect on book3s 32-bit
2025-11-16 6:40 UTC
[PATCH] powerpc/warp: Fix error handling in pika_dtm_thread
2025-11-16 2:44 UTC
[PATCH v4 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
2025-11-15 16:09 UTC (8+ messages)
` [PATCH v4 1/5] Documentation/ABI: add kexec and kdump sysfs interface
` [PATCH v4 2/5] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v4 3/5] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v4 4/5] kexec: document new kexec and kdump sysfs ABIs
` [PATCH v4 5/5] crash: export crashkernel CMA reservation to userspace
[GIT PULL] PCI fixes for v6.18
2025-11-14 23:53 UTC (2+ messages)
[PATCH 0/2] PCI: Universal error recoverability of devices
2025-11-14 23:45 UTC (10+ messages)
` [PATCH 1/2] PCI: Ensure error recoverability at all times
[akpm-mm:mm-unstable 36/283] mm/hugetlb.c:4753:18: warning: implicit conversion from 'unsigned long long' to 'unsigned long' changes value from 17179869184 to 0
2025-11-14 19:39 UTC (3+ messages)
[PATCH] fix windfarm_rm31 for RackMac logging
2025-11-14 16:47 UTC
[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
2025-11-14 13:43 UTC (17+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK
[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-11-14 9:02 UTC (3+ messages)
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
[PATCH] powerpc/powermac: Fix reference count leak in i2c probe functions
2025-11-14 9:11 UTC (2+ messages)
[Help] Microwatt (Zynqwatt) — Kernel halts after Radix MMU init on booting Linux on Zynq version of Microwatt
2025-11-14 2:42 UTC (4+ messages)
PATCH: Fix typo recommand in comment
2025-11-13 19:51 UTC (2+ messages)
[PATCH v3 0/7] syscore: Pass context data to callbacks
2025-11-13 19:18 UTC (6+ messages)
` [PATCH v3 1/7] "
[PATCH net v2] net: ps3_gelic_net: handle skb allocation failures
2025-11-13 18:10 UTC
[PATCH 1/2] pseries/dtl: Use counter in !native case too
2025-11-13 16:37 UTC (3+ messages)
` [PATCH 2/2] pseries/dtl: Remove locks held warning
[PATCH 00/24] PCI: Bridge window selection improvements
2025-11-13 15:56 UTC (5+ messages)
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
[PATCH v2 0/4] PCI/ASPM: Allow quirks to avoid L0s and L1
2025-11-13 4:02 UTC (6+ messages)
` [PATCH v2 2/4] PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link states
[PPC] Boot problems after the pci-v6.18-changes
2025-11-13 0:44 UTC (4+ messages)
[PATCH RESEND] powerpc/tools: drop `-o pipefail` in gcc check scripts
2025-11-12 22:56 UTC (2+ messages)
[PATCH 1/2] powerpc/fadump: remove old sysfs symlink
2025-11-12 17:13 UTC (2+ messages)
` [PATCH 2/2] Documentation/ABI: remove old fadump sysfs doc
[PATCH v2 0/4] PCI/ASPM: Allow quirks to avoid L0s and L1
2025-11-12 14:40 UTC (3+ messages)
[PATCH net] net: ps3_gelic_net: handle skb allocation failures
2025-11-12 14:31 UTC (4+ messages)
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-11-12 13:57 UTC (21+ messages)
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
2025-11-12 10:41 UTC (12+ messages)
[PATCH v2] powerpc, mm: Fix mprotect on book3s 32-bit
2025-11-12 11:15 UTC (3+ messages)
[PATCH v2] powerpc: Add reloc_offset() to font bitmap pointer used for bootx_printf()
2025-11-12 11:38 UTC (2+ messages)
[PATCH v2] powerpc/smp: Expose die_id and die_cpumask
2025-11-12 7:48 UTC
[PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
2025-11-12 3:55 UTC (4+ messages)
[PATCH 0/6 v7] Make ELOG and GHES log and trace consistently
2025-11-11 15:43 UTC (5+ messages)
` [PATCH 3/6 v7] acpi/ghes: Make GHES select ACPI_APEI_PCIEAER
` [PATCH 4/6 v7] acpi/ghes: Add helper for CXL protocol errors checks
[linux-next20251111]KASAN null-ptr-deref in bio_get_last_bvec() after "block: accumulate memory segment gaps per bio"
2025-11-11 15:30 UTC (2+ messages)
[PATCH] soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users
2025-11-11 12:03 UTC (3+ messages)
[PATCH v3 00/50] tree-in-dcache stuff
2025-11-11 10:29 UTC (7+ messages)
` [PATCH v3 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v3 03/50] new helper: simple_remove_by_name()
` [PATCH v3 17/50] convert fuse_ctl
[PATCH v2 22/50] convert efivarfs
2025-11-11 10:56 UTC (11+ 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).