Re: [PATCH v2 0/1] x86/pti: Fix kernel warnings for pti= and nopti cmdline options.

From: Sohil Mehta
Date: Mon Aug 14 2023 - 16:44:29 EST


Hi Jo,

On 8/12/2023 8:54 AM, Jo Van Bulck wrote:
> Hi,
>
> This is the third iteration of a patch to improve the cmdline option parsing
> for PTI.

You missed updating the version number in the cover letter subject.
Also, it is useful to have the version number in the individual patch
subject as well. (Just something to keep in mind for future patches.)

Usually git takes care of it automatically, if you do this:

git format-patch --cover-letter -v3 -1 -o patches/

Sohil