diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-12 14:16:34 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-12 14:16:34 +0200 |
| commit | f27ae3a6cebc18a864e1dbee98c9e6c12e72b526 (patch) | |
| tree | d849692ee9521805b43bbec9df395d26b72848e0 /rust/uapi/lib.rs | |
| parent | firmware_loader: use SHA-256 library API instead of crypto_shash API (diff) | |
| parent | Linux 6.15-rc6 (diff) | |
| download | linux-f27ae3a6cebc18a864e1dbee98c9e6c12e72b526.tar.gz linux-f27ae3a6cebc18a864e1dbee98c9e6c12e72b526.zip | |
Merge 6.15-rc6 into driver-core-next
We need the driver core fix in here as well for testing
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/uapi/lib.rs')
| -rw-r--r-- | rust/uapi/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/uapi/lib.rs b/rust/uapi/lib.rs index 13495910271f..c98d7a8cde77 100644 --- a/rust/uapi/lib.rs +++ b/rust/uapi/lib.rs @@ -24,6 +24,7 @@ unreachable_pub, unsafe_op_in_unsafe_fn )] +#![cfg_attr(CONFIG_RUSTC_HAS_UNNECESSARY_TRANSMUTES, allow(unnecessary_transmutes))] // Manual definition of blocklisted types. type __kernel_size_t = usize; |
