All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 09:49:51 to 2026-07-22 10:24:51 UTC [more...]

[oe] [meta-oe] [PATCH 01/37] dash: upgrade 0.5.13.4 -> 0.5.13.5
 2026-07-22 10:23 UTC  (32+ messages)
` [oe] [meta-oe] [PATCH 02/37] freerdp3: upgrade 3.28.0 -> 3.30.0
` [oe] [meta-networking] [PATCH 03/37] iscsi-initiator-utils: upgrade 2.1.11 -> 2.1.12
` [oe] [meta-oe] [PATCH 04/37] libcppconnman: upgrade 1.0.0 -> 2.0.0
` [oe] [meta-oe] [PATCH 05/37] libdbi-perl: upgrade 1.650 -> 1.651
` [oe] [meta-perl] [PATCH 06/37] libnet-dns-perl: upgrade 1.55 -> 1.56
` [oe] [meta-oe] [PATCH 07/37] libraw: upgrade 0.22.1 -> 0.22.2
` [oe] [meta-gnome] [PATCH 08/37] libwacom: upgrade 2.19.0 -> 2.19.1
` [oe] [meta-oe] [PATCH 09/37] mcelog: upgrade 211 -> 212
` [oe] [meta-networking] [PATCH 10/37] nbdkit: upgrade 1.47.9 -> 1.48.0
` [oe] [meta-oe] [PATCH 11/37] nss: upgrade 3.125 -> 3.126
` [oe] [meta-filesystems] [PATCH 12/37] ntfs-3g-ntfsprogs: upgrade 2026.2.25 -> 2026.7.7
` [oe] [meta-python] [PATCH 13/37] python3-bitarray: upgrade 3.9.0 -> 3.9.1
` [oe] [meta-python] [PATCH 14/37] python3-bumble: upgrade 0.0.232 -> 0.0.233
` [oe] [meta-python] [PATCH 15/37] python3-cmd2: upgrade 4.1.1 -> 4.1.2
` [oe] [meta-python] [PATCH 16/37] python3-colorlog: upgrade 6.10.1 -> 6.11.0
` [oe] [meta-python] [PATCH 17/37] python3-coverage: upgrade 7.15.1 -> 7.15.2
` [oe] [meta-python] [PATCH 18/37] python3-eventlet: upgrade 0.41.0 -> 0.41.1
` [oe] [meta-python] [PATCH 19/37] python3-faker: upgrade 40.28.1 -> 40.31.0
` [oe] [meta-python] [PATCH 20/37] python3-filelock: upgrade 3.29.7 -> 3.31.1
` [oe] [meta-python] [PATCH 21/37] python3-google-auth: upgrade 2.55.2 -> 2.56.0
` [oe] [meta-python] [PATCH 23/37] python3-jdatetime: upgrade 5.3.0 -> 6.0.1
` [oe] [meta-python] [PATCH 24/37] python3-platformdirs: upgrade 4.10.0 -> 4.10.1
` [oe] [meta-python] [PATCH 25/37] python3-pybcj: upgrade 1.0.7 -> 1.0.8
` [oe] [meta-python] [PATCH 26/37] python3-regex: upgrade 2026.7.10 -> 2026.7.19
` [oe] [meta-python] [PATCH 27/37] python3-rich-toolkit: upgrade 0.20.1 -> 0.20.3
` [oe] [meta-python] [PATCH 28/37] python3-soupsieve: upgrade 2.8.4 -> 2.9
` [oe] [meta-python] [PATCH 29/37] python3-tomlkit: upgrade 0.15.0 -> 0.15.1
` [oe] [meta-python] [PATCH 30/37] python3-tox: upgrade 4.56.4 -> 4.57.0
` [oe] [meta-python] [PATCH 31/37] python3-tqdm: upgrade 4.68.4 -> 4.69.0
` [oe] [meta-python] [PATCH 32/37] python3-typer: upgrade 0.26.8 -> 0.27.0
` [oe] [meta-python] [PATCH 33/37] python3-yarl: upgrade 1.24.2 -> 1.24.5

[PATCH v4 0/9] NFSD: Fix UAFs in client teardown and state revocation
 2026-07-22 10:24 UTC  (3+ messages)
` [PATCH v4 1/9] NFSD: Prevent lock owner use-after-free during client teardown

[PATCH v2] cpufreq: apple-soc: Calculate frequency as a 64-bit value
 2026-07-22 10:24 UTC  (2+ messages)

[PATCH] rcu: Remove unused rdp parameter from rcu_check_gp_start_stall()
 2026-07-22 10:23 UTC 

[tip:master] BUILD SUCCESS 36ca470a6c1c76e999117d6b1799fd5d3bb0985b
 2026-07-22 10:23 UTC 

[PATCH v2 0/7] char: xillybus: Harden driver and improve code quality
 2026-07-22 10:23 UTC  (8+ messages)
` [PATCH v2 1/7] char: xillybus: Improve control of execution flow with mutexes
` [PATCH v2 2/7] char: xillybus: Remove duplicate error path code
` [PATCH v2 3/7] char: xillybus: Avoid possible bandwidth inefficiency
` [PATCH v2 4/7] char: xillybus: Use unsigned arithmetic for jiffies differences
` [PATCH v2 5/7] char: xillybus: Integer arithmetic improvements
` [PATCH v2 6/7] char: xillybus: Add defensive sanity checks
` [PATCH v2 7/7] char: xillybus: Ignore and report unsolicited interrupts

[PATCH v3 00/13] Fix leaks in rc core
 2026-07-22 10:23 UTC  (17+ messages)
` [PATCH v3 01/13] media: streamzap: Add missing rc_unregister_device()
` [PATCH v3 02/13] media: redrat3: Ensure rc device is freed if enable_detector() fails
` [PATCH v3 03/13] media: redrat3: Ensure we don't read beyond the end of the packet
` [PATCH v3 04/13] media: redrat3: Ensure all urbs are suspended
` [PATCH v3 05/13] media: redrat3: Error path leaves device in transmitting state
` [PATCH v3 06/13] media: sunxi-cir: Ensure no more interrupts can occur before free
` [PATCH v3 07/13] media: meson-ir-tx: Ensure clock is disabled on unbind
` [PATCH v3 08/13] media: meson-ir-tx: Ensure rc_free_device() is called "
` [PATCH v3 09/13] media: meson-ir-tx: Ensure probe error is propagated
` [PATCH v3 10/13] media: ir-hix5hd2: Ensure rdev is setup before interrupts are enabled
` [PATCH v3 11/13] media: rc: Use after free in ir_raw_event_handle()
` [PATCH v3 12/13] media: rc: Fix use after free in bpf progs
` [PATCH v3 13/13] media: rc: Fix race condition during rc_register_device()

[syzbot] [kernel?] INFO: rcu detected stall in kthread (6)
 2026-07-22 10:23 UTC 

[PATCH nf-next] ipvs: use type-safe allocation helpers in ip_vs_rht_alloc
 2026-07-22 10:23 UTC  (2+ messages)

[PATCH v8 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-07-22 10:20 UTC  (4+ messages)
` [PATCH v8 1/3] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v8 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure
` [PATCH v8 3/3] iommu/arm-smmu-v3: Enable CFGI/TLBI-repeat workaround on Tegra264

[PATCH 1/2] libselinux: add pyproject.toml file
 2026-07-22 10:20 UTC  (3+ messages)
` [PATCH 2/2] python/sepolicy: add a "

[PATCH bpf-next v4 0/3] bpf, riscv: add timed may_goto support
 2026-07-22 10:18 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf, riscv: add support for timed may_goto

[PATCH nf v3 0/3] ipvs: csum validations and data offsets
 2026-07-22 10:15 UTC  (4+ messages)
` [PATCH nf v3 1/3] ipvs: fix the checksum validations
` [PATCH nf v3 2/3] ipvs: fix places with wrong packet offsets
` [PATCH nf v3 3/3] ipvs: do not mangle ICMP replies for non-first fragments

[PATCH] drm: fix missing header include for drm_panel_put()
 2026-07-22 10:19 UTC  (2+ messages)

[PATCH v2 0/3] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
 2026-07-22 10:18 UTC  (5+ messages)
` [PATCH v2 1/3] cpufreq: CPPC: Keep the policy across CPU hotplug
` [PATCH v2 3/3] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload

[oe][meta-networking][scarthgap][PATCH 1/4] postfix: upgrade 3.8.17 -> 3.8.19
 2026-07-22 10:18 UTC  (4+ messages)
` [oe][meta-oe][scarthgap][PATCH 2/4] haveged: upgrade 1.9.22 -> 1.9.23
` [oe][meta-webserver][scarthgap][PATCH 3/4] apache2: upgrade 2.4.67 -> 2.4.68
` [oe][meta-oe][scarthgap][PATCH 4/4] monocypher: upgrade 4.0.2 -> 4.0.3

[PATCH v3 0/2] remoteproc: qcom: pas: Add support for CDSP on Eliza SoC
 2026-07-22 10:17 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: qcom,sm8550-pas: Add Eliza CDSP compatible

[PATCH net v2] net/smc: validate peer CDC cursor against RMBE size before accepting it
 2026-07-22 10:17 UTC 

[PATCH] usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msg
 2026-07-22 10:18 UTC 

[PATCH i-g-t 0/1] Remove EUdebug meson option
 2026-07-22 10:17 UTC  (4+ messages)
` [PATCH i-g-t 1/1] meson: Remove Xe EUdebug

[PATCH mptcp-net v3] mptcp: pm: fix data race in add_addr timer callback
 2026-07-22 10:17 UTC  (2+ messages)

[PATCH v2] dt-bindings: fix typos and brackets
 2026-07-22 10:17 UTC  (2+ messages)

[PATCH V2 1/2] drm/amdgpu: Enable support for PSP 15_0_5
 2026-07-22 10:14 UTC  (2+ messages)
` [PATCH V2 2/2] drm/amdgpu: Fix NBIO 7.11.5 offsets

[PATCH net v2] mac802154: lock rx_mac_cmd_list and drain it before freeing sdata
 2026-07-22 10:16 UTC 

[PATCH v3] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-07-22 10:15 UTC  (3+ messages)

[PATCH net] ppp: annotate data races in ppp_generic
 2026-07-22 10:16 UTC 

[PATCH i-g-t 1/2] Revert "lib/kms: Set display->has_plane_color_pipeline automatically"
 2026-07-22 10:14 UTC  (4+ messages)
` [PATCH i-g-t 2/2] tests/kms_properties: set client cap for color pipeline

[PATCH 0/4] sched/cache: per-process control of cache aware scheduling
 2026-07-22 10:13 UTC  (3+ messages)
` [PATCH 2/4] sched/cache: Add PR_SCHED_CACHE prctl for per-mm control

[OE-core][scarthgap][PATCH 1/4] wget: Fix CVE-2026-58469
 2026-07-22 10:12 UTC  (4+ messages)
` [OE-core][scarthgap][PATCH 2/4] wget: Fix CVE-2026-58470
` [OE-core][scarthgap][PATCH 3/4] wget: Fix CVE-2026-58471
` [OE-core][scarthgap][PATCH 4/4] wget: Fix CVE-2026-58472

[PATCH v3 0/5] Rate limited printing for Rust
 2026-07-22 10:12 UTC  (6+ messages)
` [PATCH v3 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH v3 2/5] rust: sync: add const constructor for raw_spinlock_t
` [PATCH v3 3/5] rust: add pr_*_ratelimit! macros for printing
` [PATCH v3 4/5] rust_binder: consolidate transaction failure prints
` [PATCH v3 5/5] rust_binder: use pr_*_ratelimited! for printing

[PATCH v2] misc: vmc_vmci: Fix potential memory leak in vmci_event_subscribe()
 2026-07-22 10:12 UTC 

[PATCH] pkgconf: upgrade 3.0.3 -> 3.0.4
 2026-07-22 10:12 UTC 

[PATCH 1/4] gpiolib: of: remove redundant IS_ENABLED check in of_find_mt2701_gpio()
 2026-07-22 10:11 UTC  (3+ messages)
` [PATCH 3/4] gpiolib: of: add a quirk for legacy name for TWL4030 external mute GPIO

[RFC 0/2] iavf post-reset state restoration updates
 2026-07-22 10:10 UTC  (2+ messages)

[PATCH] hw/display/qxl: validate monitors_config heads[] in phys2virt
 2026-07-22 10:09 UTC  (4+ messages)

[PATCH net v4 0/3] Fix to possible skb leak due to race condtion in tx path
 2026-07-22 10:09 UTC  (7+ messages)
` [PATCH net v4 1/3] net: ethernet: oa_tc6: Protect skb pointer used by two different kernel instances
` [PATCH net v4 2/3] net: ethernet: oa_tc6: Improvements to error recovery
` [PATCH net v4 3/3] net: ethernet: oa_tc6: Disabled tx queues when disable_traffic is set

[PATCH 0/8] mm/khugepaged: collapse_file() cleanups
 2026-07-22 10:10 UTC  (9+ messages)
` [PATCH 1/8] mm/khugepaged: separate out windy folio logic from collapse_file
` [PATCH 2/8] mm/khugepaged: factor out page cache folio reading
` [PATCH 6/8] mm/khugepaged: hoist isolation into collapse_isolate_folio()
` [PATCH 7/8] mm/khugepaged: hoist more code "

[PATCH v2] drm/pagemap: Clear driver-provided PFNs from migration PFN array
 2026-07-22 10:09 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/pagemap: Clear driver-provided PFNs from migration PFN array (rev2)

[PATCH batadv] batman-adv: bla: fix freeing of claims on meshif deletion
 2026-07-22 10:08 UTC 

[OE-core][wrynose][PATCH 1/4] wget: Fix CVE-2026-58469
 2026-07-22 10:07 UTC  (4+ messages)
` [OE-core][wrynose][PATCH 2/4] wget: Fix CVE-2026-58470
` [OE-core][wrynose][PATCH 3/4] wget: Fix CVE-2026-58471
` [OE-core][wrynose][PATCH 4/4] wget: Fix CVE-2026-58472

[PATCH v2 0/2] dt-bindings: remoteproc: qcom,milos-pas: Fix ADSP bindings
 2026-07-22 10:05 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: qcom,milos-pas: Move Eliza ADSP to SM8550 schema

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-22 10:05 UTC  (5+ messages)
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()

[RFC PATCH 0/3] coredump, net: fix layer violation with direct connection
 2026-07-22 10:05 UTC  (7+ messages)
` [RFC PATCH 2/3] af_unix: factor out kernel_unix_connect_direct()
  ` unix_stream_connect and socket address resolution

[PATCH v2 0/5] Add Laguna/Tensor G5 SoC and Frankel, Blazer & Mustang boards
 2026-07-22 10:04 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: arm: google: Add dt bindings for frankel/blazer/mustang
` [PATCH v2 2/5] dt-bindings: serial: snps-dw-apb-uart: Add "google,lga-uart"
` [PATCH v2 3/5] arm64: dts: google: Add dts directory for Google-designed silicon
` [PATCH v2 4/5] arm64: dts: google: Add initial dts for frankel/blazer/mustang
` [PATCH v2 5/5] arm64: defconfig: enable Tensor G5 SoC family

[PATCH] sched_ext: Fix stale errno in scx_sub_enable_workfn()
 2026-07-22 10:03 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: Fix use-after-free in amdgpu_vram_mgr_fini() on init failure
 2026-07-22 10:04 UTC  (2+ messages)

[PATCH RFC] btrfs: implement a new compat RO feature, data_io_size
 2026-07-22 10:03 UTC  (5+ messages)

[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
 2026-07-22 10:03 UTC  (20+ messages)

[PATCH] mfd: macsmc: Fix key count endianness annotation
 2026-07-22 10:03 UTC  (2+ messages)

[PATCH v6 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-22 10:03 UTC  (5+ messages)
` [PATCH v6 03/16] power: sequencing: Add pwrseq_power_is_on()

[PATCH i-g-t] tests/intel/xe_exec_threads: whitelist expected multi-queue hang dmesg warns
 2026-07-22 10:02 UTC  (2+ messages)

[PATCH] Bluetooth: btrsi: Move set_bt_context after successful HCI registration
 2026-07-22 10:02 UTC  (2+ messages)
`  "

[PATCH] Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frame
 2026-07-22 10:02 UTC  (2+ messages)
`  "

[PATCH 0/3] Remove old AES-GCM library
 2026-07-22 10:01 UTC  (4+ messages)
` [PATCH 2/3] x86/sev: Remove obsolete virtual address check

[PATCH v23 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-07-22 10:01 UTC  (7+ messages)
` [PATCH v23 02/13] power: reset: reboot-mode: Support up to 3 magic values per mode
` [PATCH v23 08/13] mfd: core: Add firmware-node support to MFD cells

[PATCH net-next v14 00/10] net: phy_port: SFP modules representation and phy_port listing
 2026-07-22 10:01 UTC  (7+ messages)
` [PATCH net-next v14 05/10] net: phy: Represent PHY-less SFP modules with phy_port
` [PATCH net-next v14 06/10] net: phy: phy_port: Store information about a port's upstream
` [PATCH net-next v14 09/10] net: ethtool: Introduce ethtool command to list ports

[PATCH mptcp-next v5 07/12] mptcp: sync mptcp skb cb layout with tcp one
 2026-07-22 10:01 UTC  (2+ messages)
` [mptcp-next,v5,07/12] "

[PATCH v2] docs/zh_CN: Add configurable error injection translation
 2026-07-22 10:00 UTC 

[PATCH v3 0/2] drm/logicvc: Avoid UAF in DRM object management
 2026-07-22 10:00 UTC  (5+ messages)
` [PATCH v3 1/2] drm/logicvc: Avoid use-after-free with devm_kzalloc()
` [PATCH v3 2/2] drm/logicvc: Avoid using DRM resources after device is unplugged

[RFC PATCH 0/3] media: rockchip: VEPU510 H.264 encoder for RK3576
 2026-07-22 10:00 UTC  (4+ messages)
` [RFC PATCH 2/3] media: rockchip: add VEPU510 H.264 encoder driver "

[PATCH] Bluetooth: btintel_pcie: Remove unreachable break after goto
 2026-07-22  9:59 UTC  (2+ messages)
`  "

[PATCH v7 0/6] Add reclaim to the dmem cgroup controller
 2026-07-22  9:58 UTC  (10+ messages)
` [PATCH v7 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()

[PATCH v16 0/7] spi: pxa2xx: Fix PM and interrupt issues on Intel LPSS SPI
 2026-07-22  9:58 UTC  (9+ messages)
` [PATCH v16 5/7] spi: pxa2xx: disable DMA for Apple MacBook8,1

[PATCH ath-next] wifi: ath12k: Guard dp_peer dereference in ath12k_mac_peer_cleanup_all()
 2026-07-22  9:58 UTC 

PCI driver - hotplug of multiple devices
 2026-07-22  9:58 UTC  (3+ messages)

[PATCH v1] bus: mhi: host: Fix controller cleanup on EDL sysfs failure
 2026-07-22  9:58 UTC  (2+ messages)

[REMINDER#2] LPC 2026 BPF Track CFP
 2026-07-22  9:42 UTC  (2+ messages)
` [FINAL REMINDER] "

[PATCH for-11.2 v3 00/15] qdev: Clarify and enforce the device realization lifecycle
 2026-07-22  9:57 UTC  (5+ messages)
` [PATCH for-11.2 v3 15/15] hw/qdev: Prevent devices from being realized more than once

[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
 2026-07-22  9:58 UTC  (5+ messages)
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range

[tip:x86/cleanups] BUILD SUCCESS b096d79bc1eed9eda57c12ccd76d6797cdba4cf2
 2026-07-22  9:57 UTC 

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-07-22  9:55 UTC  (6+ messages)

[OE-core][scarthgap][PATCH 1/4] gawk: Fix CVE-2026-40467
 2026-07-22  9:56 UTC  (4+ messages)
` [OE-core][scarthgap][PATCH 2/4] gawk: Fix CVE-2026-40468
` [OE-core][scarthgap][PATCH 3/4] gawk: Fix CVE-2026-40469
` [OE-core][scarthgap][PATCH 4/4] gawk: Fix CVE-2026-40553

[PATCH] romfs: reject directory entry cycles
 2026-07-22  9:57 UTC 

[PATCH v4 00/12] ASoC: add and use new snd_soc_register_component()
 2026-07-22  9:56 UTC  (3+ messages)
` [PATCH v4 01/12] ASoC: soc-component: move soc_component_field_shift()

[PATCH] drm/imagination: Fix value of HWRT address in pvr_job_create tracepoint
 2026-07-22  9:56 UTC  (2+ messages)

[PATCH v2 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
 2026-07-22  9:56 UTC  (2+ messages)

[PATCH] mm/page_idle: call folio_test_lru() after folio_get()
 2026-07-22  9:56 UTC  (2+ messages)

[PATCH] ASoC: intel: sof_sdw: use &pdev->dev instead of card->dev
 2026-07-22  9:55 UTC  (2+ messages)

[PATCH RFC] net/sched: taprio: enforce minimum software scheduling interval
 2026-07-22  9:55 UTC  (2+ messages)

[PATCH v4] wifi: ath11k: fix resource leak on error in ext IRQ setup
 2026-07-22  9:54 UTC 

[OE-core][wrynose][PATCH 1/4] gawk: Fix CVE-2026-40467
 2026-07-22  9:54 UTC  (4+ messages)
` [OE-core][wrynose][PATCH 2/4] gawk: Fix CVE-2026-40468
` [OE-core][wrynose][PATCH 3/4] gawk: Fix CVE-2026-40469
` [OE-core][wrynose][PATCH 4/4] gawk: Fix CVE-2026-40553

[PATCH] bus: mhi: pci_generic: Add SAHARA channel support for Foxconn products
 2026-07-22  9:54 UTC  (2+ messages)

[BUG] iommufd/selftest: KASAN slab-use-after-free in iommu_report_device_fault
 2026-07-22  9:52 UTC 

[MAINTAINERS SUMMIT] Other LLM-related topics - tags, newcomers, etc
 2026-07-22  9:53 UTC  (9+ messages)

[PATCH v3] hw/i2c: Add remote I2C master with host CUSE bridge
 2026-07-22  9:51 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] firmware: arm_scmi: Fix requested device removal race
 2026-07-22  9:52 UTC 

[PATCH] wifi: brcmfmac: fix P2P action frame handling without device vif
 2026-07-22  9:52 UTC  (2+ messages)

[PATCH net-next v2 0/2] Improve wwan qcdm compatibility with user-space tools
 2026-07-22  9:50 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: wwan: add minimalistic IOCTls support also to QCDM port

[PATCH v8 0/5] Add SCDC information to connector debugfs
 2026-07-22  9:50 UTC  (3+ messages)
` [PATCH v8 5/5] drm/display: hdmi-state-helper: Init SCDC debugfs for HDMI

[PATCH] systemd.bbclass: fix service enablement for cross-install scenarios
 2026-07-22  9:49 UTC  (3+ messages)
` [PATCH v2] "
  ` [OE-core] "

[PATCH v6 0/2] Add drm_ras netlink error event support
 2026-07-22  9:49 UTC  (2+ messages)
` ✓ CI.KUnit: success for Add drm_ras netlink error event support (rev6)


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.