From: Matthew Wilcox <willy@infradead.org>
To: ssrane_b23@ee.vjti.ac.in
Cc: slava@dubeyko.com, glaubitz@physik.fu-berlin.de,
frank.li@vivo.com, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, skhan@linuxfoundation.org,
linux-kernel-mentees@lists.linux.dev,
david.hunter.linux@gmail.com, khalid@kernel.org,
syzbot+905d785c4923bea2c1db@syzkaller.appspotmail.com
Subject: Re: [PATCH] hfsplus: fix uninit-value in hfsplus_cat_build_record
Date: Thu, 20 Nov 2025 17:34:53 +0000 [thread overview]
Message-ID: <aR9RPSD8XSCDqkeF@casper.infradead.org> (raw)
In-Reply-To: <20251120171740.19537-1-ssranevjti@gmail.com>
On Thu, Nov 20, 2025 at 10:47:40PM +0530, ssrane_b23@ee.vjti.ac.in wrote:
> Reported-by: syzbot+905d785c4923bea2c1db@syzkaller.appspotmail.com
> Closes: https://syzkaller.appspot.com/bug?extid=905d785c4923bea2c1db
> Fixes: 1da177e4c3f4
>
> Signed-off-by: Shaurya Rane <ssrane_b23@ee.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.
prev parent reply other threads:[~2025-11-20 17:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 17:17 [PATCH] hfsplus: fix uninit-value in hfsplus_cat_build_record ssrane_b23
2025-11-20 17:34 ` Matthew Wilcox [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aR9RPSD8XSCDqkeF@casper.infradead.org \
--to=willy@infradead.org \
--cc=david.hunter.linux@gmail.com \
--cc=frank.li@vivo.com \
--cc=glaubitz@physik.fu-berlin.de \
--cc=khalid@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel-mentees@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=slava@dubeyko.com \
--cc=ssrane_b23@ee.vjti.ac.in \
--cc=syzbot+905d785c4923bea2c1db@syzkaller.appspotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).