RE: [ANNOUNCE] makedumpfile 1.7.1

2022-04-19 Thread 萩尾 一仁
-Original Message-
> On 18/04/2022 06:03, HAGIO KAZUHITO(萩尾 一仁) wrote:
> > Hi,
> >
> > I'm pleased to announce the release of makedumpfile 1.7.1.
> > Thank you everyone for your help to maintain this tool.
> >
> > Download:
> > The latest makedumpfile can be downloaded from the following URL.
> >https://github.com/makedumpfile/makedumpfile/releases
> >
> Hi Hagio,
> 
> I maintain the package in Arch Linux and noticed that you are signing
> the git tag but not the commit message. Would you be able to sign both
> next time so I can switch to validate the source using your public key?

sure, I will try next time.

> Arch Linux packaging tool (pacman) supports this natively and it would
> help maintain the chain of trust. It would also be useful to mention
> your public key in the README (along with other's PGP keys who might be
> tagging releases)

ok, will add it too.

Thanks,
Kazu

___
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec


Re: [ANNOUNCE] makedumpfile 1.7.1

2022-04-19 Thread Leonidas Spyropoulos

On 18/04/2022 06:03, HAGIO KAZUHITO(萩尾 一仁) wrote:

Hi,

I'm pleased to announce the release of makedumpfile 1.7.1.
Thank you everyone for your help to maintain this tool.

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


Hi Hagio,

I maintain the package in Arch Linux and noticed that you are signing 
the git tag but not the commit message. Would you be able to sign both 
next time so I can switch to validate the source using your public key? 
Arch Linux packaging tool (pacman) supports this natively and it would 
help maintain the chain of trust. It would also be useful to mention 
your public key in the README (along with other's PGP keys who might be 
tagging releases)


Cheers,

--
Leonidas Spyropoulos
PGP: 59E43E106B247368



OpenPGP_0x59E43E106B247368.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec


[ANNOUNCE] makedumpfile 1.7.1

2022-04-18 Thread 萩尾 一仁
Hi,

I'm pleased to announce the release of makedumpfile 1.7.1.
Thank you everyone for your help to maintain this tool.

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

New features:
- Cycle detection for printk log_buf
- A lot of code hardening
- Support kernels up to v5.17 (x86_64)

Special thanks to Philipp Rudo (again), who has worked on hardening
makedumpfile.  This release contains the remainder of the work,
mainly removal of variable-length arrays.

Commits since v1.7.0
7684d26 [PATCH] Support newer kernels up to v5.17 (Kazuhito Hagio)
0ea9257 [PATCH] check that order of free pages falls within valid range 
(Alexander Egorenkov)
3318c51 [PATCH] omit unnecessary calls to print_progress() (Philipp Rudo)
5035c08 [PATCH] print error when reading with unsupported compression (Philipp 
Rudo)
68d120b [PATCH v2 3/3] use cycle detection when parsing the prink log_buf 
(Philipp Rudo)
e1d2e53 [PATCH v2 2/3] use pointer arithmetics for dump_dmesg (Philipp Rudo)
feae3d1 [PATCH v2 1/3] add generic cycle detection (Philipp Rudo)
64b1c7f [PATCH] Fixes for rpmbuild testing (Kazuhito Hagio)
2169de6 [PATCH v2] Simplify the generation of man pages (Leonidas Spyropoulos)
59b1726 [PATCH] sadump, kaslr: fix failure of calculating kaslr_offset 
(HATAYAMA Daisuke)
e459edc [PATCH] remove variable length array in get_machdep_info_x86_64() 
(Kazuhito Hagio)
d2ffef8 [PATCH 15/15] remove variable length array in 
writeout_multiple_dumpfiles() (Philipp Rudo)
704d5cb [PATCH 14/15] remove variable length array in 
write_kdump_pages_and_bitmap_cyclic() (Philipp Rudo)
1424682 [PATCH 13/15] remove variable length array in 
write_kdump_pages_cyclic() (Philipp Rudo)
c977617 [PATCH 12/15] remove variable length array in write_elf_load_segment() 
(Philipp Rudo)
e2134cd [PATCH 11/15] remove variable length array in copy_bitmap_file() 
(Philipp Rudo)
67f7a2b [PATCH 10/15] remove variable length array in 
__exclude_unnecessary_pages() (Philipp Rudo)
c556030 [PATCH 09/15] remove variable length array in 
exclude_zero_pages_cyclic() (Philipp Rudo)
be7ec0c [PATCH 08/15] remove variable length array in create_1st_bitmap_file() 
(Philipp Rudo)
26c061c [PATCH 07/15] remove variable length array in 
copy_1st_bitmap_from_memory() (Philipp Rudo)
b3a938f [PATCH 06/15] remove variable length array in 
check_and_modify_multiple_kdump_headers() (Philipp Rudo)
cc5392d [PATCH 05/15] remove variable length array in get_mm_discontigmem() 
(Philipp Rudo)
00a1b4d [PATCH 04/15] remove variable length array in 
readpage_kdump_compressed_parallel() (Philipp Rudo)
64b5b29 [PATCH 03/15] remove variable length array in 
readpage_kdump_compressed() (Philipp Rudo)
ffc64f0 [PATCH 02/15] remove variable length array in get_dom0_mapnr() (Philipp 
Rudo)
f68ac34 [PATCH 01/15] sadump: remove variable length array 
sadump_copy_1st_bitmap_from_memory() (Philipp Rudo)


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, in order to shorten the size of the dumpfile and the
time of creating it.
https://github.com/makedumpfile/makedumpfile



smime.p7s
Description: S/MIME cryptographic signature
___
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec