All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-15 21:50:44 to 2026-02-16 00:32:32 UTC [more...]

[PATCH v9] futex_waitv.2: new page
 2026-02-16  0:32 UTC  (3+ messages)
` [PATCH v10] "

arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk-ufs.dtb: pmic (mediatek,mt6359): '#sound-dai-cells' does not match any of the regexes: '^pinctrl-[0-9]+$'
 2026-02-16  0:29 UTC 

[PATCH] staging: sm750fb: add missing const to g_fbmode array
 2026-02-16  0:26 UTC  (2+ messages)

[PATCH net v2 1/1] serial: caif: fix remaining ser->tty UAF in TX path
 2026-02-16  0:24 UTC  (2+ messages)

[PATCH v5 0/5] support batch checking of references and unmapping for large folios
 2026-02-16  0:24 UTC  (9+ messages)
` [PATCH v5 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()

[PATCH] btrfs: don't commit the super block when unmounting a shutdown filesystem
 2026-02-16  0:22 UTC 

[PATCH] staging: rtl8723bs: remove unused MAX_PATH_NUM defines for other chips
 2026-02-16  0:22 UTC  (2+ messages)

[arm-integrator:b4/aarch64-clear-pages 2/2] make[7]: *** No rule to make target 'arch/arm64/kvm/hyp/nvhe/../../../lib/clear_page.nvhe.o', needed by 'arch/arm64/kvm/hyp/nvhe/kvm_nvhe.tmp.o'
 2026-02-16  0:21 UTC  (4+ messages)

[PATCH v4] ASoC: simple-card-utils: add sysclk ordering support
 2026-02-16  0:15 UTC  (2+ messages)

Request 2 bnxt_en patches for 6.12
 2026-02-16  0:06 UTC 

[PATCH net v6 0/1] net/sched: act_gate: snapshot parameters with RCU on replace
 2026-02-15 23:59 UTC  (4+ messages)
` [PATCH net v6 1/1] "

[Patch v6 00/22] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-02-15 23:58 UTC  (3+ messages)
` [Patch v6 10/22] perf/x86: Enable XMM Register Sampling for Non-PEBS Events

arch/riscv/kernel/signal.c:196 __restore_cfiss_state() warn: maybe return -EFAULT instead of the bytes remaining?
 2026-02-15 23:56 UTC 

[PATCH liburing] github: Upgrade clang version to 22
 2026-02-15 23:55 UTC  (2+ messages)

[git pull] m68knommu changes for v7.0
 2026-02-15 23:52 UTC 

[PATCH v10] platform/x86: bitland-mifs-wmi: Add new Bitland MIFS WMI driver
 2026-02-15 23:52 UTC  (2+ messages)

[PATCH] io_uring: remove unneeded io_send_zc accounting
 2026-02-15 23:51 UTC  (3+ messages)

kernel/events/core.c:5424:21: sparse: sparse: incorrect type in initializer (different address spaces)
 2026-02-15 23:46 UTC 

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-02-15 23:36 UTC  (80+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 02/79] block: rnull: add module parameters
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 07/79] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH 08/79] block: rnull: add timer completion mode
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 11/79] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH 12/79] block: rust: add `TagSet` flags
` [PATCH 13/79] block: rnull: add memory backing
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 16/79] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH 17/79] block: rnull: allow specifying the home numa node
` [PATCH 18/79] block: rust: add Request::sectors() method
` [PATCH 19/79] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 21/79] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 27/79] block: rnull: add badblocks_once support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks
` [PATCH 29/79] block: rust: add `TagSet` private data support
` [PATCH 30/79] block: rust: add `hctx` "
` [PATCH 31/79] block: rnull: add volatile cache emulation
` [PATCH 32/79] block: rust: implement `Sync` for `GenDisk`
` [PATCH 33/79] block: rust: add a back reference feature to `GenDisk`
` [PATCH 34/79] block: rust: introduce an idle type state for `Request`
` [PATCH 35/79] block: rust: add a request queue abstraction
` [PATCH 36/79] block: rust: add a method to get the request queue for a request
` [PATCH 37/79] block: rust: introduce `kernel::block::error`
` [PATCH 38/79] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH 39/79] block: rust: add `GenDisk::queue_data`
` [PATCH 40/79] block: rnull: add bandwidth limiting
` [PATCH 41/79] block: rnull: add blocking queue mode
` [PATCH 42/79] block: rnull: add shared tags
` [PATCH 43/79] block: rnull: add queue depth config option
` [PATCH 44/79] block: rust: add an abstraction for `bindings::req_op`
` [PATCH 45/79] block: rust: add a method to set the target sector of a request
` [PATCH 46/79] block: rust: move gendisk vtable construction to separate function
` [PATCH 47/79] block: rust: add zoned block device support
` [PATCH 48/79] block: rnull: add zoned storage support
` [PATCH 49/79] block: rust: add `map_queues` support
` [PATCH 50/79] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH 51/79] block: rust: add polled completion support
` [PATCH 52/79] block: rust: add accessors to `TagSet`
` [PATCH 53/79] block: rnull: add polled completion support
` [PATCH 54/79] block: rnull: add REQ_OP_FLUSH support
` [PATCH 55/79] block: rust: add request flags abstraction
` [PATCH 56/79] block: rust: add abstraction for block queue feature flags
` [PATCH 57/79] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH 58/79] block: rust: add `Segment::copy_to_page_limit`
` [PATCH 59/79] block: rnull: add fua support
` [PATCH 60/79] block: fix arg type in `blk_mq_update_nr_hw_queues`
` [PATCH 61/79] block: rust: add `GenDisk::tag_set`
` [PATCH 62/79] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH 63/79] block: rnull: add an option to change the number of hardware queues
` [PATCH 64/79] block: rust: add an abstraction for `struct rq_list`
` [PATCH 65/79] block: rust: add `queue_rqs` vtable hook
` [PATCH 66/79] block: rnull: support queue_rqs
` [PATCH 67/79] block: rust: remove the `is_poll` parameter from `queue_rq`
` [PATCH 68/79] block: rust: add a debug assert for refcounts
` [PATCH 69/79] block: rust: add `TagSet::tag_to_rq`
` [PATCH 70/79] block: rust: add `Request::queue_index`
` [PATCH 71/79] block: rust: add `Request::requeue`
` [PATCH 72/79] block: rust: add `request_timeout` hook
` [PATCH 73/79] block: rnull: add fault injection support
` [PATCH 74/79] block: rust: add max_sectors option to `GenDiskBuilder`
` [PATCH 75/79] block: rnull: allow configuration of the maximum IO size
` [PATCH 76/79] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH 77/79] block: rnull: add `virt_boundary` option
` [PATCH 78/79] block: rnull: add `shared_tag_bitmap` config option
` [PATCH 79/79] block: rnull: add zone offline and readonly configfs files

[PATCH v3 0/3] arm64: Fixes for __READ_ONCE() with CONFIG_LTO=y
 2026-02-15 23:40 UTC  (15+ messages)
` [PATCH v3 3/3] arm64, compiler-context-analysis: Permit alias analysis through "

[PATCH v5 0/7] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support and other cleanups
 2026-02-15 23:33 UTC  (8+ messages)
` [PATCH v5 1/7] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v5 2/7] fbdev: au1100fb: Mark several local functions as static
` [PATCH v5 3/7] fbdev: au1100fb: Use proper conversion specifiers in printk formats
` [PATCH v5 4/7] fbdev: au1100fb: Make driver compilable on non-mips platforms
` [PATCH v5 5/7] fbdev: au1100fb: Replace custom printk wrappers by pr_*
` [PATCH v5 6/7] fbdev: au1100fb: Fold au1100fb.h into its only user
` [PATCH v5 7/7] fbdev: au1100fb: Replace license boilerplate by SPDX header

[PATCH 1/1] io_uring/zcrx: move zcrx uapi into separate header
 2026-02-15 23:31 UTC 

[ANN] netdev development stats for 7.0 (and some AI review thoughts)
 2026-02-15 23:31 UTC  (2+ messages)

[PATCH] rust: alloc: allow different error types in `KBox::pin_slice`
 2026-02-15 23:29 UTC  (5+ messages)

[PATCH 1/1] io_uring/zcrx: declare some constants for query
 2026-02-15 23:29 UTC 

[PATCH] rust: sync: add lazy initialization methods to SetOnce
 2026-02-15 23:28 UTC  (2+ messages)

[PATCH] rust: sync: add `UniqueArc::as_ptr`
 2026-02-15 23:26 UTC  (2+ messages)

[PATCH] rust: sync: export lock::do_unlocked
 2026-02-15 23:24 UTC  (2+ messages)

[PATCH 0/5] gitweb: fix broken mobile layouts across views
 2026-02-15 23:20 UTC  (3+ messages)
` [PATCH 3/5] gitweb: fix mobile page overflow across log/commit/blob/diff views

Possible memory leaks in 'starfive_pcie_probe'
 2026-02-15 23:16 UTC 

[PATCH v2 0/4] iio: adc: ad4080: add support for AD4880 dual-channel ADC
 2026-02-15 23:16 UTC  (7+ messages)

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-15 23:13 UTC  (4+ messages)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page

[Buildroot] [PATCH 1/4] package/gensio: bump version to 3.0.2
 2026-02-15 23:10 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] package/gensio: add udev optional dependency
` [Buildroot] [PATCH 3/4] package/gensio: add portaudio "
` [Buildroot] [PATCH 4/4] package/ser2net: bump version to 4.6.7

[PATCH] sound: echoaudio: Add SPDX ids to some files
 2026-02-15 22:34 UTC  (2+ messages)

[RFC v2 PATCH 00/13] hwspinlock: move device alloc into core and refactor includes
 2026-02-15 22:54 UTC  (14+ messages)
` [RFC PATCH v2 01/13] hwspinlock: add helpers to retrieve core data
` [RFC PATCH v2 02/13] hwspinlock: add callback to fill private data of a hwspinlock
` [RFC PATCH v2 03/13] hwspinlock: omap: use new callback to initialize hwspinlock priv
` [RFC PATCH v2 04/13] hwspinlock: qcom: "
` [RFC PATCH v2 05/13] hwspinlock: sprd: "
` [RFC PATCH v2 06/13] hwspinlock: stm32: "
` [RFC PATCH v2 07/13] hwspinlock: sun6i: "
` [RFC PATCH v2 08/13] hwspinlock: handle hwspinlock device allocation in the core
` [RFC PATCH v2 09/13] hwspinlock: move entries from internal to public header
` [RFC PATCH v2 10/13] hwspinlock: remove internal header
` [RFC PATCH v2 11/13] hwspinlock: sort include and update copyright
` [RFC PATCH v2 12/13] hwspinlock: refactor provider.h from public header
` [RFC PATCH v2 13/13] hwspinlock: refactor consumer.h "

[PATCH linux dev-6.18 v1 0/3] Axiado AX3000 SoC SPI DB controller driver
 2026-02-13  7:09 UTC  (4+ messages)
` [PATCH linux dev-6.18 v1 1/3] spi: dt-bindings: axiado,ax3000-spi: Add binding for Axiado SPI DB controller
` [PATCH linux dev-6.18 v1 2/3] spi: axiado: Add driver "
` [PATCH linux dev-6.18 v1 3/3] MAINTAINERS: Add entries for the "

[PATCH v2] mm: thp: deny THP for files on anonymous inodes
 2026-02-15 22:48 UTC  (3+ messages)

[RFC PATCH] drm/sitronix: add ST7789V panel driver
 2026-02-15 22:45 UTC  (4+ messages)

[PATCH RFC 0/2] pinctrl: add syscon-backed packed-field pinctrl driver and DT bindings
 2026-02-13 13:47 UTC  (3+ messages)
` [PATCH RFC 1/2] dt-bindings: pinctrl: Add pinctrl-packed

[PATCH v2] smb: client: terminate session upon failed client required signing
 2026-02-15 22:42 UTC  (6+ messages)

[raw2rgbpnm,PATCHv2] Add warning for incorrect bayer layout conversions
 2026-02-15 22:36 UTC  (2+ messages)

[PATCH 0/2] rust: pages that cannot be racy
 2026-02-15 22:33 UTC  (3+ messages)
` [PATCH 2/2] rust: page: add method to copy data between safe pages

[PATCH v3] iio: trigger: use put_device() in viio_trigger_alloc() error path
 2026-02-15 22:23 UTC 

[PATCH] ref-filter: don't declare a strdup'd variable const before writing to it
 2026-02-15 22:23 UTC  (3+ messages)
` [PATCH 0/4] cleaning up ref-filter lstrip/rstrip code

kernel/trace/ftrace.c:3603:59: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2026-02-15 22:22 UTC 

[PATCH v1 1/2] arm64: dts: add missing sram-supply to mali gpu nodes
 2026-02-15 22:21 UTC  (3+ messages)
` [PATCH v1 2/2] drm/panthor: treat sram as mandatory except mt8196

[Buildroot] [git commit] configs/acmesystems_acqua_a5_*: remove at91bootstrap3 license
 2026-02-15 22:13 UTC 

[Buildroot] [git commit] package/intel-mediadriver: bump version to 26.1.2
 2026-02-15 22:17 UTC 

[Buildroot] [git commit] package/php: security bump version to 8.5.3
 2026-02-15 22:14 UTC 

[Buildroot] [git commit] package/intel-vpl-gpu-rt: bump version to 26.1.2
 2026-02-15 22:17 UTC 

[Buildroot] [git commit] package/kodi-pvr-mythtv: bump version to 21.2.15-Omega
 2026-02-15 22:18 UTC 

[Buildroot] [PATCH 1/1] package/kodi-pvr-mythtv: bump version to 21.2.15-Omega
 2026-02-15 22:18 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/intel-mediadriver: bump version to 26.1.2
 2026-02-15 22:18 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/intel-vpl-gpu-rt: "

[Buildroot] [PATCH 1/1] package/php: security bump version to 8.5.3
 2026-02-15 22:17 UTC  (2+ messages)

tools/testing/selftests/../../../usr/include/asm/bitsperlong.h:10:9: warning: '__BITS_PER_LONG' macro redefined
 2026-02-15 22:13 UTC 

[PATCH v2 1/1] io_uring: delay sqarray static branch disablement
 2026-02-15 22:13 UTC  (2+ messages)

[PATCH 1/1] io_uring/query: add query.h copyright notice
 2026-02-15 22:13 UTC  (2+ messages)

[PATCH io_uring-7.0] io_uring/query: return support for custom rx page size
 2026-02-15 22:13 UTC  (5+ messages)

[PATCH 1/1] io_uring/zcrx: check unsupported flags on import
 2026-02-15 22:13 UTC  (2+ messages)

[PATCH v5 0/3] rust: alloc: add KVVec shrinking method
 2026-02-15 22:13 UTC  (4+ messages)
` [PATCH v5 2/3] rust: alloc: add KUnit tests for KVVec shrink_to

[RFC PATCH] dmaengine: xilinx_dma: device-wide directions cause ASoC cyclic DMA regression
 2026-02-15 21:47 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: remove at91bootstrap3 licence
 2026-02-15 22:12 UTC  (2+ messages)

[PATCH] checklayer: fix get_depgraph() hang when command fails
 2026-02-15 22:10 UTC 

[PATCH v2 0/8] Hexagon (target/hexagon) Check opcodes versions
 2026-02-15 22:04 UTC  (9+ messages)
` [PATCH v2 1/8] Hexagon (target/hexagon) Properly handle Hexagon CPU version
` [PATCH v2 2/8] Hexagon (linux-user/hexagon) Identify Hexagon version in ELF file
` [PATCH v2 3/8] Hexagon (target/hexagon) Add Hexagon version field to DisasContext
` [PATCH v2 4/8] Hexagon (target/hexagon) Introduce tag_rev_info.c.inc
` [PATCH v2 5/8] Hexagon (target/hexagon) Check each opcode against current CPU version
` [PATCH v2 6/8] Hexagon (target/hexagon) Disassembly of invalid packets
` [PATCH v2 7/8] tests/tcg/hexagon: Add test for revision-gated instruction decoding
` [PATCH v2 8/8] Hexagon (target/hexagon) Remove snprint_a_pkt_debug

[Buildroot] [PATCH 1/1] support/testing/run-tests: specify multiprocessing method
 2026-02-15 22:04 UTC  (6+ messages)

kernel/futex/core.c:505:38: sparse: sparse: cast removes address space '__user' of expression
 2026-02-15 22:01 UTC 

[Buildroot] [PATCH 1/3] linux: make license option visible for _CUSTOM_VERSION as well
 2026-02-15 22:00 UTC  (4+ messages)
` [Buildroot] [PATCH 3/3] openblocks_a6_defconfig: specify Linux license file

[PATCH 1/1] io_uring: delay sqarray static branch disablement
 2026-02-15 21:59 UTC  (4+ messages)

Push Certificates: Privacy Concerns Regarding the "pushee" Header
 2026-02-15 21:58 UTC 

[PATCH v8 0/4] efi_vars: Implement SPI Flash storage for EFI
 2026-02-15 21:55 UTC  (4+ messages)
` [PATCH v8 4/4] efi_vars: Implement SPI Flash store

[PATCH v4 2/2] iio: light: vcnl4000: add support for Capella CM36686 and CM36672P
 2026-02-15 21:55 UTC  (3+ messages)

[OE-core][PATCH 1/2] mdadm: upgrade 4.4 -> 4.5
 2026-02-15 21:53 UTC  (6+ messages)
` [OE-core][PATCH 2/2] mdadm: catch sed substitution failure during install

[PATCH v1 bpf/net 5/6] sockmap: Consolidate sk_psock_skb_ingress_self()
 2026-02-15 21:50 UTC  (2+ 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.