linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv6 0/4] Salted build ids via ELF notes
@ 2018-07-06  0:49 Laura Abbott
  2018-07-06  0:49 ` [PATCHv6 1/4] kbuild: Add build salt to the kernel and modules Laura Abbott
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Laura Abbott @ 2018-07-06  0:49 UTC (permalink / raw)
  To: Andy Lutomirski, mjw, H . J . Lu, Masahiro Yamada,
	Michael Ellerman, Catalin Marinas, Will Deacon
  Cc: Laura Abbott, Linus Torvalds, X86 ML, linux-kernel, Nick Clifton,
	Cary Coutant, linux-kbuild, linuxppc-dev, linux-arm-kernel

Hi,

This is v6 of the series to allow unique build ids. v6 is mostly minor
fixups and Acks for this to go through the kbuild tree.

Thanks,
Laura

Laura Abbott (4):
  kbuild: Add build salt to the kernel and modules
  x86: Add build salt to the vDSO
  powerpc: Add build salt to the vDSO
  arm64: Add build salt to the vDSO

 arch/arm64/kernel/vdso/note.S     |  3 +++
 arch/powerpc/kernel/vdso32/note.S |  3 +++
 arch/x86/entry/vdso/vdso-note.S   |  3 +++
 arch/x86/entry/vdso/vdso32/note.S |  3 +++
 include/linux/build-salt.h        | 20 ++++++++++++++++++++
 init/Kconfig                      |  9 +++++++++
 init/version.c                    |  3 +++
 scripts/mod/modpost.c             |  3 +++
 8 files changed, 47 insertions(+)
 create mode 100644 include/linux/build-salt.h

-- 
2.17.1

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

end of thread, other threads:[~2018-07-08 22:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06  0:49 [PATCHv6 0/4] Salted build ids via ELF notes Laura Abbott
2018-07-06  0:49 ` [PATCHv6 1/4] kbuild: Add build salt to the kernel and modules Laura Abbott
2018-07-06  0:49 ` [PATCHv6 2/4] x86: Add build salt to the vDSO Laura Abbott
2018-07-06  0:49 ` [PATCHv6 3/4] powerpc: " Laura Abbott
2018-07-06  0:49 ` [PATCHv6 4/4] arm64: " Laura Abbott
2018-07-08 22:12 ` [PATCHv6 0/4] Salted build ids via ELF notes Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).