On 2019/01/21 17:37, Jan Kara wrote: > On Thu 17-01-19 14:18:56, Dmitry Vyukov wrote: >> Also a good question is how many other my patches were lost that I now >> have no idea about? I discovered this one by pure accident. > > Well, I do keep track of my own submitted patches in my git tree and > occasionally sweep through it and resubmit / ping about lost ones. But yes, > it requires some motivation and self-discipline which is not always present > for drive-by contributions. I use quilt. quilt is simple and easier for me than git. You can maintain a file named "series" and do "quilt push -a" && "quilt pop -a" for automatic checking. By the way, isn't Andrew Morton still using quilt?