All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-03 10:32:40 to 2026-07-03 11:00:25 UTC [more...]

[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
 2026-07-03 11:00 UTC  (5+ messages)
` [PATCH v2 14/15] arm_mpam: prevent MPAM-Fb accesses inside IRQ handler
` [PATCH v2 15/15] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH 0/2] MAINTAINERS: update Song Gao's email address
 2026-07-03 10:59 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: add LoongArch's maintainers

[PATCH v3] riscv: Fix a NULL pointer dereference in machine_kexec_prepare
 2026-07-03 10:59 UTC  (6+ messages)

[PATCH] mfd: viperboard: remove redundant NULL check before kfree()
 2026-07-03 10:59 UTC 

[PATCH 6.12.y-cip 00/23] Add support for RZ/G3L pincontrol
 2026-07-03 10:59 UTC  (24+ messages)
` [PATCH 6.12.y-cip 01/23] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document reset-names
` [PATCH 6.12.y-cip 02/23] dt-bindings: pinctrl: renesas: Document RZ/G3L SoC
` [PATCH 6.12.y-cip 03/23] pinctrl: renesas: rzg2l: Refactor OEN register PWPR handling
` [PATCH 6.12.y-cip 04/23] pinctrl: renesas: rzg2l: Fix SMT register cache handling
` [PATCH 6.12.y-cip 05/23] pinctrl: renesas: rzg2l: Add SR register cache for PM suspend/resume
` [PATCH 6.12.y-cip 06/23] pinctrl: renesas: rzg2l: Handle RZ/V2H(P) IOLH configuration in PM cache
` [PATCH 6.12.y-cip 07/23] pinctrl: renesas: rzg2l: Add NOD register cache for PM suspend/resume
` [PATCH 6.12.y-cip 08/23] pinctrl: renesas: rzg2l: Handle PUPD for RZ/V2H(P) dedicated pins in PM
` [PATCH 6.12.y-cip 09/23] pinctrl: renesas: rzg2l: Make QSPI register handling conditional
` [PATCH 6.12.y-cip 10/23] pinctrl: renesas: rzg2l: Add support for selecting power source for {WDT,AWO,ISO}
` [PATCH 6.12.y-cip 11/23] pinctrl: renesas: rzg2l: Update OEN pin validation to use exact match
` [PATCH 6.12.y-cip 12/23] pinctrl: renesas: rzg2l: Add support for RZ/G3L SoC
` [PATCH 6.12.y-cip 13/23] pinctrl: renesas: rzg2l: Simplify rzg2l_pinctrl_set_mux()
` [PATCH 6.12.y-cip 14/23] mfd: syscon: Allow syscon nodes without a "syscon" compatible
` [PATCH 6.12.y-cip 15/23] pinctrl: renesas: rzg2l: Add support for clone channel control
` [PATCH 6.12.y-cip 16/23] arm64: dts: renesas: Add pinctrl reset-names for RZ/G2L and RZ/V2H family SoCs
` [PATCH 6.12.y-cip 17/23] arm64: dts: renesas: Drop "syscon" fallback compatible from sysc/sys nodes
` [PATCH 6.12.y-cip 18/23] arm64: dts: renesas: r9a08g046: Add ICU node
` [PATCH 6.12.y-cip 19/23] arm64: dts: renesas: r9a08g046: Add pincontrol node
` [PATCH 6.12.y-cip 20/23] arm64: dts: renesas: r9a08g046l48-smarc: Add SCIF0 pincontrol
` [PATCH 6.12.y-cip 21/23] arm64: dts: renesas: rzg3l-smarc-som: Add pinctrl configuration for ETH0
` [PATCH 6.12.y-cip 22/23] arm64: dts: renesas: rzg3l-smarc-som: Enable eth1 (GBETH1) interface
` [PATCH 6.12.y-cip 23/23] arm64: dts: renesas: r9a08g046l48-smarc: Add gpio keys

[PATCH v5 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-03 10:59 UTC  (14+ messages)
` [PATCH v5 1/5] i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payload
` [PATCH v5 2/5] i3c: master: Report actual GET CCC payload length on success
` [PATCH v5 3/5] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v5 4/5] i3c: master: Validate GET CCC payload length and retry Direct GET once
` [PATCH v5 5/5] i3c: master: Add optional_bytes for variable-length GET CCC validation

[PATCH v7 0/9] leds: st1202: fix multiple bugs in pattern engine and brightness handling
 2026-07-03 10:59 UTC  (19+ messages)
` [PATCH v7 1/9] leds: st1202: stop pattern sequence before reprogramming
` [PATCH v7 2/9] leds: st1202: validate pattern input before stopping the sequence
` [PATCH v7 3/9] leds: st1202: fix pattern duration prescaler and pattern_clear skip marker
` [PATCH v7 4/9] leds: st1202: set all pattern PWM slots to full after clearing pattern
` [PATCH v7 5/9] leds: st1202: fix spurious pattern sequence start in setup
` [PATCH v7 6/9] leds: st1202: fix brightness having no effect while pattern mode is active

[PATCH v3 00/24] target/riscv: move TCG files and fix --disable-tcg
 2026-07-03 10:58 UTC  (15+ messages)
` [PATCH v3 03/24] target/riscv/machine.c: do not migrate pmp state with kvm
` [PATCH v3 05/24] target/riscv: tidy up riscv_sysemu_ops
` [PATCH v3 06/24] target/riscv: move pmu.h to tcg subdir
` [PATCH v3 15/24] target/riscv/cpu.c: handle TCG bits of riscv_cpu_dump_state
` [PATCH v3 18/24] hw/riscv/riscv_hart.c isolate tcg only bits
` [PATCH v3 19/24] target/riscv/gdbstub.c: isolate TCG only checks
` [PATCH v3 21/24] target/riscv/tcg: remove unused riscv_cpu_get_geilen()

[PATCHv5 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-03 10:58 UTC  (5+ messages)

[PATCH v2 0/5] ptrace_set_syscall_info: add support for seccomp syscall skipping and instruction pointer modification
 2026-07-03 10:58 UTC  (7+ messages)
` [PATCH v2 1/5] ptrace: PTRACE_SET_SYSCALL_INFO syscall skipping support
` [PATCH v2 2/5] selftests/ptrace: add a test case for PTRACE_SYSCALL_INFO syscall skipping
` [PATCH v2 3/5] asm/ptrace.h: add instruction_pointer_set
` [PATCH v2 4/5] ptrace: add PTRACE_SYSCALL_INFO_FLAG_SET_IP
` [PATCH v2 5/5] selftests/ptrace: add a test case for PTRACE_SYSCALL_INFO_FLAG_SET_IP

[PATCH net 1/1] net: rds: reject oversized TCP receive messages
 2026-07-03 10:58 UTC  (2+ messages)

drivers/media/platform/ti/vpe/vip.c:3236:undefined reference to `v4l2_async_nf_unregister'
 2026-07-03 10:58 UTC 

[PATCH 00/12] arm64: dts: rockchip: Add NanoPi M6 board
 2026-07-03 10:58 UTC  (7+ messages)
` [PATCH 01/12] dt-bindings: arm: rockchip: add FriendlyElec NanoPi M6
` [PATCH 09/12] arm64: dts: rockchip: rk3588s-nanopi: remove useless vcc_3v3_pcie20

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-03 10:57 UTC  (8+ messages)

[PATCH net] mac802154: wait for RCU readers when removing interfaces
 2026-07-03 10:57 UTC  (3+ messages)
` [PATCH net v2] mac802154: remove interfaces with RCU list deletion

[PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller
 2026-07-03 10:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8750: Add wakeup-source property to usb controller
 2026-07-03 10:56 UTC  (2+ messages)

[PATCH v3 00/13] libmultipath: a generic multipath lib for block drivers
 2026-07-03 10:56 UTC  (21+ messages)
` [PATCH v3 01/13] libmultipath: Add initial framework
` [PATCH v3 02/13] libmultipath: Add basic gendisk support
` [PATCH v3 03/13] libmultipath: Add path selection support
` [PATCH v3 04/13] libmultipath: Add bio handling
` [PATCH v3 06/13] libmultipath: Add delayed removal support
` [PATCH v3 07/13] libmultipath: Add cdev support
` [PATCH v3 08/13] libmultipath: Add sysfs helpers
` [PATCH v3 09/13] libmultipath: Add PR support
` [PATCH v3 11/13] libmultipath: Add support for block device IOCTL
` [PATCH v3 12/13] libmultipath: Add mpath_bdev_getgeo()

[PATCH 0/4] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-03 10:56 UTC  (3+ messages)
` [PATCH 1/4] media: dt-bindings: allwinner,sun4i-a10-ir: add A523 compatible

[PATCH] drm/i915/gt: Fix NULL deref on sched_engine alloc failure
 2026-07-03 10:56 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/gt: Fix NULL deref on sched_engine alloc failure (rev2)

[PATCH 08/32] x86/mce: Stop using 32-bit MSR interfaces
 2026-07-03 10:55 UTC  (2+ messages)
` [PATCH] x86/mce: Fix build warning after MSR-interface switch

[PATCH v3] json-c: upgrade 0.18 -> 0.19
 2026-07-03 10:53 UTC 

[PATCH v3 0/5] builtin/refs: add ability to write references
 2026-07-03 10:54 UTC  (3+ messages)
` [PATCH v3 2/5] builtin/refs: add "delete" subcommand

[PATCH 0/3] Add pre-commit support
 2026-07-03 10:53 UTC  (3+ messages)
` [PATCH 3/3] Add a pre-commit hook to check the glossaries
  ` [docs] "

[PATCH v3 00/17] Native SCSI multipath support
 2026-07-03 10:53 UTC  (20+ messages)
` [PATCH v3 01/17] scsi-multipath: introduce basic SCSI device support
` [PATCH v3 02/17] scsi-multipath: introduce scsi_device head structure
` [PATCH v3 03/17] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v3 04/17] scsi-multipath: support iopolicy
` [PATCH v3 05/17] scsi-multipath: clone each bio
` [PATCH v3 06/17] scsi-multipath: clear path when device is blocked
` [PATCH v3 07/17] scsi-multipath: failover handling
` [PATCH v3 08/17] scsi-multipath: provide callbacks for path state
` [PATCH v3 09/17] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v3 10/17] scsi-multipath: block PR commands
` [PATCH v3 11/17] scsi-multipath: add delayed disk removal support
` [PATCH v3 12/17] scsi: sd: add multipath disk class
` [PATCH v3 13/17] scsi: sd: support multipath disk
` [PATCH v3 14/17] scsi: sd: add multipath disk attr groups
` [PATCH v3 15/17] scsi: sd: add mpath_dev file
` [PATCH v3 16/17] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v3 17/17] scsi: sd: add mpath_queue_depth "

[PULL 0/9] 9p queue 2025-05-05
 2026-07-03 10:52 UTC  (3+ messages)
` [PULL 3/9] 9pfs: local : Introduce local_fid_fd() helper

[PATCH v3 00/11] YUV conversion colorop with amdgpu and VKMS
 2026-07-03 10:52 UTC  (5+ messages)
` [PATCH v3 01/11] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX
` [PATCH v3 10/11] drm/amd/display: Set COLOR_SPACE_SRGB when fixed matrix colorop is bypassed

[PATCH v4] arm64: dts: qcom: qcom6490-idp: Add IPA nodes
 2026-07-03 10:51 UTC  (2+ messages)

[Bug 221715] New: “make -R build-pdf-pages-troff” fails with “warning: table row does not fit”
 2026-07-03 10:50 UTC  (2+ messages)
` [Bug 221715] "

[PATCH] drm/ttm: Fix UAF on dma-buf attach failure for sg BOs
 2026-07-03 10:50 UTC  (5+ messages)

[PATCH v13 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-07-03 10:50 UTC  (6+ messages)
` [PATCH v13 5/7] i3c: hub: Add support for the I3C interface in the I3C hub

[PATCH V2 0/4] arm64: dts: qcom: Add SD card support for Glymur
 2026-07-03 10:50 UTC  (5+ messages)
` [PATCH V2 1/4] arm64: dts: qcom: glymur-crd: Update VREG l2b_e0 and l9b_e0 voltage for SD-card
` [PATCH V2 3/4] arm64: dts: qcom: Add SD Card support for Glymur SoC

[PATCHSET sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
 2026-07-03 10:49 UTC  (3+ messages)
` [PATCH sched_ext/for-7.3 14/32] sched_ext: RCU-protect the sub-sched tree's children/sibling lists

[PULL v5 00/77] hex queue
 2026-07-03 10:48 UTC  (5+ messages)
` [PULL v5 38/77] target/hexagon: Update TARGET_PAGE_BITS, stubs for modify_ssr/get_exe_mode
` [PULL v5 64/77] target/hexagon: Add k0 {un,}lock

[PATCH v2 0/2] perf trace: Refactor augmented_raw_syscalls using bpf_for
 2026-07-03 10:48 UTC  (5+ messages)
` [PATCH v2 1/2] perf trace: Factor out BPF loop body
` [PATCH v2 2/2] perf trace: Refactor augmented_raw_syscalls using bpf_for

[PATCH] arm: dts: rk3288-tinker: add eeprom node
 2026-07-03  8:44 UTC 

[Intel-wired-lan] [PATCH iwl-net v1] idpf: fix lan_regs leak on core init failure
 2026-07-03 10:41 UTC  (2+ messages)
`  "

[Intel-wired-lan] [PATCH iwl v3] ice: retry reading NVM if admin queue returns EBUSY
 2026-07-03 10:46 UTC  (9+ messages)
        `  "

[LTP] [PATCH v1] statx/statx04: Skip testing casefolded filesystems
 2026-07-03 10:44 UTC  (3+ messages)
` [LTP] [PATCH v2] statx/statx04: Skip vfat and exfat filesystems

[PATCH v3 00/10] nvme: switch to libmultipath
 2026-07-03 10:44 UTC  (11+ messages)
` [PATCH v3 01/10] nvme-multipath: add initial support for using libmultipath
` [PATCH v3 02/10] nvme-multipath: add nvme_mpath_available_path()
` [PATCH v3 03/10] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH v3 04/10] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH v3 06/10] nvme-multipath: add uring_cmd support
` [PATCH v3 07/10] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH v3 08/10] nvme-multipath: add nvme_{add,delete}_ns()
` [PATCH v3 09/10] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH v3 10/10] nvme-multipath: switch to use libmultipath

[REGRESSION][BISECTED] tun/tap & vhost-net: multi-threaded network performance
 2026-07-03 10:41 UTC  (9+ messages)

[PATCH -mm] kstrtox: delete division from inner parsing loop
 2026-07-03 10:34 UTC  (2+ messages)

[pseudo][PATCH 00/23] Create new pseudo 1.99.0 version
 2026-07-03 10:44 UTC  (5+ messages)
` [pseudo][PATCH 12/23] pseudo_util: Add default log severity values
  ` [yocto-patches] "
` [pseudo][PATCH 14/23] test/test-openat2-func.c: Remove unusuaed saved_errno
  ` [yocto-patches] "

[PATCH v2] rust_binder: clear freeze listener on node removal
 2026-07-03 10:44 UTC  (4+ messages)

[PATCH v3 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-03 10:13 UTC  (15+ messages)
` [PATCH v3 net-next 01/14] net: enetc: extract common helpers for MAC promiscuous mode setting
` [PATCH v3 net-next 02/14] net: enetc: extract common helpers for MAC hash filter configuration
` [PATCH v3 net-next 03/14] net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
` [PATCH v3 net-next 04/14] net: enetc: improve MAFT entry management with bitmap tracking
` [PATCH v3 net-next 05/14] net: enetc: use PCI device name for debugfs directory
` [PATCH v3 net-next 06/14] net: enetc: simplify enetc4_set_port_speed()
` [PATCH v3 net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
` [PATCH v3 net-next 08/14] net: enetc: remove invalid code from enetc4_pl_mac_link_up()
` [PATCH v3 net-next 09/14] net: enetc: open-code enetc4_set_default_si_vlan_promisc()
` [PATCH v3 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration
` [PATCH v3 net-next 11/14] net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.c
` [PATCH v3 net-next 12/14] net: enetc: remove redundant num_vsi field from enetc_port_caps
` [PATCH v3 net-next 13/14] net: enetc: use alloc_etherdev_mqs() to create netdev for VF driver
` [PATCH v3 net-next 14/14] net: enetc: use kzalloc_flex() for enetc_psfp_gate allocation

[PATCH v1 0/2] iio: adc: add MAX40080 current-sense amplifier driver
 2026-07-03 10:42 UTC  (3+ messages)
` [PATCH v1 2/2] "

[PATCH v4 0/5] Improve ata_scsi_report_supported_opcodes()
 2026-07-03 10:42 UTC  (3+ messages)
` [PATCH v4 2/5] ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()

[PATCH] ntfs: validate error codes in check_windows_hibernation_status()
 2026-07-03 10:40 UTC  (4+ messages)

[PATCH v4 0/7] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
 2026-07-03 10:42 UTC  (8+ messages)
` [PATCH v4 1/7] mmc: sdhci-esdhc-imx: remove unnecessary mmc_card_wake_sdio_irq check for tuning save/restore
` [PATCH v4 2/7] mmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resume
` [PATCH v4 3/7] mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing "
` [PATCH v4 4/7] mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt
` [PATCH v4 5/7] mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend
` [PATCH v4 6/7] mmc: sdhci-esdhc-imx: make non-fatal errors non-blocking "
` [PATCH v4 7/7] mmc: sdhci-esdhc-imx: fix resume error handling

[PATCH] ALSA: core: propagate actual error code from register_chrdev
 2026-07-03 10:38 UTC 

[PATCH v3 0/6] Add support for IPQ5018 Bluetooth
 2026-07-03 10:38 UTC  (3+ messages)
` [PATCH v3 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-03 10:37 UTC  (7+ messages)
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops
        ` [f2fs-dev] "

[tip:locking/futex] BUILD SUCCESS d7b2769f8dba3e5f40d2a8a11988812d51160b17
 2026-07-03 10:36 UTC 

[RFC v2 0/4] Tiny steps towards amdgpu checkpoint and restore
 2026-07-03 10:37 UTC  (4+ messages)
` [RFC v2 4/4] drm/amdgpu: Add driver managed buffer copy

[PATCH] drivers: sysreset: Do not end sysreset_walk_arg on -EPROTONOSUPPORT
 2026-07-03 10:37 UTC  (4+ messages)

[PATCH v4 0/3] Add PASID to fpriv lookup infrastructure
 2026-07-03 10:36 UTC  (4+ messages)
` [PATCH v4 3/3] drm/amdgpu: Drop vm_manager PASID to VM mapping

[drm-xe:drm-xe-fixes] BUILD SUCCESS 959b5016e4646b55fd2fd0438932e4c4e9ce171f
 2026-07-03 10:36 UTC 

[PATCH] wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()
 2026-07-03 10:36 UTC  (2+ messages)

[PATCH v6 0/5 RESEND] sched/fair: SMT-aware asymmetric CPU capacity
 2026-07-03 10:35 UTC  (4+ messages)
` [PATCH 2/5] sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
  ` kmemleak: sched_domain_shared leaked on asymmetric-capacity + SCHED_CACHE

[PATCH v3] Bluetooth: MGMT: Add management security level changed event
 2026-07-03 10:35 UTC 

[PATCH v2] arm64: dts: amlogic: add some device nodes for A9
 2026-07-03 10:35 UTC  (3+ messages)

[PATCH v4 00/25] Introduce enablemenant of dom0less
 2026-07-03 10:34 UTC  (10+ messages)
` [PATCH v4 21/25] xen/riscv: implement IRQ routing for device passthrough

[PATCH v9 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-07-03 10:35 UTC  (4+ messages)
` [PATCH v9 4/6] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH] x86/mm: fix objtool failure with KMSAN enabled
 2026-07-03 10:34 UTC  (7+ messages)

[Intel-wired-lan] [PATCH iwl] ice: acquire NVM lock around each flash read
 2026-07-03 10:32 UTC  (2+ messages)
`  "

(no subject)
 2026-07-03 10:33 UTC  (3+ messages)
  ` [PATCH 1/3] VFS: move mnt_want_write() and locking into lookup_open()

[PATCH v2 00/12] reftable: harden against corrupted tables
 2026-07-03 10:32 UTC  (4+ messages)
` [PATCH v2 07/12] reftable/block: fix OOB read with bogus block size


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.