Re: [PATCH 01/11] rust: helpers: io: use macro to generate io accessor functions

2025-05-12 Thread kernel test robot
Hi Andrew, kernel test robot noticed the following build errors: [auto build test ERROR on 92a09c47464d040866cf2b4cd052bc60555185fb] url: https://github.com/intel-lab-lkp/linux/commits/Andrew-Ballance/rust-helpers-io-use-macro-to-generate-io-accessor-functions/20250509-111818 base: 92a09c4

Re: [PATCH 01/11] rust: helpers: io: use macro to generate io accessor functions

2025-05-08 Thread Arnd Bergmann
On Fri, May 9, 2025, at 05:15, Andrew Ballance wrote: > + > +define_rust_mmio_read_helper(readb, u8); > +define_rust_mmio_read_helper(readw, u16); > +define_rust_mmio_read_helper(readl, u32); This makes it harder to grep for the definitions when trying to follow the code flow. Can you find a way t