The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-29 08:49:35 to 2026-07-29 09:52:07 UTC [more...]

[PATCH net 0/5] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-07-29  9:51 UTC  (6+ messages)
` [PATCH net 1/5] net: stmmac: Remove VLAN perfect matching dead code
` [PATCH net 2/5] net: stmmac: Enable double VLAN processing only when supported
` [PATCH net 3/5] net: stmmac: Move double VLAN handling to a dedicated op
` [PATCH net 4/5] net: stmmac: Disable double VLAN stripping on dwmac4
` [PATCH net 5/5] net: stmmac: Fix double VLAN stripping on dwxgmac2

[syzbot] [usb?] KASAN: invalid-free in f_uac2_opts_c_srate_store
 2026-07-29  9:52 UTC 

[PATCH] configfs: fix refcount warning in configfs_get_config_item()
 2026-07-29  9:51 UTC  (3+ messages)

[PATCH] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-07-29  9:50 UTC  (2+ messages)

[PATCH v7 0/6] Add QMP PCIe Multi-PHY support
 2026-07-29  9:50 UTC  (8+ messages)
` [PATCH v7 4/6] arm64: dts: qcom: glymur-crd: Add PHY supplies for pcie3_phy

[PATCH v31 0/7] firmware: imx: driver for NXP secure-enclave
 2026-07-29 10:40 UTC  (8+ messages)
` [PATCH v31 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v31 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v31 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v31 4/7] firmware: imx: device context dedicated to priv
` [PATCH v31 5/7] firmware: imx: adds miscdev
` [PATCH v31 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v31 7/7] arm64: dts: imx8ulp: add reserved memory for EdgeLock Enclave

[PATCH] leds: rgb: leds-qcom-lpg: Add PWM frequency mode support
 2026-07-29  9:48 UTC 

[PATCH 1/4] drm/log: Fix out-of-bounds read on empty message length
 2026-07-29  9:48 UTC  (3+ messages)
` [PATCH 2/4] drm/log: Fix division by zero when scale module parameter is 0

[PATCH v2 0/7] mm/khugepaged: several cleanups
 2026-07-29  9:48 UTC  (15+ messages)
` [PATCH v2 1/7] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
` [PATCH v2 2/7] mm/khugepaged: extract young page check into collapse_is_referenced() helper
` [PATCH v2 3/7] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH v2 4/7] mm/khugepaged: fix outdated comments
` [PATCH v2 6/7] mm/khugepaged: unmap pte before releasing vma write lock
` [PATCH v2 7/7] mm: Documentation: clarify where the mTHP stats live

[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
 2026-07-29  9:48 UTC  (5+ messages)
` [PATCH 1/2] ext4: export converted block count from ext4_convert_unwritten_extents()
` [PATCH 2/2] ext4: protect WRITE_ZEROES written extents with orphan list

[PATCH] wifi: brcmfmac: configure SAE PWE method for external SAE AP
 2026-07-29  9:48 UTC  (2+ messages)

[PATCH] gpiolib: Check gc->get_direction() before calling gpiod_get_direction()
 2026-07-29  9:47 UTC 

[PATCH 00/14] nvmem: updates for 7.3
 2026-07-29  9:46 UTC  (15+ messages)
` [PATCH 01/14] nvmem: remove unused field from struct nvmem_device
` [PATCH 02/14] nvmem: return -EOPNOTSUPP to in-kernel users on missing callbacks
` [PATCH 03/14] nvmem: check the return value of gpiod_set_value_cansleep()
` [PATCH 04/14] nvmem: simplify locking with guard()
` [PATCH 05/14] nvmem: remove unneeded __nvmem_device_put()
` [PATCH 06/14] nvmem: split out the reg_read/write() callbacks out of struct nvmem_device
` [PATCH 07/14] nvmem: simplify nvmem_sysfs_remove_compat()
` [PATCH 08/14] nvmem: remove duplicated reference counting
` [PATCH 09/14] nvmem: protect nvmem_device::ops with SRCU
` [PATCH 10/14] eeprom: move nvmem EEPROM drivers to drivers/nvmem/
` [PATCH 11/14] nvmem: airoha: add ARM64 dependency
` [PATCH 12/14] nvmem: brcm_nvram: reject empty NVRAM partition
` [PATCH 13/14] nvmem: brcm_nvram: fix out-of-bounds access on malformed flash data
` [PATCH 14/14] dt-bindings: nvmem: qfprom: Add ipq5210 & ipq9650 compatible

[PATCH v7 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-29  9:45 UTC  (6+ messages)
` [PATCH v7 1/5] rust: error: add remaining error codes
` [PATCH v7 2/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v7 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v7 4/5] rust: Add dma_fence abstractions
` [PATCH v7 5/5] MAINTAINERS: Add entry for Rust dma-buf

[PATCH net] net/smc: drain the rx tasklet before detaching the ghost sndbuf
 2026-07-29  9:46 UTC  (2+ messages)

[PATCH] vsock: use sock_error() to consume sk_err after connect timeout
 2026-07-29  9:46 UTC  (11+ messages)

[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-29  9:46 UTC  (11+ messages)
` [PATCH v3 06/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v3 07/13] mm/slab: replace slab.stride with obj_exts_in_object
` [PATCH v3 08/13] mm/slab: change struct slabobj_ext to a union

[PATCH v2] KVM: x86/tdx: Do not print error message on non-present feature
 2026-07-29  9:45 UTC  (2+ messages)

[PATCH 00/10] misc: fastrpc: updates for 7.3
 2026-07-29  9:43 UTC  (11+ messages)
` [PATCH 01/10] misc: fastrpc: Move prints outside spinlock in fastrpc_cb_probe
` [PATCH 02/10] misc: fastrpc: Allow fastrpc_buf_free() to accept NULL
` [PATCH 03/10] MAINTAINERS: fastrpc: remove inactive maintainer and add reviewer
` [PATCH 04/10] misc: fastrpc: Move fdlist to invoke context structure
` [PATCH 05/10] misc: fastrpc: Replace hardcoded ctxid mask with GENMASK
` [PATCH 06/10] misc: fastrpc: Expand context ID mask for DSP polling mode support
` [PATCH 07/10] misc: fastrpc: Add polling mode support for fastRPC driver
` [PATCH 08/10] dt-bindings: misc: qcom,fastrpc: Document Nord FastRPC
` [PATCH 09/10] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
` [PATCH 10/10] misc: fastrpc: Drop unhandled DSP PD exit notification

[BUG] rtw88_8723de: Wi-Fi and Bluetooth fail after warm reboot
 2026-07-29  9:43 UTC  (2+ messages)

[PATCH 0/3] riscv: dts: spacemit: Add cpu scaling for Milk-V Jupiter
 2026-07-29  9:43 UTC  (10+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] riscv: dts: spacemit: Add a common board dtsi for Milk-V Jupiter boards
` [PATCH 3/3] riscv: dts: spacemit: Add Milk-V Jupiter board (M1)

linux-next: manual merge of the staging tree with the staging.current tree
 2026-07-29  9:42 UTC  (2+ messages)

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-07-29  9:39 UTC  (2+ messages)

[RFC PATCH] mm/ksm: use checksum to speed up page comparison
 2026-07-29  9:38 UTC  (2+ messages)

[PATCH] soc: qcom: geni-se: allow selection on 32-bit ARM Qualcomm SoCs
 2026-07-29  9:38 UTC  (3+ messages)

[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-07-29  9:36 UTC  (6+ messages)

[PATCH] sched/fair: Prefer fully idle cores for NOHZ balancing
 2026-07-29  9:35 UTC  (3+ messages)

[PATCH v3 0/2] arm64: dts: qcom: eliza: Add audio support
 2026-07-29  9:35 UTC  (6+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support
` [PATCH v3 2/2] arm64: dts: qcom: eliza-cqs-evk: Enable sound card support with WSA8845 and DMIC

[PATCH 0/3] arm64: dts: Support a DPI panel on i.MX91 9x9 QSB board
 2026-07-29  9:36 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: imx91: Override dpi_bridge's compatible string
` [PATCH 2/3] arm64: dts: imx91: Assign media_{axi,apb}_root clock parents/rates
` [PATCH 3/3] arm64: dts: imx91-9x9-qsb: Add tianma,tm050rdh03 panel

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-07-29  9:35 UTC  (3+ messages)

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

[PATCH v2] soc: qcom: geni-se: allow selection on 32-bit ARM Qualcomm SoCs
 2026-07-29  9:34 UTC 

[PATCH v2 0/3] ALSA: hda: Add AW88399 HDA side codec driver for Lenovo Legion
 2026-07-29  9:33 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI/platform: add AWDZ8399 to serial-multi-instantiate
` [PATCH v2 2/3] ALSA: hda/scodec: add AW88399 HDA side codec driver
` [PATCH v2 3/3] ALSA: hda/realtek: enable AW88399 on Lenovo Legion Pro

[PATCH] kexec: keep the next kernel off hardware-poisoned pages
 2026-07-29  9:33 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unnecessary parentheses from return
 2026-07-29  9:32 UTC  (2+ messages)

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-07-29  9:32 UTC  (8+ messages)
` [PATCH 04/16] vmalloc: pass in pgd pointer for vmap{__vunmap}_range_noflush()

[PATCH] staging: axis-fifo: align arguments to match open parenthesis
 2026-07-29  9:32 UTC  (2+ messages)

[PATCH] RDMA/srp: fix heap information leak on a truncated SRP_CRED_REQ
 2026-07-29  9:32 UTC 

[PATCH net-next v4 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-29  9:29 UTC  (8+ messages)
` [PATCH net-next v4 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next v4 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next v4 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next v4 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next v4 5/7] phonet: pep: convert getsockopt to sockopt_t
` [PATCH net-next v4 6/7] tls: "
` [PATCH net-next v4 7/7] selftests: net: getsockopt_iter: cover rawv6 and tls

[PATCH v2 0/3] soc: renesas: rz-sysc: Add RZ/G3L PWRRDY power sequencing support
 2026-07-29  9:31 UTC  (4+ messages)
` [PATCH v2 1/3] soc: renesas: rz-sysc: Register auxiliary device for PWRRDY power sequencer
` [PATCH v2 2/3] power: sequencing: Add Renesas RZ/G3L Power Ready driver
` [PATCH v2 3/3] soc: renesas: Kconfig: Select POWER_SEQUENCING_RENESAS_PWRRDY for R9A08G046

[PATCH] accel/rocket: request the core clocks by name
 2026-07-29  9:29 UTC 

[syzbot] [kernel?] WARNING in its_msi_teardown
 2026-07-29  9:29 UTC  (2+ messages)

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

[PATCH] virtio: fix kernel-doc for virtio_dma_buf_ops
 2026-07-29  9:27 UTC 

[PATCH] Input: evdev: drain queued events before reporting device removal
 2026-07-29  9:27 UTC 

[PATCH] pinctrl: spacemit: validate pins in pinconf callbacks
 2026-07-29  9:26 UTC 

[PATCH net v2 RESEND] net: phy: nxp-tja11xx: cancel registration work on remove
 2026-07-29  9:27 UTC 

[PATCH net-next v2] net: stmmac: dwxgmac2: configure INTM for per-channel interrupt routing
 2026-07-29  9:26 UTC  (3+ messages)

[PATCH v2 0/4] phy: freescale: fsl-samsung-hdmi: Fix runtime PM issues
 2026-07-29  9:24 UTC  (5+ messages)
` [PATCH v2 1/4] phy: freescale: fsl-samsung-hdmi: Fix runtime PM cleanup
` [PATCH v2 2/4] phy: freescale: fsl-samsung-hdmi: Resume device on remove

[syzbot] [usb?] KASAN: invalid-free in f_uac2_opts_c_srate_store
 2026-07-29  9:25 UTC  (2+ messages)
` Forwarded: [PATCH] usb: gadget: f_uac2: fix invalid free in UAC2_RATE_ATTRIBUTE store

[PATCH v3 0/3] SM8450 QoL changes (dispcc)
 2026-07-29  9:24 UTC  (5+ messages)
` [PATCH v3 3/3] clk: qcom: alpha-pll: Check Lucid Ole PLL status before configuring

[PATCH v5 2/4] arm64: dts: qcom: Enable USB controllers on Shikra CQS platform
 2026-07-29  9:23 UTC  (3+ messages)

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

[PATCH] drm/imagination: allow probe when no power-domains are described
 2026-07-29  9:22 UTC  (5+ messages)
` [PATCH v3 0/2] drm/imagination: support GPU probe without power-domains
  ` [PATCH v3 1/2] dt-bindings: gpu: img,powervr-rogue: add spacemit,k3-gpu

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-29  9:21 UTC  (4+ messages)
` [PATCH v4 10/10] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH v5 00/27] Native SCSI Multipath support
 2026-07-29  9:21 UTC  (2+ messages)

[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
 2026-07-29  9:21 UTC  (2+ messages)

[PATCH] usb: usbtest: fix NULL pointer dereference in usbtest_probe
 2026-07-29  9:19 UTC 

[PATCH v8 0/2] Cache aware scheduling: Reduce the overhead of task_cache_work
 2026-07-29  9:19 UTC  (6+ messages)
` [PATCH v8 1/2] sched/cache: Reduce the overhead of task_cache_work by only scan the visisted cpus
      ` : "

[PATCH v3 3/5] selftests/mm: skip khugepaged swap tests without swap
 2026-07-29  9:18 UTC  (2+ messages)

[PATCH v2] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-29  9:18 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: gpu: img,powervr-rogue: add spacemit,k3-gpu
 2026-07-29  9:16 UTC  (3+ messages)

[PATCH] net: phy: nxp-tja11xx: cancel registration work on remove
 2026-07-29  9:16 UTC  (2+ messages)
` [PATCH net v2] "

[PATCH] usb: gadget: midi2: Fix null-pointer dereference in f_midi2_free_ep_reqs
 2026-07-29  9:15 UTC  (2+ messages)

[PATCH v2] team: reject CAN and IEEE 802.15.4 devices in team_port_add
 2026-07-29  9:15 UTC  (2+ messages)

[PATCH v2 0/3] Rust: add runtime PM support
 2026-07-29  9:13 UTC  (7+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 3/3] drm/tyr: enable runtime PM

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-29  9:12 UTC  (9+ messages)
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks

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

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-29  9:12 UTC  (2+ messages)

[PATCH v2] exfat: clean up new entry on add entry failure
 2026-07-29  9:10 UTC  (2+ messages)

[PATCH v5] f2fs: support dynamic reserve/release for device aliasing
 2026-07-29  9:09 UTC  (2+ messages)
` [f2fs-dev] "

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

[PATCH 6.6] ipv6: ndisc: fix NULL deref in accept_untracked_na()
 2026-07-29  9:08 UTC 

[PATCH v6 0/5] arm64: dts: qcom: sm8[56]50: add PMIC5 Gen3 ADC channels
 2026-07-29  9:08 UTC  (3+ messages)
` [PATCH v6 2/5] arm64: dts: qcom: sm8550-qrd: add SPMI ADC channels and thermal nodes

[PATCH v6 0/7] Read MAC address from SST vendor specific SFDP region
 2026-07-29  9:08 UTC  (4+ messages)
` [PATCH v6 3/7] mtd: spi-nor: sfdp: expose the SFDP as a read-only NVMEM device

[PATCH 6.1] ipv6: ndisc: fix NULL deref in accept_untracked_na()
 2026-07-29  9:08 UTC 

[PATCH net-next v10 0/4] net: pse-pd: add Realtek PSE MCU support
 2026-07-29  9:08 UTC  (5+ messages)
` [PATCH net-next v10 1/4] dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU
` [PATCH net-next v10 2/4] net: pse-pd: add Realtek PSE MCU core

[PATCH net v2] netlabel: check register_netdevice_notifier() error in netlbl_unlabel_init()
 2026-07-29  9:07 UTC 

[PATCH v13 0/5] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
 2026-07-29  9:06 UTC  (7+ messages)
` [PATCH v13 4/5] dt-bindings: media: qcom,x1e80100-camss: Describe iommu entries
` [PATCH v13 5/5] dt-bindings: media: qcom,x1e80100-camss: Make vdd-csiphy supplies optional

[PATCH ath-next] wifi: ath11k: fix leak in ath11k_service_ready_ext_event()
 2026-07-29  9:05 UTC  (2+ messages)

[PATCH v4 00/20] Support Clang context analysis for NVMe host drivers
 2026-07-29  9:03 UTC  (3+ messages)

[PATCH v2 2/3] spi: nxp-fspi: propagate default setup failures
 2026-07-29  9:02 UTC  (4+ messages)
` [PATCH v2 3/3] spi: nxp-fspi: check runtime PM get in cleanup

[PATCH ath-next 0/2] wifi: ath: fix stride mismatch in mac_phy_caps_parse
 2026-07-29  9:00 UTC  (2+ messages)

[PATCH] xfs: fix fallback data device flush for realtime inodes
 2026-07-29  8:59 UTC  (3+ messages)

[PATCH] cpufreq: intel_pstate: Sync policy->cur to the pinned pstate
 2026-07-29  8:59 UTC 

[PATCH v2 0/2] nvmem: rockchip-efuse: add write support with VQPS gating
 2026-07-29  8:58 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: nvmem: rockchip-efuse: add optional vqps supply
` [PATCH v2 2/2] nvmem: rockchip-efuse: add write support with optional VQPS supply gating

[PATCH] i2c: fix use-after-free in debugfs directory during adapter removal
 2026-07-29  8:58 UTC 

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

[PATCH] powerpc/970: fix nap return address corruption on async interrupt exit
 2026-07-29  8:57 UTC  (3+ messages)

[PATCH] drm/panthor: add gpu_load debugfs node
 2026-07-29  8:57 UTC  (9+ messages)
  `  "
          `  "
              `  "

[PATCH v2 0/3] Introduce arch_do_panic
 2026-07-29  8:56 UTC  (2+ messages)

[PATCH net] can: isotp: check register_netdevice_notifier() error in module init
 2026-07-29  8:56 UTC  (2+ messages)
` [PATCH net v2] "

[PATCH v8] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-07-29  8:56 UTC  (4+ messages)

[RESEND PATCH v2] init/Kconfig: Move NUMA_BALANCING_DEFAULT_ENABLED next to NUMA_BALANCING
 2026-07-29  8:55 UTC 

[PATCH v2] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
 2026-07-29  8:52 UTC  (2+ messages)

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-29  8:51 UTC  (7+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking

[syzbot] [fs?] WARNING: refcount bug in config_item_get
 2026-07-29  8:51 UTC  (3+ messages)
` Forwarded: [PATCH] Fix UAF in configfs
` Forwarded:

[PATCH v2] dt-bindings: remoteproc: qcom,shikra-pas: Allow bam-dmux subnode
 2026-07-29  8:51 UTC 

[PATCH 3/4] drm/log: Fix infinite loop when scale is too large for display
 2026-07-29  8:48 UTC 

[PATCH 4/4] drm/log: Batch vmap/vunmap and flush for record drawing
 2026-07-29  8:48 UTC 


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