All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-04 17:18:26 to 2026-07-04 20:18:25 UTC [more...]

[PATCH 0/4] Updates for hppa architecture
 2026-07-04 20:17 UTC  (3+ messages)
` [PATCH 1/4] target/hppa: Work-around for Fast TLB insert instruction on HP-UX 9

fs/btrfs/send.c:8282 btrfs_ioctl_send() error: we previously assumed 'sctx' could be null (see line 8272)
 2026-07-04 20:16 UTC 

[PATCH v2] media: i2c: rdacm21: Fix missing media_entity_cleanup()
 2026-07-04 20:16 UTC 

[PATCH v4 0/4] media: renesas: Add missing media_entity_cleanup() calls
 2026-07-04 20:15 UTC  (5+ messages)
` [PATCH v4 1/4] media: renesas: rcar-csi2: Add missing media_entity_cleanup()
` [PATCH v4 2/4] media: renesas: csisp: "
` [PATCH v4 3/4] media: renesas: rcar-core: "
` [PATCH v4 4/4] media: renesas: rzg2l-core: "

[PATCH 00/10] Add support for Apple Silicon DockChannel internal keyboards
 2026-07-04 20:14 UTC  (3+ messages)
` [PATCH 05/10] mailbox: apple: Add DockChannel FIFO controller

[PATCH wireless] wifi: p54: validate RX frame length in p54_rx_eeprom_readback()
 2026-07-04 20:08 UTC  (2+ messages)

[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-07-04 20:03 UTC  (2+ messages)

[PATCH] media: em28xx: fix audio extension ref leak
 2026-07-04 20:02 UTC 

Linux kernel 5.10.260 released
 2026-07-04 20:00 UTC 

Linux kernel 5.15.211 released
 2026-07-04 20:00 UTC 

Linux kernel 6.1.177 released
 2026-07-04 20:00 UTC 

Linux kernel 6.6.144 released
 2026-07-04 20:00 UTC 

Linux kernel 6.12.95 released
 2026-07-04 20:00 UTC 

Linux kernel 6.18.38 released
 2026-07-04 20:00 UTC 

Linux kernel 7.1.3 released
 2026-07-04 20:00 UTC 

[PATCH v2 00/33] accel: Unassorted cleanups around debugging
 2026-07-04 19:56 UTC  (13+ messages)
` [PATCH v2 12/33] gdbstub: Inline gdb_supports_guest_debug()
` [PATCH v2 13/33] gdbstub: Move supported_sstep_flags in AccelGdbConfig structure
` [PATCH v2 14/33] accel: Have each implementation return their AccelGdbConfig
` [PATCH v2 16/33] accel: Hold @can_reverse information in AccelGdbConfig
` [PATCH v2 17/33] accel: Remove AccelOpsClass::supports_guest_debug
` [PATCH v2 20/33] cpu: Define BreakpointFlags type

[PATCH] wifi: carl9170: reject mismatched command response lengths
 2026-07-04 19:56 UTC  (2+ messages)

[Buildroot] [git commit] package/ndctl: bump to version 85
 2026-07-04 19:41 UTC 

[Buildroot] [PATCH] package/ndctl: bump to version 85
 2026-07-04 19:55 UTC  (2+ messages)

[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-04 19:51 UTC  (18+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
` [RFC PATCH v1 02/17] dm thin: avoid bio_set_dev under pool lock
` [RFC PATCH v1 03/17] dm snapshot: avoid bio_set_dev in locked map paths
` [RFC PATCH v1 04/17] blk-throttle: protect throttle state with td lock
` [RFC PATCH v1 05/17] block: add bio_alloc_atomic() for atomic bio users
` [RFC PATCH v1 06/17] blk-cgroup: support non-blocking bio association
` [RFC PATCH v1 07/17] block: support non-blocking bio allocation with a bdev
` [RFC PATCH v1 08/17] bcache: avoid sleeping blkg association from locked paths
` [RFC PATCH v1 09/17] dm bufio: avoid blkg association from GFP_NOWAIT bio init
` [RFC PATCH v1 10/17] dm pcache: handle non-blocking bio clone init failure
` [RFC PATCH v1 11/17] block: avoid scheduling from non-blocking helper allocations
` [RFC PATCH v1 12/17] dm: avoid sleeping blkg association from NOWAIT remaps
` [RFC PATCH v1 13/17] bfq: avoid blkg lookup from locked cgroup update
` [RFC PATCH v1 14/17] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading
` [RFC PATCH v1 16/17] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v1 17/17] blk-cgroup: share blkg creation between lookup and config prep

[PATCH] qemu-options: Enable the -enable-kvm option for loongarch
 2026-07-04 19:50 UTC  (2+ messages)

[PATCH v3 0/3] wifi: carl9170: firmware trust boundary hardening
 2026-07-04 19:48 UTC  (9+ messages)
` [PATCH v3 1/3] wifi: carl9170: bound memcpy length in cmd callback to prevent OOB read
` [PATCH v3 2/3] wifi: carl9170: fix OOB read from off-by-two in TX status handler
` [PATCH v3 3/3] wifi: carl9170: fix buffer overflow in rx_stream failover path

[RFC PATCH 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-04 19:47 UTC  (27+ messages)
` [RFC PATCH 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH 05/11] mm/damon/reclaaim: "
` [RFC PATCH 06/11] mm/damon/lru_sort: "
` [RFC PATCH 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH 09/11] mm/damon/core: stop ctx in damon_call() before reruning an error
` [RFC PATCH 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH 11/11] samples/damon/prcl: do not stop DAMON "

[PATCH v2 0/2] iio: temperature: Add support for the STS30 temperature sensor
 2026-07-04 19:45 UTC  (4+ messages)
` [PATCH v2 2/2] iio: temperature: Add STS30 temperature sensor driver

[PATCH 0/1] tidbits: net-udp: solicit new client for server mode
 2026-07-04 17:52 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH net 0/3] ipv4/ipv6: Fix UAF and memory leak in IGMP/MLD
 2026-07-04 19:43 UTC  (4+ messages)
` [PATCH net 1/3] ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()
` [PATCH net 2/3] ipv6: mcast: Fix potential UAF in MLD delayed work
` [PATCH net 3/3] ipv4: igmp: Fix potential memory leak in igmp_mod_timer()

[PATCH v6 0/1] rust: introduce abstractions for fwctl
 2026-07-04 19:42 UTC  (3+ messages)
` [PATCH v6 1/1] "

[PATCH] MAINTAINERS: add entry for SDHCI Cadence driver
 2026-07-04 19:39 UTC 

[PATCH 0/5] batctl: debug tables bugfixes
 2026-07-04 19:36 UTC  (6+ messages)
` [PATCH 1/5] batctl: debug: avoid endless getopt loop for attached '-w' argument
` [PATCH 2/5] batctl: debug: use strict interval/timeout parsing
` [PATCH 3/5] batctl: debug: reject trailing garbage for intervals
` [PATCH 4/5] batctl: debug: reject non-finite/negative interval/timeout values
` [PATCH 5/5] batctl: debug: don't return negative error codes from handle_debug_table

[PATCH net-next v7 0/5] net: dsa: microchip: Add support for KSZ8995XA/KS8995XA
 2026-07-04 19:39 UTC  (6+ messages)
` [PATCH net-next v7 1/5] net: dsa: microchip: Add fallback Micrel compatibles
` [PATCH net-next v7 2/5] dt-bindings: net: dsa: microchip: Add KSZ8995XA
` [PATCH net-next v7 3/5] net: dsa: tag_ks8995: Add the KS8995 tag handling
` [PATCH net-next v7 4/5] net: dsa: microchip: Support Microchip KSZ8995XA / KS8995XA
` [PATCH net-next v7 5/5] net: dsa: ks8995: Delete surplus driver

[PATCH] platform/x86: handle Intel CPUs falsely reporting as GenuineIotel
 2026-07-04 19:39 UTC  (8+ messages)

[BUG] RCU hang with io_uring nvme polling
 2026-07-04 19:38 UTC  (11+ messages)

[bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 93/121] drivers/phy/qualcomm/phy-qcom-mipi-csi2-core.c:42:28: warning: unused variable 'opp'
 2026-07-04 19:35 UTC 

[PATCH v3 0/5] hw/m68k: add working floppy controller for q800
 2026-07-04 19:30 UTC  (3+ messages)
` [PATCH v3 4/5] "

[PATCH v3 0/2] media: Add Himax HM1092 mono NIR sensor driver
 2026-07-04 19:31 UTC  (4+ messages)
` [PATCH v3 2/2] media: i2c: hm1092: add "

[PATCH 0/2] ARM: dts: mediatek: mt6572 DT cleanup + cache info
 2026-07-04 19:31 UTC  (8+ messages)
` [PATCH 1/2] ARM: dts: mediatek: mt6572: rename fixed clocks
` [PATCH 2/2] ARM: dts: mediatek: mt6572: add cache data

[PATCH] ASoC: codecs: aw88261: only check PLL and clock state at power-up
 2026-07-04 19:28 UTC 

[PATCH] ASoC: qcom: sc8280xp: support Senary MI2S
 2026-07-04 19:28 UTC 

[Buildroot] [PATCH] package/liblo: bump to version 0.36
 2026-07-04 19:17 UTC  (2+ messages)

[Buildroot] [git commit] package/liblo: bump to version 0.36
 2026-07-04 19:12 UTC 

[PATCH v6 0/4] Add Sony IMX471 camera sensor driver
 2026-07-04 19:16 UTC  (10+ messages)
` [PATCH v6 3/4] platform: int3472: discrete: con_id vana for Sony IMX471 as power enable

[PATCH] wifi: p54: update stale wireless wiki URLs
 2026-07-04 19:16 UTC  (2+ messages)

[Buildroot] [git commit] package/python-jc: bump to version 1.25.7
 2026-07-04 19:02 UTC 

[Buildroot] [PATCH] package/python-jc: bump to version 1.25.7
 2026-07-04 19:12 UTC  (2+ messages)

[PATCH v2] media: atomisp: flatten pre_power_down logic and clean up staging code
 2026-07-04 19:08 UTC 

[PATCH net-next v4 0/2] udp: fix FOU/GUE over multicast
 2026-07-04 19:08 UTC  (3+ messages)
` [PATCH net-next v4 2/2] selftests: net: add FOU multicast encapsulation resubmit test

[PATCH v2 0/4] Add NVL CVS/IPU8 camera support
 2026-07-04 19:04 UTC  (6+ messages)
` [PATCH v2 1/4] ACPI: scan: Honor ACPI _DEP dependency for NVL CVS
` [PATCH v2 2/4] media: pci: ipu-bridge: Add NVL CVS ACPI ID
` [PATCH v2 3/4] media: i2c: cvs: Add IPU8 PCI device ID
` [PATCH v2 4/4] media: i2c: cvs: Add NVL ACPI ID

[PATCH v2 0/5] Using dev_err_probe as it simplifies error handling and ensures consistent error reporting
 2026-07-04 18:57 UTC  (12+ messages)
` [PATCH v2 4/5] iio: adc: ti-adc161s626: log buffer setup failure in probe

[PATCH 0/9] drm: replace simple display pipe users with atomic helpers
 2026-07-04 18:53 UTC  (18+ messages)
` [PATCH 1/9] drm/arcpgu: replace struct drm_simple_display_pipe with regular "
` [PATCH 2/9] drm/aspeed: "
` [PATCH 3/9] drm/imx: "
` [PATCH 4/9] drm/mcde: "
` [PATCH 5/9] drm/pl111: "
` [PATCH 6/9] drm/gm12u320: "
` [PATCH 7/9] drm/repaper: "
` [PATCH 8/9] drm/tve200: "
` [PATCH 9/9] drm/xen: "

[PATCH v1 0/2] iio: adc: add MAX40080 current-sense amplifier driver
 2026-07-04 18:52 UTC  (8+ messages)
` [PATCH v1 2/2] "

[Buildroot] [PATCH 1/1] package/stellarium: bump version to 26.2
 2026-07-04 18:44 UTC 

[PATCH net v2] bnge/bng_re: fix ring ID widths
 2026-07-04 18:34 UTC  (2+ messages)

[PATCH] mm: avoid shadowing global mem_map in sparse_init_one_section()
 2026-07-04 18:24 UTC 

[PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo
 2026-07-04 18:14 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH v3 0/2] Makefile: link osxkeychain helper against Rust
 2026-07-04 18:05 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
  ` [PATCH v4 2/2] Makefile: support universal macOS builds via RUST_TARGETS

EVL: Kernel WARNING
 2026-07-04 18:05 UTC 

[OE-core][master][PATCH] tiff: upgrade 4.7.1 -> 4.7.2
 2026-07-04 18:01 UTC 

[PATCH] scsi: qla2xxx: Fix BSG request hang on flash image validation failure
 2026-07-04 17:58 UTC  (2+ messages)

[PATCH] clocksource/drivers/clps711x: Do not unmap clocksource MMIO
 2026-07-04 17:54 UTC 

[PATCH] drm/mediatek: mtk_hdmi: Fix DDC adapter double put in v2
 2026-07-04 17:54 UTC  (2+ messages)

[PATCH v3 0/4] media: renesas: Fix missing media_entity_cleanup()
 2026-07-04 17:46 UTC  (5+ messages)
` [PATCH v3 1/4] media: renesas: rcar-csi2: Add "
` [PATCH v3 2/4] media: renesas: csisp: "
` [PATCH v3 3/4] media: renesas: rcar-core: "
` [PATCH v3 4/4] media: renesas: rzg2l-core: "

[PATCH v2] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
 2026-07-04 17:49 UTC 

[PATCH] cpu/hotplug: Use sysfs_emit_at() in states_show()
 2026-07-04 17:48 UTC 

[PATCH RFC 0/2] rust: sync: create lock class using `#[track_caller]`
 2026-07-04 17:46 UTC  (7+ messages)

[PATCH v3] lockd: preserve multiple NLM_SHARE grants from the same owner
 2026-07-04 17:42 UTC  (2+ messages)

[bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 121/121] usr/include/linux/videodev2.h:2550:20: error: field has incomplete type 'struct timespec'
 2026-07-04 17:41 UTC 

[android-common:android16-6.12-2026-03 0/1] mm/damon/tests/vaddr-kunit.h:69:47: sparse: sparse: missing braces around initializer
 2026-07-04 17:40 UTC 

[Buildroot] [PATCH] package/lighttpd: bump to 1.4.84
 2026-07-04 17:40 UTC  (2+ messages)

[Buildroot] [git commit] package/lighttpd: bump to 1.4.84
 2026-07-04 17:30 UTC 

[PATCH v5 0/9] HID: steelseries: split out Arctis driver and add Nova 7 Gen2 support
 2026-07-04 17:39 UTC  (2+ messages)

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-04 17:23 UTC  (13+ messages)

[scarthgap][PATCH] libgcrypt: upgrade 1.10.3 -> 1.10.4
 2026-07-04 10:55 UTC 

[scarthgap][PATCH] Update libgcrypt to 1.10.4
 2026-07-04  7:29 UTC 

[PATCH] media: platform: mtk-mdp3: Fix SCP device refcounting
 2026-07-04 17:31 UTC 

[Buildroot] [PATCH] package/mpg123: bump to 1.33.6
 2026-07-04 17:29 UTC  (2+ messages)

[PATCH v5 0/5] Allwinner: A523: add support for A523 THS0/1 controllers
 2026-07-04 17:29 UTC  (9+ messages)
` [PATCH v5 1/5] dt-bindings: thermal: sun8i: Add "
` [PATCH v5 3/5] thermal/drivers/sun8i: get calibration data from two nvmem cells
` [PATCH v5 4/5] thermal/drivers/sun8i: Add support for A523 THS0/1 controllers
` [PATCH v5 5/5] arm64: dts: allwinner: sun55i: add thermal sensors

[Buildroot] [git commit] package/mpg123: bump to 1.33.6
 2026-07-04 17:26 UTC 

Atheros AR9280 / AR7010 Initial low scaning signal range
 2026-07-04 17:25 UTC  (2+ messages)

[PATCH] nfsd: Fix dentry refcount leak in nfsd_set_fh_dentry()
 2026-07-04 17:23 UTC 

[Bug 221722] New: Blanket HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for all MediaTek chips breaks HFP mSBC microphone on MT7925 (0489:e111)
 2026-07-04 17:22 UTC  (2+ messages)
` [Bug,221722] "

[PATCH v2 0/4] hw/scsi/ncr53c710: rewrite to support HP-UX, Linux and NetBSD
 2026-07-04 17:17 UTC  (7+ messages)
` [PATCH v2 3/4] hw/scsi/ncr53c710: rewrite the SCRIPTS engine


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.