linux/rust/kernel
Miguel Ojeda 961b72d45a rust: block: update `const_refs_to_static` MSRV TODO comment
`feature(const_refs_to_static)` was stabilized in Rust 1.83.0 [1].

Thus update the comment to reflect that.

Link: https://github.com/rust-lang/rust/pull/129759 [1]
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-17-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2026-04-07 10:00:24 +02:00
..
alloc rust: alloc: simplify with `NonNull::add()` now that it is stable 2026-04-07 10:00:24 +02:00
block rust: block: update `const_refs_to_static` MSRV TODO comment 2026-04-07 10:00:24 +02:00
debugfs Driver core changes for 7.0-rc1 2026-02-11 17:43:59 -08:00
device
drm
fs
io
iommu
irq Rust fixes for v7.0-rc1 2026-02-22 08:43:31 -08:00
list rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code 2026-04-07 10:00:23 +02:00
mm
net
num rust: add `const_assert!` macro 2026-03-30 02:03:49 +02:00
pci rust: io: macro_export io_define_read!() and io_define_write!() 2026-02-23 00:54:02 +01:00
str
sync rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code 2026-04-07 10:00:23 +02:00
time
.gitignore
acpi.rs
alloc.rs
auxiliary.rs
bitmap.rs
bits.rs
block.rs
bug.rs
build_assert.rs rust: rework `build_assert!` documentation 2026-03-30 02:03:52 +02:00
clk.rs rust: clk: implement Send and Sync 2026-04-03 11:57:35 +02:00
configfs.rs
cpu.rs
cpufreq.rs
cpumask.rs
cred.rs
debugfs.rs
device.rs
device_id.rs
devres.rs
dma.rs
driver.rs
error.rs rust: error: clarify that `from_err_ptr` can return `Ok(NULL)` 2026-04-03 11:56:56 +02:00
faux.rs
firmware.rs
fmt.rs
fs.rs
generated_arch_reachable_asm.rs.S
generated_arch_static_branch_asm.rs.S
generated_arch_warn_asm.rs.S
i2c.rs rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref 2026-03-15 20:30:29 +01:00
id_pool.rs
impl_flags.rs
init.rs
io.rs rust: io: macro_export io_define_read!() and io_define_write!() 2026-02-23 00:54:02 +01:00
ioctl.rs
iov.rs
irq.rs
jump_label.rs
kunit.rs rust: kunit: fix warning when !CONFIG_PRINTK 2026-03-02 10:01:15 -07:00
lib.rs rust: kbuild: remove `feature(...)`s that are now stable 2026-04-07 10:00:24 +02:00
list.rs rust: list: hide macros from top-level kernel doc 2026-03-27 12:15:47 +01:00
maple_tree.rs
miscdevice.rs
mm.rs
module_param.rs
net.rs
num.rs
of.rs
opp.rs
page.rs
pci.rs
pid_namespace.rs
platform.rs
prelude.rs rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code 2026-04-07 10:00:23 +02:00
print.rs
processor.rs
ptr.rs rust: bump Clippy's MSRV and clean `incompatible_msrv` allows 2026-04-07 09:51:39 +02:00
pwm.rs
rbtree.rs Rust changes for v6.20 / v7.0 2026-02-10 11:53:01 -08:00
regulator.rs
revocable.rs
safety.rs
scatterlist.rs
security.rs
seq_file.rs
sizes.rs
soc.rs
std_vendor.rs
str.rs rust: str: improve safety comment for CString::try_from_fmt 2026-03-23 00:08:55 +01:00
sync.rs
task.rs rust: task: use `as_char_ptr` instead of `as_ptr().cast()` 2026-03-10 23:52:21 +01:00
time.rs
tracepoint.rs
transmute.rs rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()` 2026-04-07 10:00:24 +02:00
types.rs rust: types: remove temporary re-exports of ARef and AlwaysRefCounted 2026-03-15 20:30:29 +01:00
uaccess.rs
usb.rs rust: usb: Update AlwaysRefCounted imports to use sync::aref 2026-03-15 20:30:29 +01:00
workqueue.rs
xarray.rs rust: kernel: mark as `#[inline]` all `From::from()`s for `Error` 2026-03-27 12:49:00 +01:00