On 16.07.21 11:52, Pavel Machek wrote:
Hi!
From: Oscar Salvador <osalvador@xxxxxxx>
commit 3f4b815a439adfb8f238335612c4b28bc10084d8
Another format of marking upstream commits. How are this is number 8
or so. I have scripts trying to parse this, and I don't believe I'm
the only one.
Link: https://lkml.kernel.org/r/20201209092818.30417-1-osalvador@xxxxxxx
Signed-off-by: Oscar Salvador <osalvador@xxxxxxx>
Acked-by: Naoya Horiguchi <naoya.horiguchi@xxxxxxx>
Acked-by: Vlastimil Babka <vbabka@xxxxxxx>
Cc: David Hildenbrand <david@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Could se simply place Upstream: <hash> tag here? That should
discourage such "creativity"... plus it will make it clear who touched
patch in mainline context and who in stable context.
This is properly documented
https://www.kernel.org/doc/html/v5.14-rc1//process/stable-kernel-rules.html
"
The upstream commit ID must be specified with a separate line above the
commit text, like this:
commit <sha1> upstream.
"
--
Thanks,
David / dhildenb