On Fri, May 30, 2025 at 01:52:41PM -0700, Luck, Tony wrote: > On Fri, May 30, 2025 at 12:27:11PM +0200, Borislav Petkov wrote: > > On Tue, May 06, 2025 at 02:38:13PM -0700, Zaid Alali wrote: > There isn't a fancy "debugfs_create_x128_le()" helper to manage these > 128-bit little endian numbers. So I've coded with the basic building > blocks (though using copy_from_user() and copy_to_user() feels like > back in the stone age). If there some helpers that I missed I'd be > happy to see that part simplified. simple_read_from_buffer() and simple_write_to_buffer() may be the helpers that I didn't spot earlier. -Tony