Re: [PATCH v1 0/7] tools: add linker table userspace sandbox
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2016-08-22 04:16:11
mcgrof@kernel.org,acme@redhat.com,tglx@linutronix.de,mingo@redhat.com,jpoimboe@redhat.com,bp@alien8.de,linux@arm.linux.org.uk,mhiramat@kernel.org,masami.hiramatsu.pt@hitachi.com,jbaron@akamai.com,heiko.carstens@de.ibm.com,ananth@linux.vnet.ibm.com,anil.s.keshavamurthy@intel.com,davem@davemloft.net,realmz6@gmail.com,x86@kernel.org,luto@amacapital.net,keescook@chromium.org,torvalds@linux-foundation.org,gregkh@linuxfoundation.org,rusty@rustcorp.com.au,gnomes@lxorguk.ukuu.org.uk,alan@linux.intel.com,dwmw2@infradead.org,arnd@arndb.de,ming.lei@canonical.com,linux-arch@vger.kernel.org,benh@kernel.crashing.org,ananth@in.ibm.com,pebolle@tiscali.nl,fontana@sharpeleven.org,david.vrabel@citrix.com,konrad.wilk@oracle.com,mcb30@ipxe.org,jgross@suse.com,andrew.cooper3@citrix.com,andriy.shevchenko@linux.i ntel.com,paul.gortmaker@windriver.com,xen-devel@lists.xensource.com,ak@linux.intel.com,pali.rohar@gmail.com,dvhart@infradead.org,platform-driver-x86@vger.kernel.org,mmarek@suse.com,linux@ra! smusville moes.dk,jkosina@suse.cz,korea.drzix@gmail.com,linux-kbuild@vger.kernel.org,tony.luck@intel.com,akpm@linux-foundation.org,linux-ia64@vger.kernel.org,linux-arm-kernel@lists.infradead.org,linux-sh@vger.kernel.org,sparclinux@vger.kernel.org,catalin.marinas@arm.com,will.deacon@arm.com,rostedt@goodmis.org,jani.nikula@intel.com,mchehab@osg.samsung.com,markus.heiser@darmarit.de,jolsa@kernel.org,msalter@redhat.com,chris@zankel.net,jcmvbkbc@gmail.com,linux-xtensa@linux-xtensa.org,paulus@samba.org,mpe@ellerman.id.au,James.Bottomley@HansenPartnership.com Message-ID: [off-list ref] On August 20, 2016 9:59:59 PM PDT, Rich Felker [off-list ref] wrote:
On Fri, Aug 19, 2016 at 11:57:18PM -0500, Rob Landley wrote:quoted
On 08/19/2016 04:41 PM, mcgrof@kernel.org wrote:quoted
Please let me know if there are any issue or questions.Only that this has been the majority of the traffic on the linux-sh mailing list for over a month and I'm still not sure why anyoneshould care.quoted
I have no idea what problem it solves, despite reading a couple dozen messages in the thread, and the most recent two 0/x intro messages.Itsquoted
purpose seems to be ensuring that lld.llvm.org has more work to do ifitquoted
ever wants to build the kernel without binutils? I also am not certain why every revision of it is cc'd to linux-sh.Isquoted
it generic linker infrastructure change, or is it something thataffectsquoted
this architecture specifically? As far as I can tell nothing in this most recent 7-patch series touches arch/sh at all, you just cc'd our list because you think the work you're doing is _important_, not that it's specifically relevant to us.Incidentally I'm happy to have been CC'd since this infrastructure is _really_ nice for doing things generically with device tree. The ability to add new linker-section-based tables without having to manually hack up linker script templates will make it so we can do things like adding tables for cache controllers or mmus (that are needed quite early in init and can't go through the platform device system). BTW we kinda lucked out that there was already the linker table infrastructure for cpu enable methods for smp; this patch series makes it so future stuff doesn't have to rely on luck or invasive changes. Rich
Incidentally, I want to use this for the RAID algorithms. -- Sent from my Android device with K-9 Mail. Please excuse brevity and formatting.