> Use `git format-patch ...` tool. When create a series, be sure you run it: > - with -v<n>, where <n> is a version number (makes sense from v2) > - with --thread (it will be properly formed in a thread) > - with --cover-letter (don't forget to file the patch 0/n message) Thanks for your advice. Then Should I submit this patch again> On Tue, Dec 8, 2020 at 12:32 AM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > On Sun, Dec 06, 2020 at 03:46:24PM +0900, Levi Yun wrote: > > Inspired find_next_*_bit and find_last_bit, add find_last_zero_bit > > And add le support about find_last_bit and find_last_zero_bit. > > Use `git format-patch ...` tool. When create a series, be sure you run it: > - with -v<n>, where <n> is a version number (makes sense from v2) > - with --thread (it will be properly formed in a thread) > - with --cover-letter (don't forget to file the patch 0/n message) > > -- > With Best Regards, > Andy Shevchenko > >