All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-18 14:47:07 to 2026-01-18 17:25:49 UTC [more...]

[PATCH] x86/percpu: Make CONFIG_USE_X86_SEG_SUPPORT work with sparse
 2026-01-18 17:25 UTC  (3+ messages)
` [tip: timers/vdso] "

[PATCH 5.10 000/451] 5.10.248-rc1 review
 2026-01-18 17:23 UTC  (9+ messages)
` [PATCH 5.10 335/451] net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
` [PATCH 5.10 337/451] drm/nouveau/dispnv50: Dont call drm_atomic_get_crtc_state() in prepare_fb
` [PATCH 5.10 372/451] hwmon: (max16065) Use local variable to avoid TOCTOU
` [PATCH 5.10 374/451] ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32

[PATCHSET v5] Inherited restrictions and BPF filtering
 2026-01-18 17:16 UTC  (7+ messages)
` [PATCH 1/6] io_uring: add support for BPF filtering for opcode restrictions
` [PATCH 2/6] io_uring/net: allow filtering on IORING_OP_SOCKET data
` [PATCH 3/6] io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
` [PATCH 4/6] io_uring/bpf_filter: add ref counts to struct io_bpf_filter
` [PATCH 5/6] io_uring: add task fork hook
` [PATCH 6/6] io_uring: allow registration of per-task restrictions

[PATCH v2] generic/108: fix test hand upon failure to create LV
 2026-01-18 17:22 UTC  (2+ messages)

[PATCH v2 0/9] arm64: dts: imx8m*: misc update
 2026-01-18 17:22 UTC  (7+ messages)
` [PATCH v2 1/9] arm64: dts: imx8mm-evk: replace space with tab
` [PATCH v2 2/9] arm64: dts: imx8mm-evk: correct the spdif compatible string
` [PATCH v2 4/9] arm64: dts: imx8mm: add wakeup-source for usb phy

[Buildroot] [PATCH 1/1] configs/stm32h747_disco_sd: new defconfig
 2026-01-18 17:22 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] emit ENDBR/BTI instructions for indirect jump targets
 2026-01-18 17:20 UTC  (5+ messages)
` [PATCH bpf-next v4 2/4] bpf: Add helper to detect "

[PATCH v4 1/3] dt-bindings: touchscreen: trivial-touch: Drop 'interrupts' requirement for old Ilitek
 2026-01-18 17:19 UTC  (3+ messages)
` [PATCH v4 3/3] Input: ili210x - add support for polling mode

[PATCH] fsx: add missing -T option to getopt_long()
 2026-01-18 17:18 UTC  (2+ messages)

[PATCH v6] staging: octeon: Remove port status typedefs
 2026-01-18 17:13 UTC 

[GIT PULL] Another cgroup fix for v6.19-rc5
 2026-01-18 17:12 UTC 

[PATCH v2 0/2] fuse/passthrough: simplify daemon crash recovery
 2026-01-18 17:08 UTC  (8+ messages)
` [PATCH 1/2] fuse: add ioctl to cleanup all backing files

[PATCH v2 0/7] ASoC: sophgo: add CV1800 I2S controllers support
 2026-01-18 17:07 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: sound: sophgo: add CV1800B I2S/TDM controller binding

xfrm: Possible refcount bug in xfrm_dev_state_add() ?
 2026-01-18 17:08 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/mcelog: fix musl build with gcc >= 14.x
 2026-01-18 17:07 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/mcelog: bump version to 210

[PATCH] ALSA: hda/realtek: Add quirk for Asus Zephyrus G14 2025 using CS35L56, fix speakers
 2026-01-18 17:07 UTC  (3+ messages)

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-18 17:05 UTC  (5+ messages)
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region

[PATCH] x86/acpi: Remove indirect jump from wakeup_long64()
 2026-01-18 17:05 UTC 

[PATCH 6.1 0/3] net: Backlog NAPI threading for PREEMPT_RT
 2026-01-18 17:02 UTC  (18+ messages)
  ` [PATCH 6.6 "
  ` [PATCH 6.1 1/3] net: napi_schedule_rps() cleanup
      ` [PATCH 6.6 "
  ` [PATCH 6.1 2/3] net: Remove conditional threaded-NAPI wakeup based on task state
      ` [PATCH 6.6 "
  ` [PATCH 6.1 3/3] net: Allow to use SMP threads for backlog NAPI
      ` [PATCH 6.6 "

[PATCH 1/1] mshv: Fix compiler warning about cast converting incompatible function type
 2026-01-18 17:02 UTC 

[PATCH 00/12] net/pcap: cleanups and test
 2026-01-18 16:58 UTC  (13+ messages)
` [PATCH v5 00/11] PCAP PMD improvements
  ` [PATCH v5 01/11] doc: update features for PCAP PMD
  ` [PATCH v5 02/11] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v5 03/11] net/pcap: cleanup transmit of multi segment
  ` [PATCH v5 04/11] net/pcap: support setting MTU
  ` [PATCH v5 05/11] net/pcap: use bool for flags
  ` [PATCH v5 06/11] net/pcap: support VLAN offloads
  ` [PATCH v5 07/11] net/pcap: support nanosecond timestamp precision
  ` [PATCH v5 08/11] net/pcap: remove global variables
  ` [PATCH v5 09/11] net/pcap: avoid use of volatile
  ` [PATCH v5 10/11] test: add test for pcap PMD
  ` [PATCH v5 11/11] net/pcap: add release note

[PATCH v1 0/2] nfs-utils: signed filehandle support
 2026-01-18 17:00 UTC  (7+ messages)
` [PATCH v1 1/2] nfsdctl/rpc.nfsd: Add support for passing encrypted filehandle key
` [PATCH v1 2/2] exportfs: Add support for export option sign_fh

[linux-next:master 5904/6849] mm/tests/lazy_mmu_mode_kunit.c:70:1: sparse: sparse: bad integer constant expression
 2026-01-18 16:59 UTC 

types: reuse common phys_vec type instead of DMABUF open‑coded variant
 2026-01-18 16:58 UTC  (5+ messages)

[PATCH v2] mm/shmem, swap: fix race of truncate and swap entry split
 2026-01-18 16:55 UTC 

[GIT PULL] ext4 fixes for 6.19-rc6
 2026-01-18 16:51 UTC 

[PATCH] test: add a test for null PMD
 2026-01-18 16:50 UTC  (5+ messages)
` [PATCH v6 0/3] test: add null PMD test suite
  ` [PATCH v6 1/3] net/null: cleanup info response
  ` [PATCH v6 2/3] test: generate larger packet bursts
  ` [PATCH v6 3/3] test: add a test for null PMD

[PATCH v14 0/2] Support for Osram as3668 LED driver
 2026-01-18 16:50 UTC  (3+ messages)
` [PATCH v14 1/2] dt-bindings: leds: Add new as3668 support
` [PATCH v14 2/2] leds: as3668: Driver for the ams Osram 4-channel i2c LED driver

[PATCH v1 0/2] backlight: gpio-backlight: Add support for multiple GPIOs
 2026-01-18 16:48 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: backlight: gpio-backlight: allow "

[PATCH v2] RDMA/rxe: Remove unused page_offset member
 2026-01-18 16:46 UTC  (2+ messages)

[PATCH 6.1 0/3] net: Backlog NAPI threading for PREEMPT_RT
 2026-01-18 16:40 UTC  (4+ messages)
` [PATCH 6.1 1/3] net: napi_schedule_rps() cleanup
` [PATCH 6.1 2/3] net: Remove conditional threaded-NAPI wakeup based on task state
` [PATCH 6.1 3/3] net: Allow to use SMP threads for backlog NAPI

[Buildroot] [PATCH 1/2] package/libcdio-paranoia: fix build with gcc >= 15.x
 2026-01-18 16:38 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libcdio-paranoia: bump version to 10.2+2.0.2

[PATCH rdma-next v2] IB/mlx5: Fix port speed query for representors
 2026-01-18 16:37 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_conncount: fix tracking of connections from localhost
 2026-01-18 16:34 UTC  (5+ messages)

[RFC PATCH v10 0/5] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2026-01-18 16:28 UTC  (6+ messages)
` [RFC PATCH v10 1/5] virtio-gpu: Remove superfluous memory_region_set_enabled()
` [RFC PATCH v10 2/5] virtio-gpu: Validate hostmem mapping offset
` [RFC PATCH v10 3/5] virtio-gpu: Replace finish_unmapping with mapping_state
` [RFC PATCH v10 4/5] virtio-gpu: Destroy virgl resources on virtio-gpu reset
` [RFC PATCH v10 5/5] virtio-gpu: Support mapping hostmem blobs with map_fixed

[RFC PATCH v9 0/5] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2026-01-18 16:28 UTC  (4+ messages)
` [RFC PATCH v9 3/5] virtio-gpu: Replace finish_unmapping with mapping_state

[meta-python][PATCH v2 1/5] python3-tblib: add recipe
 2026-01-18 16:29 UTC  (6+ messages)
` [meta-python][PATCH v2 2/5] python3-django: drop recipe for version 4.2
` [meta-python][PATCH v2 3/5] python3-django: add ptest support
` [meta-python][PATCH v2 4/5] python3-django: consolidate dependencies in .inc file
` [meta-python][PATCH v2 5/5] python3-django: add recipe for version 6.0.1
  ` [oe] [meta-python][PATCH v2 3/5] python3-django: add ptest support

[PATCH v3 0/9] arm64: dts: imx8m*: misc update
 2026-01-18 16:28 UTC  (10+ messages)
` [PATCH v3 1/9] arm64: dts: imx8mm-evk: replace space with tab
` [PATCH v3 2/9] arm64: dts: imx8mm-evk: correct the spdif compatible string
` [PATCH v3 3/9] arm64: dts: imx8mm-evk: add uart1 and bluetooth node
` [PATCH v3 4/9] arm64: dts: imx8mm: add wakeup-source for usb phy
` [PATCH v3 5/9] arm64: dts: imx8mm-evk: add uart3 port
` [PATCH v3 6/9] arm64: dts: imx8mn-evk: add bluetooth dts node
` [PATCH v3 7/9] arm64: dts: imx8mn: add wakeup-source for usb phy
` [PATCH v3 8/9] arm64: dts: imx8mp-evk: replace space with tab
` [PATCH v3 9/9] arm64: dts: imx8mp-evk: add bluetooth dts node

[GIT PULL] Please pull u-boot-imx-master-20260117
 2026-01-18 16:26 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2026-01-18 16:26 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Fix UMR hang in LAG error state unload
 2026-01-18 16:23 UTC  (2+ messages)

[PATCH net-next] selftests: net: Add kernel selftest for RFC 4884
 2026-01-18 16:22 UTC  (4+ messages)

[PATCH] staging: vme_user: fix missing blank line after declarations
 2026-01-18 16:19 UTC 

[PATCH 1/1] net: spacemit: Check netif_carrier_ok when reading stats
 2026-01-18 16:19 UTC  (3+ messages)

[PATCH net-next 0/1] AccECN packetdrill selftest series
 2026-01-18 16:10 UTC  (4+ messages)
` [PATCH net-next 1/1] selftests/net: Add packetdrill packetdrill cases

[PATCH net-next v6 0/3] net: dsa: yt921x: Fix MIB overflow wraparound routine
 2026-01-18 16:06 UTC  (3+ messages)
` [PATCH net-next v6 2/3] net: dsa: yt921x: Return early for failed MIB read

Clarifying confusion of our variable placement rules caused by cleanup.h
 2026-01-18 16:04 UTC  (6+ messages)

[PATCH 0/2] net: sfp: support 25G long-range modules (extended compliance code 0x3)
 2026-01-18 16:01 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v6] rust: iommu: add io_pgtable abstraction
 2026-01-18 15:57 UTC  (2+ messages)

[PATCH v3 0/3] media: rockchip: rkvdec: add support for the VDPU346 variant
 2026-01-18 15:56 UTC  (3+ messages)

[PATCH] scripts/tracepoint-update: fix memory leak in make_trace_array()
 2026-01-18 15:54 UTC  (2+ messages)

[tip:timers/vdso 16/16] arch/x86/lib/delay.c:209:29: sparse: sparse: cast removes address space '__percpu' of expression
 2026-01-18 15:46 UTC 

[PATCH v4 0/7] iio: core: Introduce cleanup.h support for mode locks
 2026-01-18 15:44 UTC  (8+ messages)
` [PATCH v4 1/7] iio: core: Add and export __iio_dev_mode_lock()
` [PATCH v4 2/7] iio: core: Refactor iio_device_claim_direct() implementation
` [PATCH v4 3/7] iio: core: Match iio_device_claim_*() semantics and implementation
` [PATCH v4 4/7] iio: core: Add cleanup.h support for iio_device_claim_*()
` [PATCH v4 5/7] iio: light: vcnl4000: Use IIO cleanup helpers
` [PATCH v4 6/7] iio: health: max30102: "
` [PATCH v4 7/7] iio: light: opt4060: "

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-18 15:36 UTC  (5+ messages)
` [PATCH 23/29] jffs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
    ` [f2fs-dev] "

[PATCH man-pages v2 0/2] man/man2const: clean up F_GETLEASE and add F_SETDELEG/F_GETDELEG manpages
 2026-01-18 15:42 UTC  (4+ messages)
` [PATCH man-pages v2 1/2] man/man2const: document the new F_SETDELEG and F_GETDELEG constants
` [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG

[PATCH] compiler_types: Introduce inline_for_performance
 2026-01-18 15:39 UTC  (3+ messages)

[PATCH net-next v5] net: sfp: extend SMBus support
 2026-01-18 15:39 UTC  (10+ messages)

[PATCH 0/5] rust: sync: Atomic pointer and RCU
 2026-01-18 15:39 UTC  (8+ messages)
` [PATCH 4/5] rust: sync: atomic: Add Atomic<*mut T> support

[PATCH v5 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-01-18 15:39 UTC  (4+ messages)

[PATCH net] selftests: net: amt: wait longer for connection before sending packets
 2026-01-18 15:38 UTC  (2+ messages)

[GIT PULL]: Dmaengine fixes for v6.19
 2026-01-18 15:37 UTC 

[PATCH v3 0/9] mm: clean up anon_vma implementation
 2026-01-18 14:50 UTC  (10+ messages)
` [PATCH v3 1/9] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH v3 2/9] mm/rmap: eliminate partial anon_vma tear-down in anon_vma_fork()
` [PATCH v3 3/9] mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink
` [PATCH v3 4/9] mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap
` [PATCH v3 5/9] mm/rmap: remove anon_vma_merge() function
` [PATCH v3 6/9] mm/rmap: make anon_vma functions internal
` [PATCH v3 7/9] mm/mmap_lock: add vma_is_attached() helper
` [PATCH v3 8/9] mm/rmap: allocate anon_vma_chain objects unlocked when possible
` [PATCH v3 9/9] mm/rmap: separate out fork-only logic on anon_vma_clone()

[PATCH v6 0/5] Fixes for PMF and CCP drivers after S4
 2026-01-18 15:31 UTC  (9+ messages)
` [PATCH v6 2/5] crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT fails
` [PATCH v6 3/5] crypto: ccp - Add an S4 restore flow
` [PATCH v6 4/5] crypto: ccp - Factor out ring destroy handling to a helper
` [PATCH v6 5/5] crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT fails

[PATCH net] ipv6: annotate data-race in ndisc_router_discovery()
 2026-01-18 15:29 UTC 

[GIT PULL]: Generic phy fixes for v6.19
 2026-01-18 15:28 UTC 

[GIT PULL]: Soundwire fixes for v6.19
 2026-01-18 15:23 UTC 

[PATCH v3 0/7] iio: core: Introduce cleanup.h support for mode locks
 2026-01-18 15:23 UTC  (6+ messages)
` [PATCH v3 4/7] iio: core: Add cleanup.h support for iio_device_claim_*()

[Buildroot] [PATCH 1/1] support/testing: test_python.py: disable interpreter colors
 2026-01-18 15:22 UTC 

[PATCH 0/1] platform/x86/amd/pmf: Introduce option to disable Smart PC function in PMF
 2026-01-18 15:20 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] kselftest/arm64: Use syscall() macro over nolibc my_syscall()
 2026-01-18 15:16 UTC  (2+ messages)

[PATCH 1/3] re2c: upgrade 4.3.1 -> 4.4
 2026-01-18 15:15 UTC  (6+ messages)
` [PATCH 2/3] python3-pdm: upgrade 2.26.2 -> 2.26.4
  ` Patchtest results for "
` [PATCH 3/3] gn: upgrade to latest revision
  ` Patchtest results for "
` Patchtest results for [PATCH 1/3] re2c: upgrade 4.3.1 -> 4.4

[PATCH v2 4/7] ASoC: sophgo: add CV1800B internal ADC codec driver
 2026-01-18 15:14 UTC  (3+ messages)

[GIT PULL] USB driver fixes for 6.19-rc6
 2026-01-18 15:11 UTC 

[Patch net v8 0/9] netem: Fix skb duplication logic and prevent infinite loops
 2026-01-18 15:07 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openblas: bump to version v0.3.31
 2026-01-18 15:07 UTC 

fs/overlayfs/dir.c:588:13: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2026-01-18 15:04 UTC 

[PATCH v1 03/14] NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
 2026-01-18 15:04 UTC  (2+ messages)

[PATCH] net: caif: fix memory leak in ldisc_receive
 2026-01-18 15:02 UTC  (2+ messages)

[meta-oe][PATCH] xdg-user-dirs: Fix packaing location of systemd unit file
 2026-01-18 15:02 UTC 

[PATCH 00/10] Xdiff cleanup part 3
 2026-01-18 14:58 UTC  (12+ messages)
` [PATCH 01/10] ivec: introduce the C side of ivec

[PATCH] drm/amd/display: Reject cursor plane on DCE when scaled differently than primary
 2026-01-18 14:57 UTC 

[RESEND PATCH] board: stm32mp2: read boot index from backup register
 2026-01-18 10:48 UTC 

[PATCH] sparse/pre-process: don't update next->pos in collect_arg()
 2026-01-18 14:55 UTC 

[PATCH] riscv: mm: Fixup no5lvl fails on physical address base = 128TiB
 2026-01-18 14:54 UTC  (2+ messages)

[PATCH v3 0/6] irqchip/gic-v5: Code first ACPI boot support
 2026-01-18 14:47 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.