The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-15 20:05:46 to 2026-06-15 23:04:40 UTC [more...]

[PATCH v5 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-15 23:04 UTC  (5+ messages)
` [PATCH v5 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v5 2/6] alloc_tag: add ioctl filters "
` [PATCH v5 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v5 4/6] alloc_tag: add accuracy based "

[PATCH v2] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
 2026-06-15 22:57 UTC  (4+ messages)

[GIT PULL] sched_ext changes for v7.2
 2026-06-15 22:56 UTC 

[PATCH v3 0/2] vfio: selftests: Add calloc_assert() and avoid VLAs
 2026-06-15 22:56 UTC  (5+ messages)
` [PATCH v3 1/2] vfio: selftests: Add calloc_assert() helper
` [PATCH v3 2/2] vfio: selftests: Avoid VLAs

[PATCH stable 6.6.y v3 0/4] bpf: linked scalar precision fixes
 2026-06-15 22:51 UTC  (2+ messages)

[PATCH net-next v5 0/12] net: atlantic: add PTP support for AQC113 (Antigua)
 2026-06-15 22:50 UTC  (2+ messages)

[PATCH] Revert "arm64: dts: rockchip: Further describe the WiFi for the Pinephone Pro"
 2026-06-15 22:50 UTC 

[PATCH v3] Documentation/process: Add Researcher Guidelines
 2026-06-15 22:48 UTC  (4+ messages)

[PATCH] modpost: Ignore Clang LTO suffixes in symbol matching
 2026-06-15 22:43 UTC  (2+ messages)

[PATCH 0/7] Finish removing crypto_rng from drivers/crypto/
 2026-06-15 22:41 UTC  (8+ messages)
` [PATCH 1/7] crypto: qcom-rng - Enable clock in hwrng case
` [PATCH 2/7] crypto: qcom-rng - Allow zero as a random number
` [PATCH 3/7] crypto: qcom-rng - Remove crypto_rng interface
` [PATCH 4/7] hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/
` [PATCH 5/7] crypto: sun8i-ce - Remove crypto_rng interface
` [PATCH 6/7] crypto: sun8i-ss "
` [PATCH 7/7] crypto: caam "

[GIT PULL] VFIO updates for v7.2-rc1
 2026-06-15 22:38 UTC 

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-06-15 22:38 UTC  (4+ messages)

[PATCH v3 0/3] iio: adc: Add support for TI ADS1110 to ti-ads1100 driver
 2026-06-15 22:38 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: iio: adc: ti,ads1100: add support for ADS1110
` [PATCH v3 2/3] iio: adc: Add ti-ads1110 support to ti-ads1100 driver
` [PATCH v3 3/3] iio: adc: Fix incorrect reading when datarate changed in single mode

[PATCH v6 RESEND 0/2] pinctrl: qcom: lpass-lpi: Switch to PM clock framework
 2026-06-15 22:37 UTC  (4+ messages)

[PATCHES v2 0/9] perf tools: Fix pre-existing bugs in machine, cs-etm, c2c, bpf, and dso
 2026-06-15 22:32 UTC  (10+ messages)
` [PATCH 1/9] perf machine: Propagate machine__init() error to callers
` [PATCH 2/9] perf machine: Use snprintf() for guestmount path construction
` [PATCH 3/9] perf cs-etm: Validate num_cpu before metadata allocation
` [PATCH 4/9] perf cs-etm: Require full global header in auxtrace_info size check
` [PATCH 5/9] perf cs-etm: Bounds-check CPU in cs_etm__get_queue()
` [PATCH 6/9] perf c2c: Free format list entries when c2c_hists__init() fails
` [PATCH 7/9] perf c2c: Fix hist entry and format list leaks in c2c_he_free()
` [PATCH 8/9] perf bpf: Validate array presence before casting BPF prog info pointers
` [PATCH 9/9] perf dso: Set standard errno on decompression failure

[PATCH 0/3] media: i2c: Adopt scope-based fwnode_handle_put
 2026-06-15 22:30 UTC  (4+ messages)
` [PATCH 1/3] media: i2c: ov5640: Drop manual fwnode_handle_put() via scope-based cleanup
` [PATCH 2/3] media: i2c: imx290: "
` [PATCH 3/3] media: i2c: imx219: "

[PATCH v19 00/20] Add additional python API support
 2026-06-15 22:30 UTC  (23+ messages)
` [PATCH v20 00/21] "
  ` [PATCH v20 01/21] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v20 02/21] perf python: Add "
  ` [PATCH v20 03/21] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v20 04/21] perf data: Add open flag
  ` [PATCH v20 05/21] perf evlist: Add reference count
  ` [PATCH v20 06/21] perf evsel: "
  ` [PATCH v20 07/21] perf evlist: Add reference count checking
  ` [PATCH v20 08/21] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v20 09/21] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v20 10/21] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v20 11/21] perf python: Refactor and add accessors to sample event
  ` [PATCH v20 12/21] perf python: Add mmap2 event
  ` [PATCH v20 13/21] perf python: Add callchain support
  ` [PATCH v20 14/21] perf python: Extend API for stat events in python.c
  ` [PATCH v20 15/21] perf python: Expose brstack in sample event
  ` [PATCH v20 16/21] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v20 17/21] perf python: Add config file access
  ` [PATCH v20 18/21] perf python: Handle Py_None for thread and cpu maps
  ` [PATCH v20 19/21] perf python: Add type checking for parse_events/parse_metrics
  ` [PATCH v20 20/21] perf python: Add perf.pyi stubs file
  ` [PATCH v20 21/21] perf python: Add LiveSession helper

[BUG] KASAN: slab-use-after-free in _copy_to_user from platform/x86/dell-smbios-wmi
 2026-06-15 22:28 UTC  (6+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-15 22:22 UTC  (13+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update

[PATCH v2] spi: dt-bindings: octeon: Convert to DT schema
 2026-06-15 22:19 UTC  (2+ messages)

[PATCH v19 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-15 22:17 UTC  (4+ messages)
` [PATCH v19 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH v3 1/8] dt-bindings: remoteproc: qcom,pas: add thermal mitigation properties
 2026-06-15 22:15 UTC  (11+ messages)

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-15 22:14 UTC  (3+ messages)
` [PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol

[PATCH 1/6] f2fs: fix wrong description in printed log
 2026-06-15 22:14 UTC  (3+ messages)
` [PATCH 4/6] f2fs: avoid unnecessary fscrypt_finalize_bounce_page()
  ` [f2fs-dev] "

[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
 2026-06-15 22:10 UTC  (12+ messages)
` [PATCH v2 1/7] ibmvfc: add basic FPIN support
` [PATCH v2 4/7] ibmvfc: define asynchronous sub-queue
` [PATCH v2 6/7] ibmvfc: register and use "
` [PATCH v2 7/7] ibmvfc: handle extended FPIN events

[PATCH] fsck.f2fs: drop unused SB_ENCODE_FLAG
 2026-06-15 22:07 UTC  (2+ messages)

[GIT PULL] Documentation for 7.2
 2026-06-15 22:07 UTC 

[PATCH v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
 2026-06-15 22:03 UTC  (9+ messages)

[PATCH v3 0/2] A proposal to add a gpio-locked fixed clock driver
 2026-06-15 22:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: Add GPIO-locked fixed clock

[PATCH] drm/v3d: reject an invalid indirect CSD buffer handle
 2026-06-16  7:00 UTC 

[PATCH 0/4] iio: adc: new ti-ads112c14 driver
 2026-06-15 22:00 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: iio: adc: add ti,ads122c14
` [PATCH 2/4] iio: adc: add ti-ads112c14 driver
` [PATCH 3/4] iio: adc: ti-ads112c14: implement gain on internal short SYS_MON channel
` [PATCH 4/4] iio: adc: ti-ads112c14: add measurement channel support

[GIT PULL] cgroup changes for v7.2
 2026-06-15 22:01 UTC 

[PATCH 0/2] iio: chemical: sps30, scd30
 2026-06-15 21:58 UTC  (4+ messages)
` [PATCH 2/2] iio: chemical: scd30: update email

[PATCH net-next v3 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-15 21:57 UTC  (3+ messages)
` [PATCH net-next v3 2/4] udmabuf: emit one sg entry per pinned folio

[PATCH v4 0/5] HID: asus: security fixes and more hardware support
 2026-06-15 21:55 UTC  (9+ messages)
` [PATCH v4 1/5] HID: asus: refactor the two workqueues and init sequence
` [PATCH v4 2/5] HID: asus: remove unnecessary OOM message
` [PATCH v4 3/5] HID: asus: fix a off-by-one issue making a check stricter that it needs to be
` [PATCH v4 4/5] HID: asus: add support for xgm led

[PATCH v18 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-06-15 21:54 UTC  (2+ messages)

[PATCH net-next] octeontx2-pf: add page pool ethtool statistics
 2026-06-15 21:50 UTC  (3+ messages)

[PATCH v5 net-next 0/9] net: dsa: netc: add bridge mode support
 2026-06-15 21:50 UTC  (2+ messages)

[PATCH] drm/imagination: Fix user array stride in pvr_set_uobj_array()
 2026-06-15 21:46 UTC 

[PATCH v2] iio: gyro: mpu3050: Fix runtime PM leak and refactor trigger state
 2026-06-15 21:45 UTC 

[GIT PULL] workqueue changes for v7.2
 2026-06-15 21:45 UTC 

[PATCH 00/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-06-15 21:43 UTC  (3+ messages)
` [PATCH 04/12] fs/namei.c: lookup_open(): move audit_inode_child() up

[PATCH v1] s390/virtio_ccw: Also suppress -EINVAL on device detach
 2026-06-15 21:42 UTC  (5+ messages)

[PATCH] mm/damon/stat: use secs_to_jiffies() instead of msecs_to_jiffies()
 2026-06-15 21:41 UTC 

[PATCHES v1 0/9] perf tools: Fix pre-existing bugs in machine, cs-etm, c2c, bpf, and dso
 2026-06-15 21:36 UTC  (10+ messages)
` [PATCH 1/9] perf machine: Propagate machine__init() error to callers
` [PATCH 2/9] perf machine: Use snprintf() for guestmount path construction
` [PATCH 3/9] perf cs-etm: Validate num_cpu before metadata allocation
` [PATCH 4/9] perf cs-etm: Require full global header in auxtrace_info size check
` [PATCH 5/9] perf cs-etm: Bounds-check CPU in cs_etm__get_queue()
` [PATCH 6/9] perf c2c: Free format list entries when c2c_hists__init() fails
` [PATCH 7/9] perf c2c: Fix hist entry and format list leaks in c2c_he_free()
` [PATCH 8/9] perf bpf: Validate array presence before casting BPF prog info pointers
` [PATCH 9/9] perf dso: Set standard errno on decompression failure

[PATCH net-next v2 0/2] net: pse-pd: add Realtek/Broadcom PSE MCU support
 2026-06-15 21:29 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: pse-pd: add bindings for Realtek/Broadcom PSE MCU

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-15 21:29 UTC  (3+ messages)
` [PATCH bpf-next v6 11/12] selftests/bpf: Add test to verify xlated insns for "

[PATCH v3] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
 2026-06-15 21:29 UTC  (4+ messages)

[GIT PULL] Btrfs updates for 7.2
 2026-06-15 21:29 UTC 

[PATCH v8 00/10] clk: realtek: Add RTD1625 clock support
 2026-06-15 21:28 UTC  (2+ messages)

[PATCH] net: correcting section tags for .init and .exit data/functions
 2026-06-15 21:26 UTC  (3+ messages)

[PATCH net-next v11 0/2] net: sfp: extend SMBus support
 2026-06-15 21:20 UTC  (2+ messages)

[PATCH] binder: synchronize Rust Binder stats with freeze commands
 2026-06-15 21:17 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] rust_binder: "

[tip:x86/merge] BUILD SUCCESS a0c959aab800059b83814bcf0ae3abfecc4cfbc1
 2026-06-15 21:09 UTC 

[PATCH v2] iio: imu: inv_icm45600: clamp the device-reported FIFO sample count
 2026-06-15 21:09 UTC 

[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
 2026-06-15 21:05 UTC  (2+ messages)

[PATCH v9 0/9] Add support for i.MX94 DCIF
 2026-06-15 21:04 UTC  (3+ messages)
` [PATCH v9 4/9] dt-bindings: display: imx: Add "

[PATCH 0/2] media: i2c: ov7740: Fix remove() teardown and PM runtime
 2026-06-15 21:04 UTC  (3+ messages)
` [PATCH 1/2] media: i2c: ov7740: Fix use-after-destroy in remove()
` [PATCH 2/2] media: i2c: ov7740: Fix unchecked pm_runtime_get_sync() "

[Bug 221437] New: asus-wmi: gpu_fan RPM reads 0 on M6500XV when dGPU has no driver (fan physically spinning)
 2026-06-15 21:04 UTC  (2+ messages)

[PATCH v4] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-06-15 21:02 UTC  (3+ messages)

[PATCH v5] nfsd: validate sockaddr length per family in listener_set
 2026-06-15 21:02 UTC  (2+ messages)

[PATCH v3] dt-bindings: pinctrl: qcom,pmic-gpio: Add Qualcomm PMK7750
 2026-06-15 21:02 UTC  (2+ messages)

[PATCH v3] dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema
 2026-06-15 21:01 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat
 2026-06-15 20:57 UTC  (2+ messages)

[PATCH v2] iio: accel: fxls8962af: clamp the device-reported FIFO sample count
 2026-06-15 20:57 UTC 

[PATCH net-next 0/3] Introduce HSR/PRP HW offload support for PRU-ICSSM Ethernet driver
 2026-06-15 20:56 UTC  (3+ messages)
` [PATCH net-next 3/3] net: ti: icssm-prueth: Support duplicate HW offload feature for HSR and PRP

[PATCH net-next v5 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-06-15 20:55 UTC  (3+ messages)
` [PATCH net-next v5 05/15] net: ethernet: oa_tc6: Move constant definitions to header file

[BUG] KASAN: slab-use-after-free in ipoctal_write_tty
 2026-06-15 20:49 UTC  (4+ messages)

[PATCH] iio: pressure: bm1390: replace short msleeps with usleep_range
 2026-06-15 20:51 UTC  (5+ messages)

[GIT PULL] hardening updates for v7.2-rc1
 2026-06-15 20:50 UTC 

[PATCH v3 0/6] vfio/pci: Latch module params, fix bitfield use and VGA unwind
 2026-06-15 20:47 UTC  (2+ messages)
` [PATCH v3 7/6] vfio: Remove device debugfs before releasing devres

[PATCH] staging: vme_user: remove obsolete VMEbus driver
 2026-06-15 20:46 UTC 

[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
 2026-06-15 20:43 UTC  (12+ messages)
` [PATCH 08/19] parisc: define DPS root partition type UUID
` [PATCH 12/19] x86: define DPS root partition type UUIDs

[PATCH net] netdev-genl: report NAPI thread PID in the caller's pid namespace
 2026-06-15 20:43 UTC  (2+ messages)

[PATCH v2] iio: accel: bmc150: clamp the device-reported FIFO frame count
 2026-06-15 20:43 UTC 

[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-06-15 20:43 UTC  (3+ messages)
` [PATCH v2 4/5] binder: Remove mmap_lock fallback

[PATCH net-next v10 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-06-15 20:42 UTC  (3+ messages)

[PATCH net-next v3 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-06-15 20:41 UTC  (2+ messages)

[RFC PATCH v6 00/25] Hierarchical Constant Bandwidth Server
 2026-06-15 20:38 UTC  (2+ messages)

[PATCH 0/3] usb: gadget: f_fs: Add R/W proxy EPs and ZLP support
 2026-06-15 20:35 UTC  (7+ messages)
` [PATCH 1/3] usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checks
` [PATCH 3/3] usb: gadget: f_fs: Introduce rw_proxy file descriptors

[PATCH v2] riscv: dts: spacemit: k1-orangepi-rv2: Add cpu scaling
 2026-06-15 20:34 UTC 

[tip:x86/urgent] BUILD SUCCESS 2d36d3b451a94899db9c965adde15492ffe6027a
 2026-06-15 20:33 UTC 

[syzbot] Monthly afs report (Jun 2026)
 2026-06-15 20:32 UTC 

[PATCH net-next v2 0/2] netdev: expose page pool order via netlink
 2026-06-15 20:30 UTC  (2+ messages)

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-15 20:28 UTC  (2+ messages)

[PATCH] EDAC/altera: use SDMMC compatibles to select A10/S10 IRQ layout
 2026-06-15 20:27 UTC  (2+ messages)

[PATCH 0/3] Additional fixes for "Support for Samsung S2MU005 PMIC and its sub-devices"
 2026-06-15 20:26 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: s2mu005-pmic: reorder reg and interrupts properties
` [PATCH 2/3] dt-bindings: mfd: s2mu005-pmic: drop compatible property for multi-led node
` [PATCH 3/3] leds: rgb: s2m: use multi-led node of mfd as source node

[GIT PULL] tracing tools: RTLA updates for 7.2
 2026-06-15 20:25 UTC 

[PATCH] f2fs: stop checkpoint on compressed write IO error
 2026-06-15 20:24 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v4 0/5] Enhance RPMsg buffer management
 2026-06-15 20:20 UTC  (6+ messages)
` [PATCH v4 1/5] rpmsg: virtio_rpmsg_bus: rename rbufs and sbufs
` [PATCH v4 2/5] rpmsg: virtio_rpmsg_bus: allow different size of tx and rx bufs
` [PATCH v4 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space
` [PATCH v4 4/5] docs: rpmsg: add virtio config space details
` [PATCH v4 5/5] samples: rpmsg: add MTU size info

[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
 2026-06-15 20:19 UTC  (5+ messages)
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches

[PATCH] accel/amdxdna: Use caller client for debug BO sync
 2026-06-15 20:18 UTC 

[PATCH v2] hw_random: timeriomem-rng: add configurable read width and data mask
 2026-06-15 20:13 UTC 

[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
 2026-06-15 20:10 UTC 

[PATCH] binder: synchronize Rust Binder stats with freeze commands
 2026-06-15 20:05 UTC  (2+ messages)

[PATCH] mailmap: add entry for Jesse Brandeburg
 2026-06-15 20:10 UTC  (2+ messages)

[PATCH v2 0/5] fixes for data/bss linear alias unmap series
 2026-06-15 20:09 UTC  (3+ messages)
` [PATCH v2 1/5] arm64: Rename page table BSS section to .bss..pgtbl

[PATCH] wifi: realtek: rtw8822c: replace msleep() with fsleep() for DPK delays
 2026-06-15 20:08 UTC  (4+ messages)

[BUG] KASAN: slab-use-after-free in pci_endpoint_test_ioctl
 2026-06-15 20:06 UTC  (3+ messages)

[PATCH v1] bus: ti-sysc: Fix /chosen node reference leak
 2026-06-15 20:05 UTC 


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