[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/3] hw/smbios: fix table memory corruption with large mem
|
From: |
Ani Sinha |
|
Subject: |
Re: [PATCH v3 2/3] hw/smbios: fix table memory corruption with large memory vms |
|
Date: |
Thu, 17 Feb 2022 19:02:05 +0530 (IST) |
|
User-agent: |
Alpine 2.22 (DEB 394 2020-01-19) |
On Thu, 17 Feb 2022, Igor Mammedov wrote:
> On Mon, 14 Feb 2022 19:42:35 +0530
> >
> > Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=2023977
> s/buglink/Resolves/
>
OK I am curious about this one.
Per https://www.qemu.org/docs/master/devel/submitting-a-patch.html ,
If your patch fixes a bug in the gitlab bug tracker, please add a line
with “Resolves: <URL-of-the-bug>” to the commit message, too. Gitlab can
close bugs automatically once commits with the “Resolved:” keyword get
merged into the master branch of the project. And if your patch addresses
a bug in another public bug tracker, you can also use a line with
“Buglink: <URL-of-the-bug>” for reference here, too.
So I considered redhar BZ as a public bug tracker as well. Does the BZ
also automatically close bugs when we use "Resolves:"? Should we update
the instructions here?