Message ID | 20240123214420.25716-1-luizluca@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: realtek: variants to drivers, interfaces to a common module | expand |
Sorry for the mess. The cover-letter broke the subject-prefix I was using. I'll resent using the correct prefix/version. Regards, Luiz
On Tue, Jan 23, 2024 at 10:55 PM Luiz Angelo Daros de Luca <luizluca@gmail.com> wrote: > Sorry for the mess. The cover-letter broke the subject-prefix I was > using. I'll resent using the correct prefix/version. Why not check out the "b4" tool? It helps with this kind of stuff. https://lore.kernel.org/netdev/CACRpkdaXV=P7NZZpS8YC67eQ2BDvR+oMzgJcjJ+GW9vFhy+3iQ@mail.gmail.com/ It's not very magical, from v4 I would create a new branch: b4 prep -n rtl83xx -f v6.8-rc1 b4 prep --force-version 5 b4 prep --set-prefixes net-next b4 prep --edit cover <insert contents of patch 0/11 cover letter> then cherry pick the 11 patches on top of that branch and next time you b4 send it, it will pop out as v5. OK I know it's a bit of threshold but the b4 threshold is really low. Yours, Linus Walleij
> Why not check out the "b4" tool? It helps with this kind of > stuff. > https://lore.kernel.org/netdev/CACRpkdaXV=P7NZZpS8YC67eQ2BDvR+oMzgJcjJ+GW9vFhy+3iQ@mail.gmail.com/ > > It's not very magical, from v4 I would create a new branch: > b4 prep -n rtl83xx -f v6.8-rc1 > b4 prep --force-version 5 > b4 prep --set-prefixes net-next > b4 prep --edit cover > <insert contents of patch 0/11 cover letter> > then cherry pick the 11 patches on top of that branch > and next time you b4 send it, it will pop out as v5. > > OK I know it's a bit of threshold but the b4 threshold is > really low. > > Yours, > Linus Walleij Thanks Linus, It definitely looks nice and it was already on my TODO list. I'll try that in the next round. I just need to test it a little bit more. That's why I used my old workflow this time. Regards, Luiz