diff options
author | Benno Lossin <benno.lossin@proton.me> | 2025-03-08 14:04:43 +0300 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2025-03-16 23:59:18 +0300 |
commit | 5657c3a9faf6c1243cecc9314244c92bfcd1ecad (patch) | |
tree | 8999fc069ff6d4bc3d1910edbc375a997110756b /scripts/gdb/linux/tasks.py | |
parent | 9d29c682f00c3d8dd5727f6a350c4f6ecccc3913 (diff) | |
download | linux-5657c3a9faf6c1243cecc9314244c92bfcd1ecad.tar.xz |
rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
When making pin-init its own crate, `Zeroable` will no longer be defined
by the kernel crate and thus implementing it for `Option<Box<T, A>>` is
no longer possible due to the orphan rule.
For this reason introduce a new `ZeroableOption` trait that circumvents
this problem.
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Fiona Behrens <me@kloenk.dev>
Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Tested-by: Andreas Hindborg <a.hindborg@kernel.org>
Link: https://lore.kernel.org/r/20250308110339.2997091-11-benno.lossin@proton.me
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions