Hi Catalin, On Mon, Jun 24, 2019 at 4:51 PM Catalin Marinas <catalin.marinas@xxxxxxx> wrote: > On Mon, Jun 24, 2019 at 03:23:46PM +0100, Russell King wrote: > > On Mon, Jun 24, 2019 at 04:18:28PM +0200, Thomas Gleixner wrote: > > > I talked to Russell King and he suggested to file the ARM parts into his > > > patch system and he'll pick them up after 5.3-rc1. > > > > > > https://www.arm.linux.org.uk/developer/patches/ > > > > > > I paged out how to deal with it, but you'll surely manage :) > > > > Easy way: ask git to add the "KernelVersion" tag as a header to the > > email using --add-header to e.g. git format-patch, and just mail them > > to patches@xxxxxxxxxxxxxxx > > Although I haven't send patches to Russell in a while, I still have a > git alias in my .gitconfig (only works with one patch at a time IIRC, > sending multiple patches may arrive in a different order): > > [alias] > send-rmk-email = !git send-email --add-header=\"KernelVersion: $(git describe --abbrev=0)\" --no-thread --suppress-cc=all --to="patches@xxxxxxxxxxxxxxxx" Doesn't seem to work: no header was added, and my patch was rejected. There does seem to be a "--add-header" option for git-format-patch, but it adds the header at the top, just below the "Subject:"-header, instead of below the "---", so that needs manual editing, too. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds