All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-30 04:29:59 to 2026-08-30 08:10:53 UTC [more...]

[PATCH 0/4] USB: replace page allocator calls with kmalloc()
 2026-08-30  8:10 UTC  (3+ messages)
` [PATCH 1/4] USB: usbfs: replace __get_free_page() "
` [PATCH 2/4] USB: cxacru: "

[chao:feature/subpage 1/10] include/linux/f2fs_fs.h:431:31: error: flexible array member in a struct with no named members
 2026-08-30  8:09 UTC 

[PATCH 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-30  8:07 UTC  (7+ messages)
` [PATCH 1/3] tty: port: replace get_zeroed_page() with kzalloc()
` [PATCH 2/3] serial: core: "
` [PATCH 3/3] tty: hvcs: replace __get_free_page() with kmalloc()

[PATCH net] selftests: drv-net: pp_alloc_fail: restore ring size after timeout
 2026-08-30  8:05 UTC  (3+ messages)

[PATCH v3] USB: Improve "New device found" printout message
 2026-08-30  8:02 UTC 

[PATCH v4 0/9] Bug fixes and enhancements for kdump LUKS support
 2026-08-30  7:58 UTC  (12+ messages)
` [PATCH v4 1/9] crash_dump: Fix potential double free and UAF of keys_header
` [PATCH v4 2/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
` [PATCH v4 3/9] crash_dump: Read the number of dm-crypt keys from reserved memory
` [PATCH v4 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if crash hotplug supported

[PATCH v2 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
 2026-08-30  7:59 UTC  (5+ messages)
` [PATCH v2 1/2] mm/page_counter: avoid integer overflow in effective_protection()
` [PATCH v2 2/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim

[PATCH bpf v2 0/4] bpf: Fix NULL-ptr-derefs when showing a void BTF type
 2026-08-30  7:58 UTC  (6+ messages)
` [PATCH bpf v2 1/4] bpf: Reject key-less BTF for hash maps
` [PATCH bpf v2 2/4] bpf: Fix NULL-ptr-deref when showing a void BTF type
` [PATCH bpf v2 3/4] selftests/bpf: Add test for key-less BTF hash map
` [PATCH bpf v2 4/4] selftests/bpf: Add test for showing a void BTF type

[PATCH 0/2] Document the DMA-buf mapping lifetime negotiation
 2026-08-30  7:58 UTC  (4+ messages)
` [PATCH 2/2] dma-buf: Document how exporters and importers agree on mapping lifetime
  ` [Linaro-mm-sig] "

[PATCH 0/4] net: airoha: fix silent RX packet loss on ring 4
 2026-08-30  9:57 UTC  (5+ messages)
` [PATCH net 1/4] net: airoha: handle RX_NO_CPU_DSCP interrupt, not just RX_DONE
` [PATCH net-next 2/4] net: airoha: recover RX ring after hw completion race
` [PATCH net-next 3/4] net: airoha: add rx_stall_recover ethtool counter
` [PATCH net-next 4/4] net: airoha: grow RX ring 4 to 128 descriptors

[PATCH 0/2] efi_loader: fix GetRng() implementation
 2026-08-30  7:56 UTC  (4+ messages)
` [PATCH 1/2] efi_loader: in platform_get_rng_device() use EFI_PRINT()

[PATCH v2] USB: Improve "New device found" printout message
 2026-08-30  7:56 UTC  (3+ messages)

[PATCH v5 0/6] Add Samsung Galaxy S4 support
 2026-08-30  7:52 UTC  (4+ messages)
` [PATCH v5 2/6] pinctrl: qcom: Register functions before enabling pinctrl

[Buildroot] [PATCH 1/1] package/mpd: update to version 0.24.15
 2026-08-30  7:51 UTC 

[zen:7.2/zen-sauce 4/26] drivers/firmware/cirrus/cs_dsp.c:491:17: warning: '%s' directive argument is null
 2026-08-30  7:48 UTC 

[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
 2026-08-30  7:48 UTC  (5+ messages)
` [PATCH 1/4] char: xilinx_hwicap: "
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()
` [PATCH 3/4] misc: ibmvmc: replace get_zeroed_page() with kzalloc()
` [PATCH 4/4] platform: goldfish: pipe: replace __get_free_page() with kmalloc()

[PATCH v2 0/3] mm: reject zone device folios in more folio walkers
 2026-08-30  7:47 UTC  (5+ messages)

[PATCH 0/3] Handle non-fatal errors routed via IRQ
 2026-08-30  7:46 UTC  (8+ messages)
` [PATCH 1/3] drm/xe/hw_error: Reuse CSC worker for generic error handling
` [PATCH 2/3] drm/xe/hw_error: Initialize hw_error_work per tile
` [PATCH 3/3] drm/xe/xe_hw_error: Handle non-fatal errors routed via direct IRQ
` ✓ CI.KUnit: success for Handle non-fatal errors routed via IRQ
` ✓ Xe.CI.BAT: "

[PATCH v2 0/7] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
 2026-08-30  7:45 UTC  (19+ messages)
` [PATCH v2 1/7] mm/mglru: separate folio generation update from LRU accounting
` [PATCH v2 2/7] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [PATCH v2 3/7] mm/mglru: enhance cold/hot inversion handling "
` [PATCH v2 4/7] mm/mglru: exclude folios promoted by aging from protected "
` [PATCH v2 5/7] mm/mglru: make LRU folio prefetch helper an inline function
` [PATCH v2 6/7] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [PATCH v2 7/7] mm/mglru: batch move folios to the second-oldest gen's LRU

[PATCH bpf-next v1 1/2] bpf: allow terminal gotox instructions
 2026-08-30  7:45 UTC  (3+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Add compiler-layout terminal gotox test

[PATCH net-next] net: stmmac: stm32: Set TSO/TBS Tx queues default settings
 2026-08-30  7:44 UTC  (9+ messages)

[PATCH tty 0/1] Make 8250 deferred MSR handling LAZY
 2026-08-30  7:42 UTC  (5+ messages)
` [PATCH tty 1/1] serial: 8250: Change console_msr_work to IRQ_WORK_LAZY

[PATCH 1/1] lib: rsa: reject oversized public exponent in rsa_gen_key_prop()
 2026-08-30  7:40 UTC 

[PATCH v2 2/2] media: i2c: imx258: Add reset-gpio support
 2026-08-30  7:37 UTC  (2+ messages)

[PATCH v2 1/2] media: i2c: imx258: Add wait after enabling
 2026-08-30  7:36 UTC  (2+ messages)

[PATCH v2] ublk: clear VM_MAYWRITE on read-only ublk char device mmap
 2026-08-30  7:33 UTC 

[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-08-30  7:30 UTC 

[tglx-devel:irqflags 13/20] include/linux/irqflags.h:205:9: error: implicit declaration of function 'arch_safe_halt'; did you mean 'raw_safe_halt'?
 2026-08-30  7:27 UTC 

[PATCH] mm/slab: take n->list_lock for the list_add() in __refill_objects_node()
 2026-08-30  7:25 UTC 

[RFC V2 10/10] cxl: Add documentation for CXL UIO support
 2026-08-30  7:23 UTC  (2+ messages)

[RFC V2 09/10] hw/cxl: Wire SVC and Dev3 capability to CXL Type 3 device
 2026-08-30  7:23 UTC  (2+ messages)

[RFC V2 08/10] hw/pci: Add PCIe Device3 capability support
 2026-08-30  7:22 UTC  (2+ messages)

[RFC V2 07/10] hw/pci: hw/cxl: Wire SVC initialization into port realize functions
 2026-08-30  7:22 UTC  (2+ messages)

[RFC V2 06/10] hw/pci: Add PCIe Streamlined Virtual Channel (SVC) capability
 2026-08-30  7:21 UTC  (2+ messages)

[RFC V2 05/10] hw/cxl: Wire UIO capability into HDM decoder and DVSEC registers
 2026-08-30  7:21 UTC  (2+ messages)

[RFC V2 03/10] hw/pci: Add SVC capability and UIO properties to PCIe ports
 2026-08-30  7:20 UTC  (2+ messages)

[RFC V2 02/10] hw/pci: Move 'x-256b-flit' property from cxl_root_port to pcie_root_port
 2026-08-30  7:20 UTC  (2+ messages)

[RFC V2 0/9] hw/pci: hw/cxl: Add UIO support in CXL and PCIe stack
 2026-08-30  7:19 UTC  (2+ messages)

[Issue] sphinx: incorrect high-lighting
 2026-08-30  7:13 UTC  (5+ messages)

[PATCH] exit: hold a reference to thread_pid across proc_flush_pid
 2026-08-30  7:13 UTC  (2+ messages)

[PATCH v5 00/20] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-08-30  7:12 UTC  (3+ messages)

[PATCH] RDMA/rtrs-clt: Fix CQ pool leak when connect is interrupted
 2026-08-30  7:09 UTC  (2+ messages)

[PATCH net v4] net: libwx: protect ring accesses with RCU and NULL check
 2026-08-30  7:06 UTC 

[PATCH] doxygen: upgrade 1.17.0 -> 1.18.0
 2026-08-30  7:07 UTC  (3+ messages)
` [oe] "

[PATCH 0/3] Make ACPI_PTR() use PTR_IF()
 2026-08-30  7:06 UTC  (7+ messages)
` [PATCH 3/3] media: i2c: Use ACPI_PTR() for ACPI ID tables

[PATCH net] net: bridge: mcast: fix br_multicast_list_adjacent rcu walk of mglist
 2026-08-30  7:03 UTC  (2+ messages)

Toaster tweaks
 2026-08-30  7:01 UTC 

[PATCH] virtio: Add ID for virtio media
 2026-08-30  6:56 UTC  (3+ messages)

[PATCH net v4] mac802154: fix data race and NULL deref on local->assoc_dev
 2026-08-30  6:53 UTC  (2+ messages)

[PATCH v1 0/2] Add support for StarFive JHB100 UART Routing
 2026-08-30  6:51 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: soc: starfive: Add JHB100 UART routing controller
` [PATCH v1 2/2] soc: starfive: Add JHB100 UART Routing driver

[PATCH v3] usbip: vhci_hcd: let the driver core manage the sysfs attributes
 2026-08-30  6:48 UTC  (3+ messages)

[PATCH 5.10.y-cip 0/2] Fix for module build in ohci-platform.c
 2026-08-30  6:46 UTC  (2+ messages)

[PATCH v2] mm/damon/core: fix unconditionally skip last region
 2026-08-30  6:47 UTC  (2+ messages)

[zen:7.2/zen-sauce 4/26] fs/btrfs/scrub.c:2576:24: warning: 'offset' may be used uninitialized
 2026-08-30  6:45 UTC 

[PATCH v3] net/ncsi: Fix Use-After-Free in NCSI channel and package removal
 2026-08-30  6:43 UTC 

[PATCH wireless 0/2] wifi: mt76: the same lock inversion in suspend and resume
 2026-08-30  6:42 UTC  (3+ messages)
` [PATCH wireless 1/2] wifi: mt76: mt7921: fix the "
` [PATCH wireless 2/2] wifi: mt76: mt7925: "

[PATCH net v3 0/1] ip6_tunnel: snapshot encap in xmit
 2026-08-30  6:36 UTC  (3+ messages)
` [PATCH net v3 1/1] "

[PATCH] ALSA: harmony: initialize locks before requesting IRQ
 2026-08-30  6:34 UTC 

[PATCH] cxl/memdev: Fix deadlock between poison debugfs and cxl_mem unbind
 2026-08-30  6:31 UTC  (2+ messages)

[PATCH] dmaengine: tegra: initialize channel state before requesting IRQ
 2026-08-30  6:25 UTC  (2+ messages)

kernel/rseq.c:480:41: sparse: sparse: cast removes address space '__user' of expression
 2026-08-30  6:24 UTC 

[PATCH v2] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
 2026-08-30  6:24 UTC  (2+ messages)

[PATCH] dmaengine: mediatek: initialize tasklets before requesting IRQs
 2026-08-30  6:20 UTC  (2+ messages)

[PATCH RFC v2 00/30] arm: add Raspberry Pi Pico/RP2040 machine
 2026-08-30  6:16 UTC  (17+ messages)
` [PATCH RFC v2 15/30] hw/char: integrate RP2040 UART pinmux
` [PATCH RFC v2 16/30] hw/misc: add RP2040 SIO and multicore support
` [PATCH RFC v2 17/30] tests/tcg/arm: test RP2040 SIO and multicore
` [PATCH RFC v2 18/30] hw/timer: add RP2040 timer and alarms
` [PATCH RFC v2 19/30] tests/tcg/arm: test RP2040 timer alarm interrupt
` [PATCH RFC v2 20/30] hw/ssi: add RP2040 XIP flash controller
` [PATCH RFC v2 21/30] tests/tcg/arm: test RP2040 flash and XIP behavior
` [PATCH RFC v2 22/30] hw/dma: add RP2040 DMA controller
` [PATCH RFC v2 23/30] tests/tcg/arm: test RP2040 DMA transfers
` [PATCH RFC v2 24/30] hw/ssi: load RP2040 UF2 flash images
` [PATCH RFC v2 25/30] hw/misc: add RP2040 bus controller
` [PATCH RFC v2 26/30] hw/arm: add shallow RP2040 USB controller
` [PATCH RFC v2 27/30] hw/arm: add RP2040 synthetic boot ROM service tables
` [PATCH RFC v2 28/30] hw/arm: add RP2040 synthetic boot ROM accelerated helpers
` [PATCH RFC v2 29/30] hw/arm: add optional Pico SDK exit handling
` [PATCH RFC v2 30/30] docs/system/arm: document Raspberry Pi Pico

[tnguy-net-queue:dev-queue] BUILD SUCCESS 10b5e0324c4b3669bec7ec99e8dead440fa89281
 2026-08-30  6:10 UTC 

[syzbot] [kernel?] KASAN: global-out-of-bounds Read in uevent_store
 2026-08-30  6:07 UTC  (2+ messages)

[tnguy-next-queue:dev-queue] BUILD SUCCESS 879e8e9f0ae039b4427e5f275d09de0f7a65699b
 2026-08-30  6:03 UTC 

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-08-30  5:59 UTC  (3+ messages)
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header

[syzbot] [block?] BUG: unable to handle kernel paging request in __blk_mq_alloc_driver_tag
 2026-08-30  5:57 UTC 

[PATCH v4 0/2] livepatch: Fix issues around CONFIG_DEBUG_KOBJECT_RELEASE
 2026-08-30  5:48 UTC  (3+ messages)
` [PATCH v4 1/2] livepatch: Fix UAF of unregistered patch kobjects
` [PATCH v4 2/2] selftests/livepatch: filter debug messages in check_result()

[PATCH] dmaengine: altera-msgdma: initialize state before requesting IRQ
 2026-08-30  5:47 UTC  (2+ messages)

[PATCH RFC v4 0/1] the org.qemu.Display1.UIInfo interface design
 2026-08-30  5:46 UTC  (2+ messages)
` [PATCH RFC v4 1/1] ui/dbus: add org.qemu.Display1.UIInfo interface

[PATCH] iio: light: vcnl4000: use sysfs_emit() for near_level
 2026-08-30  5:42 UTC 

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-30  5:36 UTC  (10+ messages)
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[PATCH v13 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-30  5:36 UTC  (22+ messages)
` [PATCH v13 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v13 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v13 07/12] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v13 08/12] selftests: tracing: Add syntax "
` [PATCH v13 09/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v13 10/12] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v13 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[AUH] python3-hypothesis: upgrading to 6.167.0 SUCCEEDED
 2026-08-30  5:32 UTC 

[AUH] nasm: upgrading to 3.02 FAILED
 2026-08-30  5:32 UTC 

[AUH] Upgrade status: 2026-08-30
 2026-08-30  5:32 UTC 

[AUH] re2c: upgrading to 4.6 SUCCEEDED
 2026-08-30  5:32 UTC 

[AUH] python3-pdm: upgrading to 2.29.0 SUCCEEDED
 2026-08-30  5:32 UTC 

[PATCH 0/6] mm/damon: support access monitoring of hugetlb-backed memory
 2026-08-30  5:29 UTC  (13+ messages)
` [PATCH 1/6] mm/damon: move damon_hugetlb_mkold() from vaddr to ops-common
` [PATCH 2/6] mm/damon/ops-common: handle hugetlb folios in folio mkold/young rmap walkers
` [PATCH 3/6] mm/damon/paddr: support hugetlb folios in access monitoring
` [PATCH 4/6] mm/damon: support flush-assisted access bit clearing for monitoring
` [PATCH 5/6] mm/damon/sysfs: support aging_flush
` [PATCH 6/6] mm/damon/stat: "

[RFC PATCH net-next 0/9] net: survive a PHY whose firmware arrives after the MAC probes
 2026-08-30  5:26 UTC  (9+ messages)
` [RFC PATCH net-next 2/9] dt-bindings: net: ethernet-controller: add slow-to-probe
` [RFC PATCH net-next 6/9] net: mdio: add Airoha EN8811H MDIO device driver
` [RFC PATCH net-next 8/9] net: phylink: wait for PHYs that are known to probe late
` [RFC PATCH net-next 9/9] net: phylink: report no link modes while a late PHY is missing

[moderation/CI] Re: Remove FGP_NOFS
 2026-08-30  5:21 UTC 

[PATCH v6 0/3] hwmon: it87: add IT8613E support
 2026-08-30  5:19 UTC  (3+ messages)

[syzbot] [mm?] WARNING in __mod_zone_page_state
 2026-08-30  5:15 UTC  (5+ messages)

[PATCH v7 0/3] i2c: mux: Propagate software nodes to channel adapters
 2026-08-30  5:10 UTC  (6+ messages)
` [PATCH v7 3/3] "

[syzbot] [block?] WARNING in blk_validate_limits
 2026-08-30  5:08 UTC  (2+ messages)

[PATCH v6 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-08-30  1:29 UTC  (4+ messages)
` [PATCH v6 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl

[PATCH] docs/zh_CN: Update arch/riscv/vm-layout.rst translation
 2026-08-30  4:55 UTC  (5+ messages)

[PATCH 3/3] x86/mce/amd: Reset deferred-register state between polling banks
 2026-08-30  4:45 UTC 

[PATCH v2] platform/x86/dell: alienware-wmi-wmax: add Alienware Area-51 AAT2250
 2026-08-30  4:44 UTC  (2+ messages)

[PATCH mptcp-net v3 0/8] mptcp: pm: userspace: properly deal with the ID0 case
 2026-08-30  4:43 UTC  (5+ messages)
` [PATCH mptcp-net v3 2/8] mptcp: pm: userspace: lookup: match port in priority

[PATCH 2/3] x86/mce/amd: Reset MCA_SYND1/2 between bank scans
 2026-08-30  4:42 UTC 

[PATCH v7 0/4] mm: avoid large folio splits when swap is unavailable
 2026-08-30  4:42 UTC  (3+ messages)
` [PATCH v7 1/4] mm: add page_counter_margin()

[PATCH 1/3] x86/mce: Reset MCA_SYND between bank scans
 2026-08-30  4:40 UTC 

[PATCH 0/9] Remove FGP_NOFS
 2026-08-30  4:39 UTC  (8+ messages)
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS

[PATCH 0/2] pinctrl: qcom: Add PMAU0102 GPIO support
 2026-08-30  4:39 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom,pmic-gpio: Document "
` [PATCH 2/2] pinctrl: qcom: spmi-gpio: Add "

[FUSE] Two latent data-integrity defects in the 7.2 iomap read integration — pre-disclosure before large-folio enablement
 2026-08-30  4:31 UTC 

[RFC PATCH v3] net/bonding: restrict secondary control operations
 2026-08-30  4:29 UTC  (5+ messages)
` [RFC PATCH v4 1/2] net/bonding: skip unavailable member stats
  ` [RFC PATCH v4 2/2] net/bonding: restrict secondary control operations


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.