All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-09 04:02:43 to 2026-08-09 08:28:05 UTC [more...]

[PATCH v3 0/9] iio: adc: Add TI ADS126X ADC family support
 2026-08-09  8:28 UTC  (13+ messages)
` [PATCH v3 1/9] dt-bindings: iio: adc: support the TI ADS126x ADC family
` [PATCH v3 2/9] iio: adc: add the ti-ads1262 driver
` [PATCH v3 3/9] iio: adc: ti-ads1262: support per-channel sampling frequency
` [PATCH v3 4/9] iio: adc: ti-ads1262: support per-channel reference and gain

[PATCH 7.1 000/438] 7.1.8-rc1 review
 2026-08-09  8:27 UTC  (2+ messages)

[Bug 221837] New: Bluetooth (RTL8852BU, 0bda:b853) never initializes. Opcode 0xfcf0
 2026-08-09  8:27 UTC  (2+ messages)
` [Bug 221837] "

[Buildroot] [PATCH 1/1] package/mtd: build with -fPIC when shared libraries are enabled
 2026-08-09  8:26 UTC  (2+ messages)

[PATCH v1 1/2] vsprintf: Add %pR human-readable size
 2026-08-09  8:25 UTC  (3+ messages)

[PATCH 6.6 000/261] 6.6.151-rc1 review
 2026-08-09  8:22 UTC  (2+ messages)

[PATCH 0/2] selftests/cgroup: Fix cpuset test portability and hotplug error handling
 2026-08-09  8:21 UTC  (3+ messages)
` [PATCH 1/2] selftests/cgroup: Avoid awk -e in cpuset tests
` [PATCH 2/2] selftests/cgroup: Preserve CPU hotplug write errors

[PATCH v5 0/3] mmc-utils: lsmmc: add 'mmc list' command
 2026-08-09  8:21 UTC  (4+ messages)
` [PATCH v5 1/3] mmc-utils: lsmmc: Use external .ids files and accept /dev, /sys/block paths
` [PATCH v5 2/3] mmc-utils: lsmmc: Factor out CID month/year helpers
` [PATCH v5 3/3] mmc-utils: lsmmc: Add mmc list command

[PATCH 0/3] pinctrl: airoha: add EcoNet EN7528 pin controller support
 2026-08-09  8:18 UTC  (6+ messages)
` [PATCH 1/3] pinctrl: airoha: limit GPIO interrupts to interrupt-capable pins
` [PATCH 2/3] dt-bindings: pinctrl: Add EcoNet EN7528 pin controller
` [PATCH 3/3] pinctrl: airoha: add support of en7528 SoC

[Buildroot] [PATCH 1/1] package/mesa3d: i915 Gallium driver needs llvm
 2026-08-09  8:16 UTC 

[BUG] NTFS rename fails with "Failed to add AT_INDEX_ALLOCATION" on Linux 7.1 new ntfs driver
 2026-08-09  8:16 UTC 

[PATCH net v2] xfrm: hold state while flushing device GC list
 2026-08-09  8:11 UTC 

[RFC] logging: tidy loose end related to systemd-journald
 2026-08-09  8:08 UTC  (3+ messages)
` [RFC 2] logging.te: systemd-journald: loose ends

[PATCH] mmc-utils: Add bash completion
 2026-08-09  8:07 UTC 

[PATCH] gpib: agilent_82357a: unlock allocation mutexes before free
 2026-08-09  8:03 UTC 

[PATCH] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-09  8:03 UTC 

[bluez/bluez]
 2026-08-09  7:59 UTC 

[PATCH net 0/1] ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()
 2026-08-09  7:57 UTC  (10+ messages)
` [PATCH net 1/1] "

[GIT PULL] md-7.3-20260809
 2026-08-09  7:55 UTC 

[kkdwivedi:bpf-waitq-kthread-reclaim-v1 8/9] tools/testing/selftests/bpf/memcg-reclaim-20260808-104045-396/config.json: warning: ignored by one of the .gitignore files
 2026-08-09  7:52 UTC 

[asahilinux:bits/240-isp 64/67] drivers/media/platform/apple/avd/avd-inst.h:141:41: error: implicit declaration of function 'FIELD_PREP'
 2026-08-09  7:52 UTC 

lib/raid/raid6/arm/recov_neon_inner.c:23:9: sparse: sparse: Trying to use reserved word 'return' as identifier
 2026-08-09  7:52 UTC 

[syzbot] [acpica?] KCSAN: data-race in number / vsnprintf
 2026-08-09  7:47 UTC 

[PATCH] worktree add: improve message for ambiguous remote branch name
 2026-08-09  7:45 UTC  (2+ messages)

[PATCH v2 1/1] Input: xpad - add support for Azeron devices
 2026-08-09  7:43 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 00/16] perf python: Fix python extension bugs from v19 review
 2026-08-09  7:37 UTC  (21+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] perf script: Fix metric_evlist leak in script_find_metrics
  ` [PATCH v3 02/15] perf stat: Fix evsel_list leak in cmd_stat
  ` [PATCH v3 03/15] perf tools: Fix sb_evlist leaks in top and record
  ` [PATCH v3 04/15] perf python: Fix memory leak in pyrf_evlist__get_pollfd
  ` [PATCH v3 05/15] perf synthetic-events: Fix uninitialized pthread_join
  ` [PATCH v3 06/15] perf test: Fix skiplist leak in cmd_test
  ` [PATCH v3 07/15] perf python: Check counts_values size in set_values
  ` [PATCH v3 08/15] perf python: Validate CPU and thread maps in pyrf_evsel__open
  ` [PATCH v3 09/15] perf python: Validate attribute setters in pyrf_evsel
  ` [PATCH v3 10/15] perf python: Zero initialize perf_data in pyrf_data__init
  ` [PATCH v3 11/15] perf python: Add thread and PMU uninitialized checks
  ` [PATCH v3 12/15] perf python: Fix MetricGroup return type in perf.pyi
  ` [PATCH v3 13/15] perf python: Fix count_values memory leak in pyrf_evsel__read
  ` [PATCH v3 14/15] perf python: Fix memory leak in pyrf__metrics_cb
  ` [PATCH v3 15/15] perf synthetic-events: Fix divide by zero in perf_event__synthesize_threads

[PATCH 0/2] driver core: platform: / drm/msm: dp: Delay applying clock defaults
 2026-08-09  7:28 UTC  (2+ messages)

[PATCH] i2c: designware-pci: fix autosuspend cleanup during teardown
 2026-08-09  7:30 UTC 

[PATCH v2] rseq: fix hard lockup on granted time slice extension
 2026-08-09  7:29 UTC  (4+ messages)
` [tip: core/urgent] entry/rseq: Fix "

[PATCH 00/15] Add initial support for Qualcomm Kuno SoC
 2026-08-09  7:27 UTC  (16+ messages)
` [PATCH 01/15] soc: qcom: geni-se: allow selection on 32-bit ARM Qualcomm SoCs
` [PATCH 02/15] dt-bindings: power: rpmpd: Document Kuno RPMh power domains
` [PATCH 03/15] pmdomain: qcom: rpmhpd: Add power domains for Kuno
` [PATCH 04/15] dt-bindings: clock: qcom,rpmhcc: Add Kuno RPMh clock controller
` [PATCH 05/15] clk: qcom: clk-rpmh: Add support for Kuno RPMh clocks
` [PATCH 06/15] dt-bindings: interconnect: Add Qualcomm Kuno NoC
` [PATCH 07/15] interconnect: qcom: Add Kuno interconnect provider driver
` [PATCH 08/15] dt-bindings: pinctrl: qcom: Add Kuno TLMM
` [PATCH 09/15] pinctrl: qcom: Add Kuno pinctrl driver
` [PATCH 10/15] dt-bindings: clock: qcom: Add Kuno Global Clock Controller
` [PATCH 11/15] clk: qcom: Add Global Clock Controller driver for Kuno
` [PATCH 12/15] dt-bindings: interrupt-controller: qcom,pdc: Add Kuno compatible string
` [PATCH 13/15] dt-bindings: firmware: qcom,scm: Document SCM on Kuno SoC
` [PATCH 14/15] dt-bindings: arm: qcom: Document Kuno IDP board
` [PATCH 15/15] ARM: dts: qcom: Add initial device tree for Kuno SoC

[PATCH 0/5] gitk: make color preferences visually more pleasing and better usable
 2026-08-09  7:27 UTC  (8+ messages)
` [PATCH 5/5] gitk: avoid constructing dialog titles from text pieces

[anolis-intel-cloud:devel-6.6 292/292] htmldocs: Warning: anolis/changelog/007-changelog.6.6.102-7 references a file that doesn't exist: Documentation/amd-pstate
 2026-08-09  7:26 UTC 

[PATCH v4 0/8] Add StarFive JHB100 syscon modules
 2026-08-09  1:50 UTC 

[PATCH net v2 0/2] net/smc: close the SMC-D teardown window around the ghost send buffer
 2026-08-09  7:21 UTC  (5+ messages)
` [PATCH net v2 1/2] net/smc: unregister the connection before draining the rx tasklet
` [PATCH net v2 2/2] net/smc: do not dereference an unset send buffer on the SMC-D teardown path

[PATCH] image_types: make oe_mkext234fs reproducible
 2026-08-08 18:11 UTC 

[PATCH v3 0/3] Fixes and enhancements for Exynos (7870) DSIM bridge driver
 2026-08-09  7:18 UTC  (4+ messages)
` [PATCH v3 2/3] drm/bridge: samsung-dsim: use DSIM interrupt to wait for PLL stability

[PATCH v3 00/15] ACPI: CPPC: Fix register access and lifetime bugs
 2026-08-09  7:18 UTC  (18+ messages)
` [PATCH v3 01/15] ACPI: CPPC: Validate the _CPC package header
` [PATCH v3 02/15] ACPI: CPPC: Validate _CPC entry and control semantics
` [PATCH v3 03/15] ACPI: CPPC: Propagate performance-control write errors
` [PATCH v3 04/15] ACPI: CPPC: Use 64-bit masks for register fields
` [PATCH v3 05/15] ACPI: CPPC: Serialize PCC single-register payload updates
` [PATCH v3 06/15] ACPI: CPPC: Serialize PCC EPP "
` [PATCH v3 07/15] ACPI: CPPC: Release CPC descriptors through kobject
` [PATCH v3 08/15] ACPI: CPPC: Release PCC data after probe failures
` [PATCH v3 09/15] ACPI: CPPC: Reject unsafe cross-CPU SystemMemory RMW
` [PATCH v3 10/15] ACPI: CPPC: Reject reads and RMW of write-only controls
` [PATCH v3 11/15] ACPI: CPPC: Validate and access PCC register layouts
` [PATCH v3 12/15] ACPI: CPPC: Validate SystemIO "
` [PATCH v3 13/15] ACPI: CPPC: Validate PCC overlaps across processors
` [PATCH v3 14/15] ACPI: CPPC: Validate SystemIO "
` [PATCH v3 15/15] ACPI: CPPC: Clear Performance Limited without a stale read

[PATCH net] be2net: propagate bridge config query errors
 2026-08-09  7:17 UTC 

[PATCH] PCI: sysfs: Reject unaligned resource I/O port accesses
 2026-08-09  7:16 UTC  (3+ messages)

[PATCH net v3] ipv4: fix use-after-free in fib_nhc_update_mtu()
 2026-08-09  7:12 UTC  (2+ messages)

[mkp-scsi:for-next 112/210] drivers/scsi/qla2xxx/qla_init.c:9211:8: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2026-08-09  7:07 UTC 

[PATCH v5] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-08-09  6:58 UTC  (2+ messages)

[PATCH v7 0/3] Add support for the MTU3 upstream devicetree binding
 2026-08-09  6:45 UTC  (3+ messages)
` [PATCH v7 3/3] usb: mtu3: add SPL support

[PATCH net-next v2] net: sfp: fix hwmon_name memory leak on hwmon registration failure
 2026-08-09  6:45 UTC 

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-09  6:42 UTC  (3+ messages)
` [PATCH v16 06/45] firmware: arm_rmm: Ensure the RMM has GPT entries for memory

Connection to a WPA2 Wi-Fi router fails
 2026-08-09  6:41 UTC  (4+ messages)

[syzbot] [net?] WARNING in ipgre_xmit (2)
 2026-08-09  6:38 UTC  (4+ messages)

[PATCH net v4 0/4] net: phy: dp83640: fix shared clock lifetime and probe error cleanup
 2026-08-09  6:30 UTC  (4+ messages)
` [PATCH net v4 4/4] net: phy: dp83640: fix per-bus clock lifetime

[PATCH v2] pci: quirks: Disable native PCIe hotplug on MSI Claw A8 root bridge
 2026-08-09  6:22 UTC  (6+ messages)

[syzbot] [pci?] BUG: unable to handle kernel paging request in pci_resource_io
 2026-08-09  6:30 UTC 

[PATCH] Input: synaptics - add transparent pass-through mode for TrackPoint
 2026-08-09  6:09 UTC  (2+ messages)

[agd5f:drm-next-7.3 220/308] drivers/gpu/drm/amd/amdgpu/../ras/core/eeprom.c:274:15: sparse: sparse: incorrect type in assignment (different base types)
 2026-08-09  6:06 UTC 

[PATCH RFC] drm/nouveau: Use write-combined maps for coherent on Tegra
 2026-08-09  6:06 UTC  (4+ messages)

[syzbot] KASAN: slab-use-after-free Read in ntfs_show_options
 2026-08-09  6:07 UTC  (2+ messages)
` [PATCH] ntfs3: Update only the member values without replacing the opts pointer

[Buildroot] [PATCH 2025.02.x] package/qt6: bump version to 6.8.4
 2026-08-09  6:05 UTC 

[syzbot] KASAN: slab-use-after-free Read in ntfs_show_options
 2026-08-09  6:02 UTC  (2+ messages)

[AUH] shadow: upgrading to 4.20.2 FAILED
 2026-08-09  6:00 UTC 

[AUH] gcc-source-16.1.0: upgrading to 16.2.0 FAILED
 2026-08-09  5:59 UTC 

[AUH] python3-setuptools: upgrading to 84.0.0 SUCCEEDED
 2026-08-09  5:59 UTC 

[AUH] libmicrohttpd: upgrading to 1.0.10 SUCCEEDED
 2026-08-09  6:00 UTC 

[AUH] libffi: upgrading to 3.8.0 SUCCEEDED
 2026-08-09  6:00 UTC 

[AUH] rpm-sequoia-crypto-policy: upgrading to c42da772d5fcedc55aee8f2a3348e7d718551910 SUCCEEDED
 2026-08-09  6:00 UTC 

[AUH] Upgrade status: 2026-08-09
 2026-08-09  6:00 UTC 

[PATCH] iio: accel: bmc150: use IIO_DECLARE_BUFFER_WITH_TS
 2026-08-09  5:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/6] drm/amdgpu: Robustness and safety fixes for ACA and RAS drivers
 2026-08-09  5:53 UTC  (9+ messages)
` [PATCH v3 1/6] drm/amdgpu/aca: Fix race condition and UAF in error cache logging
` [PATCH v3 2/6] drm/amdgpu/aca: Add upper bounds check in aca_bank_hwip_is_matched
` [PATCH v3 3/6] drm/amdgpu/aca: Fix inverted validation logic and list cleanup
` [PATCH v3 4/6] drm/amdgpu/aca: Add missing NULL check for banks parameter in aca_banks_add_bank
` [PATCH v3 5/6] drm/amdgpu/aca: Fix off-by-one buffer size parameter in add_aca_sysfs
` [PATCH v3 6/6] drm/amdgpu/ras: Cancel delayed work before ACA teardown in amdgpu_ras_fini

Audio front panel does not output on motherboard: ASRock X870 Riptide WiFi Motherboard
 2026-08-09  5:51 UTC 

[PATCH] mm/execmem: fix fallback_end description in kernel-doc
 2026-08-09  5:52 UTC  (2+ messages)

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-09  5:51 UTC  (4+ messages)

[RFC] ext4: orphan tracking after a failed truncate
 2026-08-09  5:45 UTC 

[syzbot] [raid?] UBSAN: shift-out-of-bounds in raid5_set_limits
 2026-08-09  5:35 UTC 

[syzbot] [serial?] WARNING in register_console
 2026-08-09  5:34 UTC  (3+ messages)

[PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474
 2026-08-09  5:32 UTC 

[syzbot] [trace?] KCSAN: data-race in __rb_reserve_next / ring_buffer_iter_peek
 2026-08-09  5:29 UTC 

kernel-doc -man -e confusion
 2026-08-09  5:23 UTC 

[PATCH v2 0/2] perf python TUI report and flamegraph
 2026-08-09  5:21 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] perf python: New treport script
  ` [PATCH v3] perf test: Fixes for check branch stack sampling
  ` [PATCH v3 2/2] perf python: treport add flamegraph support
  ` [PATCH v4 0/2] perf python TUI report and flamegraph
    ` [PATCH v4 1/2] perf python: New treport script
    ` [PATCH v4 2/2] perf python: treport add flamegraph support

[PATCH] dm-crypt: unlock allocation mutex before retry
 2026-08-09  5:18 UTC 

[syzbot] [fs?] VFS: Close: file count is zero (use-after-free) (2)
 2026-08-09  5:17 UTC 

[PATCH 0/3] bootm: size the noload buffer from the compressor header
 2026-08-09  4:23 UTC  (4+ messages)
` [PATCH 1/3] bootm: size the noload decompression "
` [PATCH 2/3] test: fit: cover the kernel_noload header-size and lying-header paths
` [PATCH 3/3] test: lib: cover image_decomp_get_uncompressed_size() for lzma streams

[PATCH] futex: Require the PI owner of a private futex to share the key's mm
 2026-08-09  5:08 UTC 

[syzbot] [net?] WARNING in ipgre_xmit (2)
 2026-08-09  5:03 UTC  (2+ messages)

[syzbot] [pci?] BUG: unable to handle kernel paging request in pci_resource_io
 2026-08-09  4:44 UTC  (2+ messages)
` Forwarded: "

[PATCH net v3] sctp: fix use-after-free of cached ASCONF chunk
 2026-08-09  4:38 UTC 

[PATCH net-next v6 00/13] ax88179_178a: Add support for AX88179A-based chips
 2026-08-09  4:33 UTC  (3+ messages)

drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:862 amdgpu_gmc_fw_reg_write_reg_wait() error: buffer overflow 'adev->mes.ring' 16 <= u32max
 2026-08-09  4:26 UTC 

[PATCH 0/3] Enable the front camera on the Dell Latitude 7320 Detachable
 2026-08-09  4:25 UTC  (4+ messages)
` [PATCH 1/3] platform/x86: int3472: Add TPS68470 board data for Dell "
` [PATCH 2/3] media: i2c: ov5675: Add OVTI5678 ACPI id
` [PATCH 3/3] media: ipu-bridge: Add sensor configuration for OV5675 (OVTI5678)

[PATCH qemu] block: Stricter checks of VMDK descriptors but allow unquoted createdType
 2026-08-09  2:59 UTC 

[BUG] KASAN: use-after-free in mutex optimistic spin (owner_on_cpu) via sysfs uevent_show [bna] [syzkaller]
 2026-08-09  4:22 UTC 

[PATCH] wifi: brcmfmac: configure SAE PWE method for external SAE AP
 2026-08-09  4:18 UTC  (5+ messages)

[PATCH v4 0/4] LoongArch: add KHO support and selftests
 2026-08-09  4:18 UTC  (5+ messages)
` [PATCH v4 1/4] efi: add a KHO configuration table GUID
` [PATCH v4 4/4] selftests/kho: add LoongArch vmtest support

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-08-09  4:13 UTC  (5+ messages)
    ` [External] "

[RFC PATCH] usb: xhci: use BIT_ULL for CRCR bits
 2026-08-09  4:13 UTC  (4+ messages)

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 06cf6189)
 2026-08-09  4:12 UTC 

[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
 2026-08-09  4:09 UTC  (3+ messages)

[PATCH] LoongArch: Fix acpi_package_ids array overflow
 2026-08-09  4:07 UTC  (3+ messages)

[PATCH] LoongArch: KVM: Set cpu before IN_GUEST_MODE is set
 2026-08-09  4:07 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: add per-inode compression levels in xattrs
 2026-08-09  4:07 UTC  (9+ messages)
` [PATCH v2 2/4] btrfs: also validate compression levels in btrfs_compress_is_valid_type()
` [PATCH v2 3/4] btrfs: add per-inode compression levels in xattrs

[PATCH v2] LoongArch: KVM: Advertise already-supported capabilities
 2026-08-09  4:06 UTC  (2+ messages)

[PATCH] HID: core: check field offset before dumping input
 2026-08-09  4:06 UTC 

[PATCH 0/4] mm, swap: keep hibernation swap slots out of the swap cache
 2026-08-09  4:02 UTC  (4+ messages)
` [PATCH 2/4] mm, swap: give hibernation swap slots their own swap table entry type


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.