The bulk of this change occurs in the latter commit, please see its message for details. The first commit was developed in another series not yet shared with the list but was picked into this series to allow `HasWork::work_container_of` to return `container_of!` without the need to cast from `*const Self` to `*mut Self`. Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx> --- Tamir Duberstein (2): rust: retain pointer mut-ness in `container_of!` rust: workqueue: remove HasWork::OFFSET rust/kernel/lib.rs | 5 ++--- rust/kernel/pci.rs | 2 +- rust/kernel/platform.rs | 2 +- rust/kernel/rbtree.rs | 23 ++++++++++------------- rust/kernel/workqueue.rs | 45 ++++++++++++--------------------------------- 5 files changed, 26 insertions(+), 51 deletions(-) --- base-commit: ff64846bee0e7e3e7bc9363ebad3bab42dd27e24 change-id: 20250307-no-offset-e463667a72fb Best regards, -- Tamir Duberstein <tamird@xxxxxxxxx>