lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 3 Aug 2016 12:56:22 -0700
From:	"Luis R. Rodriguez" <mcgrof@...nel.org>
To:	Arnd Bergmann <arnd@...db.de>,
	Josh Poimboeuf <jpoimboe@...hat.com>,
	Michael Ellerman <mpe@...erman.id.au>
Cc:	"H. Peter Anvin" <hpa@...or.com>, Borislav Petkov <bp@...en8.de>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	linux-arch <linux-arch@...r.kernel.org>,
	Benjamin Herrenschmidt <benh@...nel.crashing.org>,
	Joe Perches <joe@...ches.com>
Subject: Generic section maintainers

Arnd, Josh,

In my linker table work [0], other than the linker table work and
section ranges stuff, I'm adding:

o include/linux/sections.h
o include/asm-generic/section-core.h (not in RFC v3 but it is in my
RFC v4 series not yet posted, splitting this up fixes compilation on
powerpc which otherwise creates a header issue nightmare to resolve)

I extend include/asm-generic/sections.h to then include
<asm-generic/section-core.h>, and furthermore provide the beginning of
a central place to document in a central place all common sections.

As per checkpatch complaints I'll be adding myself to MAINTAINERS for
the linker table headers, section ranges, but noticed then we don't
have anyone in particularly looking carefully after
include/asm-generic/sections.h other than the default which is Arnd.
Given this work on streamlining the section stuff, I'd like to help so
am considering adding a specific entry on MAINTAINRERS for generic
sections and adding myself to it along with Arnd. Wanted to check if
this is OK. While at it, it occurred to me that you might be
interested in this a swell Josh, given your work with objtool. Would
anyone else like to help with active maintenance / review of these ?

So is this OK to merge into my series into the patch "sections.h: add
sections header to collect all section info".

diff --git a/MAINTAINERS b/MAINTAINERS
index 49b354cb455a..9919277c66ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5190,6 +5190,18 @@ S: Supported
 F: drivers/base/power/domain*.c
 F: include/linux/pm_domain.h

+GENERIC SECTIONS
+M: "Luis R. Rodriguez" <mcgrof@...nel.org>
+M: Josh Poimboeuf <jpoimboe@...hat.com>
+M: Arnd Bergmann <arnd@...db.de>
+L: linux-arch@...r.kernel.org
+L: linux-kernel@...r.kernel.org
+S: Supported
+F: include/asm-generic/section-core.h
+F: include/asm-generic/sections.h
+F: include/asm-generic/vmlinux.lds.h
+F: Documentation/DocBook/sections.tmpl
+
 GENERIC UIO DRIVER FOR PCI DEVICES
 M: "Michael S. Tsirkin" <mst@...hat.com>
 L: kvm@...r.kernel.org


[0] https://lkml.kernel.org/r/1469222687-1600-1-git-send-email-mcgrof@kernel.org

  Luis

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ