Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] makedumpfile 1.7.7
@ 2025-04-22  7:58 YAMAZAKI MASAMITSU(山崎 真光)
  2025-04-23 19:00 ` Leonidas Spyropoulos
  0 siblings, 1 reply; 3+ messages in thread
From: YAMAZAKI MASAMITSU(山崎 真光) @ 2025-04-22  7:58 UTC (permalink / raw)
  To: kexec@lists.infradead.org

Hi,

We're pleased to announce the release of makedumpfile 1.7.7.
Thank you everyone for your help to maintain the tool.

Download:
The latest makedumpfile can be downloaded from the following page.
      https://github.com/makedumpfile/makedumpfile/releases

New features:
- Support for kernels up to v6.14 (x86_64)

Commits since 1.7.6:
e4ae6b5 [v1.7.7] Update version (YAMAZAKI Masamitsu)
73e62a0 [PATCH] fix gcc-15 compiling error: too many arguments to 
function eppic_init (Coiby Xu)
a9cf4da [PATCH] Improve message readability and fix typos (Seiji Nishikawa)
72c3414 [PATCH] fix detection of typed (compound) pages (Linux 6.12) 
(David Hildenbrand)
a5b3a60 [PATCH] Mark start of 1.7.7 development phase with version 
1.7.6++ (Kazuhito Hagio)

Description of makedumpfile:
The makedumpfile is a tool for creating a dumpfile from /proc/vmcore
with filtering out unnecessary pages for analysis and compressing the
remaining pages, to shorten the size of the dumpfile and the time of
creating it.
https://github.com/makedumpfile/makedumpfile

Thanks,
Masa

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] makedumpfile 1.7.7
  2025-04-22  7:58 [ANNOUNCE] makedumpfile 1.7.7 YAMAZAKI MASAMITSU(山崎 真光)
@ 2025-04-23 19:00 ` Leonidas Spyropoulos
  2025-04-25  7:27   ` HAGIO KAZUHITO(萩尾 一仁)
  0 siblings, 1 reply; 3+ messages in thread
From: Leonidas Spyropoulos @ 2025-04-23 19:00 UTC (permalink / raw)
  To: kexec


[-- Attachment #1.1.1: Type: text/plain, Size: 1574 bytes --]

On 22/04/2025 10:58, YAMAZAKI MASAMITSU(山崎 真光) wrote:
> Hi,
> 
> We're pleased to announce the release of makedumpfile 1.7.7.
> Thank you everyone for your help to maintain the tool.
> 
> Download:
> The latest makedumpfile can be downloaded from the following page.
>       https://github.com/makedumpfile/makedumpfile/releases
> 
Hello,

I'm a package maintainer for Arch Linux of the makedumpfile. Previous
releases were signed both the commit and the tag with the GPG key of
Kazuhito Hagio. The 1.7.7 release is not signed (neither commit nor the
tag) and from a different person (YAMAZAKI MASAMITSU). From a chain of
trust that's not great.

Ideally we'd like these to be GPG signed and have some kind of chain of
trust from previous release to current.

To resolve the current situation I suggest, if possible, to add on the
root of the project a text file with approved GPG keys who are releasing
this project made with a signed commit from Kazuhito Hagio. This will
establish a chain of trust between Hagio's GPG key and Masa's key. Or
more complicated sign Masa's key with Hagio's. In both cases a new
signed tag 1.7.8 will be required as of now 1.7.7 is not OK (in terms of
chain of trust) and re-tagging is also bad for downstream systems and
for security-wise.

You can find more information for Arch's motivation on this and other
distro's in our recent RFC [0]

[0]: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/46

Cheers,

-- 
Leonidas Spyropoulos
Developer & DevOps
PGP: 59E43E106B247368

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 979 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] makedumpfile 1.7.7
  2025-04-23 19:00 ` Leonidas Spyropoulos
@ 2025-04-25  7:27   ` HAGIO KAZUHITO(萩尾 一仁)
  0 siblings, 0 replies; 3+ messages in thread
From: HAGIO KAZUHITO(萩尾 一仁) @ 2025-04-25  7:27 UTC (permalink / raw)
  To: Leonidas Spyropoulos, kexec@lists.infradead.org

On 2025/04/24 4:00, Leonidas Spyropoulos wrote:
> On 22/04/2025 10:58, YAMAZAKI MASAMITSU(山崎 真光) wrote:
>> Hi,
>>
>> We're pleased to announce the release of makedumpfile 1.7.7.
>> Thank you everyone for your help to maintain the tool.
>>
>> Download:
>> The latest makedumpfile can be downloaded from the following page.
>>        https://github.com/makedumpfile/makedumpfile/releases
>>
> Hello,
> 
> I'm a package maintainer for Arch Linux of the makedumpfile. Previous
> releases were signed both the commit and the tag with the GPG key of
> Kazuhito Hagio. The 1.7.7 release is not signed (neither commit nor the
> tag) and from a different person (YAMAZAKI MASAMITSU). From a chain of
> trust that's not great.
> 
> Ideally we'd like these to be GPG signed and have some kind of chain of
> trust from previous release to current.
> 
> To resolve the current situation I suggest, if possible, to add on the
> root of the project a text file with approved GPG keys who are releasing
> this project made with a signed commit from Kazuhito Hagio. This will
> establish a chain of trust between Hagio's GPG key and Masa's key. Or
> more complicated sign Masa's key with Hagio's. In both cases a new
> signed tag 1.7.8 will be required as of now 1.7.7 is not OK (in terms of
> chain of trust) and re-tagging is also bad for downstream systems and
> for security-wise.
> 
> You can find more information for Arch's motivation on this and other
> distro's in our recent RFC [0]
> 
> [0]: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/46
> 
> Cheers,
> 

sorry, I dropped the process because I needed to reduce the maintenance 
and release tasks of makedumpfile in handing it over to Masa.  When I 
was a crash-utility maintainer, I had not signed it and got no request 
for it, so I think it's not essential.

Thank you for the information, we will rethink it in the next release.

Thanks,
Kazu

p.s. we will be in holidays next week, and back on May 7.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-25  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22  7:58 [ANNOUNCE] makedumpfile 1.7.7 YAMAZAKI MASAMITSU(山崎 真光)
2025-04-23 19:00 ` Leonidas Spyropoulos
2025-04-25  7:27   ` HAGIO KAZUHITO(萩尾 一仁)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox