From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932138AbdL1PmR (ORCPT ); Thu, 28 Dec 2017 10:42:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:47626 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753533AbdL1PmO (ORCPT ); Thu, 28 Dec 2017 10:42:14 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EF46217C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Thu, 28 Dec 2017 10:42:07 -0500 From: Steven Rostedt To: Ard Biesheuvel Cc: linux-kernel@vger.kernel.org, "H. Peter Anvin" , Ralf Baechle , Arnd Bergmann , Heiko Carstens , Kees Cook , Will Deacon , Michael Ellerman , Thomas Garnier , Thomas Gleixner , "Serge E. Hallyn" , Bjorn Helgaas , Benjamin Herrenschmidt , Russell King , Paul Mackerras , Catalin Marinas , "David S. Miller" , Petr Mladek , Ingo Molnar , James Morris , Andrew Morton , Nicolas Pitre , Josh Poimboeuf , Martin Schwidefsky , Sergey Senozhatsky , Linus Torvalds , Jessica Yu , linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, sparclinux@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH v6 5/8] kernel: tracepoints: add support for relative references Message-ID: <20171228104207.117ee0ff@gandalf.local.home> In-Reply-To: <20171227085033.22389-6-ard.biesheuvel@linaro.org> References: <20171227085033.22389-1-ard.biesheuvel@linaro.org> <20171227085033.22389-6-ard.biesheuvel@linaro.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Dec 2017 08:50:30 +0000 Ard Biesheuvel wrote: > To avoid the need for relocating absolute references to tracepoint > structures at boot time when running relocatable kernels (which may > take a disproportionate amount of space), add the option to emit > these tables as relative references instead. > I gave this patch a quick skim over. It appears to not modify anything when CONFIG_HAVE_PREL32_RELOCATIONS is not defined. I haven't thoroughly reviewed it or tested it. But if it doesn't break anything, I'm fine giving you an ack. Acked-by: Steven Rostedt (VMware) -- Steve