All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-11 21:09:47 to 2026-06-11 22:39:24 UTC [more...]

[PATCH 0/2] platform/x86: msi-wmi: Fix unknown wmi event messages on MSI Claw models
 2026-06-11 22:39 UTC 

[PATCH 0/3] xen/arm: Device Tree based CPU topology support
 2026-06-11 22:37 UTC  (7+ messages)
` [PATCH 1/3] xen/device-tree: Parse 'cpu-map' node for CPU topology exploration
` [PATCH 2/3] xen/sched: Link CPU topology to scheduler
` [PATCH 3/3] xen/sched: Make cpu_nr_siblings() architecture-specific

[PATCH v6 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-06-11 22:37 UTC  (7+ messages)
` [PATCH v6 1/5] dt-bindings: iio: adc: add xlnx,versal-sysmon binding
` [PATCH v6 2/5] iio: adc: add Versal SysMon driver
` [PATCH v6 3/5] iio: adc: versal-sysmon: add I2C driver
` [PATCH v6 4/5] iio: adc: versal-sysmon: add threshold event support
` [PATCH v6 5/5] iio: adc: versal-sysmon: add oversampling support

[PATCH] selftests/bpf: Add test for sleepable lsm_cgroup rejection
 2026-06-11 22:37 UTC  (2+ messages)

[PATCH] arm64: dts: socfpga: agilex5: Add per-channel interrupts to gmac0
 2026-06-11 22:35 UTC  (2+ messages)

[PATCH resend] arm64: dts: intel: keembay: Always use decimal interrupts
 2026-06-11 22:35 UTC  (2+ messages)

[PATCH v2] perf stat: Fix false NMI watchdog warning in aggregation modes
 2026-06-11 22:33 UTC  (3+ messages)

[PATCH v2] log: improve --follow following renames for non-linear history
 2026-06-11 22:32 UTC  (2+ messages)

[PATCH v1 net-next] ipmr: Convert mr_table.cache_resolve_queue_len to u32
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH] net: fec: remove reference to nonexistent CONFIG_GILBARCONAP option
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH net] sctp: validate embedded address parameter length
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH net v4] bridge: cfm: reject invalid CCM interval at configuration time
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH v1 net 0/2] net: fib: Fix two use-after-free in drivers during RCU dump
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH] 6lowpan: fix NHC entry use-after-free on error path
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH net v2] net: pfcp: allocate per-cpu tstats for PFCP netdevs
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH] rust: drm: gpuvm: update DriverGpuVm for DeviceContext
 2026-06-11 22:28 UTC  (3+ messages)

[PATCH v7 11/14] mpam,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
 2026-06-11 22:27 UTC  (13+ messages)

[PATCH 2/2] PCI: meson: Add missing remove callback
 2026-06-11 22:26 UTC  (3+ messages)

sound/core/control.c:1317:50: sparse: sparse: restricted snd_ctl_elem_iface_t degrades to integer
 2026-06-11 22:26 UTC 

[PATCH] rust_binder: add ownership assertion to Node::add_death
 2026-06-11 22:26 UTC  (4+ messages)
` [PATCH v2] "

[Regression] No sound / Deferred binding [RR] on MSI Prestige 16 AI+ C3MG (Panther Lake SoundWire) after UCM update
 2026-06-11 22:26 UTC 

[tip:x86/cpu] BUILD SUCCESS 2bebd986eddb31f9ff1e02e9245a318036280759
 2026-06-11 22:25 UTC 

[PATCH net-next] ethtool: tsconfig: always take rtnl_lock
 2026-06-11 22:25 UTC  (2+ messages)

[PATCH v2 0/4] Various patches to improve Secure Boot support
 2026-06-11 22:23 UTC  (5+ messages)
` [PATCH v2 1/4] Align some sections to 4KB

[PATCH v2 0/6] rust_binder: update Process::node_refs to use SpinLock
 2026-06-11 22:22 UTC  (7+ messages)
` [PATCH v2 1/6] rust_binder: avoid allocating under node_refs for freeze listeners
` [PATCH v2 2/6] rust_binder: avoid dropping NodeRef in update_ref() under lock
` [PATCH v2 3/6] rust_binder: schedule NodeDeath outside of node_refs lock

[PATCH] usb: typec: ucsi: unregister debugfs entries on teardown
 2026-06-11 22:22 UTC 

[PATCH bpf v2 0/7] bpf, skmsg: some fixes for skmsg
 2026-06-11 22:21 UTC  (7+ messages)
` [PATCH bpf v2 4/7] bpf, sockmap: keep sk_msg copy state in sync
` [PATCH bpf v2 5/7] sockmap: Fix use-after-free in udp_bpf_recvmsg()

[PATCH] HID: asus: add support for xgm led
 2026-06-11 22:21 UTC  (2+ messages)

[PATCH] fs/nls: Add SPDX ID lines to files
 2026-06-11 22:19 UTC  (3+ messages)

[PATCH 0/2] drm/xe: Structured RAS error logging infrastructure
 2026-06-11 22:20 UTC  (3+ messages)
` [PATCH 1/2] drm/xe: add structured "

[PATCH v2] bnx2x: fix resource leaks in bnx2x_init_one() error paths
 2026-06-11 22:20 UTC  (2+ messages)

[PATCH net 1/1] net/sched: cls_flow: Dont expose folded kernel pointers
 2026-06-11 22:20 UTC  (2+ messages)

[PATCH v4 0/2] rust: drm: gpuvm: implement Send and Sync for refcounted handles
 2026-06-11 22:17 UTC  (3+ messages)
` [PATCH v4 1/2] rust: drm: gpuvm: require Send + Sync for the driver's associated data
` [PATCH v4 2/2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo

drivers/mfd/ls2k-bmc-core.c:108:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-06-11 22:15 UTC 

[android-common:android16-6.12 0/38] include/linux/blkdev.h:1699:17: error: field has incomplete type 'struct rq_list'
 2026-06-11 22:15 UTC 

[PATCH v3] drm/tests: Move test EDID data to separate .c file
 2026-06-11 22:15 UTC  (2+ messages)

[brgl:gpio/for-next] BUILD SUCCESS f953585dafd71ecb0897f9def9c0a3702afc1bf8
 2026-06-11 22:14 UTC 

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-11 22:14 UTC  (4+ messages)

[PATCH 0/2] usbip: Cleanup of sysfs attributes
 2026-06-11 22:10 UTC  (3+ messages)
` [PATCH 1/2] usbip: Convert usbip_debug to driver attribute
` [PATCH 2/2] usbip: Cleanup of vhci_hcd attributes

[PATCH] tests/amdgpu: amd_lockdep: fix include order, copyright year and meson.build
 2026-06-11 22:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 1/2] PCI: dwc: Guard RAS DES debugfs deinit
 2026-06-11 22:10 UTC  (3+ messages)

[PATCH v3] net: dsa: qca8k: fix led devicename when using external mdio bus
 2026-06-11 22:10 UTC  (2+ messages)

[PATCH] orangefs: Remove commented out code in find_cached_xattr
 2026-06-11 22:08 UTC  (2+ messages)

Good news about quality improvements and more tests now passing
 2026-06-11 22:07 UTC 

[PATCH] perf stat: Fix false NMI watchdog warning in aggregation modes
 2026-06-11 22:07 UTC  (2+ messages)

[PATCH] openssl: upgrade 3.5.6 -> 3.5.7
 2026-06-11 22:06 UTC 

[PATCH 1/1] MAINTAINERS: PCI: endpoint: Add Frank Li as reviewer
 2026-06-11 22:06 UTC  (2+ messages)

[rclaveau:b4/add-adla_npu-t7-vim4 12/12] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
 2026-06-11 22:04 UTC 

arch/riscv/kernel/kexec_image.c:55:17: sparse: sparse: cast to restricted __le64
 2026-06-11 22:05 UTC 

[anolis-intel-cloud:intel-6.6-dmr-pmu-core-ANBZ36969 21/21] setup.c:undefined reference to `topology_apply_cmdline_limits_early'
 2026-06-11 22:05 UTC 

[tip:tip/urgent] BUILD SUCCESS 46550b654550503fb476e3a0c0bb2a8c7002d476
 2026-06-11 22:05 UTC 

[PATCH RESEND] media: imagination: fix value clamping in calculate_qp_tables
 2026-06-11 22:04 UTC 

[PATCH v4 1/3] ntfs: validate resident attribute lists and harden the validator
 2026-06-11 22:02 UTC  (5+ messages)
` [PATCH v4 3/3] ntfs: bound the attribute-list entry in ntfs_read_inode_mount()

[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
 2026-06-11 21:59 UTC  (15+ messages)

[PATCH] btrfs: fallback to transaction csum tree on a commit root csum miss
 2026-06-11 22:00 UTC 

[PATCH net v3 0/2] Resubmitting with cover-letter and threaded patch series
 2026-06-11 21:59 UTC  (16+ messages)
` [PATCH net v3 2/2] dt-bindings: net: updated interrupt type to be active low, level triggered

[PATCH] cmd: ufetch: fix compiling with no CONFIG_SYS_CONFIG_NAME
 2026-06-11 21:59 UTC 

[PATCH] drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms
 2026-06-11 21:59 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms (rev4)

[PATCH] mtd: spi-nor: Add GigaDevice GD25LQ16 support
 2026-06-11 21:57 UTC 

[PATCH net-next v2 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-11 21:58 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v2 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind

[PATCH] dev-manual: Emphasize that use of Subversion is uncommon
 2026-06-11 21:57 UTC 

[PATCH mt76] wifi: mt76: mt7603: free beacon SKB on error
 2026-06-11 21:56 UTC 

[PATCH 0/8] Transition Nova Core to TLV firmware images
 2026-06-11 21:56 UTC  (11+ messages)
` [PATCH 1/8] rust: firmware: add request_into_buf()

[PATCH net-next v5 0/3] airoha: add the capability to configure GDM3/GDM4 as WAN/LAN on demand
 2026-06-11 21:55 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: airoha: use int instead of atomic_t for qdma users counter
` [PATCH net-next v5 2/3] net: airoha: refactor QDMA start/stop into reusable helpers
` [PATCH net-next v5 3/3] net: airoha: defer GDM3/GDM4 WAN mode and GDM2 loopback to QoS offload

[PATCH] sched/fair: clamp rescaled vlag in reweight_entity() to bound entity_key()
 2026-06-11 21:55 UTC  (3+ messages)

[PATCH net v5 0/4] MAC-PHY interrupt changed to level triggered interrupt
 2026-06-11 21:55 UTC  (10+ messages)
` [PATCH net v5 1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered
` [PATCH net v5 2/4] net: ethernet: oa_tc6: mdiobus->parent initialized with NULL
` [PATCH net v5 3/4] net: ethernet: oa_tc6: Remove FCS size in RX frame
` [PATCH net v5 4/4] dt-bindings: net: updated interrupt type to be active low, level triggered

[PATCH RESEND] i2c: atr: annotate i2c_atr_adap_desc->aliases with __counted_by_ptr
 2026-06-11 21:55 UTC 

[PATCH net] net/sched: sch_dualpi2: Add missing module alias
 2026-06-11 21:54 UTC  (2+ messages)

[PATCH v2 0/5] vfio/pci: Latch module params, fix bitfield use and VGA unwind
 2026-06-11 21:53 UTC  (7+ messages)
` [PATCH v2 1/5] vfio/pci: Latch disable_idle_d3 per device
` [PATCH v2 2/5] vfio/pci: Release the VGA arbiter client on register_device() failure
` [PATCH v2 3/5] vfio/pci: Fix racy bitfields and tighten struct layout
` [PATCH v2 4/5] vfio/mlx5: "
` [PATCH v2 5/5] vfio/pci: Latch all module parameters per device

[PATCH v3 0/3] Add ASoC machine driver for Cherryview tablets with RT5677
 2026-06-11 21:53 UTC  (4+ messages)
` [PATCH v3 3/3] ASoC: Intel: Add cht_rt5677 driver

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-11 21:53 UTC  (2+ messages)

[PATCH] mmc: core: Kioxia 016G01 does not enter boot mode after SLEEP
 2026-06-11 21:52 UTC  (6+ messages)

[PATCH RESEND v6] MAINTAINERS: Add Axiado reviewer and Maintainers
 2026-06-11 21:48 UTC  (2+ messages)

[PATCH] MAINTAINERS: Use N: for NXP entry
 2026-06-11 21:47 UTC  (3+ messages)

[sean-jc:x86/gmem_inplace 35/59] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:1204:24: error: implicit declaration of function 'kvm_range_has_vm_memory_attributes'; did you mean 'kvm_mmu_init_memslot_memory_attributes'?
 2026-06-11 21:44 UTC 

b4 review update issue with bad connectivity
 2026-06-11 21:43 UTC  (2+ messages)

[PATCH v2] irqchip: crossbar: Fix data race in allocate_gic_irq
 2026-06-11 21:40 UTC  (3+ messages)

[PATCH i-g-t] lib/intel_chipset: Extend intel_get_pci_device to PCI accelerator class
 2026-06-11 21:39 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH] vfio: selftests: Ensure libvfio output dirs are always created
 2026-06-11 21:39 UTC 

[PATCH v4] hwmon: (ina2xx) Fix overflow issues
 2026-06-11 21:39 UTC  (2+ messages)

[PATCH] update-ref: add --rename option
 2026-06-11 21:37 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] udf: validate partition reference before freeing blocks
 2026-06-11 21:36 UTC 

[PATCH] crypto: atmel-ecc - reject hardware ECDH without a public key
 2026-06-11 21:36 UTC 

[PATCH] ocfs2: avoid moving extents to occupied clusters
 2026-06-11 21:35 UTC 

[PATCH v4 0/2] mptcp: per-event MIB counters for MPTCP_RST_EMPTCP
 2026-06-11 21:34 UTC  (2+ messages)

[PATCH v6 00/20] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-06-11 21:33 UTC  (3+ messages)
` [PATCH v6 02/20] nfsd: add protocol support for CB_NOTIFY

[PATCH] fs/ntfs3: reserve NUL byte when converting UTF-16 names
 2026-06-11 21:33 UTC 

[PATCH] fs/ntfs3: validate dirty page table entry sizes
 2026-06-11 21:33 UTC 

[PATCH net-next v2 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-06-11 21:32 UTC  (2+ messages)

[PATCH] jfs: reject malformed xattr entries in ea_get
 2026-06-11 21:30 UTC 

[GIT PULL] Allwinner DT Changes for 7.2 - take 2
 2026-06-11 21:30 UTC  (2+ messages)

[GIT PULL] i.MX binding (display/lvds-codec) for 7.2
 2026-06-11 21:30 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2026-06-11 21:30 UTC 

[PATCH] jfs: validate active AG before updating db_active
 2026-06-11 21:29 UTC 

[PATCH] wifi: libertas_tf: kill shared URB before resubmitting it
 2026-06-11 21:28 UTC  (2+ messages)

[PATCH v4] linux-user: Implement /proc/cpuinfo for ppc cpus
 2026-06-11 21:26 UTC 

[PATCH] hfsplus: terminate xattr names before listing them
 2026-06-11 21:27 UTC 

[PATCH] hfsplus: validate thread record before delete key rebuild
 2026-06-11 21:26 UTC 

[meta-oe][wrynose][PATCH 0/2] haveged: upgrade to 1.9.22 (CVE-2026-41054)
 2026-06-11 19:17 UTC  (3+ messages)
` [meta-oe][wrynose][PATCH 1/2] haveged: upgrade 1.9.19 -> 1.9.20
` [meta-oe][wrynose][PATCH 2/2] haveged: upgrade 1.9.20 -> 1.9.22

[PATCHv2 2/9] dmaengine: mv_xor: fix use-after-free in probe error path
 2026-06-11 21:24 UTC  (2+ messages)

[PATCH] btrfs: validate root ref item size and name length
 2026-06-11 21:24 UTC 

[android-common:android16-6.12-2026-03 2/2] include/trace/stages/init.h:2:23: warning: 'str__dwc3__trace_system_name' defined but not used
 2026-06-11 21:23 UTC 

[RFC PATCH v2] platform/x86: panasonic-laptop: add fan speed mode for newer models
 2026-06-11 21:23 UTC  (2+ messages)

[PATCH] lib: replace libprocps/libproc2 with /proc-based process enumeration
 2026-06-11 21:22 UTC  (3+ messages)

[PATCH] xfs: validate recovered buffer item dirty bitmaps
 2026-06-11 21:23 UTC 

[PATCH master 1/2] efi: loader: release bootm OS staging buffer
 2026-06-11 21:22 UTC  (2+ messages)
` [PATCH master 2/2] efi: loader: bump memory map key on FreePages

[PATCH v2] doc: reword sample application guides
 2026-06-11 21:18 UTC  (17+ messages)
` [PATCH 00/15] doc: clean up "
  ` [PATCH 01/15] doc: cleanups to bbdev sample application
  ` [PATCH 02/15] doc: cleanup cmd_line example documentation
  ` [PATCH 03/15] doc: cleanup the distribution sample application guide
  ` [PATCH 04/15] doc: improve structure and clarity of compiling guide
  ` [PATCH 05/15] doc: improve clarity and consistency in DMA sample app guide
  ` [PATCH 06/15] doc: correct capitalization and formatting in ethtool guide
  ` [PATCH 07/15] doc: improve clarity in eventdev, FIPS, and flow filtering
  ` [PATCH 08/15] doc: enhance hello_world, intro, IP frag and pipeline
  ` [PATCH 09/15] doc: improve IP reassembly, IPsec, multicast, and keep-alive
  ` [PATCH 10/15] doc: enhance L2 forwarding sample application guides
  ` [PATCH 11/15] doc: enhance multi-process, NTB, ordering, and PTP guides
  ` [PATCH 12/15] doc: improve QoS, callbacks, EFD, and service cores guides
  ` [PATCH 13/15] doc: enhance skeleton, pipeline, timer, and vhost guides
  ` [PATCH 14/15] doc: improve vhost, VM power, and VMDq sample guides
  ` [PATCH 15/15] doc: correct grammar and punctuation consistency issues

[PATCH 1/3] efi: loader: fix format string for ARM32
 2026-06-11 21:21 UTC  (4+ messages)
` [PATCH 2/3] ARM: stm32mp: lxa: change stdout-path baud rate from 9600 to 115200
` [PATCH 3/3] ARM: stm32mp: enable useful options for the LXA Fairy Tux2
  ` [PATCH] fixup! "

[PATCH v7 00/14] Allow AET to use PMT as loadable module
 2026-06-11 21:22 UTC  (9+ messages)
` [PATCH v7 06/14] fs/resctrl: Add interface to disable a monitor event

[PATCHv2 7/9] dmaengine: mv_xor: use devm for dma pool and irq
 2026-06-11 21:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/broot: bump to version 1.57.0
 2026-06-11 21:22 UTC  (2+ messages)

[PATCHv2 3/9] dmaengine: mv_xor: bound maximum channels for Armada 37xx
 2026-06-11 21:22 UTC  (2+ messages)

[Buildroot] [git commit] package/broot: bump to version 1.57.0
 2026-06-11 21:09 UTC 

[PATCH] affs: validate blocks before freeing them
 2026-06-11 21:21 UTC 

[PATCHv2 1/9] dmaengine: mv_xor: initialize chan state before requesting IRQ
 2026-06-11 21:20 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: take the socket lock in udp_bpf_recvmsg()
 2026-06-11 21:19 UTC  (2+ messages)

Btrfs ENOSPC / Stuck in RO with "exclusive operation balance paused in progress"
 2026-06-11 21:19 UTC  (5+ messages)

[PATCHv2 5/9] dmaengine: mv_xor: use devm_clk_get_optional_enabled
 2026-06-11 21:19 UTC  (2+ messages)

[PATCHv2 9/9] dmaengine: mv_xor: add missing platform remove function
 2026-06-11 21:19 UTC  (2+ messages)

pinctrl: amd: spurious immediate resume from S3/s2idle via BIOS-armed wake GPIO with no ACPI owner (Lenovo Legion Pro 5 16ARX8)
 2026-06-11 21:19 UTC  (10+ messages)

[PATCH net-next] netdev: expose page pool order via netlink
 2026-06-11 21:18 UTC  (3+ messages)

[PATCH] lib/amdgpu: check hang slow guilt via QUERY_STATE2
 2026-06-11 21:15 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v2 00/37] bsd-user: Upstream most of the remaining system calls
 2026-06-11 21:13 UTC  (2+ messages)

[PATCH v3] dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema
 2026-06-11 21:12 UTC 

[anolis-intel-cloud:devel-6.6 105/105] kernel/sched/sched.h:1842:54: warning: 'struct cgroup_taskset' declared inside parameter list will not be visible outside of this definition or declaration
 2026-06-11 21:12 UTC 

[PATCH v4 0/3] device property: fix child iteration issues with secondary fwnodes
 2026-06-11 21:12 UTC  (4+ messages)
` [PATCH v4 2/3] device property: Refactor to use RAII approach

[meta-oe][PATCH 1/2] cairomm: fix LIC_FILES_CHECKSUM
 2026-06-11 21:11 UTC  (3+ messages)
` [oe] "

[PATCH] drm/xe/xe3p_lpg: Add missing references to workarounds
 2026-06-11 21:11 UTC  (2+ messages)

[PATCH i-g-t v2] tests/kms_concurrent: Skip mode_lo if it requires bigjoiner
 2026-06-11 21:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/kms_concurrent: Skip mode_lo if it requires bigjoiner (rev2)

[pci:controller/mvebu] BUILD SUCCESS 4f6da7b17836533f9e776b0e3b4396ba4522dc24
 2026-06-11 21:09 UTC 


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.