[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aR9RPSD8XSCDqkeF@casper.infradead.org>
Date: Thu, 20 Nov 2025 17:34:53 +0000
From: Matthew Wilcox <willy@...radead.org>
To: ssrane_b23@...vjti.ac.in
Cc: slava@...eyko.com, glaubitz@...sik.fu-berlin.de, frank.li@...o.com,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org, linux-kernel-mentees@...ts.linux.dev,
david.hunter.linux@...il.com, khalid@...nel.org,
syzbot+905d785c4923bea2c1db@...kaller.appspotmail.com
Subject: Re: [PATCH] hfsplus: fix uninit-value in hfsplus_cat_build_record
On Thu, Nov 20, 2025 at 10:47:40PM +0530, ssrane_b23@...vjti.ac.in wrote:
> Reported-by: syzbot+905d785c4923bea2c1db@...kaller.appspotmail.com
> Closes: https://syzkaller.appspot.com/bug?extid=905d785c4923bea2c1db
> Fixes: 1da177e4c3f4
>
> Signed-off-by: Shaurya Rane <ssrane_b23@...vjti.ac.in>
This is not the correct format for the Fixes: tag. Here's the easy way
to do it: add this to your ~/.gitconfig
[pretty]
fixes=Fixes: %h ("%s")
Now you can type 'git show --pretty=fixes 1da177e4c3f4 |head -1 and it
will give you:
Fixes: 1da177e4c3f4 (Linux-2.6.12-rc2)
Also, don't put a blank line before your S-o-b line.
Powered by blists - more mailing lists