All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-20 06:20:11 to 2025-10-20 07:28:29 UTC [more...]

[PATCH v5 0/3] fstests: basic smoke test on zoned loop device
 2025-10-20  7:28 UTC  (7+ messages)
` [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices

[walnascar] Pull request
 2025-10-20  7:27 UTC 

[master] Pull request
 2025-10-20  7:27 UTC 

[scarthgap] Pull request
 2025-10-20  7:27 UTC 

[kirkstone] Pull request
 2025-10-20  7:27 UTC 

[PATCH v10 04/10] PCI: cadence: Add support for High Perf Architecture (HPA) controller
 2025-10-20  7:27 UTC  (3+ messages)

[meta-selinux][PATCH] refpolicy: Correct policy version in semanage.conf
 2025-10-20  7:27 UTC 

[PATCH] btrfs: get rid of btrfs_dio_private
 2025-10-20  7:27 UTC  (4+ messages)

[PATCH 0/6] Add RTC support for the Renesas RZ/V2H SoC
 2025-10-20  7:26 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support

[PATCH] mtd: spi-nor: Set address mode in SEMPER flash when SFDP is skipped
 2025-10-20  7:25 UTC 

[meta-selinux][PATCH] refpolicy: Remove build path reference from file_contexts.homedirs
 2025-10-20  7:24 UTC 

[PATCH] gpio: pca953x: clarify log messages about auto increment feature
 2025-10-20  7:24 UTC  (2+ messages)

[PATCH -next] net: macb: Remove duplicate linux/inetdevice.h header
 2025-10-20  7:23 UTC  (2+ messages)

[PATCH] spdx_common: Fix invalid SPDX downloadLocation for Rust crates
 2025-10-20  7:22 UTC 

btrfs/071 is unhappy on 6.18-rc2
 2025-10-20  7:22 UTC 

zbd/009 (btrfs on zone gaps) fail on current Linus tree
 2025-10-20  7:21 UTC  (12+ messages)

[PATCH] gpio: qixis-fpga: add missing module description
 2025-10-20  7:20 UTC 

[PATCH v4 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-20  7:19 UTC  (5+ messages)
` [PATCH v4 1/3] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v4 2/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE

[PATCH v3 0/5] I2C Mux per channel bus speed
 2025-10-20  7:17 UTC  (6+ messages)
` [PATCH v3 1/5] i2c: core: add callback to change bus frequency
` [PATCH v3 2/5] i2c: mux: add support for per channel "
` [PATCH v3 3/5] i2c: davinci: calculate bus freq from Hz instead of kHz
` [PATCH v3 4/5] i2c: davinci: add support for setting bus frequency
` [PATCH v3 5/5] docs: i2c: i2c-topology: add section about bus speed

[Buildroot] [PATCH 00/11] Add support for building Snagboot
 2025-10-20  7:17 UTC  (3+ messages)
` [Buildroot] [PATCH 11/11] package/snagboot: new package

[PATCH v6 bpf-next 00/17] BPF indirect jumps
 2025-10-20  7:23 UTC  (3+ messages)
` [PATCH v6 bpf-next 10/17] bpf, x86: add support for "

[PATCH v3 6/6] fuse: {io-uring} Queue background requests on a different core
 2025-10-20  7:15 UTC  (4+ messages)

null pointer dereference in interrupt after receiving an ip packet on veth from xsk from user space
 2025-10-20  7:15 UTC  (3+ messages)

i2c-designware: not possible to write to different i2c addresses in one transfer?
 2025-10-20  7:15 UTC  (5+ messages)

[PATCH v3 4/4] leds: Add virtualcolor LED group driver
 2025-10-20  7:13 UTC  (3+ messages)

[PATCH v5 0/2] Add Qualcomm extended CTI support
 2025-10-20  7:12 UTC  (3+ messages)
` [PATCH v5 1/2] coresight: cti: Convert trigger usage fields to dynamic bitmaps and arrays
` [PATCH v5 2/2] coresight: cti: Add Qualcomm extended CTI support

[PATCH] media: videobuf2: forbid create_bufs/remove_bufs when legacy fileio is active
 2025-10-20  7:11 UTC  (2+ messages)

[PATCH V8 00/19] virtio_ring in order support
 2025-10-20  7:10 UTC  (20+ messages)
` [PATCH V8 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V8 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V8 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V8 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V8 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V8 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V8 07/19] virtio: switch to use vring_virtqueue for virtqueue_get variants
` [PATCH V8 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V8 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V8 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V8 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V8 12/19] virtio_ring: switch to use unsigned int for virtqueue_poll_packed()
` [PATCH V8 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V8 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V8 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V8 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V8 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V8 18/19] virtio_ring: factor out split "
` [PATCH V8 19/19] virtio_ring: add in order support

[scarthgap v2 00/11] backport: SPDX 3.0 support to Scarthgap
 2025-10-20  7:09 UTC  (12+ messages)
` [scarthgap v2 01/11] backport: SPDX 3.0 fixes and tasks from upstream version Walnascar
` [scarthgap v2 02/11] spdx30_tasks: fix FetchData attribute in add_download_files
` [scarthgap v2 03/11] classes-global/license: Move functions to library code
` [scarthgap v2 04/11] lib/license: Move package license skip to library
` [scarthgap v2 05/11] lib: oe: license: Add missing import
` [scarthgap v2 06/11] classes-recipe/image: Add image file manifest
` [scarthgap v2 07/11] selftest: spdx: Add SPDX 3.0 test cases
` [scarthgap v2 08/11] oeqa/selftest: Add SPDX 3.0 include source case for work-share
` [scarthgap v2 09/11] lib: oeqa: spdx: Add tests for extra options
` [scarthgap v2 10/11] spdx 3.0: Rework how SPDX aliases are linked
` [scarthgap v2 11/11] spdx30_tasks: adapt CVE handling to new cve-check API

Possible regression in pin_user_pages_fast() behavior after commit 7ac67301e82f ("ext4: enable large folio for regular file")
 2025-10-20  7:11 UTC  (3+ messages)

[PATCH v1 0/2] Support zero-sized decoders
 2025-10-20  7:09 UTC  (5+ messages)
` [PATCH v1 1/2] cxl_test: enable zero sized decoders under hb0
` [PATCH v1 2/2] cxl: Allow zero sized HDM decoders

[PATCH v1 0/4] Enable XSPI1 on i.MX943 EVK board
 2025-10-20  7:09 UTC  (6+ messages)
` [PATCH v1 1/4] spi: nxp_xspi: Add new driver for NXP XSPI controller
    ` 回复: "

[PATCH] scsi: megaraid_sas: Use local scmd_local variable consistently
 2025-10-20  7:04 UTC 

[PATCH 00/17] SHA-3 library
 2025-10-20  7:07 UTC  (3+ messages)
` [PATCH 03/17] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256

[PATCH v4 0/3] arm64: dts: exynos: gs101: add cpufreq support
 2025-10-20  7:07 UTC  (3+ messages)

pinctrl-scmi: Support for pin-only mode when groups are unavailable
 2025-10-20  7:07 UTC  (3+ messages)

[PATCH net V2 0/3] tls: Introduce and use RX async resync request cancel function
 2025-10-20  7:05 UTC  (4+ messages)
` [PATCH net V2 1/3] net: tls: Change async resync helpers argument
` [PATCH net V2 2/3] net: tls: Cancel RX async resync request on rdc_delta overflow
` [PATCH net V2 3/3] net/mlx5e: kTLS, Cancel RX async resync request in error flows

[PATCH 0/3] mm: treewide: make get_free_pages() and return void *
 2025-10-20  7:06 UTC  (4+ messages)

[PATCH v2 0/8] vfio: relax the vIOMMU check
 2025-10-20  7:06 UTC  (13+ messages)
` [PATCH v2 1/8] vfio/iommufd: Add framework code to support getting dirty bitmap before unmap
` [PATCH v2 2/8] vfio/iommufd: Query dirty bitmap before DMA unmap
` [PATCH v2 3/8] vfio/container-legacy: rename vfio_dma_unmap_bitmap() to vfio_legacy_dma_unmap_get_dirty_bitmap()
` [PATCH v2 4/8] vfio: Add a backend_flag parameter to vfio_contianer_query_dirty_bitmap()
` [PATCH v2 5/8] vfio/iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag support
` [PATCH v2 6/8] intel_iommu: Fix unmap_bitmap failure with legacy VFIO backend

[PATCH v2] serial: 8250_pcilib: Replace deprecated PCI functions
 2025-10-20  6:47 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: aspeed,ast2x00-scu: allow #size-cells range
 2025-10-20  7:05 UTC  (6+ messages)

[PATCH v6 0/6] exynos-acpm: add DVFS protocol and clock driver
 2025-10-20  7:03 UTC  (15+ messages)
` [PATCH v6 1/6] dt-bindings: firmware: google,gs101-acpm-ipc: add ACPM clocks
  ` (subset) "
` [PATCH v6 2/6] firmware: exynos-acpm: add DVFS protocol
  ` (subset) "
` [PATCH v6 3/6] firmware: exynos-acpm: register ACPM clocks pdev
  ` (subset) "
` [PATCH v6 4/6] clk: samsung: add Exynos ACPM clock driver
  ` (subset) "
` [PATCH v6 5/6] arm64: defconfig: enable Exynos ACPM clocks
  ` (subset) "
` [PATCH v6 6/6] MAINTAINERS: add ACPM clock bindings and driver
  ` (subset) "

[PATCH 00/24] Introduce Allwinner H6/H616 NAND controller support
 2025-10-20  7:02 UTC  (7+ messages)
` [PATCH 10/24] mtd: rawnand: sunxi: cosmetic: move ECC_PAT_FOUND register in SoC caps
` [PATCH 11/24] mtd: rawnand: sunxi: cosmetic: add has_ecc_block_512 capability

[PATCH v2 net-next 0/6] net: optimize TX throughput and efficiency
 2025-10-20  7:01 UTC  (7+ messages)
` [PATCH v2 net-next 2/6] net: add add indirect call wrapper in skb_release_head_state()

[v7 03/16] mm/huge_memory: add device-private THP support to PMD operations
 2025-10-20  7:01 UTC  (12+ messages)
` linux-next: KVM/s390x regression (was: [v7 03/16] mm/huge_memory: add device-private THP support to PMD operations)
  ` linux-next: KVM/s390x regression

[PATCHSET] fstests: more random fixes for v2025.10.05
 2025-10-20  7:01 UTC  (9+ messages)
` [PATCH 4/8] generic/{482,757}: skip test if there are no FUA writes
` [PATCH 6/8] common/filter: fix _filter_file_attributes to handle xfs file flags

[PATCH] w1: therm: Replace deprecated strcpy with strscpy in alarms_store
 2025-10-20  7:01 UTC  (2+ messages)

[PATCH] drm/gud: rearrange gud_probe() to prepare for function splitting
 2025-10-20  7:00 UTC  (2+ messages)

[PATCH v1] NFSD: Enable return of an updated stable_how to NFS clients
 2025-10-20  6:59 UTC  (4+ messages)

[groeck-staging:testing 90/132] drivers/hwmon/powerz.c:221:13: error: 'struct powerz_priv' has no member named 'hwmon_dev'
 2025-10-20  6:58 UTC 

[PATCH v3 0/5] MT8189 IOMMU SUPPORT
 2025-10-20  6:57 UTC  (3+ messages)
` [PATCH v3 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU

[PATCH 0/2] cgroup/cpuset: Miscellaneous cleanup
 2025-10-20  6:57 UTC  (3+ messages)
` [PATCH 1/2] cgroup/cpuset: Don't track # of local child partitions

[PATCH v3 0/8] Cache coherency management subsystem
 2025-10-20  6:57 UTC  (2+ messages)

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-10-20  6:55 UTC  (14+ messages)

[PATCH net-next] net: hibmcge: select FIXED_PHY
 2025-10-20  6:54 UTC 

[PATCH V1 0/2] Address race condition in MCQ mode and enhance
 2025-10-20  6:53 UTC  (6+ messages)
` [PATCH V1 2/2] ufs: ufs-qcom: Disable AHIT before SQ tail update to prevent race in MCQ mode

[PATCH 0/2] format telemetry scripts using black
 2025-10-20  6:52 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/8] Eight small UFS patches
 2025-10-20  6:51 UTC  (5+ messages)
` [PATCH 1/8] ufs: core: Fix a race condition related to the "hid" attribute group

[patch V3 00/12] uaccess: Provide and use scopes for user masked access
 2025-10-20  6:50 UTC  (6+ messages)
` [patch V3 08/12] uaccess: Provide put/get_user_masked()

[PATCH] ref-manual/variables.rst: fix a typo in UNPACKDIR description
 2025-10-20  6:49 UTC 

[PATCH] PCI: brcmstb: Fix use of incorrect constant
 2025-10-20  6:48 UTC  (2+ messages)

[PATCH v3 0/2] PCI: brcmstb: Add panic/die handler to driver
 2025-10-20  6:48 UTC  (2+ messages)

[PATCH] ref-manual/variables.rst: cover FIT_LINUX_BIN variable
 2025-10-20  6:47 UTC  (2+ messages)
` [docs] "

[Bug 220686] New: REGRESSION: USB devices not recognised when plugged to Thunderbolt 4 USB-C ports
 2025-10-20  6:45 UTC  (2+ messages)
` [Bug 220686] "

[PATCH v2 0/6] media: qcom: camss: Add Kaanapali support
 2025-10-20  6:45 UTC  (4+ messages)
` [PATCH v2 3/6] media: qcom: camss: Add Kaanapali compatible camss driver

status of bugzilla #99171 - mdraid broken for O_DIRECT
 2025-10-20  6:44 UTC  (6+ messages)

[PATCH i-g-t v11 0/6] Establish MkDocs Documentation Framework for IGT GPU Tools
 2025-10-20  6:40 UTC  (7+ messages)
` [PATCH i-g-t v11 1/6] docs: Set up MkDocs for IGT documentation site
` [PATCH i-g-t v11 2/6] docs: Create symlinks for NEWS/MAINTAINERS/CONTRIB
` [PATCH i-g-t v11 3/6] docs: Rename cross-building.txt to .md
` [PATCH i-g-t v11 4/6] docs: Initialize MkDocs documentation structure
` [PATCH i-g-t v11 5/6] docs: Add platform-specific documentation
` [PATCH i-g-t v11 6/6] gitlab-ci: Add MkDocs documentation support

Fwd: USB DBC hang during earlyprintk initialization
 2025-10-20  6:43 UTC  (7+ messages)

[RFC PATCH 0/7] Separate ptdesc from struct page
 2025-10-20  6:43 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v1 0/7] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
 2025-10-20  6:40 UTC  (13+ messages)
` [PATCH v1 2/7] virtio-gpu: Don't rely on res->blob to identify blob resources

[PATCH net-next] net: phy: micrel: Add support for non PTP SKUs for lan8814
 2025-10-20  6:39 UTC  (3+ messages)

[RFC 0/7] avoid unnecessary use of comma op
 2025-10-20  6:40 UTC  (4+ messages)
` [PATCH v5 0/8] avoid unnecessary use of comma operator
  ` [PATCH v5 5/8] examples: remove "

[PATCH v5 0/5] Introduce ASPEED AST2700 BMC SoC
 2025-10-20  6:40 UTC  (4+ messages)

[moderation/CI] Re: Separate ptdesc from struct page
 2025-10-20  6:40 UTC  (2+ messages)

[OE-core][PATCH] kernel-fit-image: Split signing variables
 2025-10-20  6:39 UTC  (2+ messages)

[PATCH] rcu: Unify force quiescent state
 2025-10-20  6:38 UTC  (3+ messages)

[PATCH v2] perf tools annotate: fix a crash when annotate the same symbol with 's' and 'T'
 2025-10-20  7:30 UTC  (9+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] perf tools annotate: Align the symbol_annotate return code
    ` [PATCH v4 1/2] perf tools annotate: fix a crash when annotate the same symbol with 's' and 'T'
    ` [PATCH v4 2/2] perf tools annotate: Align the symbol_annotate return code

[patch 00/19] sched: Rewrite MM CID management
 2025-10-20  6:34 UTC  (3+ messages)
` [patch 16/19] sched/mmcid: Provide CID ownership mode fixup functions

[hch-xfs:xfs-quota-cleanups 14/20] fs/xfs/scrub/quotacheck.c:605 xqcheck_compare_dquot() warn: inconsistent returns '&dq->q_qlock'
 2025-10-20  6:33 UTC  (2+ messages)

[PATCH 5.10] comedi: Make insn_rw_emulate_bits() do insn->n samples
 2025-10-20  6:31 UTC 

[PATCH v4 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-20  6:33 UTC  (7+ messages)
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate
` [PATCH v4 6/7] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs
` [PATCH v4 7/7] nvmet-tcp: Support KeyUpdate

[Outreachy PATCH v3 0/2] gpg-interface.c: use string_list_split*() instead of strbuf_split*()
 2025-10-20  6:32 UTC  (4+ messages)
` [Outreachy PATCH v3 1/2] gpg-interface: replace strbuf_split*() with string_list_split*()

[hch-xfs:xfs-quota-cleanups 10/20] fs/xfs/xfs_qm.c:1307 xfs_qm_quotacheck_dqadjust() warn: inconsistent returns '&dqp->q_qlock'
 2025-10-20  6:29 UTC  (2+ messages)

[OE-core] [PATCH v7] kernel-fit-image: allow overriding DTB compatible string
 2025-10-20  6:28 UTC  (3+ messages)
`  "

[PATCH v7 00/12] Add SiFive TMC0 and SMC0 driver
 2025-10-20  6:34 UTC  (13+ messages)
` [PATCH v7 01/12] lib: utils: Add cache flush library
` [PATCH v7 02/12] lib: utils: Add FDT cache library
` [PATCH v7 03/12] utils: cache: Add SiFive ccache controller
` [PATCH v7 04/12] lib: utils/cache: Add fdt cmo helpers
` [PATCH v7 05/12] lib: sbi: Add SiFive proprietary xsfcflushdlone
` [PATCH v7 06/12] lib: sbi: Add SiFive proprietary xsfcease
` [PATCH v7 07/12] lib: utils/irqchip: Add APLIC restore function
` [PATCH v7 08/12] lib: sbi: Extends sbi_ipi_raw_send() to use all available IPI devices
` [PATCH v7 09/12] lib: utils/hsm: Add SiFive TMC0 driver
` [PATCH v7 10/12] lib: utils/timer: Expose timer update function
` [PATCH v7 11/12] lib: sbi: Add system_resume callback for restoring the system
` [PATCH v7 12/12] lib: utils/suspend: Add SiFive SMC0 driver

lost serial characters on boot
 2025-10-20  6:26 UTC  (2+ messages)

[PATCH] virtio-net: introduce TSO limit feature
 2025-10-20  6:25 UTC  (9+ messages)

[PATCH 0/2] clk: visconti: Add support for VIIF on Toshiba Visconti TMPV770x SoC
 2025-10-20  6:19 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: clock: Update identifiers "

[PATCH 0/2] ufs: core: Initialize a value of an attribute at ufshcd_dme_get_attr()
 2025-10-20  6:15 UTC  (2+ messages)
  ` [PATCH 1/2] ufs: core: Initialize a value of an attribute as returned by uic cmd

[PATCH] thunderbolt: Add support for Intel Wildcat Lake
 2025-10-20  6:22 UTC  (2+ messages)

[PATCH] drm/bridge: fsl-ldb: Parse register offsets from DT
 2025-10-20  6:21 UTC  (2+ messages)

[PATCH] thunderbolt: Fix typo in tb_eeprom_ctl_read documentation
 2025-10-20  6:21 UTC  (2+ messages)

[PATCH v13 0/7] Add Toshiba Visconti Video Input Interface driver
 2025-10-20  6:16 UTC  (4+ messages)
` [PATCH v13 1/7] dt-bindings: media: platform: visconti: Add Toshiba Visconti MIPI CSI-2 Receiver

[PATCH -next RFC 0/2] cpuset: Add cpuset.mems.spread_page to cgroup v2
 2025-10-20  6:20 UTC  (3+ messages)

[PATCH v4 0/4] mm: some optimizations for prot numa
 2025-10-20  6:18 UTC  (5+ messages)
` [PATCH v4 1/4] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v4 2/4] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v4 3/4] mm: mprotect: convert to folio_needs_prot_numa()
` [PATCH v4 4/4] mm: huge_memory: use folio_needs_prot_numa() for pmd folio

[RFC][PATCH] drm/virtgpu: Make vblank event dependent on the host resource
 2025-10-20  6:20 UTC  (4+ 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.