On Thu, Aug 15, 2024 at 12:30 PM Andreas Hindborg <nmi@xxxxxxxxxxxx> wrote: > > From: Andreas Hindborg <a.hindborg@xxxxxxxxxxx> > > This patch splits up the rust helpers C file. When rebasing patch sets on > upstream linux, merge conflicts in helpers.c is common and time consuming > [1]. Thus, split the file so that each kernel component can live in a > separate file. > > This patch lists helper files explicitly and thus conflicts in the file > list is still likely. However, they should be more simple to resolve than > the conflicts usually seen in helpers.c. > > Link: https://rust-for-linux.zulipchat.com/#narrow/stream/288089-General/topic/Splitting.20up.20helpers.2Ec/near/426694012 [1] > Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxxx> Looks good to me. Obviously this will cause some conflicts with other stuff, but that's okay. Better to get it over with. Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx> Alice