Re: [PATCH v1] um: fix incompatible argument type in iounmap()

2025-04-09 Thread Danilo Krummrich
On Wed, Apr 09, 2025 at 07:07:56PM +0200, Geert Uytterhoeven wrote: > Hi Miguel, > > CC arnd > > On Wed, 9 Apr 2025 at 16:48, Miguel Ojeda > wrote: > > On Wed, Apr 9, 2025 at 8:16 AM FUJITA Tomonori > > wrote: > > > > > > Align iounmap() signature with other architectures. > > > > Most indeed h

Re: [PATCH v2] rust: helpers: Remove volatile qualifier from io helpers

2025-04-14 Thread Danilo Krummrich
oid __iomem *addr) > | ^ > 1 error generated. > > Fixes: ce30d94e6855 ("rust: add `io::{Io, IoRaw}` base types") > Signed-off-by: FUJITA Tomonori Reviewed-by: Danilo Krummrich @Miguel: This originally landed through driver-core, but I guess subsequent patches should go through the Rust tree.