Message ID | ZrQ97Zz27Tzmr0Zi@tardis (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] LOCKDEP changes for v6.12 | expand |
On Wed, Aug 07, 2024 at 08:39:25PM -0700, Boqun Feng wrote: > Hi Peter & Ingo, > > Per discussion: > > https://lore.kernel.org/lkml/20240802151619.GN39708@noisy.programming.kicks-ass.net/ > > I'm sending a PR with some lockdep changes to tip. > > > The following changes since commit d5934e76316e84eced836b6b2bafae1837d1cd58: > > cleanup: Add usage and style documentation (2024-08-05 16:54:41 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/boqun/linux tags/lockdep-for-tip.20240806 > Right, so a few things for next time, could you read Documentation/process/maintainer-tip.rst and make sure patches more or less adhere to the things outlined there. Things I noticed in the few seconds I looked at things: Subjects don't start with a capital letter after the ':' The Changelog for the lockdep-vs-rcu thing can be much condensed by not including full stack dumps but only the relevant information. If you don't want to edit patches by hand, you're free to push back and get the submitter to do things before applying them. Anyway, since I'm about to head out to the beach, I'm pulling this. Also I need to figure out how git works with remotes and tags... stupid things :-)
On Thu, Aug 08, 2024 at 12:19:39PM +0200, Peter Zijlstra wrote: > On Wed, Aug 07, 2024 at 08:39:25PM -0700, Boqun Feng wrote: > > Hi Peter & Ingo, > > > > Per discussion: > > > > https://lore.kernel.org/lkml/20240802151619.GN39708@noisy.programming.kicks-ass.net/ > > > > I'm sending a PR with some lockdep changes to tip. > > > > > > The following changes since commit d5934e76316e84eced836b6b2bafae1837d1cd58: > > > > cleanup: Add usage and style documentation (2024-08-05 16:54:41 +0200) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/boqun/linux tags/lockdep-for-tip.20240806 > > > > Right, so a few things for next time, could you read > Documentation/process/maintainer-tip.rst and make sure patches more or > less adhere to the things outlined there. > My bad! I will definitely do a better job next time. > Things I noticed in the few seconds I looked at things: > > Subjects don't start with a capital letter after the ':' > > The Changelog for the lockdep-vs-rcu thing can be much condensed by not > including full stack dumps but only the relevant information. > > If you don't want to edit patches by hand, you're free to push back and > get the submitter to do things before applying them. > Got it. > Anyway, since I'm about to head out to the beach, I'm pulling this. Also > I need to figure out how git works with remotes and tags... stupid > things :-) > Enjoy the beach ;-) Regards, Boqun