# Meeting 2025-04-30
<!-- Leave your topic starting with ### in the relevant sections below -->
## Critical
<!-- bugs, soundness issues, urgent patches/reviews etc. -->
## Status Reports
<!-- You want to report on something you are working on/request reviews.
Or you want to know the status of something someone else is doing -->
## Discussion Questions
<!-- Anything that requires lengthy discussion/more general questions also fit here -->
* [change `<Arc<T> as
ForeignOwnable>::PointedTo` to `T`](https://lore.kernel.org/all/20250227-configfs-v5-1-c40e8dc3b9cd@kernel.org)
* Regarding `PointedTo`: https://lore.kernel.org/rust-for-linux/20240309235927.168915-3-mcanal@igalia.com/
* [atomic patchset](https://lore.kernel.org/rust-for-linux/20250421164221.1121805-1-boqun.feng@gmail.com/) needs some reviews.
+ By the way, https://doc.rust-lang.org/nightly/core/sync/atomic/type.Atomic.html just landed for 1.88.
+ make `barrier()` private at the start -> Boqun
+ naming: Add doc alias -> Boqun (Miguel: send the docs note, mention to bitmap; Alice: also for the `strncpy` series)
+ load(), store() (in C read() + set())
+ xchg()
+ cmpxchg()
* Also the [percpu patchset](https://lore.kernel.org/rust-for-linux/20250414-rust-percpu-v2-0-5ea0d0de13a5@gmail.com/).
* [`Refcount` patchset](https://lore.kernel.org/rust-for-linux/20250219201602.1898383-1-gary@garyguo.net/), there is a report by 0day: https://lore.kernel.org/lkml/87ecxa2guu.fsf@kernel.org/
* Boqun: if Gary can set a respin with the report included, and we have enough review, boqun would try to take that via tip.
## Miscellaneous
<!-- stuff that does not fit into other categories -->
### `pin-init` changes could use more RBs
<https://lore.kernel.org/all/20250421221728.528089-1-benno.lossin@proton.me>
<https://lore.kernel.org/all/20250426083901.13289-1-benno.lossin@proton.me>