messages from 2026-02-15 18:33:53 to 2026-02-16 00:57:52 UTC [more...]
[PATCH v2] staging: fbtft: Optimize partial write()
2026-02-16 0:57 UTC
[PATCH v3 0/2] iio: light: gp2ap020a00f: fix return type and simplify locking
2026-02-16 0:53 UTC (3+ messages)
` [PATCH v3 1/2] iio: light: gp2ap020a00f: simplify locking with guard()
` [PATCH v3 2/2] iio: light: gp2ap020a00f: correct return type to int
[PATCH v11] platform/x86: bitland-mifs-wmi: Add new Bitland MIFS WMI driver
2026-02-16 0:47 UTC
[PATCH v2] staging: sm750fb: add missing const to g_fbmode array
2026-02-16 0:39 UTC
[PATCH] nvme: fix memory allocator in nvme_pr_read_keys()
2026-02-16 0:35 UTC
[PATCH] btrfs: report filesystem shutdown via fserror
2026-02-16 0:28 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 (3+ 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)
[PATCH v4] ASoC: simple-card-utils: add sysclk ordering support
2026-02-16 0:15 UTC (2+ messages)
[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
[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)
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 0/2] rust: pages that cannot be racy
2026-02-15 23:40 UTC (5+ messages)
` [PATCH 1/2] rust: page: add `SafePage` for race-free page access
` [PATCH 2/2] rust: page: add method to copy data between safe pages
[PATCH] rust: alloc: allow different error types in `KBox::pin_slice`
2026-02-15 23:29 UTC (5+ messages)
[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 v3 0/3] mm/swap: hibernate: improve hibernate performance with new allocator
2026-02-15 23:20 UTC (6+ messages)
` [PATCH v3 1/3] mm, swap: speed up hibernation allocation and writeout
` [PATCH v3 2/3] mm, swap: reduce indention for hibernate allocation helper
` [PATCH v3 3/3] mm, swap: merge common convention and simplify "
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 (3+ messages)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page
[PATCH] sound: echoaudio: Add SPDX ids to some files
2026-02-15 22:34 UTC (2+ messages)
[PATCH v2] mm: thp: deny THP for files on anonymous inodes
2026-02-15 22:48 UTC (4+ messages)
[RFC PATCH] drm/sitronix: add ST7789V panel driver
2026-02-15 22:45 UTC (4+ messages)
[PATCH v3] iio: trigger: use put_device() in viio_trigger_alloc() error path
2026-02-15 22:23 UTC
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
[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)
kernel/futex/core.c:505:38: sparse: sparse: cast removes address space '__user' of expression
2026-02-15 22:01 UTC
[PATCH v4 2/2] iio: light: vcnl4000: add support for Capella CM36686 and CM36672P
2026-02-15 21:55 UTC (5+ messages)
[PATCH] crypto: atmel-sha204a - Fix OTP sysfs read and error handling
2026-02-15 21:48 UTC (3+ messages)
kernel/sched/fair.c:11657:44: sparse: sparse: incorrect type in initializer (different address spaces)
2026-02-15 21:41 UTC
[PATCH net] net: atlantic: fix reading SFP module info on some AQC100 cards
2026-02-15 21:26 UTC
[PATCH] fault-inject: rust: add a Rust API for fault-injection
2026-02-15 21:30 UTC
[PATCH 0/2] kbuild: rpm-pkg: Address -debuginfo build regression with RPM < 4.20.0
2026-02-15 21:29 UTC (5+ messages)
[tip:master] BUILD SUCCESS 4714ae9d8c803f17b6a11acb3c73f2a8636049ed
2026-02-15 21:20 UTC
[tip:tip/urgent] BUILD SUCCESS 21ad18e49eb528232358f8117d072c53fb8db5fa
2026-02-15 21:20 UTC
[PATCH 0/2] rust: add a few helpers
2026-02-15 21:06 UTC (5+ messages)
` [PATCH 1/2] rust: add a wrapper for the `num_possible_cpus` C function
` [PATCH 2/2] rust: add a wrapper for the `nr_online_nodes` "
[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)
[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 (4+ messages)
` [PATCH 1/2] rust: impl_flags: add conversion functions
` [PATCH 2/2] rust: impl_flags: add bitwise operations with the underlying type
[PATCH] crypto: atmel-sha204a - Fix error codes in OTP reads
2026-02-15 20:51 UTC
[PATCH] rust: hrtimer: document handle based design rationale
2026-02-15 20:36 UTC
[PATCH] configfs: rust: add an API for adding default groups from C
2026-02-15 20:33 UTC
[PATCH v3 2/7] mfd: Add driver for ASUS Transformer embedded controller
2026-02-15 20:28 UTC (2+ messages)
[PATCH] rust: add a ring buffer implementation
2026-02-15 20:24 UTC
[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in sk_msg_recvmsg
2026-02-15 20:21 UTC
[syzbot] [net?] [bpf?] KCSAN: data-race in __udp_enqueue_schedule_skb / sk_psock_drop
2026-02-15 20:21 UTC
[syzbot] [net?] WARNING in inet_sock_destruct (6)
2026-02-15 20:16 UTC (2+ messages)
[PATCH] rust: time: implement `Display` for `Delta`
2026-02-15 20:14 UTC
[PATCH] rust: time: add `Delta::from_nanos`
2026-02-15 20:12 UTC
[PATCH v2] gpio: Avoid NULL dereference in linehandle_create()
2026-02-15 20:05 UTC
[PATCH 0/3] Add wiko-chuppito devictree
2026-02-15 20:02 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: add WIKO SAS
` [PATCH 2/3] dt-bindings: arm: qcom: add wiko,chuppito compatible string
` [PATCH 3/3] arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree
[PATCH v2 6/6] platform/x86: lenovo-wmi-other: Add WMI battery charge limiting
2026-02-15 19:47 UTC (2+ messages)
net/sunrpc/clnt.c:3332:9: sparse: sparse: cast removes address space '__rcu' of expression
2026-02-15 19:47 UTC
[PATCH v4 0/2] iio: light: Add support for Capella cm36686 and cm36672p sensors
2026-02-15 19:38 UTC (12+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: vcnl4000: add Capella CM36686 and CM36672P
[PATCH v2] iio: trigger: fix use-after-free in viio_trigger_alloc()
2026-02-15 19:34 UTC (3+ messages)
[PATCH v3 0/4] iio: accel: adxl345: Add event scaling and doc fixes
2026-02-15 19:29 UTC (4+ messages)
` [PATCH v3 4/4] docs: iio: adxl345: update math and examples for scaling
[PATCHSET v9] sched_ext: Fix ops.dequeue() semantics
2026-02-15 19:16 UTC (5+ messages)
` [PATCH 1/4] sched_ext: Properly mark SCX-internal migrations via sticky_cpu
` [PATCH 2/4] sched_ext: Add rq parameter to dispatch_enqueue()
` [PATCH 3/4] sched_ext: Fix ops.dequeue() semantics
` [PATCH 4/4] selftests/sched_ext: Add test to validate "
/usr/lib/gcc-cross/riscv64-linux-gnu/14/../../../../riscv64-linux-gnu/bin/ld: test_fpu.c:(.text+0x13e): warning: fegetexcept is not implemented and will always fail
2026-02-15 19:18 UTC
[syzbot] [kernel?] KMSAN: uninit-value in __flush_smp_call_function_queue
2026-02-15 19:05 UTC (2+ messages)
[GIT PULL] Documentation fixes for 7.0
2026-02-15 18:58 UTC (2+ messages)
[GIT PULL] 9p update for 7.0-rc1
2026-02-15 18:58 UTC (2+ messages)
[PATCH] pstore: fix ftrace dump, when ECC is enabled
2026-02-15 18:51 UTC
[PATCH v3 0/5] iio: adc: ad4080: add support for AD4880 dual-channel ADC
2026-02-15 18:42 UTC (6+ messages)
` [PATCH v3 1/5] spi: allow ancillary devices to share parent's chip selects
` [PATCH v3 5/5] iio: adc: ad4080: add support for AD4880 dual-channel ADC
[RFC PATCH 0/2] Add wakeup support from system suspend
2026-02-15 18:33 UTC (2+ messages)
` [RFC PATCH 2/2] arm64: dts: qcom: lemans-evk: Enable wakeup for primary USB controller
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox