On Wed, Jun 19, 2024 at 09:55:24AM -0000, tip-bot2 for Dave Martin wrote: > The following commit has been merged into the x86/urgent branch of tip: > > Commit-ID: 739c9765793e5794578a64aab293c58607f1826a > Gitweb: https://git.kernel.org/tip/739c9765793e5794578a64aab293c58607f1826a > Author: Dave Martin <Dave.Martin@xxxxxxx> > AuthorDate: Tue, 18 Jun 2024 15:01:52 +01:00 > Committer: Borislav Petkov (AMD) <bp@xxxxxxxxx> > CommitterDate: Wed, 19 Jun 2024 11:39:09 +02:00 > > x86/resctrl: Don't try to free nonexistent RMIDs > > Commit > > 6791e0ea3071 ("x86/resctrl: Access per-rmid structures by index") > > adds logic to map individual monitoring groups into a global index space used > for tracking allocated RMIDs. [...] > [ bp: Massage commit message. ] Thanks Boris for picking this up. Is there a preferred line length for commit messages in tip? I don't see anything in maintainer-tip.rst about this. This commit message now looks a mess on a regular terminal, since git log indents the start of each line by four columns. Maintainer's choice, I guess, but just in case this effect is not intentional I thought I ought to draw attention to it. Cheers ---Dave