Files
linux/rust/kernel
Miguel Ojeda 567cdff53e rust: types: avoid repetition in {As,From}Bytes impls
In order to provide `// SAFETY` comments for every `unsafe impl`, we would
need to repeat them, which is not very useful and would be harder to read.

We could perhaps allow the lint (ideally within a small module), but we
can take the chance to avoid the repetition of the `impl`s themselves
too by using a small local macro, like in other places where we have
had to do this sort of thing.

Thus add the straightforward `impl_{from,as}bytes!` macros and use them
to implement `FromBytes`.

This, in turn, will allow us in the next patch to place a `// SAFETY`
comment that defers to the actual invocation of the macro.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Tested-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://lore.kernel.org/r/20240904204347.168520-4-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2024-10-07 10:49:15 +02:00
..
2024-08-23 06:26:57 +02:00
2024-07-08 23:44:01 +02:00
2023-05-31 17:35:03 +02:00
2024-08-23 06:25:59 +02:00
2024-09-26 17:49:00 +02:00
2024-08-23 06:26:57 +02:00
2024-07-08 23:44:01 +02:00
2024-09-04 23:11:31 +02:00
2024-05-05 19:22:25 +02:00
2024-05-05 19:22:25 +02:00