All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-08 07:01:52 to 2026-05-08 07:40:14 UTC [more...]

[PATCH V2] drm/buddy: Integrate lockdep annotations for gpu buddy manager
 2026-05-08  7:03 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/buddy: Integrate lockdep annotations for gpu buddy manager (rev2)

drm/bridge: dw-hdmi-qp: seamless handoff sets wrong tmds_char_rate, breaking audio on strict HDMI 2.1 sinks
 2026-05-08  7:28 UTC  (7+ messages)

[PATCH] i2c: ls2x-v2: return IRQ_HANDLED after servicing an error
 2026-05-08  7:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH rc v4 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-05-08  7:39 UTC  (3+ messages)
` [PATCH rc v4 2/5] iommu/arm-smmu-v3: Implement is_attach_deferred() for kdump

[PATCH 0/9] x86/mwait-idle: sync up with Linux 7.0-rc
 2026-05-08  7:38 UTC  (5+ messages)
` [PATCH 9/9] x86/mwait-idle: Add C-states validation

[PATCH 0/8] iio: magnetometer: ak8975: driver cleanup
 2026-05-08  7:39 UTC  (2+ messages)

[meta-oe][scarthgap][PATCH] php: upgrade 8.2.30 -> 8.2.31
 2026-05-08  7:38 UTC 

[PATCH 0/6] Handle cloning of objects larger than 4GB on Windows
 2026-05-08  7:38 UTC  (8+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] index-pack, unpack-objects: use size_t for object size
  ` [PATCH v2 03/11] odb, packfile: use size_t for streaming object sizes

[PATCH v2 3/4] riscv: dts: spacemit: k1-bananapi-f3: Correct USB hub power hierarchy
 2026-05-08  7:38 UTC  (4+ messages)

[PATCH 0/3] iio: dac: Add support for AD5529R DAC
 2026-05-08  7:37 UTC  (2+ messages)

[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
 2026-05-08  7:37 UTC  (21+ messages)

[PATCH 0/3] irqchip: Add GPIO interrupt support for Amlogic A9
 2026-05-08  7:36 UTC  (12+ messages)
` [PATCH 1/3] irqchip/meson-gpio: fix incorrect register address
` [PATCH 2/3] dt-bindings: interrupt-controller: Add support for Amlogic A9 SoCs
` [PATCH 3/3] irqchip/meson-gpio: "

[PATCH v2 2/4] riscv: dts: spacemit: k1-bananapi-f3: Update USB regulator on onboard usb and label
 2026-05-08  7:36 UTC  (4+ messages)

[PATCH v2 0/4] spacemit: k1-bananapi-f3: Fix the power source of USB3 nodes
 2026-05-08  7:36 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: dts: spacemit: k1-bananapi-f3: Add vcc5v0_sys regulator for Banana Pi F3

[PATCH net-next v4 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-08  7:35 UTC  (14+ messages)
` [PATCH net-next v4 01/13] MAINTAINERS: add FDMA library to Sparx5 SoC entry
` [PATCH net-next v4 02/13] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next v4 03/13] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v4 04/13] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v4 05/13] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v4 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v4 07/13] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v4 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v4 09/13] net: lan966x: add PCIe FDMA support
` [PATCH net-next v4 10/13] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v4 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v4 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v4 13/13] misc: lan966x-pci: dts: add fdma interrupt to overlay

[PATCH] iio: chemical: scd30: avoid potential NULL deref in scd30_i2c_command()
 2026-05-08  7:36 UTC  (3+ messages)
` [PATCH v2] iio: chemical: scd30: reject (response=NULL, size>0) "

MAINTAINERS entries that aren't S: Orphan but maybe should be
 2026-05-08  7:30 UTC  (3+ messages)

[Buildroot] [PATCH] package/perl-cgi: new package
 2026-05-08  7:35 UTC 

[PATCH v1 bpf-next 0/8] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
 2026-05-08  7:33 UTC  (9+ messages)
` [PATCH v1 bpf-next 1/8] selftest: bpf: Use BPF_SOCK_OPS_ALL_CB_FLAGS + 1 for bad_cb_test_rv
` [PATCH v1 bpf-next 2/8] bpf: tcp: Introduce BPF_SOCK_OPS_RCVLOWAT_CB
` [PATCH v1 bpf-next 3/8] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVLOWAT_CB
` [PATCH v1 bpf-next 4/8] tcp: Split out __tcp_set_rcvlowat()
` [PATCH v1 bpf-next 5/8] bpf: tcp: Add kfunc to adjust sk->sk_rcvlowat
` [PATCH v1 bpf-next 6/8] bpf: tcp: Factorise bpf_skops_established()
` [PATCH v1 bpf-next 7/8] bpf: tcp: Add SOCK_OPS rcvlowat hook
` [PATCH v1 bpf-next 8/8] selftest: bpf: Add test for BPF_SOCK_OPS_RCVLOWAT_CB

[PATCH v3 0/1] match GEN6_PCODE_DATA naming with spec
 2026-05-08  7:34 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
 2026-05-08  7:32 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[RFC][PATCH] unwind: Add stacktrace_setup system call
 2026-05-08  7:32 UTC  (4+ messages)

[RFC] iio: adc: support for multi-device aggregation
 2026-05-08  7:31 UTC  (3+ messages)

[PATCH 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
 2026-05-08  7:29 UTC  (3+ messages)
` [PATCH 1/9] iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format command

[PATCH] ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()
 2026-05-08  7:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 00/10] drm/panel: Use refcounted allocation for remaining panel drivers
 2026-05-08  7:29 UTC  (12+ messages)
` [PATCH v2 01/10] drm/panel/visionox-g2647fb105: Use refcounted allocation in place of devm_kzalloc()
` [PATCH v2 02/10] drm/panel/samsung-s6e63m0: "
` [PATCH v2 03/10] drm/panel/novatek-nt37700f: "
` [PATCH v2 04/10] drm/panel/lxd-m9189a: "
` [PATCH v2 05/10] drm/panel/ilitek-ili9806e: "
` [PATCH v2 06/10] drm/panel/tdo-tl070wsh30: "
` [PATCH v2 07/10] drm/panel/sharp-ls043t1le01: "
` [PATCH v2 08/10] drm/panel/truly-nt35597: "
` [PATCH v2 09/10] drm/panel/startek-kd070fhfid015: "
` [PATCH v2 10/10] drm/panel: Make drm_panel_init() static

[PATCH net-next v2] net/sched: sch_dualpi2: annotate lockless stats reads in dump path
 2026-05-08  7:29 UTC 

[PATCH] armv8: mmu: Extend mmu_map_region() to allow uncached mappings
 2026-05-08  7:28 UTC 

[PATCH 00/16] media: iris: Add AR50LT core support and enable Agatti platform
 2026-05-08  7:27 UTC  (5+ messages)
` [PATCH 12/16] media: iris: implement support for the "
` [PATCH 13/16] media: iris: Introduce buffer size calculations for AR50LT

[PATCH v7 0/2] i2c: spacemit: improve clock handling and cleanups
 2026-05-08  7:25 UTC  (6+ messages)
` [PATCH v7 1/2] i2c: spacemit: configure ILCR/IWCR for accurate SCL frequency
` [PATCH v7 2/2] i2c: spacemit: drop warning when clock-frequency property is absent

[PATCH v2 0/2] Fix multilib package variable propagation
 2026-05-08  7:25 UTC  (3+ messages)
` [PATCH v2 2/2] oeqa/selftest/pkgdata: add a test for variable consistency in multilib
  ` [OE-core] "

[PATCH] dma: loongson2-apb-cmc: fix NULL deref in residue computation
 2026-05-08  7:25 UTC  (3+ messages)
` [PATCH v2] "

Linux 7.0.5
 2026-05-08  7:24 UTC  (2+ messages)

Dirty Frag vulnerability -- local root vulnerability affecting 4.19 and newer
 2026-05-08  7:24 UTC 

Linux 6.18.28
 2026-05-08  7:24 UTC  (2+ messages)

Linux 6.12.87
 2026-05-08  7:24 UTC  (2+ messages)

Linux 6.6.138
 2026-05-08  7:24 UTC  (2+ messages)

[PATCH 0/5] KVM: Fix race conditions in kvm_arch_flush_shadow_all()
 2026-05-08  7:21 UTC  (3+ messages)
` [PATCH 2/5] KVM: loongarch: Grab MMU lock "

[Bug 221480] New: drm/nouveau: timeout and WARN in tu102_vmm_flush while using mpv
 2026-05-08  7:24 UTC  (2+ messages)
` [Bug 221480] "

[PATCH v2] x86/shstk: Provide kernel command line knob to disable
 2026-05-08  7:23 UTC  (7+ messages)

[Bug 221487] New: Nouveau GSP timeout (r535_gsp_msgq_wait) on ASUS TUF Gaming A16 with NVIDIA RTX 4060 Max-Q / Mobile and kernel 6.12.86
 2026-05-08  7:23 UTC  (2+ messages)
` [Bug 221487] "

[PATCH v3 0/6] gpio: acpi: modernize resource management using cleanup.h
 2026-05-08  7:22 UTC  (4+ messages)
` [PATCH v4 "

[PATCHSET] fstests: catch up with xfsprogs 7.0
 2026-05-08  7:22 UTC  (5+ messages)
` [PATCH 1/2] generic/45[34]: add detection of confusable variation sequences
` [PATCH 2/2] generic/45[34]: don't warn on mixed bidirectional characters

CVE-2026-43284: xfrm: esp: avoid in-place decrypt on shared skb frags
 2026-05-08  7:21 UTC 

[PATCH v2 0/4] Add compatible strings for RPM and mailbox devices for Shikra
 2026-05-08  7:19 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible
` [PATCH v2 2/4] dt-bindings: remoteproc: Add Shikra RPM processor compatible
` [PATCH v2 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible
` [PATCH v2 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support

[PATCH 1/2] drm/mediatek: hdmi: pulse audio clocks on bridge enable
 2026-05-08  7:19 UTC  (2+ messages)

[PATCH v2 00/11] Improve process/maintainers output
 2026-05-08  7:16 UTC  (6+ messages)
` [PATCH v2 11/11] MAINTAINERS: use a URL for pin-init maintainer's profile entry

[frank-w-bpi-r2-4.14:7.1-rc 152/157] drivers/net/phy/as21xx_1.9.1/as21xxx.c:664:40: sparse: sparse: cast to restricted __le16
 2026-05-08  7:15 UTC 

[PATCH] x86/platform/intel-mid: Use named initializer for pci_device_id array
 2026-05-08  7:15 UTC  (4+ messages)

[scarthgap][PATCH] expat: patch CVE-2026-41080
 2026-05-08  7:15 UTC  (3+ messages)
` [OE-core] "

[yocto-autobuilder-helper][PATCH 00/11] Implement 'containers' jobs
 2026-05-08  7:14 UTC  (3+ messages)
` [yocto-autobuilder-helper][PATCH 11/11] config.json: containers-library: add mosquitto and valkey demos
  ` [yocto] "

[PATCH] net: ethtool: fix missing closing paren in rings_reply_size()
 2026-05-08  7:14 UTC 

[PATCH 1/4] drm/amdgpu: add MEC pipe reset helpers
 2026-05-08  7:13 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu/gfx_v11_0: fix GFX11 MEC pipe reset ordering
` [PATCH 3/4] drm/amdgpu/gfx_v12_0: set gfx.rs64_enable from PFP header on GFX12
` [PATCH 4/4] drm/amdgpu/gfx_v12_0: fix GFX11 MEC pipe reset ordering

[PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra
 2026-05-08  7:14 UTC  (4+ messages)
` [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible

[bitbake][wrynose][2.18][PATCH 0/3] Patch review
 2026-05-08  7:13 UTC  (4+ messages)
` [bitbake][wrynose][2.18][PATCH 1/3] doc: Fix description of git shallow mirror tarball creation
` [bitbake][wrynose][2.18][PATCH 2/3] fetch/wget: in upstream version checks, match versioned directories exactly
` [bitbake][wrynose][2.18][PATCH 3/3] lib: Replace codegen with ast.unparse()

[OE-core][wrynose 00/52] Patch review
 2026-05-08  7:11 UTC  (53+ messages)
` [OE-core][wrynose 01/52] shadow: set CVE_PRODUCT
` [OE-core][wrynose 02/52] ruby: set status for CVE-2025-0306
` [OE-core][wrynose 03/52] python3-setuptools: set status for CVE-2024-6345
` [OE-core][wrynose 04/52] p11-kit: set status for CVE-2026-2100
` [OE-core][wrynose 05/52] libva: set status for CVE-2023-39929
` [OE-core][wrynose 06/52] harfbuzz: set status for CVE-2024-56732
` [OE-core][wrynose 07/52] gnutls: set status for CVE-2026-1584
` [OE-core][wrynose 08/52] cve-extra-exclusions: ignore CVE-2019-2708
` [OE-core][wrynose 09/52] bind: set status for CVE-2017-3139
` [OE-core][wrynose 10/52] base-files: set status for CVE-2018-6557
` [OE-core][wrynose 11/52] rsync: set status for CVE-2024-12084
` [OE-core][wrynose 12/52] python3-requests: set status for CVE-2024-35195
` [OE-core][wrynose 13/52] python3-requests: set status for CVE-2024-47081
` [OE-core][wrynose 14/52] git: set status of 5 CVEs
` [OE-core][wrynose 15/52] cargo: set status of CVE-2023-40030
` [OE-core][wrynose 16/52] cargo: set CVE_PRODUCT
` [OE-core][wrynose 17/52] ovmf: set status for 7 CVEs
` [OE-core][wrynose 18/52] sed: upgrade 4.9 -> 4.10
` [OE-core][wrynose 19/52] classes/base: add explicit bzip2-native dependency for unpacking .bz2
` [OE-core][wrynose 20/52] ccache: upgrade 4.13.2 -> 4.13.3
` [OE-core][wrynose 21/52] dhcpcd: upgrade 10.3.0 -> 10.3.1
` [OE-core][wrynose 22/52] groff: upgrade 1.24.0 -> 1.24.1
` [OE-core][wrynose 23/52] gsettings-desktop-schemas: upgrade 50.0 -> 50.1
` [OE-core][wrynose 24/52] gtk+3: upgrade 3.24.51 -> 3.24.52
` [OE-core][wrynose 25/52] gtk4: upgrade 4.22.1 -> 4.22.2
` [OE-core][wrynose 26/52] hwdata: upgrade 0.405 -> 0.406
` [OE-core][wrynose 27/52] avahi: Fix CVE-2026-34933
` [OE-core][wrynose 28/52] rust: fix codegen test failure on big-endian targets
` [OE-core][wrynose 29/52] bluez5: add patches to fix 8.56 cli issues
` [OE-core][wrynose 30/52] python3-urllib3: enable setuptools-scm 10.x
` [OE-core][wrynose 31/52] perf: add PACKAGECONFIG for llvm
` [OE-core][wrynose 32/52] scripts/cve-json-to-text.py: simplify getopt argument parsing
` [OE-core][wrynose 33/52] package.py: fix kernel module file pre-filter and document strip asymmetry
` [OE-core][wrynose 34/52] ffmpeg: set status for 4 CVEs
` [OE-core][wrynose 35/52] pseudo: Update 1.9.5 -> 1.9.6
` [OE-core][wrynose 36/52] mirrors: remove inactive sources.openembedded.org URLs
` [OE-core][wrynose 37/52] wpa-supplicant: remove obsolete explicit debug packaging
` [OE-core][wrynose 38/52] python3-cryptography: "
` [OE-core][wrynose 39/52] gobject-introspection: "
` [OE-core][wrynose 40/52] kernel-devsrc: "
` [OE-core][wrynose 41/52] coreutils: set CVE_PRODUCT
` [OE-core][wrynose 42/52] libsoup: set status for CVE-2026-2436
` [OE-core][wrynose 43/52] libsoup: patch CVE-2026-5119
` [OE-core][wrynose 44/52] dhcpcd: remove obsolete explicit debug packaging
` [OE-core][wrynose 45/52] sudo: set CVE_PRODUCT
` [OE-core][wrynose 46/52] apr: Add CVE_PRODUCT to support product name
` [OE-core][wrynose 47/52] apr-util: "
` [OE-core][wrynose 48/52] libarchive: set status for CVE-2026-4426
` [OE-core][wrynose 49/52] sudo: patch CVE-2026-35535
` [OE-core][wrynose 50/52] inetutils: patch CVE-2026-32772
` [OE-core][wrynose 51/52] devtool: Disable gpg signing when setting up source tree repos
` [OE-core][wrynose 52/52] glibc: Fix recipe bug that disabled stack protector

[PATCH wireless 1/2] wifi: mac80211: fix MLE defragmentation
 2026-05-08  7:10 UTC  (2+ messages)
` [PATCH wireless 2/2] wifi: mac80211: fix multi-link element inheritance

[PATCH] platform/x86: asus-nb-wmi: add DMI quirk for ASUS Zenbook Duo UX8407AA
 2026-05-08  7:09 UTC 

[PATCH BlueZ v3] monitor: Parsing of cs step mode data in RAS Notifications
 2026-05-08  7:09 UTC  (2+ messages)
` [BlueZ,v3] "

[PATCH] MAINTAINERS: Add Aksh Garg as PCI CADENCE reviewer
 2026-05-08  7:08 UTC  (2+ messages)

[PATCH v3 0/2] AMD Promontory 21 xHCI temperature hwmon support
 2026-05-08  7:04 UTC  (4+ messages)
` [PATCH v3 1/2] usb: xhci-pci: add generic auxiliary device interface

[PATCH] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
 2026-05-08  7:04 UTC 

[PATCH] checkpolicy: replace malloc()+memset() with calloc()
 2026-05-08  7:04 UTC  (6+ messages)

[frank-li:imx/firmware-ele 5/5] drivers/firmware/imx/se_ctrl.c:673:16: warning: result of comparison of constant 18446744073709551608 with expression of type '__u32' (aka 'unsigned int') is always false
 2026-05-08  7:03 UTC 

[axboe:io_uring-io-slots 7/13] csky-linux-ld: slot.c:undefined reference to `bio_uninit'
 2026-05-08  7:03 UTC 

[PATCH] gentree: keep directory intact and ignore if missing
 2026-05-08  7:02 UTC 

[PATCH] drm/amdgpu/userq: use drm_exec in amdgpu_userq_fence_read_wptr
 2026-05-08  7:01 UTC 

[PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
 2026-05-08  7:01 UTC  (2+ messages)

[PATCH v7 RESEND 00/15] can: grcan: Enhance driver with CANFD Support and Improvements
 2026-05-08  7:01 UTC  (8+ messages)
` [PATCH v7 03/15] MAINTAINERS: Add maintainers for GRCAN CAN network driver
` [PATCH v7 09/15] can: grcan: Add saving and restoring of CAN FD baud-rate registers
` [PATCH v7 11/15] can: grcan: Refactor GRCAN DMA buffer to use structured memory layout
` [PATCH v7 12/15] can: grcan: Add CANFD TX support alongside legacy CAN
` [PATCH v7 13/15] can: grcan: Add CANFD RX "
` [PATCH v7 14/15] can: grcan: Update echo skb handling to match variable length CANFD frame
` [PATCH v7 15/15] can: grcan: Advertise CANFD capability


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.