Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-08 Thread Masahiro Yamada
On Tue, Oct 8, 2019 at 6:54 PM Dmitry Goldin wrote: > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, October 8, 2019 10:14 AM, Masahiro Yamada > wrote: > > > On Tue, Oct 8, 2019 at 5:07 PM Dmitry Goldin dgol...@protonmail.ch wrote: > > > > > Hmm. --sort was introduced in 1.28 in 2014. Do you

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-08 Thread Dmitry Goldin
‐‐‐ Original Message ‐‐‐ On Tuesday, October 8, 2019 10:14 AM, Masahiro Yamada wrote: > On Tue, Oct 8, 2019 at 5:07 PM Dmitry Goldin dgol...@protonmail.ch wrote: > > > Hmm. --sort was introduced in 1.28 in 2014. Do you think it would warrant > > some sort of version check and fallback

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-08 Thread Masahiro Yamada
On Tue, Oct 8, 2019 at 5:07 PM Dmitry Goldin wrote: > > Hi, > > ‐‐‐ Original Message ‐‐‐ > On Monday, October 7, 2019 2:26 PM, Andreas Schwab > wrote: > > > On Okt 07 2019, Greg KH gre...@linuxfoundation.org wrote: > > > > > On Mon, Oct 07, 2019 at 01:49:47PM +0200, Andreas Schwab

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-08 Thread Dmitry Goldin
Hi, ‐‐‐ Original Message ‐‐‐ On Monday, October 7, 2019 2:26 PM, Andreas Schwab wrote: > On Okt 07 2019, Greg KH gre...@linuxfoundation.org wrote: > > > On Mon, Oct 07, 2019 at 01:49:47PM +0200, Andreas Schwab wrote: > > > > > GEN kernel/kheaders_data.tar.xz > > > tar: unrecognized

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-07 Thread Andreas Schwab
On Okt 07 2019, Greg KH wrote: > On Mon, Oct 07, 2019 at 01:49:47PM +0200, Andreas Schwab wrote: >> GEN kernel/kheaders_data.tar.xz >> tar: unrecognized option '--sort=name' >> Try `tar --help' or `tar --usage' for more information. >> make[2]: *** [kernel/kheaders_data.tar.xz] Error 64 >>

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-07 Thread Greg KH
On Mon, Oct 07, 2019 at 01:49:47PM +0200, Andreas Schwab wrote: > GEN kernel/kheaders_data.tar.xz > tar: unrecognized option '--sort=name' > Try `tar --help' or `tar --usage' for more information. > make[2]: *** [kernel/kheaders_data.tar.xz] Error 64 > make[1]: *** [kernel] Error 2 > make:

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-07 Thread Andreas Schwab
GEN kernel/kheaders_data.tar.xz tar: unrecognized option '--sort=name' Try `tar --help' or `tar --usage' for more information. make[2]: *** [kernel/kheaders_data.tar.xz] Error 64 make[1]: *** [kernel] Error 2 make: *** [sub-make] Error 2 $ tar --version tar (GNU tar) 1.26 Copyright (C) 2011

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-04 Thread Masahiro Yamada
On Fri, Oct 4, 2019 at 7:40 PM Dmitry Goldin wrote: > > From: Dmitry Goldin > > In commit 43d8ce9d65a5 ("Provide in-kernel headers to make > extending kernel easier") a new mechanism was introduced, for kernels > >=5.2, which embeds the kernel headers in the kernel image or a module > and

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-04 Thread Joel Fernandes
On Fri, Oct 04, 2019 at 10:40:07AM +, Dmitry Goldin wrote: > From: Dmitry Goldin > > In commit 43d8ce9d65a5 ("Provide in-kernel headers to make > extending kernel easier") a new mechanism was introduced, for kernels > >=5.2, which embeds the kernel headers in the kernel image or a module >

Re: [PATCH v2] kheaders: making headers archive reproducible

2019-10-04 Thread gre...@linuxfoundation.org
On Fri, Oct 04, 2019 at 10:40:07AM +, Dmitry Goldin wrote: > From: Dmitry Goldin > > In commit 43d8ce9d65a5 ("Provide in-kernel headers to make > extending kernel easier") a new mechanism was introduced, for kernels > >=5.2, which embeds the kernel headers in the kernel image or a module >

[PATCH v2] kheaders: making headers archive reproducible

2019-10-04 Thread Dmitry Goldin
From: Dmitry Goldin In commit 43d8ce9d65a5 ("Provide in-kernel headers to make extending kernel easier") a new mechanism was introduced, for kernels >=5.2, which embeds the kernel headers in the kernel image or a module and exposes them in procfs for use by userland tools. The archive