All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-18 15:40:37 to 2026-08-18 16:25:24 UTC [more...]

[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
 2026-08-18 16:25 UTC  (11+ messages)
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 10/33] arm64: Share arm64 headers with s390

[PATCH] usb: typec: mux: Fix typec_switch_match()
 2026-08-18 16:24 UTC  (2+ messages)

[PATCH] irqchip: irq-imx-intmux: fix runtime PM cleanup
 2026-08-18 16:24 UTC  (2+ messages)

[PATCH 0/2] alpha: enable building with clang
 2026-08-18 16:24 UTC  (5+ messages)

[PATCH v2] s390/iomem: register initrd as an iomem resource when retain_initrd is set
 2026-08-18 16:24 UTC 

[Intel-wired-lan] [PATCH net v2 3/3] net: stmmac: skip queueMaxSDU check for AF_XDP
 2026-08-18 16:24 UTC  (2+ messages)

[PATCH] RDMA/rtrs-srv: reject info requests with a non NUL-terminated pathname
 2026-08-18 16:24 UTC 

QA notification for completed autobuilder build (yocto-6.0.3.rc4)
 2026-08-18 16:24 UTC 

[PATCH] NFSv4.1: fix out-of-bounds read decoding GETDEVICEINFO notification bitmap
 2026-08-18 16:24 UTC 

[PATCH RFC 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y
 2026-08-18 16:23 UTC  (4+ messages)
` [PATCH RFC 2/4] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542

[PATCH net v6 0/4] Fix to possible skb leak due to race condtion in tx path
 2026-08-18 16:23 UTC  (4+ messages)
` [PATCH net v6 3/4] net: ethernet: oa_tc6: Disable tx queues on fatal error

[PATCH] accel/amdxdna: return early from a zero-length flush
 2026-08-18 16:23 UTC  (2+ messages)

[PATCH net] net: qualcomm: rmnet: require CAP_NET_ADMIN in the real device netns for changelink
 2026-08-18 16:23 UTC  (2+ messages)

[PATCH] NFSv4: fix out-of-bounds read when decoding many pNFS layout types
 2026-08-18 16:23 UTC 

[PATCH] tipc: validate the size of discovery messages before parsing
 2026-08-18 16:22 UTC 

[PATCH] x25: validate class D facility length before reading it
 2026-08-18 16:22 UTC 

[PATCH v4 0/4] dmaengine: fix kref underflow and UAF in dma_chan_put()
 2026-08-18 16:21 UTC  (10+ messages)
` [PATCH v4 1/4] dmaengine: add dma_device_get() helper
` [PATCH v4 2/4] dmaengine: Fix device kref underflow in dma_chan_put()
` [PATCH v4 3/4] dmaengine: fix use-after-free in dma_chan_put() and dma_release_channel()
` [PATCH v4 4/4] dmaengine: wait for RCU readers before releasing dma_device

[RFC PATCH 0/3] smack: add file label preserve mechanism
 2026-08-18 16:11 UTC 

[PATCH] pptp: reject payloads shorter than the PPP protocol field
 2026-08-18 16:21 UTC 

[PATCH net] tcp: fix AO info use-after-free in tcp_ao_connect_init()
 2026-08-18 16:21 UTC 

[PATCH net v7 0/7] net: mana: HW channel reliability and hardening fixes
 2026-08-18 16:20 UTC  (4+ messages)
` [PATCH net v7 1/7] net: mana: reference-count CQs looked up from the EQ handler

[PATCH] usb: typec: tbt: Correct swapped TBT adapter type values
 2026-08-18 16:20 UTC 

[PATCH v7 0/2] iio: adc: add MAX40080 current-sense amplifier driver
 2026-08-18 16:19 UTC  (4+ messages)
` [PATCH v7 2/2] "

[PATCH mptcp-next RFC v4 0/2] mptcp: fallback to TCP on MP_FAIL with a single subflow
 2026-08-18 16:19 UTC  (3+ messages)
` [PATCH mptcp-next RFC v4 2/2] mptcp: send MP_FAIL and infinite mapping on the same ACK

SVSM Development Call August 19th, 2026
 2026-08-18 16:19 UTC 

[REGRESSION] mainline/master: (build) in arch/arm/kernel/entry-common.o (/tmp/kci/linux/scripts/Makefile
 2026-08-18 16:19 UTC  (3+ messages)

[PATCH v15 00/20] Extend qemu CPACF support
 2026-08-18 16:18 UTC  (21+ messages)
` [PATCH v15 01/20] target/s390x: Fix missing privileged flag at PCKMO instruction
` [PATCH v15 02/20] target/s390x: Rework s390 cpacf implementations
` [PATCH v15 03/20] target/s390x: Move cpacf sha512 code into a new file
` [PATCH v15 04/20] target/s390x: Support cpacf sha256
` [PATCH v15 05/20] target/s390x: Add helper functions for copy memory to and from guest
` [PATCH v15 06/20] target/s390x: Adjust addressing mode checks for sha512 and sha256
` [PATCH v15 07/20] crypto: Add aes-helpers file to support some AES modes
` [PATCH v15 08/20] target/s390x: Support AES ECB for cpacf km instruction
` [PATCH v15 09/20] target/s390x: Support AES CBC for cpacf kmc instruction
` [PATCH v15 10/20] target/s390x: Support AES CTR for cpacf kmctr instruction
` [PATCH v15 11/20] target/s390x: Minimal AES XTS support for cpacf pcc instruction
` [PATCH v15 12/20] target/s390x: Support AES XTS for cpacf km instruction
` [PATCH v15 13/20] target/s390x: Base support for cpacf protected keys and pckmo
` [PATCH v15 14/20] target/s390x: Support protected key AES ECB for cpacf km instruction
` [PATCH v15 15/20] target/s390x: Support protected key AES CBC for cpacf kmc instruction
` [PATCH v15 16/20] target/s390x: Support protected key AES CTR for cpacf kmctr instruction
` [PATCH v15 17/20] target/s390x: Minimal protected key AES XTS support for cpacf pcc instruction
` [PATCH v15 18/20] target/s390x: Support protected key AES XTS for cpacf km instruction
` [PATCH v15 19/20] docs/s390: Document CPACF instructions support
` [PATCH v15 20/20] tests/tcg/s390x: Add tests for CPACF instructions

[PATCH v3 0/2] mm, swap: don't spin on a bad swap entry
 2026-08-18 16:18 UTC  (5+ messages)
` [PATCH v3 1/2] mm, swap: distinguish a malformed swap entry from a dying device
` [PATCH v3 2/2] mm: fail the fault on a malformed swap entry instead of retrying it

[PATCH v1] PM: sleep: Unblock runtime PM when device prepare fails
 2026-08-18 16:18 UTC 

[PATCH] xprtrdma: serialize unmap_sync with xprt_disconnect
 2026-08-18 16:18 UTC  (2+ messages)

[PATCH v2] sched_ext: allow ops.cgroup_set_bandwidth() to be sleepable
 2026-08-18 16:18 UTC  (2+ messages)

[PATCH v1] kexec-tools/s390: add --reuseinitrd support
 2026-08-18 16:17 UTC  (2+ messages)

[PATCH i-g-t v1] tests/intel/xe_ras: Add test for GPU health indicator
 2026-08-18 16:16 UTC  (2+ messages)

[PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-18 16:17 UTC  (11+ messages)
` [PATCH v3 4/4] KVM: TDX: Enable Bus Lock VM exit

[PATCH] iio: accel: kionix-kx022a: use iio_push_to_buffers_with_ts()
 2026-08-18 16:16 UTC  (2+ messages)

[PATCH v3 0/6] spi: add multi-CS and multi-chip aggregation support
 2026-08-18 16:17 UTC  (8+ messages)
` [PATCH v3 2/6] spi: support simultaneous assertion of multiple CS
` [PATCH v3 3/6] spi: expand device name to include all CS lines for multi-CS devices
` [PATCH v3 6/6] iio: adc: ad7768-1: add support for multiple chip aggregation

arch/arm/boot/dts/samsung/exynos5250-snow.dtb: sound (google,snow-audio-max98095): codec:sound-dai: [[102], [0], [81]] is too long
 2026-08-18 16:14 UTC 

[PATCH v2] fuse: ioctl: remove unnecessary comparison in fuse_setup_measure_verity()
 2026-08-18 16:14 UTC 

[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-18 16:15 UTC  (2+ messages)

[PATCH] media: iris: Fix bus_info prefix in VIDIOC_QUERYCAP
 2026-08-18 16:13 UTC 

[PATCH v1 0/6] IXGBE IPsec fixes
 2026-08-18 16:14 UTC  (2+ messages)

[PATCH v1 0/2] drm/ttm: two small ttm_bo.c cleanups
 2026-08-18 16:13 UTC  (4+ messages)
` [PATCH v1 1/2] drm/ttm: drop stale @ctx kernel-doc entry
` [PATCH v1 2/2] drm/ttm: make ttm_swap_ops static

[PATCH v2 0/4] KVM: arm64: vgic: Fixes for ITS table save and init retry
 2026-08-18 16:12 UTC  (12+ messages)
` [PATCH v2 2/4] KVM: arm64: vgic: Don't leak the SPI array when init is retried
` [PATCH v2 3/4] KVM: arm64: vgic-its: Don't save collections the table cannot hold

[PATCH net RESEND 0/1] ipv4: fix divide-by-zero from undersized RTAX_ADVMSS
 2026-08-18 16:12 UTC  (5+ messages)
` [PATCH net RESEND 1/1] ipv4: reject RTAX_ADVMSS values below TCP_MIN_MSS

[PATCH v5 0/3] iommu/iova: convert from rbtree to maple tree
 2026-08-18 15:25 UTC  (4+ messages)
` [RFC PATCH 1/3] "
` [RFC PATCH 2/3] iommu/iova: defer maple tree erase on GFP_ATOMIC failure
` [RFC PATCH 3/3] iommu/iova: add KUnit test suite

[PATCH net-next] tcp: fix mdev comment in tcp_rtt_estimator()
 2026-08-18 16:03 UTC  (4+ messages)

[PATCH] Input: adp5588-keys - cache GPIO state before registering the gpiochip
 2026-08-18 16:11 UTC  (3+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-18 16:11 UTC  (17+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[PATCH v7 0/4] iio: light: add support for veml6031x00 ALS series
 2026-08-18 16:10 UTC  (4+ messages)
` [PATCH v7 4/4] iio: light: veml6031x00: add support for events and trigger

[PATCH v1 0/2] perf annotate: Fix source option behavior and
 2026-08-18 16:10 UTC  (5+ messages)
` [PATCH v1 1/2] perf config: Fix annotate.hide_src_code documentation
` [PATCH v1 2/2] perf annotate: Honor explicit --source option

[PATCH net v2 0/5] net: phy: fix cleanup after probe failure
 2026-08-18 16:10 UTC  (3+ messages)
` [PATCH net v2 1/5] net: phy: split phy_probe() error paths

[PATCH] kprobes: use DEFINE_DEBUGFS_ATTRIBUTE for the enabled knob
 2026-08-18 16:10 UTC  (4+ messages)

[PATCH v2] cpuidle: Deny idle entry when CPU already have IPI interrupt pending
 2026-08-18 16:10 UTC  (4+ messages)

[PATCH v15 00/12] rpm: 4.20.1 -> 6.0.2
 2026-08-18 16:09 UTC  (3+ messages)
` [OE-core] "

[Bug 221827] New: Backlight regression with 7.1.6
 2026-08-18 16:10 UTC  (4+ messages)
` [Bug 221827] "

[PATCH net v2 3/5] net: phy: restore device state after probe failure
 2026-08-18 16:09 UTC  (2+ messages)

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-08-18 16:09 UTC  (4+ messages)
` [GSoC Patch 1/7] repo: add path.toplevel with absolute and relative suffix formatting

[GIT PULL] orangefs changes for 7.3
 2026-08-18 16:09 UTC 

[PATCH v2 0/9] arm64: dts: phy: st: usb: Add STM32MP2 USB support
 2026-08-18 16:07 UTC  (5+ messages)

[PATCH] cxl/test: Map mock device nodes to an online node
 2026-08-18 16:06 UTC  (2+ messages)

[PATCH v4 5/9] x86/passthrough: Introduce pt_irq_bind_msi() as canonical MSI bind path
 2026-08-18 16:05 UTC  (2+ messages)

[PATCH v2 0/5] media: iris: Fix DMA coherency, power-off ordering, and frame interval issues
 2026-08-18 16:05 UTC  (8+ messages)
` [PATCH v2 1/5] media: iris: Add dma sync calls for input and output buffers
` [PATCH v2 2/5] dt-bindings: media: qcom,sc7280-venus: Add dma-coherent property
` [PATCH v2 3/5] arm64: dts: qcom: sc7280: Add dma-coherent property into venus node
` [PATCH v2 4/5] media: iris: Fix power-off ordering to disable power domain after clocks
` [PATCH v2 5/5] media: iris: Fix frame interval enumeration for non-divisor framerates

[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-08-18 16:04 UTC  (6+ messages)
` [PATCH v1 14/17] xen/riscv: add guest page fault handling stub

[PATCH v2 0/9] extend GT reset stress coverage
 2026-08-18 16:04 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for extend GT reset stress coverage (rev2)

[RFC PATCH v3 00/11] Add buffered write-through support to iomap & xfs
 2026-08-18 16:04 UTC  (4+ messages)
` [RFC PATCH v3 04/11] iomap: Add initial support for buffered RWF_WRITETHROUGH

[PATCH v6 0/5] Introduce error threshold to drm_ras
 2026-08-18 16:04 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Introduce error threshold to drm_ras (rev6)

[willy-pagecache:headers 13/19] arch/sh/include/asm/page.h:78:29: error: request for member 'pgd' in something not a structure or union
 2026-08-18 16:03 UTC 

[PATCH] fuse: ioctl: fix comparison in fuse_setup_measure_verity()
 2026-08-18 16:03 UTC  (3+ messages)

[PATCH v2 0/2] clk: ti: mux: resolve parent clocks by DT index, not by name
 2026-08-18 16:02 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v3 1/2] dt-bindings: usb: dwc3: Document Renesas R-Car Gen5 DWC3 xHCI USB controller
 2026-08-18 16:02 UTC  (3+ messages)

[PATCH] vfio/pci: Restore standard PCI config space in .slot_reset()
 2026-08-18 16:02 UTC  (3+ messages)

[PATCH net] net/mlx5e: Advertise MACsec offload only when supported
 2026-08-18 16:01 UTC  (2+ messages)

[RFC/Discussion] eBPF-based runtime permission auditing tool for SELinux policies
 2026-08-18 16:00 UTC  (2+ messages)

[PATCH] fuse: mark DAX VMA page protections as decrypted
 2026-08-18 16:00 UTC  (4+ messages)

[PATCH net v3 0/3] net: don't strip zerocopy frag markers from a forwarded skb
 2026-08-18 15:59 UTC  (3+ messages)
` [PATCH net v3 3/3] net: skbuff: don't touch shared zerocopy state in skb_tx_error()

[PATCH v2] usb: gadget: f_mass_storage: fix null pointer dereference in fsg_common_set_num_buffers()
 2026-08-18 15:59 UTC  (2+ messages)

[PATCH] drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable
 2026-08-18 15:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable (rev3)

[PATCH] usb: ehci: fix QTD list corruption in qh_completions
 2026-08-18 15:58 UTC  (2+ messages)

[PATCH v3] libceph: reset OSD session when keepalive2 acks stop arriving
 2026-08-18 15:58 UTC  (3+ messages)

[PATCH mptcp-next v2 0/5] mptcp: avoid data-races around the sysctls
 2026-08-18 15:57 UTC  (13+ messages)
` [PATCH mptcp-next v2 1/5] mptcp: sched: change scheduler sysctl atomically
` [PATCH mptcp-next v2 2/5] mptcp: pm: change path_manager "
` [PATCH mptcp-next v2 3/5] mptcp: use READ_ONCE() over sysctls

[RFC PATCH 0/8] mm/memcontrol: introduce per-tier memory accounting and control
 2026-08-18 15:57 UTC  (2+ messages)

[PATCH v2 0/2] watchdog: Add Exynos5515 watchdog timer support
 2026-08-18 15:56 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: samsung-wdt: Add exynos5515-wdt compatible
` [PATCH v2 2/2] watchdog: s3c2410_wdt: Add exynos5515-wdt compatible data

[PATCH v3 0/5] USB4 mode programming for QMMPHY on X1E
 2026-08-18 15:56 UTC  (5+ messages)
` [PATCH v3 3/5] phy: qualcomm: qmp-combo: Add preliminary USB4 support

[Intel-wired-lan] [PATCH iwl-next v2] idpf: add flow-based XDP fallback for FWs without Tx FIFO support
 2026-08-18 15:51 UTC  (2+ messages)
`  "

[yocto-autobuilder-helper] [PATCH] utils: Improve buildtools env parsing
 2026-08-18 15:55 UTC 

[PATCH 00/12] drm/panic: Split into core and helpers
 2026-08-18 15:55 UTC  (3+ messages)
` [PATCH 11/12] drm/panic: Move panic display code into helper library

[PATCH] drm/xe: Add force_p2p module/configfs parameter
 2026-08-18 15:54 UTC  (3+ messages)
` ✓ CI.KUnit: success for "

[PATCH] selftests/rseq: Fix circular dependencies in Makefile
 2026-08-18 15:53 UTC 

[PATCH tty v11 0/2] Convert 8250 to NBCON, take 2
 2026-08-18 15:53 UTC  (6+ messages)
` [PATCH tty v11 1/2] serial: 8250: Switch to nbcon console, "

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-08-18 15:53 UTC  (3+ messages)
` [PATCH 11/18] hugetlb_vmemmap: Use try_populate_vmemmap_pmd for replacing in-use PMDs

[PATCH 0/2] drm/nouveau: Fix NULL pointer dereferences in GETPARAM and GET_ZCULL_INFO ioctls
 2026-08-18 15:52 UTC  (4+ messages)
` [PATCH 1/2] drm/nouveau: Fix NULL pointer dereferences in GETPARAM ioctl

[PATCH] mmc: vub300: fix sleeping function called from invalid context
 2026-08-18 15:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Bluetooth: btnxpuart: Keep FW dump header in coredump chunks
 2026-08-18 15:51 UTC  (2+ messages)

[RFC PATCH v2 0/8] fuse: caches documentation and testing
 2026-08-18 15:52 UTC  (9+ messages)
` [RFC PATCH v2 1/8] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v2 5/8] selftests/fuse: factor-out test fixture setup/teardown

[PATCH 6.12 000/181] 6.12.104-rc1 review
 2026-08-18 15:51 UTC  (2+ messages)

[PATCH v10 0/2] Add support for PCIe RP PERST#
 2026-08-18 15:50 UTC  (5+ messages)
` [PATCH v10 1/2] dt-bindings: PCI: xilinx-versal-cpm: Add PERST# and reset support
` [PATCH v10 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal

[RFC PATCH 0/8] mm/memcontrol: introduce per-tier memory accounting and control
 2026-08-18 15:49 UTC  (2+ messages)

[kas:collapse/rfc-v1 26/76] include/linux/swapops.h:260:19: error: use of undeclared identifier 'SWP_HWPOISON'; did you mean 'FOLL_HWPOISON'?
 2026-08-18 15:49 UTC 

[PATCH 6.18 000/250] 6.18.45-rc1 review
 2026-08-18 15:49 UTC  (3+ messages)

[PATCH net] xdp: fix zero-copy frame layout
 2026-08-18 15:45 UTC 

Abandoned patches fixing real bugs
 2026-08-18 15:48 UTC 

[PATCH v4 3/3] iio: accel: bmc150: use guard(mutex) for mutex handling
 2026-08-18 15:47 UTC  (3+ messages)

[PATCH blktests 0/2] Test multipath and marginal ports
 2026-08-18 15:46 UTC  (7+ messages)

The state of Xenomai 4 on Xilinx Zynq-7000 (or ARM32 in general)
 2026-08-18 15:50 UTC  (9+ messages)

[PATCH] drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks
 2026-08-18 15:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks (rev2)

[PATCH v1] s390/iomem: register initrd as an iomem resource when retain_initrd is set
 2026-08-18 15:44 UTC  (2+ messages)

[PATCH v4 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-08-18 15:43 UTC  (3+ messages)
` [PATCH v4 09/17] KVM: arm64: Add selftests for the pKVM "

[PATCH 7.1 065/271] vhost_iotlb: bound map allocation in add_range
 2026-08-18 15:43 UTC  (2+ messages)

[GIT PULL] x86/cache for v7.3-rc1
 2026-08-18 15:42 UTC 

Unexpected files in the drm-intel tree
 2026-08-18 15:42 UTC 

Fixes tags need work in the drm-intel tree
 2026-08-18 15:42 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2026-08-18 15:42 UTC 

phy-qcom-qmp-combo: com_aux enable fails on a DP-only instance with no USB half (Snapdragon X2 Elite / glymur)
 2026-08-18 15:42 UTC  (3+ messages)

[PATCH net v3 0/2] net: sparx5: misc fixes for sparx5 and lan969x
 2026-08-18 15:42 UTC  (5+ messages)
` [PATCH net v3 1/2] net: microchip: vcap: use port number instead of netdev name for debugfs
` [PATCH net v3 2/2] net: sparx5: fix sleep in atomic context in MAC table access

linux-next: manual merge of the net-next tree with the net tree
 2026-08-18 15:42 UTC 

[PATCH v3 0/4] xen/arm: add i.MX8M platform and UART support
 2026-08-18 15:39 UTC  (3+ messages)
` [PATCH v3 3/4] xen/arm: add i.MX8M platform support
` [PATCH v3 4/4] MAINTAINERS: add myself as reviewer of i.MX8M related patches


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.