All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 07:26:48 to 2026-06-05 08:09:45 UTC [more...]

[PATCH] ALSA: seq: dummy: fix UMP event stack overread
 2026-06-05  8:09 UTC  (2+ messages)

[PATCH v9 00/23] perf python: Modernize and extend Python API (Phase 1)
 2026-06-05  8:08 UTC  (30+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 01/19] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v10 02/19] perf python: Add "
  ` [PATCH v10 03/19] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v10 04/19] perf data: Add open flag
  ` [PATCH v10 05/19] perf evlist: Add reference count
  ` [PATCH v10 06/19] perf evsel: "
  ` [PATCH v10 07/19] perf evlist: Add reference count checking
  ` [PATCH v10 08/19] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v10 09/19] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v10 10/19] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v10 11/19] perf python: Refactor and add accessors to sample event
  ` [PATCH v10 12/19] perf python: Add mmap2 event
  ` [PATCH v10 13/19] perf python: Add callchain support
  ` [PATCH v10 14/19] perf python: Extend API for stat events in python.c
  ` [PATCH v10 15/19] perf python: Expose brstack in sample event
  ` [PATCH v10 16/19] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v10 17/19] perf python: Add config file access
  ` [PATCH v10 18/19] perf python: Add perf.pyi stubs file
  ` [PATCH v10 19/19] perf python: Add LiveSession helper

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-05  8:08 UTC  (8+ messages)
` [PATCH v3 1/5] rust: inline some init methods

[PATCH v2 2/2] mtd: spi-nor: macronix: Restore fallback parameters for MX25L12805D
 2026-06-05  8:07 UTC  (3+ messages)

[BUG] b4: assertion error with `b4 send`
 2026-06-05  8:07 UTC  (3+ messages)

[PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-06-05  8:07 UTC  (11+ messages)

[PATCH v7 0/4] fuse: compound commands
 2026-06-05  8:06 UTC  (9+ messages)
` [PATCH v7 1/4] fuse: add compound command to combine multiple requests
` [PATCH v7 2/4] fuse: create helper functions for filling in fuse args for open and getattr
` [PATCH v7 3/4] fuse: add an implementation of open+getattr
` [PATCH v7 4/4] fuse: add compound command for dentry revalidation

[RFC PATCH 0/3] mtd: spi-nor: Rework flash parameter initialization
 2026-06-05  8:05 UTC  (4+ messages)
` [RFC PATCH 1/3] mtd: spi-nor: spansion: s25fl256s0: remove SKIP_SFDP flag

[PATCH] net: stmmac: prevent kernel panic during XDP program and XSK pool transitions
 2026-06-05  8:06 UTC  (2+ messages)

[PATCH 00/11] mmc: power: convert ofnode API to dev_read API
 2026-06-05  8:06 UTC  (3+ messages)
` [PATCH 05/11] power: domain: meson-gx-pwrc-vpu: use dev_read_phandle_with_args for hhi-sysctrl

[PATCH RFC] arm64: dts: qcom: hamoa: Drop cluster_cl5 idle state from CPU clusters
 2026-06-05  8:09 UTC  (2+ messages)

[PATCH] media: mali-c55: fix dropped last AEC histogram zone weight
 2026-06-05  8:05 UTC  (2+ messages)

[PATCH] smbios: Fix wrong sysinfo ID for Type 3 enclosure asset tag
 2026-06-05  7:33 UTC 

[PATCH v2] spmi: pmic-arb: initialize "ret" to 0 in spmi_pmic_arb_register_buses()
 2026-06-05  8:05 UTC 

i.MX28 FEC Ethernet on DeviceTree with RMII PHY
 2026-06-05  4:47 UTC 

[PATCH] doc: boards: amlogic: update documentation for Beelink GT1 Ultimate
 2026-06-05  8:05 UTC  (3+ messages)

[PATCH v3 0/3] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-06-05  8:04 UTC  (9+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Refactor kvm_arch_commit_memory_region()
` [PATCH v3 2/3] RISC-V: KVM: add tracepoint for guest page faults
` [PATCH v3 3/3] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for the upcoming Maili SoC
 2026-06-05  8:04 UTC  (6+ messages)

[PATCH for-4.22 v2 0/2] xen/arm: validate hwdom first bank boot placement
 2026-06-05  8:03 UTC  (7+ messages)
` [PATCH for-4.22 v2 1/2] xen/arm: split DTB/initrd placement helpers
` [PATCH for-4.22 v2 2/2] device-tree: validate hwdom bank 0 boot placement

[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
 2026-06-05  8:03 UTC  (13+ messages)
` [PATCH v3 31/40] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v3 34/40] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v3 35/40] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v3 37/40] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v3 38/40] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v3 39/40] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c

[PATCH 0/8] LoongArch: Add livepatch build (KLP) support
 2026-06-05  7:57 UTC  (2+ messages)

[PATCH 0/2] Add support for the REFGEN in the IPQ9650 SoC
 2026-06-05  8:03 UTC  (5+ messages)
` [PATCH 1/2] regulator: dt-bindings: qcom,sdm845-refgen-regulator: Document IPQ9650

[PATCH v4] libceph: Fix out-of-bounds writes with oversized monitor reply messages
 2026-06-05  8:03 UTC  (7+ messages)

[PATCH v3 0/2] DC5 DPMS/PSR suspend/resume validation test
 2026-06-05  8:02 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for DC5 DPMS/PSR suspend/resume validation test (rev4)

[PATCH] drm/gem: fix warning in idr_alloc due to unvalidated user handle
 2026-06-05  8:02 UTC  (3+ messages)

[PATCH net 2/2] net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE check
 2026-06-05  8:02 UTC  (2+ messages)

[PATCH v1] arm64: errata: Workaround NVIDIA Olympus device store/load ordering erratum
 2026-06-05  8:01 UTC  (2+ messages)

[PATCH v1 0/5] nvme: few fixups
 2026-06-05  8:01 UTC  (7+ messages)
` [PATCH v1 2/5] drivers: nvme: Implement NVMe flush command (0x0)

[PATCH] fixup! proc: protect ptrace_may_access() with exec_update_lock (part 1)
 2026-06-05  8:00 UTC  (2+ messages)

[PATCH v2 0/2] Fix eic770x warm reset
 2026-06-05  7:57 UTC  (3+ messages)
` [PATCH v2 1/2] include: utils/hsm: Add __noreturn attribute for sifive_cease
` [PATCH v2 2/2] platform: generic: eswin: Add eic770x_hsm and fix warm reset issues

[PATCH 5/9] MIPS: csrc-r4k: Only use VDSO_CLOCKMODE_R4K when it is a available
 2026-06-05  7:59 UTC  (3+ messages)
` [tip: timers/vdso] "

[REGRESSION] mainline/master: (build) /tmp/kci/linux/include/linux/signal.h:160:1: error: array index 2 
 2026-06-05  7:59 UTC 

[PATCH bpf-next] bpf/selftests: remove lirc test
 2026-06-05  7:58 UTC 

[PATCH yocto-autobuilder2] schedulers: add missing wrynose branch selectors
 2026-06-05  7:58 UTC 

[PATCH] RISC-V: KVM: Enhance the logging check for mmu mapping
 2026-06-05  7:58 UTC  (5+ messages)

[PATCH 0/6] Various patches to improve Secure Boot support
 2026-06-05  7:57 UTC  (15+ messages)
` [PATCH 2/6] Align all sections to 4KB
` [PATCH 3/6] x86/efi: discard .text.header for PE binary
` [PATCH 5/6] x86/efi: avoid a relocation in efi_arch_post_exit_boot()

[PULL] drm-misc-next-fixes
 2026-06-05  7:57 UTC 

[PATCH bpf-next v1 04/17] bpf: Track verifier branch diagnostic history
 2026-06-05  7:57 UTC  (2+ messages)

[PATCH bpf-next v1 09/17] bpf: Report Memory Safety bounds errors
 2026-06-05  7:57 UTC  (2+ messages)

[PATCH v2] drm/xe/i2c: Report i2c irq handler issue
 2026-06-05  7:57 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/i2c: Report i2c irq handler issue (rev2)

[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-06-05  7:56 UTC  (7+ messages)
` [PATCH 3/4] rust: Add dma_fence abstractions

Documentation/devicetree/bindings/net/toshiba,tc9564-dwmac.yaml: gpio: Missing additionalProperties/unevaluatedProperties constraint
 2026-06-05  7:56 UTC 

[PATCH v3 00/14] arm64: support Engicam MicroGEA-STM32MP257-RMM board
 2026-06-05  7:55 UTC  (3+ messages)
` [PATCH v3 13/14] arm64: dts: st: "
  ` [Linux-stm32] "

[PATCH 0/5] cxl: Introduce devm_cxl_probe_mem() and fix region deletion
 2026-06-05  7:56 UTC  (3+ messages)

[PATCH v5 0/8] drm/amdgpu: SVM VRAM migration via drm_pagemap (unified XNACK on/off)
 2026-06-05  7:53 UTC  (9+ messages)
` [PATCH v5 1/8] drm/amdgpu: add VRAM migration infrastructure for drm_pagemap
` [PATCH v5 2/8] drm/amdgpu: implement drm_pagemap SDMA migration callbacks
` [PATCH v5 3/8] drm/amdgpu: implement synchronous TTM eviction for SVM BOs
` [PATCH v5 4/8] drm/amdgpu: hook up ZONE_DEVICE registration in device init and reset
` [PATCH v5 5/8] drm/amdgpu: add SVM range migration helpers for drm_pagemap
` [PATCH v5 6/8] drm/amdgpu: refactor SVM attr devmem_possible and prefer_vram API
` [PATCH v5 7/8] drm/amdgpu: integrate VRAM migration into SVM fault and prefetch paths
` [PATCH v5 8/8] drm/amdgpu: integrate VRAM migration into SVM restore and realign paths

[PATCH v3 0/3] vhost-user.rst: clarify when rings are started
 2026-06-05  7:54 UTC  (3+ messages)
` [PATCH v3 2/3] libvhost-user: look for available vq buffers upon SET_VRING_KICK

[PATCH v01] mailbox/pcc.c: add query channel function
 2026-06-05  7:55 UTC  (2+ messages)

[PATCH v2] xfs: do not inactivate inodes on a failed mount
 2026-06-05  7:55 UTC  (2+ messages)

[PATCH RFC 10/17] ext4: use fast incremental CRC update in ext4_free_inode()
 2026-06-05  7:55 UTC  (3+ messages)

[PATCH 0/2] microblaze: fix signal-frame handling for NPTL
 2026-06-05  7:54 UTC  (4+ messages)
` [PATCH 2/2] microblaze: reserve the ABI argument-home area in the signal frame

[PATCH] block: assign caller-specific lockdep class to disk->open_mutex
 2026-06-05  7:54 UTC  (8+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v4 2/2] fanotify: allow reporting pidfds for reaped tasks
 2026-06-05  7:54 UTC  (8+ messages)

[PATCH v2] drm/i915/display: Mask RO bits in gen9_write_dc_state()
 2026-06-05  7:52 UTC  (6+ messages)
` [PATCH v3] "

[RFC PATCH net-next 0/5] net: Move system_long_wq to system_dfl_long_wq
 2026-06-05  7:52 UTC  (4+ messages)
` [RFC PATCH net-next 1/5] ibmvnic: Move long delayed work on system_dfl_long_wq

[PATCH] drm/bridge: samsung-dsim: fix TE GPIO ownership
 2026-06-05  7:51 UTC  (2+ messages)

[PATCH v3] arm: dts: socfpga: Enable 8-bit embedded device support in Agilex5 eMMC device tree
 2026-06-05  7:50 UTC  (2+ messages)

[PATCH v2 1/1] MAINTAINERS: Camera sensor and Intel IPU driver changes
 2026-06-05  7:49 UTC 

Thread for updating minor properties of tracked regressions [consider ignoring it!]
 2026-06-05  7:48 UTC  (2+ messages)

[PATCH] leds: tps6131x: increase overvoltage protection threshold to 6V
 2026-06-05  7:48 UTC  (2+ messages)
` (subset) "

[PATCH] KVM: arm64: Reallocate the nested_mmus array under the mmu_lock
 2026-06-05  7:51 UTC  (4+ messages)

[PATCH-next v6 0/6] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-06-05  7:48 UTC  (3+ messages)
` [PATCH-next v6 1/6] cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask() and cpuset_attach()

[PATCH v19 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-06-05  7:47 UTC  (4+ messages)
` [PATCH v19 net-next 1/9] octeontx2-af: Enforce single RVU AF probe

[PATCH i-g-t v5 0/2] Enable multi-format testing for pipe color tests
 2026-06-05  7:47 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Enable multi-format testing for pipe color tests (rev2)

[PATCH] wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer notifications
 2026-06-05  7:46 UTC  (2+ messages)

[PATCH] kvm powerpc/book3s-apiv2: Add suite initialization to skip GSB tests without APIv2 support
 2026-06-05  7:46 UTC  (3+ messages)

[PATCH] spmi: pmic-arb: Fix OF node leak in spmi_pmic_arb_register_buses()
 2026-06-05  7:46 UTC  (3+ messages)

BPF CI for Stable
 2026-06-05  7:45 UTC 

[PATCH] leds: Fix sysfs ABI date
 2026-06-05  7:45 UTC  (2+ messages)
` (subset) "

[PATCH net-next v3 0/4] Add support for RTL8261C_CG
 2026-06-05  7:43 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: phy: c45: add genphy_c45_soft_reset()
` [PATCH net-next v3 2/4] net: phy: c45: add genphy_c45_an_setup_master_slave()
` [PATCH net-next v3 3/4] net: phy: realtek: add support for RTL8261C_CG
` [PATCH net-next v3 4/4] net: phy: realtek: load firmware "

[PATCH] media: rzg2l-cru: Fix error pointer dereference
 2026-06-05  7:44 UTC  (2+ messages)

[PATCH v2] alloc_tag: fix use-after-free in /proc/allocinfo after module unload
 2026-06-05  7:43 UTC  (3+ messages)

[GIT PULL] MHI changes for v7.2
 2026-06-05  7:43 UTC 

[PATCH v3] checkpatch: Check WQ_PERCPU or WQ_UNBOUND presence in alloc_workqueue() users
 2026-06-05  7:43 UTC 

[PATCH v2] powerpc/entry: Disable interrupts before irqentry_exit
 2026-06-05  7:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update Ocaml maintainers
 2026-06-05  7:42 UTC  (2+ messages)

[PATCH v2] checkpatch: Check WQ_PERCPU or WQ_UNBOUND presence in alloc_workqueue() users
 2026-06-05  7:42 UTC  (3+ messages)

Test result / finding of "drm/amd/display: Consult MCCS FreeSync cap only if requested & supported"
 2026-06-05  7:42 UTC  (11+ messages)
  ` [External Mail] "

[PATCH v2 0/5] Add Cix Sky1 AUDSS clock and reset support
 2026-06-05  7:42 UTC  (3+ messages)
` [PATCH v2 4/5] clk: cix: add sky1 audss clock controller

[PATCH i-g-t] tests/intel/xe_vm: Add fault reserved MBZ assert
 2026-06-05  7:41 UTC  (2+ messages)

[PATCH v4] xen/domain: make shutdown state explicit
 2026-06-05  7:39 UTC 

[PATCH v1] include: Remove unused dma-iop32x.h
 2026-06-05  7:40 UTC 

[PATCH bpf-next v1 01/17] bpf: Add verifier diagnostics report helpers
 2026-06-05  7:40 UTC  (2+ messages)

[PATCH bpf-next v1 05/17] bpf: Track verifier register diagnostic history
 2026-06-05  7:40 UTC  (2+ messages)

[PATCH bpf-next v1 15/17] bpf: Report Verifier Limit errors
 2026-06-05  7:40 UTC  (2+ messages)

[PATCH bpf-next v1 17/17] bpf: Gate verifier diagnostics on log level
 2026-06-05  7:40 UTC  (2+ messages)

[PATCH v1] include: Remove unused dma-iop32x.h
 2026-06-05  7:39 UTC 

[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
 2026-06-05  7:42 UTC  (3+ messages)

[PATCH v2] media: update contact email of Bingbu Cao
 2026-06-05  7:39 UTC  (6+ messages)

[PATCH v2 00/26] Introduce enablemenant of dom0less
 2026-06-05  7:38 UTC  (9+ messages)
` [PATCH v2 17/26] xen/riscv: generate IMSIC DT node for guest domains
` [PATCH v2 19/26] xen/riscv: implement IRQ routing for device passthrough

[PATCH v2 0/2] leds: pwm-multicolor: Fix default-trigger by allowing default-intensity
 2026-06-05  7:38 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: leds: Add default-intensity property
` [PATCH v2 2/2] leds: pwm-multicolor: Introduce "

[PATCH v1] bluez5: Fix sending extra bytes with MGMT_OP_ADD_EXT_ADV_DATA
 2026-06-05  6:33 UTC 

[PATCH] automation: Add C xenstored and stubdom tests
 2026-06-05  7:37 UTC  (2+ messages)

[PATCH RFC 0/2] migration/vl: new -incoming config:* for early migration parameters
 2026-06-05  7:35 UTC  (12+ messages)

答复: 答复: 答复: 答复: [SECURITY] xfrm: espintcp: local root via read-only page-cache corruption
 2026-06-05  7:35 UTC 

[PATCH-next v5 6/6] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-06-05  7:35 UTC  (4+ messages)
` [PATCH] cgroup/cpuset: Support multiple source/destination cpusets using pids pattern

XDC 2026: Registration & Call for Proposals now open!
 2026-06-04 20:30 UTC 

amdgpu/DC: DMCUB hard hang when link-training an asleep DP sink on DCN3.1 (Radeon 780M) — root cause + candidate fix
 2026-06-04 10:39 UTC 

[PATCH] ipv6: sit: reload inner IPv6 header after GSO offloads
 2026-06-05  7:34 UTC 

[PATCH net-next] neighbour: remove obsolete EXPORT_SYMBOL()
 2026-06-05  7:34 UTC 

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-06-05  7:33 UTC  (3+ messages)

[PATCH] media: rzg2l-cru: Remove height alignment restriction
 2026-06-05  7:33 UTC  (2+ messages)

[PATCH net] tipc: require admin privileges for TIPCv2 mutators
 2026-06-05  7:33 UTC  (2+ messages)

[PATCH v2 0/3] xen/x86: Change stub page freeing to fix smt=0
 2026-06-05  7:32 UTC  (4+ messages)
` [PATCH v2 1/3] xen/x86: Remove unneeded stub_page setting

[PATCH v6 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-05  7:32 UTC  (2+ messages)

[PATCH] PCI: cadence: skip the link polling when endpoint not connected
 2026-06-05  7:32 UTC  (2+ messages)

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-05  7:31 UTC  (6+ messages)
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()

[PATCH mptcp-net 0/2] mptcp: prevent add_addr timer rearm during teardown
 2026-06-05  7:31 UTC  (3+ messages)
` [PATCH mptcp-net] "

[PATCH] block/fops: fix refcount underflow in __blkdev_direct_IO()
 2026-06-05  7:31 UTC  (2+ messages)

[PATCH v3 0/6] Remove remaining references to the pktcdvd driver
 2026-06-05  7:30 UTC  (4+ messages)
` [PATCH v3 1/6] scsi: core: Remove remaining reference "

[PATCH] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-05  7:30 UTC  (4+ messages)

[usb:usb-linus] BUILD SUCCESS 108c8b6c06b7c77787fd85f92d15a1e992fa1de4
 2026-06-05  7:29 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 57ae58c5506ade17df728d676a0c73c705f21f57
 2026-06-05  7:29 UTC 

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-05  7:28 UTC  (4+ messages)
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory

[PATCH wireless-next v2 00/31] wifi: mm81x: add mm81x driver
 2026-06-05  7:28 UTC  (5+ messages)
` [PATCH wireless-next v2 12/31] wifi: mm81x: add mac.c

[PATCH v2] mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
 2026-06-05  7:27 UTC  (2+ messages)

[PATCH] Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard
 2026-06-05  7:27 UTC 

[PATCH] usb: gadget: tegra-xudc: drain EP pipeline before DMA unmap
 2026-06-05  7:27 UTC 

[PATCH v2 0/3] md/raid5: discard accounting and llbitmap support
 2026-06-05  7:26 UTC  (3+ messages)
` [PATCH v2 2/3] md/raid5: validate discard support at request time
` [PATCH v2 3/3] md/raid5: always convert llbitmap bits for discard


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.