messages from 2026-04-02 18:03:19 to 2026-04-07 19:40:00 UTC [more...]
[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-07 19:38 UTC (53+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
[PATCH v2 00/10] ublk: add shared memory zero-copy support
2026-04-07 19:35 UTC (7+ messages)
` [PATCH v2 01/10] ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commands
refactor submit_bio_wait and bio await helpers v3
2026-04-07 18:37 UTC (10+ messages)
` [PATCH 1/5] xfs: fix number of GC bvecs
` [PATCH 2/5] block: unify the synchronous bi_end_io callbacks
` [PATCH 3/5] block: factor out a bio_await helper
` [PATCH 4/5] block: add a bio_submit_or_kill helper
` [PATCH 5/5] xfs: use bio_await in xfs_zone_gc_reset_sync
[PATCH 0/4] drbd: switch from genl_magic to YNL
2026-04-07 17:33 UTC (5+ messages)
` [PATCH 1/4] drbd: move UAPI headers to include/uapi/linux/
` [PATCH 2/4] tools: ynl-gen-c: optionally emit structs and helpers
` [PATCH 3/4] drbd: add YNL genetlink specification
` [PATCH 4/4] drbd: switch from genl_magic macros to YNL-generated code
[PATCH 0/6] block: fix integrity offset/length conversions
2026-04-07 16:48 UTC (20+ messages)
` [PATCH 1/6] blk-integrity: take sector_t in bio_integrity_intervals()
` [PATCH 2/6] block: use integrity interval instead of sector as seed
` [PATCH 3/6] bio-integrity-fs: pass data iter to bio_integrity_verify()
` [PATCH 4/6] bio-integrity-fs: use integrity interval instead of sector as seed
` [PATCH 5/6] t10-pi: use bio_integrity_intervals() helper
` [PATCH 6/6] target: "
refactor submit_bio_wait and bio await helpers v2
2026-04-07 13:59 UTC (10+ messages)
` [PATCH 1/4] block: unify the synchronous bi_end_io callbacks
` [PATCH 2/4] block: factor out a bio_await helper
` [PATCH 3/4] block: add a bio_submit_or_kill helper
` [PATCH 4/4] xfs: use bio_await in xfs_zone_gc_reset_sync
[PATCH v3] drbd: use get_random_u64() where appropriate
2026-04-07 12:27 UTC (3+ messages)
[PATCH blktests] block/038: cap submit_queues to min(4, nproc) to fix failure on low CPU machines
2026-04-07 8:36 UTC
[bug report] Oops: general protection fault observed during blktests nvme/fc nvme/057 nvme/058
2026-04-07 8:35 UTC
[PATCH 0/2] block: fix pgmap handling for zone device pages in bio merge paths
2026-04-07 7:08 UTC (8+ messages)
` [PATCH 2/2] block: allow different-pgmap pages as separate bvecs in bio_add_page
[RFC] block/nvme: exploring asynchronous durability notification semantics
2026-04-07 5:48 UTC (3+ messages)
[PATCH blktests] src/dio-offsets.c: Fix err() usage
2026-04-07 3:37 UTC (4+ messages)
[PATCH] drbd: remove DRBD_GENLA_F_MANDATORY flag handling
2026-04-07 2:22 UTC (2+ messages)
[bug report]nvmet_auth kmemleak observed during blktests
2026-04-07 1:23 UTC (4+ messages)
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
2026-04-06 19:55 UTC (2+ messages)
[PATCH v2] blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()
2026-04-06 19:03 UTC (3+ messages)
[PATCH v2 0/2] ublk: fix infinite loop in ublk server teardown
2026-04-06 14:38 UTC (7+ messages)
` [PATCH v2 1/2] ublk: reset per-IO canceled flag on each fetch
` [PATCH v2 2/2] selftests: ublk: test that teardown after incomplete recovery completes
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-06 13:21 UTC (25+ messages)
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
[PATCH] t10-pi: reduce ref tag code duplication
2026-04-06 6:24 UTC (3+ messages)
refactor submit_bio_wait and bio await helpers
2026-04-06 5:51 UTC (7+ messages)
` [PATCH 2/4] block: factor out a bio_await helper
` [PATCH 3/4] block: add a bio_submit_or_kill helper
[PATCH v2] block: Fix general protection fault in bio_integrity_map_user()
2026-04-06 5:39 UTC (6+ messages)
[PATCH 0/2] ublk: fix infinite loop in ublk server teardown
2026-04-06 3:37 UTC (8+ messages)
` [PATCH 1/2] ublk: reset per-IO canceled flag on each fetch
` [PATCH 2/2] selftests: ublk: test that teardown after incomplete recovery completes
[PATCH v10 00/13] blk: honor isolcpus configuration
2026-04-06 3:29 UTC (20+ messages)
` [PATCH v10 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v10 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v10 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v10 07/13] scsi: Use "
` [PATCH v10 08/13] virtio: blk/scsi: use "
` [PATCH v10 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v10 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus
[PATCH] bdev: remove unused BVEC_ITER_ALL_INIT
2026-04-04 14:10 UTC (2+ messages)
[PATCH blktests 0/7] Skip tests if scsi_debug module is already loaded and in use
2026-04-04 8:06 UTC (2+ messages)
[PATCH 00/20] DRBD 9 rework
2026-04-03 13:26 UTC (4+ messages)
[PATCH RESEND] block: use sysfs_emit in sysfs show functions
2026-04-03 11:11 UTC (3+ messages)
[PATCH 6.1.y v2 0/6] nvme: correctly fix admin request_queue lifetime
2026-04-03 9:48 UTC (2+ messages)
[PATCH 6.1.y v2 6/6] nvme: fix admin queue leak on controller reset
2026-04-03 9:43 UTC (2+ messages)
[PATCH 6.1.y 5/8] nvme-apple: remove an extra queue reference
2026-04-03 9:35 UTC (4+ messages)
(no subject)
2026-04-03 6:49 UTC
[PATCH v9 00/13] blk: honor isolcpus configuration
2026-04-03 1:54 UTC (12+ messages)
` [PATCH v9 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v9 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
[PATCH v3 00/12] Enable lock context analysis
2026-04-03 0:19 UTC (14+ messages)
` [PATCH v3 01/12] block: Annotate the queue limits functions
` [PATCH v3 02/12] block/bdev: Annotate the blk_holder_ops callback invocations
` [PATCH v3 03/12] block/cgroup: Split blkg_conf_prep()
` [PATCH v3 04/12] block/cgroup: Split blkg_conf_exit()
` [PATCH v3 05/12] block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()
` [PATCH v3 06/12] block/crypto: Annotate the crypto functions
` [PATCH v3 07/12] block/blk-iocost: Add lock context annotations
` [PATCH v3 08/12] block/blk-mq-debugfs: Improve "
` [PATCH v3 09/12] block/blk-zoned: Refactor blkdev_zone_mgmt_ioctl()
` [PATCH v3 10/12] block/kyber: Make the lock context annotations compatible with Clang
` [PATCH v3 11/12] block/mq-deadline: "
` [PATCH v3 12/12] block: Enable lock context analysis
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-04-02 21:58 UTC (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate
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