All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-18 07:59:35 to 2026-04-18 11:23:43 UTC [more...]

[PATCH 0/7] tools/nolibc: large file support
 2026-04-18 11:23 UTC  (10+ messages)
` [PATCH 1/7] tools/nolibc: also handle _llseek system call
` [PATCH 2/7] tools/nolibc: add __nolibc_arg_to_reg()
` [PATCH 3/7] tools/nolibc: cast pointers returned from system calls through integers
` [PATCH 4/7] tools/nolibc: handle 64-bit system call arguments on x32
` [PATCH 5/7] tools/nolibc: handle 64-bit system call arguments on MIPS N32
` [PATCH 6/7] tools/nolibc: open files with O_LARGEFILE
` [PATCH 7/7] selftests/nolibc: test large file support

[PATCH v2 0/9] driver core / pmdomain: Add support for fined grained sync_state
 2026-04-18 11:23 UTC  (3+ messages)

[PATCH 0/4] power: regulator: various fix for pfuze100
 2026-04-18 12:37 UTC  (5+ messages)
` [PATCH 1/4] power: regulator: pfuze100: Fix min_uV usage
` [PATCH 2/4] power: regulator: pfuze100: support high output voltage mode
` [PATCH 3/4] power: regulator: pfuze100: support non-independent mode
` [PATCH 4/4] power: regulator: Correct Kconfig for PFUZE100

[PATCH] docs: Add overview and SLUB allocator sections to slab documentation
 2026-04-18 11:20 UTC  (8+ messages)

[PATCH net] net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()
 2026-04-18 11:20 UTC 

[kas:uffd/rfc-v2 3/7] mm/memory.c:6347:21: error: implicit declaration of function 'userfaultfd_rwp'; did you mean 'userfaultfd_wp'?
 2026-04-18 11:16 UTC 

[PATCH 5.15.y] KASAN: use-after-free Read in __nft_trace_packet
 2026-04-18 11:16 UTC  (2+ messages)
` [v5.15] "

[PATCH] mempool: improve cache behaviour and performance
 2026-04-18 11:15 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/1] media: atomisp: mt9m114: Graceful teardown atomisp and mt9m114
 2026-04-18 11:10 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v2 0/6] Add support to emit verifier warnings
 2026-04-18 11:06 UTC  (4+ messages)

[RFC PATCH net] mptcp: pm: fix ADD_ADDR timer infinite retry on option space insufficient
 2026-04-18 11:03 UTC  (2+ messages)

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-18 10:55 UTC  (54+ messages)
` [PATCH v2 01/53] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH v2 02/53] selftests/mm: khugepaged: enable collapse_single_pte_entry_compound for shmem
` [PATCH v2 03/53] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v2 04/53] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH v2 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v2 06/53] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v2 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v2 08/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH v2 09/53] selftests/mm: hugetlb-madvise: "
` [PATCH v2 10/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v2 11/53] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v2 12/53] selftests/mm: khugepaged: group tests in an array
` [PATCH v2 13/53] selftests/mm: khugepaged: use ksefltest framework
` [PATCH v2 14/53] selftests/mm: ksm_tests: use kselftest framework
` [PATCH v2 15/53] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH v2 16/53] selftests/mm: protection_keys: use kselftest framework
` [PATCH v2 17/53] selftests/mm: uffd-stress: "
` [PATCH v2 18/53] selftests/mm: uffd-unit-tests: "
` [PATCH v2 19/53] selftests/mm: va_high_addr_switch: "
` [PATCH v2 20/53] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH v2 21/53] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
` [PATCH v2 22/53] selftests/mm: move HugeTLB helpers to hugepage_settings
` [PATCH v2 23/53] selftests/mm: hugepage_settings: use unsigned long in detect_hugetlb_page_size
` [PATCH v2 24/53] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH v2 25/53] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH v2 26/53] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v2 27/53] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH v2 28/53] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH v2 29/53] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH v2 30/53] selftests/mm: cow: add setup of HugeTLB pages
` [PATCH v2 31/53] selftests/mm: gup_longterm: "
` [PATCH v2 32/53] selftests/mm: gup_test: "
` [PATCH v2 33/53] selftests/mm: hmm-tests: "
` [PATCH v2 34/53] selftests/mm: hugepage_dio: "
` [PATCH v2 35/53] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH v2 36/53] selftests/mm: hugetlb-madvise: "
` [PATCH v2 37/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v2 38/53] selftests/mm: hugetlb-mmap: "
` [PATCH v2 39/53] selftests/mm: hugetlb-mremap: "
` [PATCH v2 40/53] selftests/mm: hugetlb-shm: "
` [PATCH v2 41/53] selftests/mm: hugetlb-soft-online: "
` [PATCH v2 42/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH v2 43/53] selftests/mm: migration: "
` [PATCH v2 44/53] selftests/mm: pagemap_ioctl: "
` [PATCH v2 45/53] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH v2 46/53] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH v2 47/53] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v2 48/53] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH v2 49/53] selftests/mm: uffd-wp-mremap: "
` [PATCH v2 50/53] selftests/mm: va_high_addr_switch: "
` [PATCH v2 51/53] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH v2 52/53] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH v2 53/53] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[PATCH net] ipv6: Apply max_dst_opts_cnt to ip6_tnl_parse_tlv_enc_lim
 2026-04-18 10:59 UTC  (2+ messages)

[PATCH v2] floppy: annotate data-races around command_status and floppy_work_fn
 2026-04-18 10:56 UTC  (2+ messages)

[android-common:android16-6.12-2025-12 0/3] kernel/sched/ext.c:1064:undefined reference to `stop_sched_class'
 2026-04-18 10:55 UTC 

[kas:uffd/rfc-v2 3/7] mm/memory.c:6347:7: error: call to undeclared function 'userfaultfd_rwp'; ISO C99 and later do not support implicit function declarations
 2026-04-18 10:55 UTC 

[PATCH] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-18 10:45 UTC  (3+ messages)

[PATCH] pinctrl: qcom: eliza: Split up some QUP pin groups
 2026-04-18 10:42 UTC 

[PATCH v3 0/3] Describe IMEM on Eliza
 2026-04-18 10:40 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: eliza: Sort nodes by unit address
` [PATCH v3 2/3] dt-bindings: sram: Document qcom,eliza-imem
` [PATCH v3 3/3] arm64: dts: qcom: eliza: Add IMEM node

[PATCH v1] hwmon: (yogafan) Massive hardware expansion and structural refactoring
 2026-04-18 10:31 UTC  (3+ messages)

[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
 2026-04-18 10:34 UTC  (4+ messages)
` [RFC PATCH 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver

[PATCH] sh: fix fallout from ZERO_PAGE consolidation
 2026-04-18 10:34 UTC  (4+ messages)

[PATCH 0/1] media: atomisp: mt9m114: Graceful teardown atomisp
 2026-04-18 10:31 UTC  (2+ messages)
` [PATCH v2 1/1] media: atomisp: mt9m114: Graceful teardown atomisp and mt9m114

[PATCH] tools/nolibc: avoid call to wcslen() in _start_c() inserted by clang
 2026-04-18 10:31 UTC 

[PATCH] dcache: use kmalloc_flex() in __d_alloc
 2026-04-18 10:30 UTC  (2+ messages)

[PATCH i-g-t 0/2] tests/intel/xe_sriov_flr: VF driver mode option and xe_vfio_pci state restore
 2026-04-18 10:26 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tests/intel/xe_sriov_flr: Add vf-driver option
` [PATCH i-g-t 2/2] tests/intel/xe_sriov_flr: Restore xe_vfio_pci module state

[PATCH v2] drm/bridge: dw-hdmi-qp: Guard clear_audio_infoframe when PHY is down
 2026-04-18 10:19 UTC 

[PATCH nf v2] netfilter: arp_tables: fix IEEE1394 ARP payload mangling
 2026-04-18 10:06 UTC 

[PATCH v5] staging: media: atomisp: Fix typos and formatting in headers
 2026-04-18 10:05 UTC  (2+ messages)

[PATCH 1/1] crypto: algif_aead, ccm - stabilize IV handling for async CCM requests
 2026-04-18 10:05 UTC  (2+ messages)

[PATCH] cgroup/cpuset: Skip cpuset_top_mutex for cpuset.mems writes
 2026-04-18 10:02 UTC 

[REGRESSION] stable/linux-5.10.y: (build) passing 'const struct fwnode_handle *' to parameter of type 'struc
 2026-04-18  9:59 UTC 

[PATCH] net/intel: do not bypass mbuf lib for mbuf fast-free
 2026-04-18  9:56 UTC 

[PATCH 1/4 nf] netfilter: nft_exthdr: skip SCTP chunk evaluation for non-first fragments
 2026-04-18  9:51 UTC  (3+ messages)

[PATCH v2 0/2] mm: huge_memory: clean up defrag sysfs with shared data tables
 2026-04-18  9:47 UTC  (5+ messages)
` [PATCH v2 1/2] mm: huge_memory: use sysfs_match_string() in defrag_store()
` [PATCH v2 2/2] mm: huge_memory: refactor defrag_show() to use defrag_flags[]

[PATCH] counter: Fix refcount leak in counter_alloc() error path
 2026-04-18  9:42 UTC  (2+ messages)

[PATCH 0/3] xfs: handle ERR_PTR return from bio_split
 2026-04-18  9:27 UTC  (4+ messages)
` [PATCH 1/3] xfs: handle ERR_PTR return from bio_split in xfs_buf_submit_bio
` [PATCH 2/3] xfs: handle ERR_PTR return from bio_split in xlog_write_iclog
` [PATCH 3/3] xfs: handle ERR_PTR return from bio_split in xfs_zone_gc_split_write

[PATCH] mm: prepare anon_vma before swapin rmap
 2026-04-18  9:38 UTC  (6+ messages)

[PATCH] hfsplus: Supports freeing newly created tree head
 2026-04-18  9:37 UTC  (2+ messages)

[PATCH 1/1] staging: media: atomisp: Update TODO file
 2026-04-18  9:34 UTC 

crypto/hmac.c:251:12: warning: stack frame size (1152) exceeds limit (1024) in 'hmac_setkey_ahash'
 2026-04-18  9:32 UTC  (4+ messages)

pre-boot plugged SFP autoneg advertisement
 2026-04-18  9:27 UTC 

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-18  9:27 UTC  (2+ messages)

[PATCH sched_ext/for-7.1-fixes] tools/sched_ext: Add missing -d option in scx_flatcg
 2026-04-18  9:22 UTC 

[PATCH bpf v3 1/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-18  9:22 UTC  (2+ messages)

[RFC PATCH 1/2] xhci: prevent automatic endpoint restart after stall or error
 2026-04-18  9:21 UTC  (12+ messages)

[PATCH] powerpc/prom: Remove redundant early_init_dt_scan_root() call
 2026-04-18  9:12 UTC 

[PATCH] docs/zh_CN: polish how-to.rst
 2026-04-18  9:10 UTC 

Linux kernel 6.19.13 released
 2026-04-18  9:10 UTC 

[PATCH v2] stating: media: atomisp: fix open brace placement
 2026-04-18  9:09 UTC  (3+ messages)

[PATCH v5 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-18  9:08 UTC  (6+ messages)

[PATCH] staging: atomisp: isp: fix open brace on new line
 2026-04-18  9:07 UTC  (3+ messages)

[syzbot] [jfs?] KASAN: slab-use-after-free Read in lbmIODone
 2026-04-18  9:05 UTC  (2+ messages)
` [PATCH] jfs: Read returns only when the bio is done

Linux kernel 6.18.23 released
 2026-04-18  9:05 UTC 

[Patch v4 02/22] sched/cache: Limit the scan number of CPUs when calculating task occupancy
 2026-04-18  9:01 UTC  (4+ messages)
` [PATCH v2] sched/cache: Reduce the overhead of task_cache_work by only scan the visisted cpus

[Intel-wired-lan] [PATCH iwl-net v1] ice: fix UAF/NULL deref when VSI rebuild and XDP attach race
 2026-04-18  9:01 UTC  (2+ messages)
`  "

Linux kernel 6.12.82 released
 2026-04-18  9:00 UTC 

[GIT PULL] memblock updates for v7.1-rc1
 2026-04-18  9:00 UTC 

[PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
 2026-04-18  8:58 UTC  (2+ messages)

Linux kernel 6.6.135 released
 2026-04-18  8:55 UTC 

[syzbot] [jfs?] KASAN: slab-use-after-free Read in lbmIODone
 2026-04-18  8:53 UTC  (2+ messages)

Linux 6.19.13
 2026-04-18  8:51 UTC  (2+ messages)

Linux 6.18.23
 2026-04-18  8:51 UTC  (2+ messages)

Linux 6.12.82
 2026-04-18  8:51 UTC  (2+ messages)

Linux 6.6.135
 2026-04-18  8:51 UTC  (2+ messages)

Linux 6.1.169
 2026-04-18  8:51 UTC  (2+ messages)

Linux 5.15.203
 2026-04-18  8:51 UTC  (2+ messages)

Linux 5.10.253
 2026-04-18  8:50 UTC  (2+ messages)

Linux kernel 6.1.169 released
 2026-04-18  8:50 UTC 

[PATCH net-deletions] caif: remove CAIF NETWORK LAYER
 2026-04-18  8:48 UTC  (2+ messages)

[PATCH v2] media: atomisp: use kmalloc_array() for array space allocation
 2026-04-18  8:46 UTC  (3+ messages)

Linux kernel 5.15.203 released
 2026-04-18  8:45 UTC 

[PATCH] [v3] mtd: spi-nor: gigadevice: Add support for GD25LQ255E
 2026-04-18  8:42 UTC  (2+ messages)

[PATCH] staging: atomisp: remove useless return statement in atomisp_cmd.c
 2026-04-18  8:43 UTC  (2+ messages)

[PATCH] staging: media: atomisp: remove unnecessary braces in single statement blocks
 2026-04-18  8:42 UTC  (5+ messages)
` [PATCH v2] "

Linux kernel 5.10.253 released
 2026-04-18  8:40 UTC 

[PATCH] staging: atomisp: fix block comment style in atomisp_cmd.c
 2026-04-18  8:34 UTC  (2+ messages)

[PATCH] staging: atomisp: fix indentation in atomisp_cmd.c
 2026-04-18  8:33 UTC  (2+ messages)

[PATCH] staging: media: atomisp: remove unnecessary parentheses in return statement
 2026-04-18  8:25 UTC  (2+ messages)

[PATCH v2 0/2] sched/fair: SMT-aware asymmetric CPU capacity
 2026-04-18  8:24 UTC  (4+ messages)
` [PATCH 1/2] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection

[PATCH] ASoC: ES8389: convert to devm_clk_get_optional() to get clock
 2026-04-18  8:18 UTC  (3+ messages)

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-18  8:14 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v7 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH nf] netfilter: arp_tables: fix IEEE1394 ARP payload mangling
 2026-04-18  8:10 UTC  (3+ messages)

[Buildroot] [PATCH] package/doxygen: bump to version 1.16.1
 2026-04-18  8:06 UTC 

[PATCH] staging: rtl8723bs: remove trailing whitespace in rtw_xmit.c
 2026-04-18  8:05 UTC  (5+ messages)

[PATCH] staging: rtl8723bs: fix alignment issue in rtw_xmit.c
 2026-04-18  8:04 UTC  (7+ messages)

[SECURITY] lib: sbi_domain: integer overflow in sbi_domain_check_addr_range() bypasses domain isolation — M-mode arbitrary read/write/execute from S-mode
 2026-04-18  8:04 UTC 

[PATCH] MAINTAINERS: remove stale kdump project URL
 2026-04-18  8:02 UTC 

[PATCH 06/12] t: prepare execution of potentially failing commands for `set -e`
 2026-04-18  8:01 UTC  (11+ messages)

[merged mm-stable] maintainers-add-page-cache-reviewer.patch removed from -mm tree
 2026-04-18  8:00 UTC 

[merged mm-stable] mm-vmscan-avoid-false-positive-wuninitialized-warning.patch removed from -mm tree
 2026-04-18  7:59 UTC 

[merged mm-stable] maintainers-update-kdump-reviewer-email-address.patch removed from -mm tree
 2026-04-18  7:59 UTC 

[merged mm-stable] maintainers-drop-include-linux-liveupdate-from-live-update.patch removed from -mm tree
 2026-04-18  7:59 UTC 

[merged mm-stable] maintainers-drop-include-linux-kho-abi-from-kho.patch removed from -mm tree
 2026-04-18  7:59 UTC 

[merged mm-stable] maintainers-update-kho-and-live-update-maintainers.patch removed from -mm tree
 2026-04-18  7:59 UTC 

[merged mm-stable] maintainers-update-kexec-kdump-maintainers-entries.patch removed from -mm tree
 2026-04-18  7:59 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.