The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-28 21:29:50 to 2026-07-29 00:28:02 UTC [more...]

[PATCH 0/2] tracing: Fix a UAF and regex bug on trace-event
 2026-07-29  0:27 UTC  (2+ messages)
` [PATCH 1/2] tracing: Check return value of __register_event() in trace_module_add_events()

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-07-29  0:27 UTC 

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-07-29  0:27 UTC  (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline

[PATCH v4 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-07-29  0:25 UTC  (8+ messages)
` [PATCH v4 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c

[PATCH] media: qcom: iris: rollback OPP vote on PM resume failure
 2026-07-29  0:25 UTC  (3+ messages)

[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
 2026-07-29  0:23 UTC 

[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
 2026-07-29  0:21 UTC 

[syzbot] [fs?] general protection fault in start_dirop
 2026-07-29  0:19 UTC 

[syzbot] [usb?] KASAN: slab-out-of-bounds Read in dummy_free_request
 2026-07-29  0:19 UTC 

[syzbot] [usb?] general protection fault in usbtest_probe
 2026-07-29  0:19 UTC 

[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
 2026-07-29  0:18 UTC 

[PATCH] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
 2026-07-29  0:17 UTC  (2+ messages)

[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
 2026-07-29  0:16 UTC 

[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
 2026-07-29  0:15 UTC 

[PATCH] EDAC: fsl_ddr: use devm_platform_ioremap_resource()
 2026-07-29  0:13 UTC  (6+ messages)

[PATCH v5 0/5] Enable perf tracing for unprivileged users
 2026-07-29  0:13 UTC  (3+ messages)
` [PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events

[syzbot] [usb?] WARNING in dummy_free_request (2)
 2026-07-29  0:10 UTC 

[PATCH v2 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
 2026-07-29  0:10 UTC  (5+ messages)
` [PATCH v2 4/5] iommu: Add Broadcom BCM2712 IOMMU driver

[syzbot] [usb?] possible deadlock in uvc_func_allow_link
 2026-07-29  0:09 UTC 

[PATCH] soc: qcom: pmic_glink_altmode: use a freezable workqueue
 2026-07-29  0:08 UTC  (2+ messages)

[PATCH v4 0/5] powervr: MT8173 GPU support
 2026-07-29  0:08 UTC  (7+ messages)

[syzbot] [kernel?] WARNING in its_msi_teardown
 2026-07-29  0:08 UTC 

[syzbot] [fs?] [usb?] KASAN: slab-use-after-free Read in lockref_get (2)
 2026-07-29  0:08 UTC 

[syzbot] [fs?] WARNING: refcount bug in config_item_get
 2026-07-29  0:08 UTC 

[PATCH v2 0/2] ASoC: codecs: add the Qualcomm WCD9378 audio codec
 2026-07-29  0:06 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: "
` [PATCH v2 2/2] ASoC: codecs: wcd9378: add TX/capture codec driver

[PATCH v2 0/4] test-ww_mutex: Miscellaneous fixes
 2026-07-29  0:07 UTC  (5+ messages)
` [PATCH v2 3/4] test-ww_mutex: Handle transient -EDEADLK in test_cycle_work
` [PATCH v2 4/4] test-ww_mutex: Retry lock acquisition after timeout if deadlocked

[tip:master] BUILD SUCCESS 38eccba72916c4939010bc616a88efb88fb81baf
 2026-07-29  0:06 UTC 

[PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
 2026-07-29  0:06 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
` [PATCH 2/3] selftests/bpf: Route libarena build artifacts "
` [PATCH 3/3] selftests/bpf: Route test_kmods "

[for-next][PATCH 00/16] tracing: Updates for v7.3
 2026-07-29  0:05 UTC  (17+ messages)
` [for-next][PATCH 01/16] bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
` [for-next][PATCH 02/16] tracing: Expose tracepoint BTF ids via tracefs
` [for-next][PATCH 03/16] selftests/bpf: Add test for tracepoint btf_ids tracefs file
` [for-next][PATCH 04/16] tracing: Point constant hist field type to string literal
` [for-next][PATCH 05/16] kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()
` [for-next][PATCH 06/16] tracing: Use __free() for expr_str() buffer
` [for-next][PATCH 07/16] tracing: Return ERR_PTR() from expr_str()
` [for-next][PATCH 08/16] tracing: Bound histogram expression strings with seq_buf
` [for-next][PATCH 09/16] tracing/user_events: Use seq_putc() in two functions
` [for-next][PATCH 10/16] tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show()
` [for-next][PATCH 11/16] fgraph: Use trace_seq_putc() in print_graph_return()
` [for-next][PATCH 12/16] tracing: Reject invalid preemptirq_delay_test CPU affinity
` [for-next][PATCH 13/16] samples/ftrace: Prevent division by zero when nr_function_calls is zero
` [for-next][PATCH 14/16] tracing: Warn when an event dereferences a pointer in TP_printk()
` [for-next][PATCH 15/16] tracing: Use strscpy() instead of strcpy() in trace_sched_switch
` [for-next][PATCH 16/16] tracing: Use seq_buf for string concatenation

[PATCH net-next v2 0/7] net: mana: harden the HWC and add dynamic queue depth
 2026-07-28 23:58 UTC  (3+ messages)
  ` [EXTERNAL] "

Prebuilt LLVM 23.1.0-rc2 uploaded
 2026-07-28 23:58 UTC 

[PATCH wireless-next] wifi: cfg80211: add fw_version device attribute for sysfs
 2026-07-28 23:47 UTC 

[PATCH] nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatch
 2026-07-28 23:56 UTC  (4+ messages)

[PATCH] nilfs2: prevent out-of-bounds read in super root block parsing
 2026-07-28 23:51 UTC  (2+ messages)

[PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-07-28 23:47 UTC  (13+ messages)
` [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v2 3/8] crypto: x86 - Stop using cpu_has_xfeatures()

Policy regarding linux-next only changes
 2026-07-28 23:46 UTC  (14+ messages)

[PATCH v2] nilfs2: fix infinite loop in nilfs_clean_segments()
 2026-07-28 23:43 UTC  (3+ messages)

[PATCH] gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind
 2026-07-28 23:38 UTC  (4+ messages)

[PATCH] sched/core: Skip rq->avg_idle update without a valid idle_stamp
 2026-07-28 23:24 UTC 

[PATCH] nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncation
 2026-07-28 23:37 UTC  (2+ messages)

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-28 23:34 UTC  (6+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

[PATCH 00/15] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
 2026-07-28 23:35 UTC  (5+ messages)
` [PATCH 04/15] KVM: x86/pmu: Add PMC bitmap accessor helpers

[PATCH v7 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-07-28 23:33 UTC  (8+ messages)
` [PATCH v7 2/5] x86/asm: add volatile, clobbers and zero-length check in inline memcmp

[PATCH] fprobe: Simplify fprobe_remove_ips() by reusing existing helpers
 2026-07-28 23:29 UTC 

[PATCH] fprobe: Fix module reference count leak on error in register_fprobe()
 2026-07-28 23:27 UTC 

[PATCH v7 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-28 23:24 UTC  (7+ messages)
` [PATCH v7 1/6] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v7 2/6] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v7 3/6] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v7 4/6] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v7 5/6] vfio: selftests: Retry on EAGAIN during device reset
` [PATCH v7 6/6] vfio: selftests: igb: Recover after DMA-read faults

[PATCH 0/4] PCI: Fix procfs PCI config access issues
 2026-07-28 23:19 UTC  (2+ messages)

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 23:18 UTC  (6+ messages)
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()

[PATCH v2] PCI/proc: check user access return values in proc_bus_pci_{read,write}()
 2026-07-28 23:16 UTC  (3+ messages)

[PATCH 1/3] Documentation: netlink: fix spelling in tcp_metrics.yaml
 2026-07-28 23:13 UTC  (3+ messages)

[PATCH v3 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-28 22:57 UTC  (7+ messages)
` [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI

[PATCH v14 00/22] TDX KVM selftests
 2026-07-28 22:56 UTC  (3+ messages)
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM

[PATCH v15 0/2] Lenovo Yoga Book 9 keyboard dock detection
 2026-07-28 22:55 UTC  (3+ messages)
` [PATCH v15 1/2] platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10
` [PATCH v15 2/2] platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver

[RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1000+ NVMe system
 2026-07-28 22:52 UTC  (2+ messages)

[PATCH 2/2] audit: drop BUG_ON() from audit_signal_info_syscall()
 2026-07-28 22:46 UTC  (3+ messages)

PATCH] license: Migrate Linux Kernel to GPLv3+ and apply autocorrect fix
 2026-07-28 22:45 UTC 

[PATCH 1/2] audit: drop BUG_ON() from audit_add_to_parent()
 2026-07-28 22:45 UTC  (3+ messages)

[PATCH] crypto: cesa: clear cesa_dev on _remove
 2026-07-28 22:42 UTC 

[PATCH] KVM: x86: Re-pend NMI in vNMI hardware when injection is blocked
 2026-07-28 22:40 UTC  (2+ messages)

[PATCH] staging: sm750fb: fix kernel-doc comments in sm750_accel.h
 2026-07-28 22:39 UTC 

[PATCH net-next v3 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-28 22:37 UTC  (5+ messages)
` [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls

[PATCH net] netlabel: check register_netdevice_notifier() error in netlbl_unlabel_init()
 2026-07-28 22:36 UTC  (2+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-28 22:33 UTC  (3+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()

[PATCH RFC 0/2] media: i2c: Surface Pro 7+ camera flip fixes
 2026-07-28 22:30 UTC  (3+ messages)
` [PATCH RFC 1/2] media: i2c: ov8865: fix horizontal flip control polarity

[PATCH v2 1/2] dt-bindings: pci: Add CPM6 support to AMD MDB PCIe binding
 2026-07-28 22:29 UTC  (2+ messages)

[PATCH v2 0/3] mmc: Add power_off_delay_us support
 2026-07-28 22:28 UTC  (7+ messages)
` [PATCH v2 2/3] mmc: core: Add mmc_delay_us() for microsecond precision delays
` [PATCH v2 3/3] mmc: core: Add power-off-delay-us support

[PATCH v2 2/2] pci: AMD: Add CPM6 host controller support to AMD MDB PCIe driver
 2026-07-28 22:27 UTC  (2+ messages)

[PATCH v6] ptp: ocp: add CPLD ISP support for ADVA TimeCard X1
 2026-07-28 22:26 UTC  (5+ messages)

[PATCH net] macvlan: cap IFLA_MACVLAN_BC_QUEUE_LEN to bound broadcast backlog
 2026-07-28 22:25 UTC  (5+ messages)

[PATCH] ALSA: usb-audio: Add GET_SAMPLE_RATE quirk for C-Media CM6206
 2026-07-28 22:22 UTC 

[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
 2026-07-28 22:20 UTC  (9+ messages)
      `  "
          `  "

[PATCH net-next] net: stmmac: dwxgmac2: configure INTM for per-channel interrupt routing
 2026-07-28 22:19 UTC  (3+ messages)

[PATCH v2 00/11] iommu/arm-smmu-v3: Add PRI support
 2026-07-28 22:17 UTC  (4+ messages)
` [PATCH v2 03/11] iommu/arm-smmu-v3: Add arm_smmu_drain_queue_for_iopf() helper

[PATCH v3 0/3] hwmon: emc1403: Convert to use OF bindings and add regulator support
 2026-07-28 22:15 UTC  (7+ messages)
` [PATCH v3 2/3] hwmon: (emc1403) Convert to use OF bindings

[PATCH RFC 0/7] spacemit: k3: Replace bad CLINT node with ACLINT nodes
 2026-07-28 22:15 UTC  (7+ messages)
` [PATCH RFC 1/7] dt-bindings: timer: thead,c900-aclint-mtimer: Add SpacemiT K3
` [PATCH RFC 5/7] irqchip/aclint-sswi: Add generic riscv,aclint-sswi match
` [PATCH RFC 7/7] riscv: dts: spacemit: k3: Add ACLINT MSWI and MTIMER nodes

[PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
 2026-07-28 22:15 UTC  (3+ messages)

[PATCH] futex: Prevent robust futex exit race more
 2026-07-28 22:13 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 16-e0xxx (MB 88ED)
 2026-07-28 22:11 UTC 

[for-next v4 0/2] Add Reorder Completion Queue (RCQ) support
 2026-07-28 22:10 UTC  (4+ messages)

[PATCH v8 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-28 22:10 UTC  (13+ messages)
` [PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v8 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v8 03/12] PCI: liveupdate: Track incoming "
` [PATCH v8 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
` [PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v8 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
` [PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
` [PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH] x86/microcode/intel: Panic on partial microcode update
 2026-07-28 22:09 UTC  (17+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-28 22:07 UTC  (9+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH] drm/pagemap: Reset migration page count on eviction retry
 2026-07-28 22:05 UTC  (2+ messages)

[RFC PATCH 00/13] arm64: Preemptible this_cpu_*() operations
 2026-07-28 22:05 UTC  (4+ messages)
` [RFC PATCH 07/13] arm64: percpu: Implement preemptible read/write ops

[PATCH v7 0/2] i2c: i2c-gpio: Enhance driver for buses with shared SCL
 2026-07-28 22:04 UTC  (5+ messages)
` [PATCH v7 2/2] "

[PATCH v2 0/2] Add trace events for Qualcomm GENI I2C drivers
 2026-07-28 22:01 UTC  (2+ messages)

[PATCH v14 0/2] Lenovo Yoga Book 9 keyboard dock detection
 2026-07-28 22:01 UTC  (3+ messages)

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-28 21:57 UTC  (8+ messages)

[PATCH] Bluetooth: btusb: Use DECLARE_FLEX_ARRAY() for qca_dump_hdr
 2026-07-28 21:24 UTC 

[PATCH net v2 1/2] seg6: check lwtunnel state after nf hooks in seg6local
 2026-07-28 21:54 UTC  (2+ messages)
` [PATCH net v2 2/2] seg6: check lwtunnel state after nf hooks in iptunnel

[PATCH v6 0/4] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-07-28 21:49 UTC  (5+ messages)
` [PATCH v6 1/4] iio: types: add IIO_VOLUMEFLOW channel type
` [PATCH v6 2/4] dt-bindings: iio: flow: add Sensirion SLF3S liquid flow sensor
` [PATCH v6 3/4] iio: core: add IIO_VAL_DECIMAL64_FEMTO format type
` [PATCH v6 4/4] iio: flow: add Sensirion SLF3S liquid flow sensor driver

[PATCH net] seg6: fix NULL deref in input_action_end_dx{4,6}_finish() after nf hook
 2026-07-28 21:49 UTC  (4+ messages)

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-28 21:47 UTC  (4+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup

[PATCH net-next v7 0/5] net: dsa: mxl862xx: support firmware update
 2026-07-28 21:47 UTC  (6+ messages)
` [PATCH net-next v7 1/5] net: dsa: wire flash_update devlink callback to drivers
` [PATCH net-next v7 2/5] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v7 3/5] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v7 4/5] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v7 5/5] net: dsa: mxl862xx: document devlink flash and info support

[PATCH net] net/mlx5e: fix BQL reset on SQ re-activation
 2026-07-28 21:47 UTC 

[PATCH v5 0/4] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-07-28 21:46 UTC  (3+ messages)

[PATCH v7 0/7] iio: dac: Add support for AD5529R DAC
 2026-07-28 21:46 UTC  (8+ messages)
` [PATCH v7 1/7] spi: dt-bindings: Add spi-device-addr peripheral property

[PATCH] issei: Fix size_t printk specifier in heci_{write,read}_buf()
 2026-07-28 21:46 UTC  (3+ messages)

[PATCH] i2c: qup: Propagate clock enable failures
 2026-07-28 21:45 UTC  (2+ messages)

[PATCH] sched/fair: Prefer fully idle cores for NOHZ balancing
 2026-07-28 21:44 UTC 

[PATCH v2 0/2] phy: add support for TH1520 USB PHY
 2026-07-28 21:44 UTC  (3+ messages)
` [PATCH v2 2/2] phy: add a driver for T-Head "

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-07-28 21:43 UTC  (5+ messages)
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()

[PATCH] rds: synchronize info callbacks with connection teardown
 2026-07-28 21:43 UTC  (3+ messages)
` [PATCH net-next v2] rds: synchronize info callbacks with module unload

[PATCH] iio: light: veml3328: remove redundant cast in read_avail
 2026-07-28 21:38 UTC  (4+ messages)

[PATCH] i2c: qcom-cci: drop custom suspend/resume and rely on runtime PM helpers
 2026-07-28 21:37 UTC  (2+ messages)

[ANNOUNCE] tuna v0.21 released
 2026-07-28 21:36 UTC 

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-28 21:34 UTC  (3+ messages)

[PATCH 0/9] EDAC/versalnet: Fix error handling, teardown, and robustness
 2026-07-28 21:33 UTC  (7+ messages)
` [PATCH 1/9] EDAC/versalnet: Add NULL check for mci in handle_error()

[PATCH v2 0/6] perf: Add support for memory region/range reporting
 2026-07-28 21:33 UTC  (4+ messages)
` [PATCH v2 5/6] perf header: Support memory ranges

[PATCH v3 1/2] i2c: imx: Clear slave pointer on registration error
 2026-07-28 21:32 UTC  (3+ messages)
` [PATCH v4 0/2] i2c: imx: Fix slave mode corner issues

[PATCH] iio: pressure: dps310: fix pressure result shift bit definition
 2026-07-28 21:30 UTC  (4+ messages)

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-28 21:29 UTC  (13+ messages)
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers


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