All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-15 08:05:32 to 2026-04-15 08:57:48 UTC [more...]

[OE-core][master][PATCH] vim: minor update to 9.2.0340 to fix CVEs
 2026-04-15  8:15 UTC  (3+ messages)

Announcing Sched QoS v0.1-alpha
 2026-04-15  8:57 UTC  (2+ messages)

[PATCH v3 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-04-15  8:56 UTC  (4+ messages)
` [PATCH v3 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH v3 2/3] mm/swap: use swap_ops to register swap device's methods
` [PATCH v3 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*

[PATCH V10 00/10] famfs: port into fuse
 2026-04-15  8:57 UTC  (14+ messages)

[PATCH v2 0/2] media: i2c: Add os02g10 camera sensor driver
 2026-04-15  8:57 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: media: i2c: Add os02g10 sensor

[PATCH v2] staging: rtl8723bs: clean up memcpy() in rtw_check_bcn_info
 2026-04-15  8:56 UTC 

[PATCH v4 0/2] iio: frequency: ad9832: cleanups
 2026-04-15  8:56 UTC  (4+ messages)
` [PATCH v4 1/2] iio: frequency: ad9832: remove kernel.h proxy header
` [PATCH v4 2/2] iio: frequency: ad9832: simplify bitwise math

[PATCH v2 1/5] drm/i915/reset: Reorganize display reset code
 2026-04-15  8:56 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v1] arm64: dts: qcom: Enable CAN RX via GPIO expander
 2026-04-15  8:56 UTC  (5+ messages)

[oe-core][PATCH] libxml-parser-perl: patch CVE-2006-10003
 2026-04-15  6:51 UTC 

[PATCH V2] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
 2026-04-15  8:55 UTC  (3+ messages)

[PATCH v3 0/3] drm/xe/pat: Type cleanup and invalid index hardening
 2026-04-15  8:54 UTC  (3+ messages)
` [PATCH v3 3/3] drm/xe/pat: Introduce xe_cache_pat_idx() helper

[PATCH 0/2] net: fsl_enetc: Add iMX95 10Gbps support and PHY fixes
 2026-04-15  8:56 UTC  (3+ messages)
` [PATCH v1 1/2] net: phy: aquantia: Increase timeout for out of reset
` [PATCH v1 2/2] net: fsl_enetc: Add iMX95 enetc4 10Gbps port support

[RFC PATCH] test: mm/arm: pgtable: remove young bit check for pte_valid_user
 2026-04-15  8:53 UTC  (2+ messages)

[PATCH v4 0/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
 2026-04-15  8:53 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v2 0/2] Introduce IDPF PCI callbacks
 2026-04-15  8:53 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 2/2] idpf: implement pci error handlers
        `  "

[PATCH v7] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-15  8:52 UTC 

[PATCH 0/8] Auto-generate maintainer profile entries
 2026-04-15  8:52 UTC  (18+ messages)
` [PATCH 1/8] docs: maintainers_include: auto-generate maintainer profile TOC
` [PATCH 2/8] MAINTAINERS: add an entry for media maintainers profile
` [PATCH 3/8] MAINTAINERS: add maintainer-tip.rst to X86
` [PATCH 4/8] docs: auto-generate maintainer entry profile links
` [PATCH 5/8] docs: maintainers_include: use a better title for profiles
` [PATCH 6/8] docs: maintainers_include: add external profile URLs
` [PATCH 7/8] docs: maintainers_include: preserve names for files under process/
` [PATCH 8/8] docs: maintainers_include: Only show main entry for profiles

[kvm-unit-tests 0/5] s390x: Cleanup virtualization library
 2026-04-15  8:45 UTC  (6+ messages)
` [kvm-unit-tests 1/5] lib: s390x: Add function to get page root
` [kvm-unit-tests 2/5] lib: s390x: sie: Allocate physical guest memory via memalign
` [kvm-unit-tests 3/5] lib: s390x: sie: Free guest memory on destroy
` [kvm-unit-tests 4/5] lib: s390x: snippet: Add function to create a guest of specific length
` [kvm-unit-tests 5/5] lib: s390x: Remove kvm s390 prefix from sie control block

[RFC] in-kernel rseq
 2026-04-15  8:51 UTC  (3+ messages)

[PATCH RFC net-next v4 00/14] xsk: batch xmit in copy mode
 2026-04-15  8:52 UTC  (17+ messages)
` [PATCH RFC net-next v4 01/14] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH RFC net-next v4 02/14] xsk: extend xsk_build_skb() to support passing an already allocated skb
` [PATCH RFC net-next v4 03/14] xsk: add xsk_alloc_batch_skb() to build skbs in batch
` [PATCH RFC net-next v4 04/14] xsk: cache data buffers to avoid frequently calling kmalloc_reserve
` [PATCH RFC net-next v4 05/14] xsk: add direct xmit in batch function
` [PATCH RFC net-next v4 06/14] xsk: support dynamic xmit.more control for batch xmit
` [PATCH RFC net-next v4 07/14] xsk: try to skip validating skb list in xmit path
` [PATCH RFC net-next v4 08/14] xsk: rename nb_pkts to nb_descs in xsk_tx_peek_release_desc_batch
` [PATCH RFC net-next v4 09/14] xsk: extend xskq_cons_read_desc_batch to count nb_pkts
` [PATCH RFC net-next v4 10/14] xsk: extend xsk_cq_reserve_locked() to reserve n slots
` [PATCH RFC net-next v4 11/14] xsk: support batch xmit main logic
` [PATCH RFC net-next v4 12/14] xsk: separate read-mostly and write-heavy fields in xsk_buff_pool
` [PATCH RFC net-next v4 13/14] xsk: retire old xmit path in copy mode
` [PATCH RFC net-next v4 14/14] xsk: optimize xsk_build_skb for batch copy-mode fast path

[PATCH] x86/boot/e820: Re-enable fallback if e820 table is empty
 2026-04-15  8:51 UTC  (2+ messages)

[PATCH] firmware_loader: fix device reference leak in firmware_upload_register()
 2026-04-15  8:51 UTC 

[PATCH v2] selftests/mm: Simplify byte pattern checking in mremap_test
 2026-04-15  8:50 UTC  (4+ messages)

[PATCH v2 0/2] fanotify: support restartable permission events
 2026-04-15  8:50 UTC  (3+ messages)
` [PATCH v2 1/2] fanotify: add restart infrastructure for pending "

[PATCH 0/4] PSR2 SDP on Prior Scanline workarounds
 2026-04-15  8:50 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[syzbot] [dri?] KASAN: slab-use-after-free Read in drm_gem_object_release_handle
 2026-04-15  8:50 UTC  (2+ messages)

[PATCH v2] net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler
 2026-04-15  8:47 UTC  (2+ messages)
` [PATCH v3] "

[soc:soc/late] BUILD SUCCESS c82aee2c760aba93dce0ad354c48195be00bc9cf
 2026-04-15  8:48 UTC 

[PATCH] mm/vmalloc: Prevent RCU stall in decay_va_pool_node()
 2026-04-15  8:48 UTC 

[PATCH v2] staging: rtl8723bs: fix missing frame length checks in OnAuthClient
 2026-04-15  8:47 UTC  (2+ messages)

[PATCH v2] mm: shmem: don't set large-order range for internal shmem mount
 2026-04-15  8:47 UTC  (2+ messages)

[linus:master] [lib/crypto] e5046823f8: stress-ng.urandom.ops_per_sec 4.3% regression
 2026-04-15  8:45 UTC 

[PATCH v4 0/9] fix several inconsistencies with sysfs configuration in etmX
 2026-04-15  8:45 UTC  (9+ messages)
` [PATCH v4 3/9] coresight: etm4x: fix leaked trace id

[syzbot] [hfs?] general protection fault in __hfsplus_setxattr
 2026-04-15  8:45 UTC  (2+ messages)
` [PATCH] hfsplus: set attributes inode dirty at correct position

[PATCH 0/2] time: fix time accounting for x86 HVM guests
 2026-04-15  8:44 UTC  (2+ messages)

[PATCH 0/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-15  8:43 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2] vsock/virtio: fix accept queue count leak on transport mismatch
 2026-04-15  8:44 UTC  (2+ messages)

[PATCH v5 0/9] Introduce Xe PCIe FLR
 2026-04-15  8:43 UTC  (3+ messages)
` [PATCH v5 9/9] drm/xe/pci: Introduce "

[PATCH] waf: Use Python 3 built by the build system
 2026-04-15  8:43 UTC 

[PATCH v10 13/13] docs: add io_queue flag to isolcpus
 2026-04-15  8:34 UTC  (11+ messages)

[PATCH v3 00/11] Add spi-hid transport driver
 2026-04-15  8:41 UTC  (7+ messages)
` [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema

[PATCH v5] nvme: Skip trace complete_rq on host path error
 2026-04-15  8:41 UTC 

[PATCH v2 00/10] ublk: add shared memory zero-copy support
 2026-04-15  8:38 UTC  (3+ messages)

[PATCH 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-04-15  8:38 UTC  (3+ messages)
` [PATCH 1/1] KVM: arm64: nv: Avoid full shadow s2 unmap

[PATCH] staging: rtl8723bs: fix null pointer deref in rtw_check_bcn_info
 2026-04-15  8:38 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next 1/1] igc: add support for forcing link speed without autonegotiation
 2026-04-15  8:37 UTC  (4+ messages)
    `  "

[PATCH] mm/sparse: Fix race on mem_section->usage in pfn walkers
 2026-04-15  8:37 UTC  (2+ messages)

[PATCH 0/2] Add a MicroBlaze remoteproc driver and binding
 2026-04-15  8:35 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: add AMD MicroBlaze binding

[scarthgap][PATCH v2 00/11] fix multiple CVEs
 2026-04-15  8:35 UTC  (5+ messages)
` [meta-oe][scarthgap][PATCH v2 03/11] hdf5: fix CVE-2025-6857
  ` [oe] "
` [meta-oe][scarthgap][PATCH v2 08/11] hdf5: fix CVE-2025-2308
  ` [oe] "

Build failure in linux-next: implicit declaration of acpi_has_method
 2026-04-15  8:35 UTC  (3+ messages)

[PATCH v2 0/4] soc: amlogic: clk-measure: add A1 and T7 support
 2026-04-15  8:33 UTC  (15+ messages)
` [PATCH v2 1/4] dt-bindings: soc: amlogic: clk-measure: Add A1 and T7 compatible
` [PATCH v2 2/4] soc: amlogic: clk-measure: Add A1 and T7 support
` [PATCH v2 3/4] arm64: dts: meson: a1: Add clk measure support
` [PATCH v2 4/4] arm64: dts: amlogic: t7: "

[PATCH 1/2] dma-fence: Silence sparse warning in dma_fence_describe
 2026-04-15  8:33 UTC  (6+ messages)
` [PATCH 2/2] dma-fence: Fix potential tracepoint null pointer dereferences

[PATCH 1/2] dma-fence: Silence sparse warning in dma_fence_describe
 2026-04-15  8:32 UTC  (2+ messages)
` [PATCH 2/2] dma-fence: Fix potential tracepoint null pointer dereferences

[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-04-15  8:31 UTC  (9+ messages)

[PATCH v2 00/10] arm: socfpga: iossm: add support for mailbox v1
 2026-04-15  8:29 UTC  (4+ messages)
` [PATCH v2 08/10] arm: socfgpa: iossm: extract initialization of one interface

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_bnode_find
 2026-04-15  8:29 UTC  (2+ messages)
` [PATCH] hfsplus: Add a sanity check for catalog btree node size

[OE-core][PATCH] systemd: add osc-context PACKAGECONFIG
 2026-04-15  8:29 UTC 

[PATCH v12 net-next 01/11] net/nebula-matrix: add minimum nbl build framework
 2026-04-15  8:29 UTC  (2+ messages)
` [PATCH v12 net-next 00/11] nbl driver for Nebulamatrix NICs

[PATCH 6.1.y] net: add proper RCU protection to /proc/net/ptype
 2026-04-15  8:28 UTC 

[PATCH 0/2] genirq and Hyper-V: Clean up handling of add_interrupt_randomness()
 2026-04-15  8:28 UTC  (3+ messages)
` [PATCH 2/2] Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvec

[PATCH v2] media: verisilicon: Simplify motion vectors and rfc buffers allocation
 2026-04-15  8:28 UTC  (4+ messages)

bio completion in task enhancements / experiments
 2026-04-15  8:28 UTC  (6+ messages)
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support

[LTP] Make ioctl_pidfd02 valgrind-compliant
 2026-04-15  8:25 UTC 

[PATCH net v1] net/mlx5: Fix HCA caps leak on notifier init failure
 2026-04-15  8:26 UTC  (2+ messages)

[PATCHv2 bpf] libbpf: Prevent double close of btf objects
 2026-04-15  8:24 UTC 

[PATCH] HID: core: downgrade short report warning to debug level
 2026-04-15  8:24 UTC  (3+ messages)

[PATCH i-g-t v3 0/5] RFC: Add attachments support
 2026-04-15  8:23 UTC  (4+ messages)
` [PATCH i-g-t v3 3/5] scripts/hooks: Example guc log copy script and allowlist

[PATCH bpf 2/2] libbpf: Prevent double close of btf objects
 2026-04-15  8:23 UTC  (3+ messages)

[PATCH] HID: core: add short report quirk and use it for GPD Win (2f24:0137)
 2026-04-15  8:23 UTC  (4+ messages)

[PATCH net] net: pse-pd: fix out-of-bounds bitmap access in pse_isr() on 32-bit
 2026-04-15  8:22 UTC  (3+ messages)

[PATCH bpf 1/2] libbpf: Fix btf object leak in load_module_btfs
 2026-04-15  8:22 UTC  (3+ messages)

[PATCH] docs: dt: writing-bindings: Extend compatible fallbacks guideline
 2026-04-15  8:21 UTC 

[PATCH mptcp-net v5 0/5] mptcp: fix stall because of data_ready
 2026-04-15  8:21 UTC  (5+ messages)
` [PATCH mptcp-net v5 1/5] mptcp: replace backlog_list with backlog_queue

[PATCH 0/2 v3] netfilter: ipset: concurrent add and dump fixes
 2026-04-15  8:20 UTC  (3+ messages)
` [PATCH 1/2] netfilter: ipset: Fix data race between add and list header in all hash types
` [PATCH 2/2] netfilter: ipset: Fix data race between add and dump "

[PATCH v2 0/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
 2026-04-15  8:19 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: dapm: Fix widget lookup with prefixed names across DAPM contexts
` [PATCH v2 2/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
` [PATCH v2 3/3] ASoC: fsl: imx-rpmsg: Switch to core ignore-suspend-widgets support

[PATCH v4 0/7] PCI: intel-gw: Fixes to make the driver working again
 2026-04-15  8:01 UTC  (8+ messages)
` [PATCH v4 1/7] MAINTAINERS: Remove bouncing intel-gw maintainer
` [PATCH v4 2/7] PCI: intel-gw: Remove unused define
` [PATCH v4 3/7] PCI: intel-gw: Move interrupt enable to own function
` [PATCH v4 4/7] PCI: intel-gw: Enable clock before phy init
` [PATCH v4 5/7] PCI: intel-gw: Add start_link callback function
` [PATCH v4 6/7] PCI: intel-gw: Move driver atu base assignment to probe function
` [PATCH v4 7/7] dt-bindings: PCI: intel,lgm-pcie: Add atu resource

[PATCH v7 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-04-15  8:20 UTC  (7+ messages)
` [PATCH v7 5/6] iio: adc: ad4691: add oversampling support

[PATCH v2] md: use md_free_cloned_bio() in md_end_clone_io()
 2026-04-15  8:19 UTC 

[for-next][PATCH 0/2] ring-buffer: Fixes for 7.1
 2026-04-15  8:20 UTC  (3+ messages)
` [for-next][PATCH 1/2] ring-buffer: Report header_page overwrite as char
` [for-next][PATCH 2/2] ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()

[PATCH nf v2] netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULO
 2026-04-15  8:19 UTC  (2+ messages)

[PATCH] checkout: add --autostash option for branch switching
 2026-04-15  8:19 UTC  (2+ messages)

WASM + dash (again!)
 2026-04-15  8:18 UTC  (3+ messages)

[PATCH v3 0/5] linux-user/riscv: add vector state to signal context
 2026-04-15  8:17 UTC  (5+ messages)

[PATCH v12 4/4] checkout: -m (--merge) uses autostash when switching branches
 2026-04-15  8:16 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[f2fs-dev] [RFC PATCH v1] f2fs: map data writes to FDP streams
 2026-04-15  8:14 UTC  (2+ messages)
`  "

[Intel-wired-lan] [PATCH net-next v2 0/2] e1000/e1000e: limit endianness conversion to boundary words
 2026-04-15  8:14 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH net-next v3 "
  ` [Intel-wired-lan] [PATCH net-next v3 2/2] e1000e: "

[PATCH] mci: add missing break
 2026-04-15  8:13 UTC 

[PATCH v2 0/2] ARM: ls1046a: add support for Arkona AT300
 2026-04-15  8:13 UTC  (3+ messages)
` [PATCH v2 1/2] scripts: ls1046a-rcwtool: add functions to generate RCW
` [PATCH v2 2/2] ARM: tqmls1046a: Add Arkona AT300 support

[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
 2026-04-15  8:13 UTC  (12+ messages)
` [PATCH v3 13/13] mm/huge_memory: add and use has_deposited_pgtable()

[PATCH] PM: hibernate: align default resume swap with image-device checks
 2026-04-15  8:12 UTC 

✅ PASS (MISSED 88 of 97): Test report for master (7.0.0-0, upstream-mainline, e997ac58)
 2026-04-15  8:12 UTC 

[Bug 2133804] Re: QEMU does not emulate IOCTL TCGETS2
 2026-04-15  8:02 UTC 

[PATCH 0/5] media: synopsys: enhancements and i.MX95 support
 2026-04-15  8:10 UTC  (4+ messages)
` [PATCH 4/5] media: dt-bindings: add NXP i.MX95 compatible string

[PATCH 0/8] arm64: Implement support for 2025 dpISA extensions
 2026-04-15  8:09 UTC  (4+ messages)
` [PATCH 1/8] arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcaps

[PATCH net v3 0/5] net: mana: Fix probe/remove error path bugs
 2026-04-15  8:09 UTC  (6+ messages)
` [PATCH net v3 1/5] net: mana: Init link_change_work before potential error paths in probe
` [PATCH net v3 2/5] net: mana: Init gf_stats_work "
` [PATCH net v3 3/5] net: mana: Guard mana_remove against double invocation
` [PATCH net v3 4/5] net: mana: Don't overwrite port probe error with add_adev result
` [PATCH net v3 5/5] net: mana: Fix EQ leak in mana_remove on NULL port

[PATCH 0/4] PXA1908 clock controller resets
 2026-04-15  8:08 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: clock: marvell,pxa1908: Add #reset-cells

[soc:ti/dt-2] BUILD SUCCESS abe76f9f47d59ff80eb2fc59482aa76bbf6fd13a
 2026-04-15  8:08 UTC 

[PATCH 0/2] arm64: dts: qcom: msm8916-panasonic-eluga-u2: add initial device tree
 2026-04-15  8:07 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: qcom: Document panasonic,eluga-u2

[PATCH v3 0/1] drm: bridge: ti-sn65dsi83: Fix DSI mode flags for stable LVDS output
 2026-04-15  8:07 UTC  (4+ messages)
` [PATCH v3 1/1] "

[LTP] [PATCH] userfaultfd: Use two-step handshake to probe features
 2026-04-15  8:06 UTC  (2+ messages)
` [LTP] [PATCH v2] "

[PATCH 0/3] Mediatek Genio 1200-EVK: MT6315/MT6360 PMIC regulator supply cleanup
 2026-04-15  8:06 UTC  (3+ messages)
` [PATCH 1/3] regulator: dt-bindings: mt6360: add buck regulator supplies

[PATCHv2] drm/i915/lt_phy: Update the Tx Swing for DP 1.4
 2026-04-15  8:06 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/lt_phy: Update the Tx Swing for DP 1.4 (rev2)

[PATCH v3] clk: qcom: clk-rpmh: Make all VRMs optional
 2026-04-15  8:05 UTC  (2+ messages)

[PATCH v7 0/4] Add Qualcomm extended CTI support
 2026-04-15  8:05 UTC  (3+ messages)


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.