messages from 2026-02-15 20:44:41 to 2026-02-15 23:45:16 UTC [more...]
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-02-15 23:36 UTC (57+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 06/79] block: rust: add `Request` private data support
` [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 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 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 31/79] block: rnull: add volatile cache emulation
` [PATCH 32/79] block: rust: implement `Sync` for `GenDisk`
` [PATCH 34/79] block: rust: introduce an idle type state for `Request`
` [PATCH 35/79] block: rust: add a request queue abstraction
` [PATCH 39/79] block: rust: add `GenDisk::queue_data`
` [PATCH 42/79] block: rnull: add shared tags
` [PATCH 43/79] block: rnull: add queue depth config option
` [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 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 54/79] block: rnull: add REQ_OP_FLUSH support
` [PATCH 56/79] block: rust: add abstraction for block queue feature flags
` [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 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 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 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 76/79] block: rust: add `virt_boundary_mask` "
` [PATCH 77/79] block: rnull: add `virt_boundary` option
` [PATCH 79/79] block: rnull: add zone offline and readonly configfs files
[PATCH] io_uring: remove unneeded io_send_zc accounting
2026-02-15 23:39 UTC (2+ messages)
[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
[PATCH v3 0/3] arm64: Fixes for __READ_ONCE() with CONFIG_LTO=y
2026-02-15 23:18 UTC (14+ messages)
` [PATCH v3 3/3] arm64, compiler-context-analysis: Permit alias analysis through "
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 (6+ 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 (6+ 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)
[PATCH] drm/amdgpu: reduce queue timeout to 2 seconds
2026-02-15 21:49 UTC (3+ messages)
[PATCH] crypto: atmel-sha204a - Fix OTP sysfs read and error handling
2026-02-15 21:48 UTC (3+ messages)
[PATCH 00/10] net/tap: tests, cleanups, and error path fixes
2026-02-15 21:45 UTC (3+ messages)
` [PATCH 03/10] net/tap: clarify TUN/TAP flag assignment
kernel/sched/fair.c:11657:44: sparse: sparse: incorrect type in initializer (different address spaces)
2026-02-15 21:41 UTC
[Buildroot] [PATCH 1/4] package/python-rich: bump to version 14.3.2
2026-02-15 21:39 UTC (4+ messages)
` [Buildroot] [PATCH 2/4] package/python-textual: bump to version 7.5.0
` [Buildroot] [PATCH 3/4] package/python-pyasynchat: bump to version 1.0.5
` [Buildroot] [PATCH 4/4] package/python-pyasyncore: bump version to 1.0.5
[PATCH net] net: atlantic: fix reading SFP module info on some AQC100 cards
2026-02-15 21:26 UTC
[PATCH] staging: sm750fb: add missing const to g_fbmode array
2026-02-15 21:31 UTC
[PATCH] fault-inject: rust: add a Rust API for fault-injection
2026-02-15 21:30 UTC
Fwd: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022/2025 for testing, 2026-02-14
2026-02-15 21:29 UTC
[PATCH 0/2] kbuild: rpm-pkg: Address -debuginfo build regression with RPM < 4.20.0
2026-02-15 21:29 UTC (5+ messages)
[RFC] Landlock: mutable domains (and supervisor notification uAPI options)
2026-02-15 21:23 UTC (2+ messages)
[PATCH v1 bpf/net 2/6] sockmap: Annotate sk->sk_write_space() for UDP
2026-02-15 21:21 UTC (2+ messages)
[tip:master] BUILD SUCCESS 4714ae9d8c803f17b6a11acb3c73f2a8636049ed
2026-02-15 21:20 UTC
[tip:tip/urgent] BUILD SUCCESS 21ad18e49eb528232358f8117d072c53fb8db5fa
2026-02-15 21:20 UTC
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
2026-02-15 21:18 UTC (4+ messages)
[PATCH 0/2] rust: add a few helpers
2026-02-15 21:06 UTC (3+ messages)
[regression][bisected] git-subtree remote desynchronization
2026-02-15 21:05 UTC (6+ messages)
[syzbot] [cgroups?] general protection fault in rebuild_sched_domains_locked
2026-02-15 21:05 UTC
[syzbot] [squashfs?] general protection fault in squashfs_copy_data
2026-02-15 21:04 UTC
[PATCH] rust: hrtimer: add active() method to query timer state
2026-02-15 20:59 UTC (2+ messages)
[NEXT] Pull request efi-next-2026-02-15
2026-02-15 20:59 UTC (2+ messages)
[syzbot] [ntfs3?] WARNING in ntfs_extend_initialized_size (2)
2026-02-15 20:54 UTC
[syzbot] [media?] [usb?] memory leak in dvb_register_device
2026-02-15 20:54 UTC
[PATCH 0/2] rust: impl_flags: add convenience functions
2026-02-15 20:53 UTC (3+ messages)
` [PATCH 1/2] rust: impl_flags: add conversion functions
[PATCH] crypto: atmel-sha204a - Fix error codes in OTP reads
2026-02-15 20:51 UTC
[PATCH net v6 0/1] net/sched: act_gate: snapshot parameters with RCU on replace
2026-02-15 20:45 UTC (3+ messages)
` [PATCH net v6 1/1] "
[PATCH v3 0/3] mm/swap: hibernate: improve hibernate performance with new allocator
2026-02-15 20:43 UTC (3+ messages)
` [PATCH v3 1/3] mm, swap: speed up hibernation allocation and writeout
Brother Thermal printer app
2026-02-15 20:44 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.