All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 21:07:47 to 2026-04-27 22:16:27 UTC [more...]

[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-04-27 22:16 UTC  (26+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 02/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 04/24] rust: device: generalize drvdata methods over ForLt
` [PATCH 05/24] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH 07/24] rust: platform: "
` [PATCH 08/24] rust: auxiliary: "
` [PATCH 09/24] rust: usb: "
` [PATCH 10/24] rust: device: "
` [PATCH 11/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH 12/24] rust: platform: "
` [PATCH 13/24] rust: auxiliary: "
` [PATCH 14/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH 15/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH 16/24] rust: usb: make Driver trait lifetime-parameterized
` [PATCH 17/24] rust: i2c: "
` [PATCH 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH REF 21/24] gpu: nova-core: "
` [PATCH REF 22/24] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF 23/24] gpu: nova-core: replace ARef<Device> with &'a Device in SysmemFlush
` [PATCH REF 24/24] gpu: drm: tyr: use HRT lifetime for IoMem

[RFC PATCH 2/2] selinux: fix data race on AVC latest_notif
 2026-04-27 22:16 UTC  (2+ messages)

[PATCH v2] btrfs: replace BUG_ON() with error return in get_new_location()
 2026-04-27 22:15 UTC  (3+ messages)
` [PATCH v3] btrfs: validate data reloc tree file extent item members in tree-checker

[PATCH 0/4] tools/xenstore: fix issue related to XSA-417
 2026-04-27 22:14 UTC  (9+ messages)
` [PATCH 1/4] xen/public: introduce DOMID_ANY
` [PATCH 2/4] tools/xenstored: add support for "all domains" node permission
` [PATCH 3/4] tools/xenstored: allow @releaseDomain watch for all domains
` [PATCH 4/4] tools/xenstored: remove permissions related to dead domain

[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
 2026-04-27 22:14 UTC  (4+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type

[PATCH] sound: oss: dmasound: kick queued output before extending tail fragment
 2026-04-27 22:13 UTC 

[PATCH v7 0/3] drm/xe/oa: Wa_14026633728
 2026-04-27 22:13 UTC  (5+ messages)
` [PATCH 3/3] drm/xe/oa: Implement Wa_14026633728
` ✓ CI.KUnit: success for drm/xe/oa: Wa_14026633728 (rev7)

[PATCH v2 0/3] Minor GuC PC cleanups
 2026-04-27 22:11 UTC  (7+ messages)
` [PATCH v2 1/3] drm/xe/guc_pc: Make xe_guc_pc_stop() void
` [PATCH v2 2/3] drm/xe/guc_pc: Reorder forcewake in xe_guc_pc_fini_hw()
` [PATCH v2 3/3] drm/xe/gt: Drop redundant forcewake

[PATCH v8 0/3] drm/xe/oa: Wa_14026633728
 2026-04-27 22:11 UTC  (4+ messages)
` [PATCH 1/3] drm/xe/oa: Use xe_map layer
` [PATCH 2/3] drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
` [PATCH 3/3] drm/xe/oa: Implement Wa_14026633728

Strange behavior with scrub, quotas, and snapshots
 2026-04-27 22:10 UTC  (4+ messages)

[PATCH v4] ata: ahci: fail probe if BAR too small for claimed ports
 2026-04-27 22:10 UTC  (6+ messages)

[BUG] 36-second boot delay due to by acpi_gpio_handle_deferred_request_irqs on ASUS ROG Strix G16 (2025)
 2026-04-27 22:09 UTC  (12+ messages)

Cyber Crime Compliance Notice
 2026-04-27 20:26 UTC 

[PATCH] drm/xe: Don't emit UTS_RELEASE as part of device coredump
 2026-04-27 22:05 UTC  (2+ messages)

[PATCH v2] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
 2026-04-27 22:04 UTC  (4+ messages)

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-27 22:04 UTC  (11+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH] tests/intel/xe_configfs: Add malformed multi-line BB to verify ctx rejection and rollback
 2026-04-27 22:03 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v3] btrfs: warn about extent buffer that can not be released
 2026-04-27 22:01 UTC  (3+ messages)

[PATCH iproute2] remove hamradio protocols
 2026-04-27 22:01 UTC  (2+ messages)

[PATCH v2] ACPI: resource: Add quirk for Dell PMC memory region overlap
 2026-04-27 20:51 UTC 

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 21:52 UTC  (16+ messages)
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()

[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
 2026-04-27 22:00 UTC  (4+ messages)

[PATCH v2 00/13] arm64: dts: rockchip: Wire up frl-enable-gpios for RK3576/RK3588 boards
 2026-04-27 21:57 UTC  (28+ messages)
` [PATCH v2 01/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3576 boards
` [PATCH v2 02/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3576-luckfox-core3576
` [PATCH v2 03/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3576-nanopi-r76s
` [PATCH v2 04/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3588 boards
` [PATCH v2 05/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3588s boards
` [PATCH v2 06/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3588s-gameforce-ace
` [PATCH v2 07/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3588s-khadas-edge2
` [PATCH v2 08/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3588s-orangepi-cm5-base
` [PATCH v2 09/13] arm64: dts: rockchip: Add frl-enable-gpios to rk3588s-roc-pc
` [PATCH v2 10/13] arm64: dts: rockchip: Drop unnecessary #{address,size}-cells from rk3588-jaguar
` [PATCH v2 11/13] arm64: dts: rockchip: Add missing pinctrl-names to rk3576 boards
` [PATCH v2 12/13] arm64: dts: rockchip: Add missing pinctrl-names to rk3588 boards
` [PATCH v2 13/13] arm64: dts: rockchip: Add missing pinctrl-names to rk3588s boards

[PATCH] iio: mlx90614: fix missing GPIO direction return value checks
 2026-04-27 21:58 UTC 

[PATCH v2 00/14] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-04-27 21:57 UTC  (3+ messages)
` [PATCH v2 12/14] media: uapi: Add CAMSS ISP configuration definition

QA notification for completed autobuilder build (yocto-6.0.rc1)
 2026-04-27 21:55 UTC  (6+ messages)
` [qa-build-notification] "
  ` [yocto] "

[PATCH v2] drm/i915/display: enable ccs modifiers on dg2
 2026-04-27 21:54 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: enable ccs modifiers on dg2 (rev3)
` ✗ Xe.CI.FULL: "

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-27 21:54 UTC  (10+ messages)
` [PATCH v5 01/10] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v5 03/10] drm/bridge-connector: Use cached connector status in .get_modes()
` [PATCH v5 04/10] drm/bridge-connector: Switch to .detect_ctx() for connector detection

[PATCH 0/2] btrfs: properly enable compressed readahead for bs < ps and large folio cases
 2026-04-27 21:54 UTC  (4+ messages)
` [PATCH 1/2] btrfs: enable cross-folio "

[PATCH] ceph: fix potential stray locked folios during umount
 2026-04-27 21:52 UTC  (6+ messages)
  `  "
      `  "

[PATCH 0/1] cdrom, sr: patch for inclusion
 2026-04-27 21:52 UTC  (4+ messages)
` [PATCH 1/1] cdrom, scsi: sr: propagate read-only status to block layer via set_disk_ro()

[PATCH 1/4] coreutils: set CVE_PRODUCT
 2026-04-27 21:51 UTC  (4+ messages)
` [PATCH 2/4] cups: upgrade 2.4.16 -> 2.4.19
` [PATCH 3/4] libsoup: set status for CVE-2026-2436
` [PATCH 4/4] libsoup: patch CVE-2026-5119

Pressing the power button causes the device to freeze completely
 2026-04-27 21:49 UTC  (5+ messages)

FAILED: patch "[PATCH] device property: Make modifications of fwnode "flags" thread" failed to apply to 6.12-stable tree
 2026-04-27 21:49 UTC  (2+ messages)

[GIT PULL] nvme updates for Linux 7.1
 2026-04-27 21:49 UTC  (2+ messages)

[BUG] wifi: rtw88: Hard system freeze on RTL8821CE when power_save is enabled (LPS/ASPM conflict)
 2026-04-27 21:48 UTC  (24+ messages)

[PATCH v3] docs: add guidelines for submitting new filesystems
 2026-04-27 21:47 UTC  (4+ messages)

[PATCH] io_uring: fix missing submitter_task ownership check in bpf_io_reg()
 2026-04-27 21:47 UTC  (3+ messages)
` [PATCH v2] io_uring: add submitter_task consistency check to io_install_bpf()

FAILED: patch "[PATCH] device property: Make modifications of fwnode "flags" thread" failed to apply to 5.15-stable tree
 2026-04-27 21:46 UTC  (2+ messages)
` [PATCH 5.15.y] device property: Make modifications of fwnode "flags" thread safe

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-27 21:46 UTC  (7+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces

[PATCH net-next v2] r8169: expose software counters through netdev qstats
 2026-04-27 21:45 UTC  (4+ messages)

[PATCH] mm_types: remove references to s390 gmap
 2026-04-27 21:44 UTC  (2+ messages)

[moderation/CI] Re: uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 21:44 UTC 

[PATCH] gpio: ixp4xx: switch to dynamic GPIO base
 2026-04-27 21:43 UTC 

[PATCH v2 0/4] phy: qcom: Introduce USB support for Hawi
 2026-04-27 21:42 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Hawi QMP PHY
` [PATCH 2/4] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY for Hawi
` [PATCH 3/4] dt-bindings: usb: qcom,snps-dwc3: Add Hawi compatible
` [PATCH 4/4] phy: qualcomm: qmp-combo: Add support for Hawi SoC

[PATCH v2 0/9] bitfield: add FIELD_GET_SIGNED()
 2026-04-27 21:41 UTC  (10+ messages)
` [PATCH v2 1/9] "
` [PATCH v2 2/9] x86/extable: switch to using FIELD_GET_SIGNED()
` [PATCH v2 3/9] iio: intel_dc_ti_adc: "
` [PATCH v2 4/9] iio: magnetometer: yas530: "
` [PATCH v2 5/9] iio: pressure: bmp280: "
` [PATCH v2 6/9] iio: mcp9600: "
` [PATCH v2 7/9] wifi: rtw89: "
` [PATCH v2 8/9] rtc: rv3032: "
` [PATCH v2 9/9] ptp: "

[PATCH v2] gpio: sim: Replace sprintf() with sysfs_emit()
 2026-04-27 21:41 UTC 

[PATCH v4 0/3] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-27 21:38 UTC  (4+ messages)
` [PATCH v4 1/3] mshv: limit SynIC management to MSHV-owned resources
` [PATCH v4 2/3] mshv: clean up SynIC state on kexec for L1VH
` [PATCH v4 3/3] mshv: unmap debugfs stats pages on kexec

[PATCH 0/3] mm: remove page_mapped()
 2026-04-27 21:38 UTC  (3+ messages)

Warning: kernel/dma/swiotlb.c:587 function parameter 'unencrypted' not described in 'alloc_dma_pages'
 2026-04-27 21:37 UTC 

[PATCH] firmware: samsung: fix stale response flag in acpm_prepare_xfer()
 2026-04-27 21:37 UTC  (3+ messages)

[PATCH] firmware: google: fix orphaned devices on partial populate failure
 2026-04-27 21:36 UTC  (3+ messages)

[Buildroot] pkg-stats: Linux kernel handling bugs
 2026-04-27 21:36 UTC  (2+ messages)

[PATCH] crypto: starfive - use list_first_entry_or_null to simplify cryp_find_dev
 2026-04-27 21:35 UTC 

[PATCH] pseudo: Update 1.9.5 -> 1.9.6
 2026-04-27 21:34 UTC 

[PATCH v3] iio: dac: max5821: fix return value check in powerdown sync
 2026-04-27 21:33 UTC 

[PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-04-27 21:31 UTC  (3+ messages)

[PATCH mptcp-next v2 00/10] mptcp: address stall under memory pressure
 2026-04-27 21:31 UTC  (2+ messages)

[PATCH v2] dma-buf: heaps: use max3() in dma_heap_ioctl
 2026-04-27 21:24 UTC 

[PATCH v3 0/2] interconnect: qcom: Add support for upcoming Hawi SoC
 2026-04-27 21:27 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: interconnect: qcom: document the RPMh NoC for "
` [PATCH v3 2/2] interconnect: qcom: add Hawi interconnect provider driver

[PATCH bpf-next v6 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
 2026-04-27 21:23 UTC  (4+ messages)

[PATCH] drm/i915/scaler: Don't preserve scaler state over modeset/fastset
 2026-04-27 21:23 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH i-g-t 0/4] Add test coverage for multi queue reset
 2026-04-27 21:20 UTC  (5+ messages)
` [PATCH i-g-t 1/4] tests/intel/xe_exec_reset: Remove CANCEL logic for CM variants
` [PATCH i-g-t 2/4] tests/intel/xe_exec_reset: Add a comment about return for syncobj wait
` [PATCH i-g-t 3/4] tests/intel/xe_exec_reset: Add checks for hanging queue wait_ufence return
` [PATCH i-g-t 4/4] tests/intel/xe_exec_reset: Add multi queue subtests

[PATCH v2 0/4] Allow disabling RAPL during SNP initialization
 2026-04-27 21:20 UTC  (3+ messages)
` [PATCH v2 3/4] KVM: SEV: Add the kvm-amd.rapl_disable module parameter

htmldocs: Documentation/filesystems/api-summary:20: ./fs/dcache.c:1910: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-04-27 21:16 UTC 

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-27 21:16 UTC  (5+ messages)
` [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during "

[QUESTION] kernel/Kconfig.hz: outdated help texts?
 2026-04-27 21:14 UTC  (3+ messages)

[PATCH v2] serial: 8250_pci: Consistently define pci_device_ids using named initializers
 2026-04-27 21:14 UTC 

Xerox Phaser 7500DX PPD
 2026-04-27 21:13 UTC 

[PATCH] mm/hugetlb: fix subpool accounting after cgroup charge failure
 2026-04-27 21:12 UTC  (4+ messages)

[PATCH] PCI: Init driver override spinlock in new_id_store()
 2026-04-27 21:11 UTC  (4+ messages)

[PATCH v4] mm/mempolicy: track user-defined mempolicy allocations
 2026-04-27 21:11 UTC  (2+ messages)

[PATCH BlueZ v1] monitor: Add decoding support for Public Broadcast Announcements
 2026-04-27 21:10 UTC  (2+ messages)
` [BlueZ,v1] "

[BUG] mlx5: VLAN-aware bridge drops all traffic in legacy eswitch mode without promiscuous
 2026-04-27 21:10 UTC  (3+ messages)

[PATCH mptcp-next v3 0/3] mptcp: MSG_ERRQUEUE support on the parent socket
 2026-04-27 21:10 UTC  (6+ messages)
` [PATCH mptcp-next v4 0/4] "
  ` [PATCH mptcp-next v4 1/4] mptcp: sockopt: factor inet_flags propagation into a mask
  ` [PATCH mptcp-next v4 2/4] mptcp: propagate RECVERR sockopts to subflows
  ` [PATCH mptcp-next v4 3/4] mptcp: support MSG_ERRQUEUE on the parent socket
  ` [PATCH mptcp-next v4 4/4] selftests: mptcp: cover IP_RECVERR sockopt propagation

[PATCH 1/5] dhcpcd: remove obsolete explicit debug packaging
 2026-04-27 21:08 UTC  (5+ messages)
` [PATCH 2/5] wpa-supplicant: "
` [PATCH 3/5] python3-cryptography: "
` [PATCH 4/5] gobject-introspection: "
` [PATCH 5/5] kernel-devsrc: "

[PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
 2026-04-27 21:08 UTC  (2+ messages)

[PATCH v4 00/32] monitor: Remove need of per-target handlers
 2026-04-27 21:07 UTC  (3+ messages)
` [PATCH v4 32/32] monitor: Remove hmp_info_pic() left-over declaration


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.