All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-25 13:30:13 to 2026-07-25 15:42:29 UTC [more...]

[PATCH v4 0/9] s390/vfio_ccw fixes
 2026-07-25 15:42 UTC  (15+ messages)
` [PATCH v4 1/9] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v4 2/9] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v4 3/9] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v4 4/9] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v4 5/9] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v4 6/9] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v4 7/9] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v4 8/9] s390/vfio_ccw: implement a channel program mutex
` [PATCH v4 9/9] s390/vfio_ccw: implement a crw lock

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-25 15:42 UTC  (9+ messages)
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
` [PATCH v3 10/24] binfmt_misc: remove the VERBOSE_STATUS toggle
` [PATCH v3 11/24] binfmt_misc: use print_hex_dump_debug() for the register debug output

[PATCH 0/2] iio: dac: mcp47a1: add support for new device
 2026-07-25 15:41 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: iio: dac: add support for mcp47a1

[PATCH v4 7/9] PCI: Make pci_match_one_device() match on ID instead of device
 2026-07-25 15:40 UTC  (4+ messages)

[PATCH] KVM: arm64: GICv2: Bound the INTID in vgic_v2_deactivate()
 2026-07-25 15:40 UTC 

[PATCH V2] fbdev: Fix out-of-bounds access when rotating console after font resize
 2026-07-25 15:37 UTC  (2+ messages)

drivers/net/dsa/mxl862xx/mxl862xx.c:942 mxl862xx_vf_del_vid() warn: iterator used outside loop: 'last_ve'
 2026-07-25 15:36 UTC 

[PATCH] irqchip/mst-intc: reject ranges beyond saved state capacity
 2026-07-25 15:36 UTC  (2+ messages)

linux-6.12.y-cip: maintenance scope for EROFS Zstandard support
 2026-07-25 15:35 UTC 

[PATCH 0/3] Harden virtio migration load paths against crafted streams
 2026-07-25 15:34 UTC  (2+ messages)

[PATCH 0/2] checkout -m: refine autostash fallback
 2026-07-25 15:34 UTC  (3+ messages)
` [PATCH 1/2] sequencer: teach autostash apply to report conflicts
` [PATCH 2/2] checkout -m: refine autostash fallback

[PATCH] virtio: validate split queue head count before popping
 2026-07-25 15:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/8] rtc: abx80x: add support for abx81x
 2026-07-25 15:30 UTC  (18+ messages)
` [PATCH v2 1/8] dt-bindings: rtc: abx80x: document ABX81X RTCs
` [PATCH v2 2/8] rtc: abx80x: move part autodetection before RV1805 configuration
` [PATCH v2 3/8] rtc: abx80x: properly handle shared IRQs
` [PATCH v2 4/8] rtc: abx80x: add irq to struct abx80x_priv
` [PATCH v2 5/8] rtc: abx80x: use regmap instead of I2C specific API
` [PATCH v2 6/8] rtc: abx80x: replace read-modify-write pattern with regmap helpers
` [PATCH v2 7/8] rtc: abx80x: create abx80x_i2c_probe()
` [PATCH v2 8/8] rtc: abx80x: add support for ABX81X

[PATCH v2] fbdev: core: Clamp total_size to smem_len in read/write functions
 2026-07-25 15:29 UTC  (2+ messages)

[PATCH v7 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-07-25 15:27 UTC  (5+ messages)
` [PATCH v7 13/19] dt-bindings: dma: ti: Add K3 BCDMA V2
` [PATCH v7 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2

[PATCH] video: fbdev: kyro: Validate overlay viewport coordinates
 2026-07-25 15:26 UTC  (2+ messages)

[PATCH] fbdev: core: Fix pointer desynchronization in fb_io_read()
 2026-07-25 15:23 UTC  (3+ messages)

[PATCH v3 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-25 15:23 UTC  (9+ messages)
` [PATCH v3 1/7] gpu: nova-core: Add public driver API to nova-core
` [PATCH v3 2/7] drm: nova: Add DRM registration data
` [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI
` [PATCH v3 4/7] drm: nova: Add GETPARAM parameter to read the GPU chipid

[PATCH v2] fbdev: replace dead select with dependency
 2026-07-25 15:22 UTC  (2+ messages)

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-25 15:22 UTC  (13+ messages)
` [PATCH v6 1/9] KVM: guest_memfd: Pass the number of pages instead of the end pfn into .invalidate()
` [PATCH v6 3/9] KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()
` [PATCH v6 5/9] KVM: guest_memfd: Add helpers to query SHARED vs. PRIVATE for a given page
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT
` [PATCH v6 8/9] KVM: guest_memfd: Explicitly pass number of pages to make_private() hook
` [PATCH v6 9/9] KVM: guest_memfd: Make private exactly what can be mapped on page fault

[PATCH 0/1] pipe: only enable the extra wake_up(rd_wait) when epoll is actually used
 2026-07-25 15:19 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.18.40
 2026-07-25 15:11 UTC 

[Buildroot] [PATCH 2025.02.x 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.98
 2026-07-25 15:10 UTC 

[PATCH v22 0/7] branch: delete-merged
 2026-07-25 15:13 UTC  (3+ messages)
` [PATCH v23 "

[Intel-wired-lan] [PATCH net-next v2 0/4] net: remove conditional returns with no effect
 2026-07-25 15:08 UTC  (7+ messages)
`  "
` [PATCH net-next v2 1/4] dpll: zl3073x: remove conditional return "
` [PATCH net-next v2 2/4] net: ethernet: "
` [PATCH net-next v2 3/4] net: "
` [Intel-wired-lan] [PATCH net-next v2 4/4] net: intel: "
  `  "

[PATCH v3] greybus: audio: Split gb_audio_gb_get_topology() into size query and data fetch
 2026-07-25 15:09 UTC  (2+ messages)

[PATCH] erofs-utils: lib: follow symlinks on intermediate tar path components
 2026-07-25 15:09 UTC 

[PATCH v13 0/5] Update designware pwm driver
 2026-07-25 15:06 UTC  (5+ messages)
` [PATCH v13 1/5] dt-bindings: pwm: dwc: Document optional resets property
` [PATCH v13 2/5] dt-bindings: pwm: dwc: Add eswin compatible

[PATCH v2 00/11] wifi: rtw88: preparations for RTL8723B/RTL8723BS
 2026-07-25 15:04 UTC  (12+ messages)
` [PATCH v2 01/11] wifi: rtw88: add the RTL8723B chip type and SDIO helper
` [PATCH v2 02/11] wifi: rtw88: rx: mark zero length packets on RTL8723BS
` [PATCH v2 03/11] wifi: rtw88: fw: add the GNT_BT firmware command
` [PATCH v2 04/11] wifi: rtw88: fw: fix the reserved page upload on RTL8723BS
` [PATCH v2 05/11] wifi: rtw88: coex: add the RTL8723BS scan antenna workaround
` [PATCH v2 06/11] wifi: rtw88: coex: reassert the antenna path when associating
` [PATCH v2 07/11] wifi: rtw88: sdio: track free TX pages and OQT credits for RTL8723BS
` [PATCH v2 08/11] wifi: rtw88: sdio: set up RX aggregation and interrupts "
` [PATCH v2 09/11] wifi: rtw88: sdio: add TX back-pressure and retry on page starvation
` [PATCH v2 10/11] wifi: rtw88: record beacons from the target BSSID before authenticating
` [PATCH v2 11/11] wifi: rtw88: run the RTL8723BS association register sequence

short description of GeoNetworking
 2026-07-25 15:00 UTC  (2+ messages)

[PATCH 0/7] video: fbdev: Remove redundant dev_err()
 2026-07-25 14:55 UTC  (3+ messages)
` [PATCH 1/7] fbdev: mmp: "

[PATCH 0/2] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-07-25 14:55 UTC  (6+ messages)
` [PATCH 2/2] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH] net: niu: fix missing register write in niu_txc_set_imask
 2026-07-25 14:54 UTC 

[PATCH net-next] bridge: mrp: fix MRP_Test option TLV length
 2026-07-25 14:51 UTC  (2+ messages)

[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-07-25 14:50 UTC  (6+ messages)
` [PATCH 2/3] scsi: ufs: spacemit: k3: Add UFS Host Controller driver

[PATCH] usb: core: quirks: Add 255-bytes initial config read quirk
 2026-07-25 14:49 UTC  (3+ messages)

[PATCH 0/9] watchdog: w83627hf_wdt: Convert driver to the driver model and add minute support
 2026-07-25 14:48 UTC  (9+ messages)
` [PATCH 1/9] watchdog: w83627hf_wdt: Replace magic numbers with descriptive macros
` [PATCH 2/9] watchdog: w83627hf_wdt: Convert to platform driver model
` [PATCH 8/9] watchdog: w83627hf_wdt: Report all initialization failures in probe
` [PATCH 9/9] watchdog: w83627hf_wdt: Use dev_* logging instead of pr_*

[PATCH 1/2] platform/x86: uniwill-laptop: Fix brightness notify for 3 level keyboards
 2026-07-25 14:47 UTC  (4+ messages)
` [PATCH 2/2] platform/x86: uniwill-laptop: Enable kb backlight and lightbar for TUXEDO

[PATCH v12 0/6] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
 2026-07-25 14:47 UTC  (5+ messages)
` [PATCH v12 6/6] media: qcom: camss: Drop legacy PHY descriptions from x1e

[PATCH] ALSA: usb-audio: fix out-of-bounds write in snd_usbmidi_akai_output()
 2026-07-25 14:45 UTC 

EVL: Latency issues probably connected to amdgpu driver
 2026-07-25 14:45 UTC 

net/core/netmem_priv.h:25 netmem_is_pp() warn: masked condition '(netmem_get_pp_magic(netmem) & ~((((0) + (((((1 << (8 * 8 - 1 - (((-1)) < 1))) - 1) + (1 << (8 * 8 - 1 - (((-1)) < 1))))) << ((1 + __fls((64 + (6767463209352822784)) - (6767463209352822784))
 2026-07-25 14:45 UTC 

[PATCH] drm/vmwgfx: Erase the detached resource entry on resource release
 2026-07-25 14:39 UTC 

drivers/net/ethernet/emulex/benet/be_main.c:2461 be_rx_compl_process_gro() error: buffer overflow '((skb_end_pointer(skb)))->frags' 17 <= u16max
 2026-07-25 14:35 UTC 

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-25 14:34 UTC  (14+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()

[OE-core][wrynose][PATCH 1/6] vim: Security Fix for CVE-2026-42307
 2026-07-25 14:32 UTC  (6+ messages)
` [OE-core][wrynose][PATCH 2/6] vim: Security Fix for CVE-2026-43961
` [OE-core][wrynose][PATCH 3/6] vim: Security Fix for CVE-2026-47162
` [OE-core][wrynose][PATCH 4/6] vim: Security Fix for CVE-2026-47167
` [OE-core][wrynose][PATCH 5/6] vim: Security Fix for CVE-2026-55892
` [OE-core][wrynose][PATCH 6/6] vim: Security Fix for CVE-2026-57452

[PATCH 0/1] data_smart: fix key expansion in conditional overrides
 2026-07-25 14:30 UTC  (2+ messages)
` [PATCH 1/1] data_smart: fix operations lost when an override name contains a variable

[PATCH v2 0/2] iommu/arm-smmu-v3: Fix SVA vs. HAFT issues
 2026-07-25 14:27 UTC  (3+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: Add HAFT support for SVA

[PATCH v3 00/13] Add thermal management support for sama7d65
 2026-07-25 14:27 UTC  (5+ messages)
` [PATCH v3 06/13] nvmem: microchip-otpc: add tag-based packet lookup

[PATCH v3 0/3] hwmon: emc1403: Convert to use OF bindings and add regulator support
 2026-07-25 14:23 UTC  (5+ messages)
` [PATCH v3 2/3] hwmon: (emc1403) Convert to use OF bindings

[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-07-25 14:20 UTC  (6+ messages)
` [PATCH v3 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver

[PATCH v2] wifi: cfg80211: validate IEs in cfg80211_wext_siwgenie()
 2026-07-25 14:20 UTC 

[PATCH 0/3] i2c: qcom-cci: Fix CCI clock rate enforcement
 2026-07-25 14:19 UTC  (5+ messages)
` [PATCH 2/3] i2c: qcom-cci: Add missing cci_clk_rate for msm8953

[PATCH ath-next 0/2] wifi: ath11k: fix SoC reboot on firmware crash on AHB
 2026-07-25 14:17 UTC  (3+ messages)
` [PATCH ath-next 1/2] wifi: ath11k: implement CE interrupt enable/disable for AHB
` [PATCH ath-next 2/2] wifi: ath11k: disable interrupts during firmware crash recovery

[PATCH mptcp-next 0/6] Fix socket options used by NVMe over MPTCP
 2026-07-25 14:17 UTC  (2+ messages)

[liveupdate:fixes] BUILD SUCCESS b44889cbaada8acedf68c75e5eb2d095b30e508c
 2026-07-25 14:14 UTC 

[RFC PATCH 00/11] smb/server: change notify support
 2026-07-25 14:14 UTC  (11+ messages)
` [RFC PATCH 02/11] smb/server: validate notify requests
` [RFC PATCH 04/11] smb/server: watch directories for changes
` [RFC PATCH 05/11] smb/server: keep notify watches on file handles
` [RFC PATCH 10/11] smb/server: send notify events to the client

[PATCH v2 0/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader
 2026-07-25 14:13 UTC  (7+ messages)
` [PATCH v2 3/4] arm64: dts: rockchip: Add crypto node to rk356x-base

[cris:scmi_telemetry_ng_V6 19/34] drivers/firmware/arm_scmi/telemetry.c:1361:35: warning: cast from pointer to integer of different size
 2026-07-25 14:12 UTC 

[PATCH] net: niu: fix potential buffer overflow/truncation in irq names
 2026-07-25 14:11 UTC 

[PATCH] gpio: realtek-otto: add pinctrl support
 2026-07-25 14:10 UTC  (2+ messages)

[PATCH] rust: revocable: use LKMM atomics instead of Rust atomics
 2026-07-25 14:09 UTC  (2+ messages)

[PATCH v4] ARM: mm: acquire mmap write lock around show_pte() for user faults
 2026-07-25 14:06 UTC  (3+ messages)

[PATCH net v2] mlxsw: pci: Quiesce EQ tasklet and CQ NAPI before teardown
 2026-07-25 14:06 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Infinix INBOOK X3 Slim
 2026-07-25 14:02 UTC 

[PATCH] leds: gpio: Skip unavailable LEDs during shutdown
 2026-07-25 14:02 UTC  (3+ messages)
` [PATCH v2] leds: gpio: Clear error pointers for skipped LEDs

[PATCH 0/7] spmi: apple: Additional commands and interrupt support
 2026-07-25 14:02 UTC  (15+ messages)
` [PATCH 1/7] dt-bindings: spmi: apple,spmi: Add t603x
` [PATCH 2/7] spmi: apple: Validate FIFO state
` [PATCH 3/7] spmi: apple: check transaction status
` [PATCH 4/7] spmi: apple: Implement remaining commands
` [PATCH 5/7] spmi: apple: lock around FIFOs
` [PATCH 6/7] spmi: apple: use IRQ for RX FIFO if possible
` [PATCH 7/7] spmi: apple: interrupt controller functionality

[PATCH v2] gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper
 2026-07-25 14:01 UTC  (2+ messages)

[PATCH 0/7] Fixes for 11.1
 2026-07-25 14:00 UTC  (8+ messages)
` [PATCH 1/7] hw/display/virtio-gpu-rutabaga: zero-init capset info response
` [PATCH 2/7] block/blkio: fix error return value on getlength()
` [PATCH 3/7] Fix many -Werror=maybe-uninitialized
` [PATCH 4/7] hw/hexagon: fix machine->fdt leak in qom-test
` [PATCH 5/7] hw/core/machine: free machine->fdt in machine_finalize()
` [PATCH 6/7] migration/multifd: fix Error leak in multifd_recv_terminate_threads()
` [PATCH 7/7] qdev-monitor: drain RCU callbacks in qdev_device_add_from_qdict

[PATCH] staging: rtl8723bs: coding style cleanup in rtw_mlme.c
 2026-07-25 13:57 UTC 

[PATCH] gpio: pca953x: restore cache_only state on resume failure
 2026-07-25 13:57 UTC  (2+ messages)

[PATCH v7 0/9] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-07-25 13:56 UTC  (3+ messages)
` [PATCH v7 9/9] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC

[PATCH v3 net] idpf: disable PTM on probe failure and on remove
 2026-07-25 13:55 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH wpan v3] mac802154: fix use-after-free of sdata via queued RX frames
 2026-07-25 13:51 UTC 

[PATCH net] macvlan: cap IFLA_MACVLAN_BC_QUEUE_LEN to bound broadcast backlog
 2026-07-25 13:52 UTC  (4+ messages)

[PATCH 0/2] nvme: fix racy access to FDP placement ID array
 2026-07-25 13:51 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] nvme: drop WARN_ON_ONCE on write_stream bounds check

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-25 13:50 UTC  (3+ messages)
` [PATCH 24/36] pinctrl: mediatek: remove conditional return "

[PATCH mptcp-next v12 00/12] selftests: consolidate TCP_INQ testing into sockopt
 2026-07-25 13:47 UTC  (2+ messages)

b4: DKIM 'x' causes BADSIGs on otherwise valid emails
 2026-07-25 13:46 UTC 

[PATCH net-next v3] net: dsa: realtek: rtl8366rb: Fix up port isolation
 2026-07-25 13:46 UTC 

[PATCH] greybus: audio_manager: fix sysfs_emit newline and const warnings
 2026-07-25 13:45 UTC 

[liveupdate:next] BUILD SUCCESS cecfb90c5f2cc0622b363c2291b69d6cad272897
 2026-07-25 13:45 UTC 

drivers/gpu/drm/amd/amdgpu/../display/modules/freesync/freesync.c:1267 mod_freesync_handle_v_update() warn: inconsistent indenting
 2026-07-25 13:43 UTC 

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-25 13:37 UTC  (5+ messages)

[PATCH 0/6] remove legacy Packet Framework API
 2026-07-25 13:36 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix sleepable check for tracing prog
 2026-07-25 13:33 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify rejection of sleepable "

[moderation/CI] Re: wifi: mt76: mt7925: add MT7928 debugfs txpower_sku with power table selection
 2026-07-25 13:32 UTC 

[PATCH v3] ARM: set !LPAE MAX_PHYSMEM_BITS to 32 and remove supersection mappings
 2026-07-25 13:31 UTC 

[PATCH 0/3] gpu: nova-core: Move PFB and PBUS register
 2026-07-25 13:30 UTC  (3+ messages)
` [PATCH 3/3] gpu: nova-core: Move one PBUS register definition


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.