The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-09 18:08:26 to 2026-06-09 19:43:31 UTC [more...]

[PATCHv2 0/5] ata: pata_mpc52xx: fix cleanup ordering and modernize
 2026-06-09 19:43 UTC  (2+ messages)
` [PATCHv2 1/5] ata: pata_mpc52xx: fix NULL pointer dereference in IRQ handler

[PATCH v5 0/8] can: flexcan: Add NXP S32N79 SoC support
 2026-06-09 19:42 UTC  (7+ messages)
` [PATCH v5 1/8] can: flexcan: use dedicated IRQ handlers for multi-IRQ platforms
` [PATCH v5 2/8] can: flexcan: disable all IRQ lines in flexcan_chip_interrupts_enable()
` [PATCH v5 3/8] can: flexcan: split rx/tx masks per mailbox IRQ line

[PATCH] media: bcm2835-unicam: Fix asc leaked in error/remove path
 2026-06-09 19:39 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
 2026-06-09 19:39 UTC  (2+ messages)

[PATCH] usb: gadget: f_fs: initialize reset_work at allocation time
 2026-06-09 19:36 UTC 

[PATCH] i2c: qcom-geni: Use pm_runtime_force_{suspend,resume} helpers
 2026-06-09 19:35 UTC  (3+ messages)

[PATCH v4 0/2] x86/tsc: Exempt recent UV systems from clocksource watchdog checks to avoid false positives
 2026-06-09 19:34 UTC  (5+ messages)

[RFC PATCH v2 0/3] make persistent huge zero folio read-only
 2026-06-09 19:33 UTC  (3+ messages)
` [RFC PATCH v2 1/3] mm/huge_memory: "

[PATCH v2 0/4] AUXADC driver for the MediaTek mt6323 PMIC
 2026-06-09 19:33 UTC  (5+ messages)
` [PATCH v2 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver

[PATCH net-next v2 00/14] net: enable TC956x support
 2026-06-09 19:32 UTC  (7+ messages)
` [PATCH net-next v2 03/14] net: pcs: pcs-xpcs-regmap: support XPCS memory-mapped MDIO bus via regmap
` [PATCH net-next v2 13/14] net: stmmac: tc956x: add TC956x/QPS615 support

[PATCHv2] dmaengine: st_fdma: simplify allocation by using flexible array
 2026-06-09 19:30 UTC 

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-09 19:28 UTC  (10+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15

[PATCH v1] ALSA: Improve style of pnp_device_id array terminators
 2026-06-09 19:26 UTC  (4+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-09 19:25 UTC  (7+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices

[PATCH v2 00/24] dt-bindings/dts: qcom: Fix PDC OS Direct Resource Voter region window size
 2026-06-09 19:24 UTC  (2+ messages)

[PATCH v4 00/14] mfd: lm3533: convert to OF bindings, improve support
 2026-06-09 19:23 UTC  (15+ messages)
` [PATCH v4 02/14] mfd: lm3533: Remove driver specific regmap wrappers
` [PATCH v4 04/14] mfd: lm3533: Pass only regmap and light sensor presence to child devices
` [PATCH v4 05/14] iio: light: lm3533-als: Remove redundant pdata helpers
` [PATCH v4 07/14] mfd: lm3533: Switch sysfs_create_group() to device_add_group()
` [PATCH v4 10/14] mfd: lm3533: Set DMA mask
` [PATCH v4 14/14] video: leds: backlight: lm3533: Support getting LED sources from DT

[PATCH v8 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-06-09 19:20 UTC  (13+ messages)
` [PATCH v8 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema

[PATCH rdma-next v3 1/1] RDMA/mana_ib: UC QP support for UAPI
 2026-06-09 19:19 UTC  (4+ messages)

[PATCH v2 00/83] block: rnull: complete the rust null block driver
 2026-06-09 19:09 UTC  (84+ messages)
` [PATCH v2 01/83] block: rust: fix `Send` bound for `GenDisk`
` [PATCH v2 02/83] rust: block: rename `SECTOR_MASK` to `PAGE_SECTOR_MASK`
` [PATCH v2 03/83] block: rnull: adopt new formatting guidelines
` [PATCH v2 04/83] block: rnull: add module parameters
` [PATCH v2 05/83] block: rnull: add macros to define configfs attributes
` [PATCH v2 06/83] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH v2 07/83] block: rust: change `queue_rq` request type to `Owned`
` [PATCH v2 08/83] block: rust: add `Request` private data support
` [PATCH v2 09/83] block: rust: document the lifetime of `Request`
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH v2 11/83] block: rnull: add timer completion mode
` [PATCH v2 12/83] block: rust: introduce `kernel::block::bio` module
` [PATCH v2 13/83] block: rust: add `command` getter to `Request`
` [PATCH v2 14/83] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH v2 15/83] block: rust: add `TagSet` flags
` [PATCH v2 16/83] block: rnull: add memory backing
` [PATCH v2 17/83] block: rnull: add submit queue count config option
` [PATCH v2 18/83] block: rnull: add `use_per_node_hctx` "
` [PATCH v2 19/83] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH v2 20/83] block: rnull: allow specifying the home numa node
` [PATCH v2 21/83] block: rust: add Request::sectors() method
` [PATCH v2 22/83] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH v2 23/83] block: rnull: add discard support
` [PATCH v2 24/83] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH v2 25/83] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH v2 26/83] block: rust: change sector type from usize to u64
` [PATCH v2 27/83] block: rust: add `BadBlocks` for bad block tracking
` [PATCH v2 28/83] block: rust: mq: add Request::end() method for custom status codes
` [PATCH v2 29/83] block: rnull: add badblocks support
` [PATCH v2 30/83] block: rnull: add badblocks_once support
` [PATCH v2 31/83] block: rust: add `Segment::truncate`
` [PATCH v2 32/83] block: rnull: add partial I/O support for bad blocks
` [PATCH v2 33/83] block: rust: add `TagSet` private data support
` [PATCH v2 34/83] block: rust: add `hctx` "
` [PATCH v2 35/83] block: rnull: add volatile cache emulation
` [PATCH v2 36/83] block: rust: implement `Sync` for `GenDisk`
` [PATCH v2 37/83] block: rust: add a back reference feature to `GenDisk`
` [PATCH v2 38/83] block: rust: introduce an idle type state for `Request`
` [PATCH v2 39/83] block: rust: add a request queue abstraction
` [PATCH v2 40/83] block: rust: add a method to get the request queue for a request
` [PATCH v2 41/83] block: rust: introduce `kernel::block::error`
` [PATCH v2 42/83] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH v2 43/83] block: rust: add `GenDisk::queue_data`
` [PATCH v2 44/83] block: rnull: add bandwidth limiting
` [PATCH v2 45/83] block: rnull: add blocking queue mode
` [PATCH v2 46/83] block: rnull: add shared tags
` [PATCH v2 47/83] block: rnull: add queue depth config option
` [PATCH v2 48/83] block: rust: add an abstraction for `bindings::req_op`
` [PATCH v2 49/83] block: rust: add a method to set the target sector of a request
` [PATCH v2 50/83] block: rust: move gendisk vtable construction to separate function
` [PATCH v2 51/83] block: rust: add zoned block device support
` [PATCH v2 52/83] block: rust: add `TagSet::flags`
` [PATCH v2 53/83] block: rnull: add zoned storage support
` [PATCH v2 54/83] block: rust: add `map_queues` support
` [PATCH v2 55/83] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH v2 56/83] block: rust: add polled completion support
` [PATCH v2 57/83] block: rust: add accessors to `TagSet`
` [PATCH v2 58/83] block: rnull: add polled completion support
` [PATCH v2 59/83] block: rnull: add REQ_OP_FLUSH support
` [PATCH v2 60/83] block: rust: add request flags abstraction
` [PATCH v2 61/83] block: rust: add abstraction for block queue feature flags
` [PATCH v2 62/83] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH v2 63/83] block: rust: add `Segment::copy_to_page_limit`
` [PATCH v2 64/83] block: rnull: add fua support
` [PATCH v2 65/83] block: rust: add `GenDisk::tag_set`
` [PATCH v2 66/83] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH v2 67/83] block: rnull: add an option to change the number of hardware queues
` [PATCH v2 68/83] block: rust: add an abstraction for `struct rq_list`
` [PATCH v2 69/83] block: rust: add `queue_rqs` vtable hook
` [PATCH v2 70/83] block: rnull: support queue_rqs
` [PATCH v2 71/83] block: rust: remove the `is_poll` parameter from `queue_rq`
` [PATCH v2 72/83] block: rust: add a debug assert for refcounts
` [PATCH v2 73/83] block: rust: add `TagSet::tag_to_rq`
` [PATCH v2 74/83] block: rust: add `Request::queue_index`
` [PATCH v2 75/83] block: rust: add `Request::requeue`
` [PATCH v2 76/83] block: rust: add `request_timeout` hook
` [PATCH v2 77/83] block: rnull: add fault injection support
` [PATCH v2 78/83] block: rust: add max_sectors option to `GenDiskBuilder`
` [PATCH v2 79/83] block: rnull: allow configuration of the maximum IO size
` [PATCH v2 80/83] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH v2 81/83] block: rnull: add `virt_boundary` option
` [PATCH v2 82/83] block: rnull: add `shared_tag_bitmap` config option
` [PATCH v2 83/83] block: rnull: add zone offline and readonly configfs files

[PATCH v18 0/4] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-09 19:16 UTC  (7+ messages)
` [PATCH v18 3/4] vfio/pci: Add a reset_done callback for vfio-pci driver

[PATCH v4 0/2] mm: improve folio refcount scalability
 2026-06-09 19:02 UTC  (3+ messages)

[PATCH next] drivers/infiniband/hw/mlx5/data_direct: Use strscpy() to copy strings into arrays
 2026-06-09 19:01 UTC  (2+ messages)

[PATCH next] drivers/infiniband/hw/usnic/usnic_fwd: User strscpy() to copy device name
 2026-06-09 19:00 UTC  (2+ messages)

[PATCH next] drivers/infiniband/core/iwcm: User strscpy() to copy device name
 2026-06-09 19:00 UTC  (2+ messages)

[PATCH] crypto: ecc - Optimize vli additive operations using compiler builtins
 2026-06-09 18:58 UTC  (2+ messages)

[PATCH v6 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
 2026-06-09 18:56 UTC  (12+ messages)
` [PATCH v6 01/11] arm64: dts: ti: k3-am62a-phycore-som: Fix wkup R5F memory region size
` [PATCH v6 02/11] arm64: dts: ti: k3-am62d2-evm: "
` [PATCH v6 03/11] arm64: dts: ti: k3-am62a7-sk: "
` [PATCH v6 04/11] arm64: dts: ti: k3-am62p-verdin: "
` [PATCH v6 05/11] arm64: dts: ti: k3-am62p5-sk: "
` [PATCH v6 06/11] arm64: dts: ti: var-som-am62p: "
` [PATCH v6 07/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Move wkup reserved memory
` [PATCH v6 08/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v6 09/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Split r5f memory region
` [PATCH v6 10/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v6 11/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: Add r5f nodes to pre-ram bootphase

[PATCH net v3 1/2] net/sched: act_pedit: require matching IPv4 L4 protocol
 2026-06-09 18:56 UTC  (2+ messages)
` [PATCH net v3 2/2] "

[PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting
 2026-06-09 18:56 UTC  (4+ messages)

[PATCH 0/2] dt-bindings: Add SpacemiT K1 PDMA request-number header and use it in DT
 2026-06-09 18:55 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add SpacemiT K1 PDMA request numbers

[PATCH v2] xprtrdma: Move long delayed work on system_dfl_long_wq
 2026-06-09 18:54 UTC  (3+ messages)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-09 18:52 UTC  (5+ messages)

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-09 18:50 UTC  (2+ messages)

[PATCH v8 0/6] iommufd: Enable noiommu mode for cdev
 2026-06-09 18:50 UTC  (4+ messages)
` [PATCH v8 5/6] vfio: Enable cdev noiommu mode under iommufd

[PATCH v2] drm/vc4: fix krealloc() memory leak
 2026-06-09 18:49 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v7 00/14] Allow AET to use PMT as loadable module
 2026-06-09 18:46 UTC  (4+ messages)
` [PATCH v7 07/14] x86/resctrl: Maintain a count of enabled monitor features

[PATCH RESEND v7 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-06-09 18:44 UTC  (2+ messages)

[PATCH] nvme: target: allocate ana_state with port
 2026-06-09 18:44 UTC  (2+ messages)

[PATCH v4 0/2] iio: dac: Add support for AD5529R DAC
 2026-06-09 18:44 UTC  (3+ messages)
` [PATCH v4 2/2] iio: dac: Add AD5529R DAC driver support

[PATCH] KVM: aia: skip silicon ID cap in EMUL mode
 2026-06-09 18:41 UTC 

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-09 18:41 UTC  (5+ messages)
` [PATCH v9 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE

[PATCH RFC 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-09 18:40 UTC  (2+ messages)

[PATCH] KVM: riscv: mirror VSTIMECMP into t->next_cycles in sstc path
 2026-06-09 18:39 UTC 

[PATCH] KVM: riscv: aia: use lr.d/sc.d on RV64 in imsic_mrif_atomic_rmw
 2026-06-09 18:37 UTC 

[RFC v1] io_uring/rsrc: add fast path huge page handling in buffer registration
 2026-06-09 18:36 UTC  (2+ messages)

[Kernel Bug] INFO: task hung in zswap_decompress
 2026-06-09 18:36 UTC  (4+ messages)

[PATCH v5 0/3] Add support for Variscite DART-MX8M-PLUS and Sonata board
 2026-06-09 18:35 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: arm: fsl: add Variscite DART-MX8M PLUS Boards

[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
 2026-06-09 18:33 UTC  (8+ messages)
` [PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug

[PATCH] riscv: cpufeature: remove _RO from use_hcontext for KVM=m
 2026-06-09 18:32 UTC 

[PATCH net-next v8 00/10] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-06-09 18:24 UTC  (4+ messages)
` [PATCH net-next v8 01/10] enic: verify firmware supports V2 SR-IOV at probe time

[PATCH bpf v3] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-09 18:25 UTC  (2+ messages)

[PATCH v2] nvmet-auth: reject short AUTH_RECEIVE buffers
 2026-06-09 18:24 UTC 

[PATCH] riscv: dts: spacemit: k3-pico-itx: Fix non-functional ethernet TX timing
 2026-06-09 18:24 UTC  (3+ messages)

[PATCH v2] dt-bindings: leds: bcm6358: Convert to DT schema
 2026-06-09 18:17 UTC 

[PATCH v5] iio: tcs3472: implement wait time and sampling frequency
 2026-06-09 18:23 UTC  (2+ messages)

linux-next: Tree for Jun 9
 2026-06-09 18:22 UTC 

[PATCH bpf] bpf, sockmap: fix use-after-free when the stream parser resizes the skb
 2026-06-09 18:21 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Reject scalar addition from untrusted memory
 2026-06-09 18:21 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "

[PATCH v2 0/7] perf annotate: Add elfutils libasm disassembler support
 2026-06-09 18:21 UTC  (9+ messages)
` [PATCH v3 0/7] perf annotate: Add elfutils libasm disassembler and BPF JIT disassembly support
  ` [PATCH v3 1/7] tools build: Add feature check for elfutils libasm
  ` [PATCH v3 2/7] perf build: Add build support and capability "
  ` [PATCH v3 3/7] perf annotate: Implement elfutils libasm disassembler backend
  ` [PATCH v3 4/7] perf annotate: Add --disassembler command-line option
  ` [PATCH v3 5/7] perf test: Enhance annotate test coverage and isolate config
  ` [PATCH v3 6/7] perf annotate: Support BPF JIT disassembly via genelf
  ` [PATCH v3 7/7] perf test: Add BPF JIT annotation test coverage for all disassemblers

[PATCH v4] rust: make `build_assert` module the home of related macros
 2026-06-09 18:19 UTC  (3+ messages)

[PATCH v2 0/4] Add RPROC support for the MX95-15x15-FRDM board
 2026-06-09 18:18 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"

Subject: Google Refuses to Enforce GPLv2 on Android: Transsion & Xiaomi Shipping Hidden Modules
 2026-06-09 18:18 UTC 

[PATCH] cxl/ras: Fix match_memdev_by_parent() pointer type mismatch
 2026-06-09 18:17 UTC  (3+ messages)

[PATCH V2 1/3] accel/amdxdna: Fix amdxdna_client lifetime race during device removal
 2026-06-09 18:17 UTC  (2+ messages)

[PATCH v2 00/12] New features for the AD5686 IIO driver
 2026-06-09 18:15 UTC  (5+ messages)
` [PATCH v2 09/12] iio: dac: ad5686: implement new sync() op for the spi bus
` [PATCH v2 12/12] iio: dac: ad5686: add gain control support

[PATCH 5.10] wifi: mac80211: check tdls flag in ieee80211_tdls_oper
 2026-06-09 18:11 UTC 

[RFC PATCH 0/6] arm64: hyperv: Add Realm support for Hyper-V
 2026-06-09 18:10 UTC  (7+ messages)
` [RFC PATCH 1/6] arm64: rsi: Add RSI host call structure and helper function
` [RFC PATCH 2/6] firmware: smccc: Detect hypervisor via RSI host call in CCA Realms
` [RFC PATCH 3/6] arm64: hyperv: Add per-CPU RSI host call infrastructure for "
` [RFC PATCH 4/6] Drivers: hv: Mark shared memory as decrypted "
` [RFC PATCH 5/6] arm64: hyperv: Route hypercalls through RSI host call in "
` [RFC PATCH 6/6] arm64: hyperv: Implement hv_is_isolation_supported() for "

[PATCH] drm/virtio: Use common error handling code in two functions
 2026-06-09 18:08 UTC 

[PATCH v5 0/8] drm: writeback: clean up writeback connector initialization
 2026-06-09 18:07 UTC  (4+ messages)
` [PATCH v5 2/8] drm/amd/display: use drmm_writeback_connector_init()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox