Re: [PATCH v2] rust: sync: rcu: Mark Guard methods as inline

2025-03-21 Thread Joel Fernandes
e add all reviewed-by and acked-by tags on resubmissions. This time I added it. Also I fixed up the demanging to make the change log look less ugly, let me know if it doesn't look Ok. --------8<- From: I Hsin Cheng Subject: [PATCH v2] rust: sync: rcu: Mark Guard methods

[PATCH v2] rust: sync: rcu: Mark Guard methods as inline

2025-03-18 Thread I Hsin Cheng
Currently the implementation of "Guard" methods are basically wrappers around rcu's function within kernel. Building the kernel with llvm 18.1.8 on x86_64 machine will generate the following symbols: $ nm vmlinux | grep ' _R'.*Guard | rustfilt 817b6c90 T ::new 817b6cb0 T ::unlock f