Re: [PATCHv4 2/3] kbuild: Introduce build-salt linker section and config option

2018-06-14 Thread Laura Abbott
On 06/12/2018 11:06 PM, Masahiro Yamada wrote: Hi. 2018-06-12 9:32 GMT+09:00 Laura Abbott : The build id generated from --build-id can be generated in several different ways, with the default being the sha1 on the output of the linked file. For distributions, it can be useful to make sure thi

Re: [PATCHv4 2/3] kbuild: Introduce build-salt linker section and config option

2018-06-12 Thread Masahiro Yamada
Hi. 2018-06-12 9:32 GMT+09:00 Laura Abbott : > > The build id generated from --build-id can be generated in several different > ways, with the default being the sha1 on the output of the linked file. For > distributions, it can be useful to make sure this ID is unique, even if the > actual file c

[PATCHv4 2/3] kbuild: Introduce build-salt linker section and config option

2018-06-11 Thread Laura Abbott
The build id generated from --build-id can be generated in several different ways, with the default being the sha1 on the output of the linked file. For distributions, it can be useful to make sure this ID is unique, even if the actual file contents don't change. The easiest way to do this is to