NACK/cmnt: [PATCH][linux-meta][Unstable] Build linux-crashdump on arm64

dann frazier dann.frazier at canonical.com
Tue Jun 5 16:50:04 UTC 2018


On Mon, Jun 4, 2018 at 5:43 PM, Stefan Bader <stefan.bader at canonical.com> wrote:
> On 25.05.2018 09:23, dann frazier wrote:
>> BugLink: https://bugs.launchpad.net/bugs/1773407
>>
>> Signed-off-by: dann frazier <dann.frazier at canonical.com>
>
> When changing the meta-package tree we do not modify the changelog because that
> is generated as part of the preparations for the next upload. And as benefit you
> likely can use the same patch for all series.

OK. How is this done? That is, how do I ensure this change gets
mentioned in debian/changelog w an LP: # ref.

> Bikeshedding comment: maybe saying generate linux-crashdump meta-package for
> arm64 is slightly better as this does not build anything in the binaries sense.

OK

> What I would like to see is more description in the commit message (like a short
> summary of the reasoning of the change) which can be read without following bug
> links.

No problem. For what it's worth, I didn't intend the BugLink to
replace the commit text. Rather, I thought the "subject says it all",
and just included the BugLink in case it's needed. I will come up with
some text though. Should I include a formal BugLink URL like this, or
just a (LP: #)?

> Oh and personally I would prefer any re-submit be done as cover-letter style
> with needed variations (if there are) as follow-ups. That is grouping things
> better as its the same change over and over.

Sorry - I didn't follow this. I can do a cover-letter style if you
prefer, but it's just one patch. Do you mean to mix releases in one
patch series like this?:

[PATCH 0/3] Generate linux-crashdump metapackage for arm64
 - [PATCH 1/3][Unstable] Generate linux-crashdump metapackage...
 - [PATCH 2/3][SRU Bionic][SRU Artful] Generate linux-crashdump...
 - [PATCH 3/3][SRU Xenial] Generate linux-crashdump metapackage...

If not - can you elaborate on what you mean by "needed variations"?

If the same patch applies everywhere, do you still want the cover
letter, or is [PATCH v2] style fine?
Thanks for reviewing!

  -dann

> -Stefan
>
>> ---
>>  debian/changelog      | 6 ++++++
>>  debian/control.common | 4 ++--
>>  2 files changed, 8 insertions(+), 2 deletions(-)
>>
>> diff --git a/debian/changelog b/debian/changelog
>> index 2239c07..1b53f40 100644
>> --- a/debian/changelog
>> +++ b/debian/changelog
>> @@ -1,3 +1,9 @@
>> +linux-meta (4.17.0.1.4) UNRELEASED; urgency=medium
>> +
>> +  * Build linux-crashdump on arm64 (LP: #1773407)
>> +
>> + -- dann frazier <dann.frazier at canonical.com>  Fri, 25 May 2018 10:08:01 -0600
>> +
>>  linux-meta (4.17.0.1.3) cosmic; urgency=medium
>>
>>    * Bump ABI 4.17.0-1
>> diff --git a/debian/control.common b/debian/control.common
>> index 6bacfdd..7e7fa80 100644
>> --- a/debian/control.common
>> +++ b/debian/control.common
>> @@ -16,8 +16,8 @@ Description: Linux kernel source with Ubuntu patches
>>   available. The Ubuntu patches have been applied.
>>
>>  Package: linux-crashdump at SUFFIX@
>> -Architecture: i386 amd64 armhf ppc64el s390x
>> -Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
>> +Architecture: i386 amd64 arm64 armhf ppc64el s390x
>> +Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub-efi-arm64 [arm64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
>>  Recommends: apport
>>  Suggests: crash
>>  Description: Linux kernel crashdump setup for the latest generic kernel
>>
>
>




More information about the kernel-team mailing list