Re: [PATCH v6 4/5] jump_label: adjust inline asm to be consistent

2024-08-12 Thread Alice Ryhl
On Thu, Aug 8, 2024 at 7:23 PM Alice Ryhl wrote: > > To avoid duplication of inline asm between C and Rust, we need to > import the inline asm from the relevant `jump_label.h` header into Rust. > To make that easier, this patch updates the header files to expose the > inline asm via a new ARCH_STA

Re: [PATCH v6 4/5] jump_label: adjust inline asm to be consistent

2024-08-10 Thread Peter Zijlstra
On Thu, Aug 08, 2024 at 05:23:40PM +, Alice Ryhl wrote: > To avoid duplication of inline asm between C and Rust, we need to > import the inline asm from the relevant `jump_label.h` header into Rust. > To make that easier, this patch updates the header files to expose the > inline asm via a new