Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5880258ybp; Tue, 15 Oct 2019 06:29:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqys+wsXKVGmqEwCIb9oN5eSKB1YiwO9qjctA+8cmoiv5MKOCHCd+WWgWiKDHx0PXnrRCoSg X-Received: by 2002:a17:906:31d4:: with SMTP id f20mr3899026ejf.265.1571146164342; Tue, 15 Oct 2019 06:29:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571146164; cv=none; d=google.com; s=arc-20160816; b=w4QY84iq57Elx9QTPJ3jrrYOc/KQ/Gc5V86MYjpxHFg3KMOUtQSprkZdLl58REsAZF 2Qi9aQfwzQg6YKUxLjcefD3SPxesHaAUfQw/SVqlg0dhsJDSksxV4Z8+4c1SX5O+ixQA eV/T63Rm4x0dWfexyYRrz24KEiRd/+/6qs7K75AcPO29781FjqWw9I0z7//JeABagfg0 9NqBZuCKxJw74VJGqrcnAKvCXGML0xjFp4qWOvJ2LO/OL0k0WErofTDIHN+WAnjlFmsj 3oKIU3JjIhKsEj5k0hbnsH1nBxqrfE7VXgvHx/kCAVvwzHBRmCTB/AvOOymaozXMN1u/ WhPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=HAVUXn5jjWdrVSDHJ5MWIJkQpQtzjhhR0hMj8bsClD0=; b=t7mSIiR0ttJAtgyE5Hp3DTRZN+c7ExAjY4VYoEmNsDpO5M23TaHtMX0xeA3vPKWoyR X1nlRasFSDsDbX3rwLmtMVT73fckx/icWSht6a0k7XzWQCcP/1vi+PJviaaR9kvpPBhz U3vBCDXA1QOHWc36+pUTP5Mg4iirgNK9C4yqekDtE23Q0TJlKuMuQQOvBRpGlmy45b6o rRjoJCVwLmTWwoVZhWELRwnsxAecDMamWYxlGoXkEHQdaRnJibBpZA6LqEEaoimAUBII ZcK2e7EK1ManzNx7qBH8I+sgJYU/kMZRPn2ZflIKfHRWGPO85FBwq5ON4Kt1hNn5BnlT wH4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g38si15084264edg.127.2019.10.15.06.29.00; Tue, 15 Oct 2019 06:29:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731965AbfJON2G (ORCPT + 99 others); Tue, 15 Oct 2019 09:28:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:59098 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727745AbfJON2G (ORCPT ); Tue, 15 Oct 2019 09:28:06 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B3CC6218DE; Tue, 15 Oct 2019 13:28:04 +0000 (UTC) Date: Tue, 15 Oct 2019 09:28:02 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: x86@kernel.org, linux-kernel@vger.kernel.org, mhiramat@kernel.org, bristot@redhat.com, jbaron@akamai.com, torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, namit@vmware.com, hpa@zytor.com, luto@kernel.org, ard.biesheuvel@linaro.org, jpoimboe@redhat.com, jeyu@kernel.org Subject: Re: [PATCH v3 5/6] x86/ftrace: Use text_poke() Message-ID: <20191015092802.5c9aea5e@gandalf.local.home> In-Reply-To: <20191011125903.GN2359@hirez.programming.kicks-ass.net> References: <20191007081716.07616230.8@infradead.org> <20191007081945.10951536.8@infradead.org> <20191008104335.6fcd78c9@gandalf.local.home> <20191009224135.2dcf7767@oasis.local.home> <20191010092054.GR2311@hirez.programming.kicks-ass.net> <20191010091956.48fbcf42@gandalf.local.home> <20191010140513.GT2311@hirez.programming.kicks-ass.net> <20191010115449.22044b53@gandalf.local.home> <20191010172819.GS2328@hirez.programming.kicks-ass.net> <20191011125903.GN2359@hirez.programming.kicks-ass.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Oct 2019 14:59:03 +0200 Peter Zijlstra wrote: > On Thu, Oct 10, 2019 at 07:28:19PM +0200, Peter Zijlstra wrote: > > > Really the best solution is to move all the poking into > > ftrace_module_init(), before we mark it RO+X. That's what I'm going to > > do for jump_label and static_call as well, I just need to add that extra > > notifier callback. > > OK, so I started writing that patch... or rather, I wrote the patch and > started on the Changelog when I ran into trouble describing why we need > it. > > That is, I'm struggling to explain why we cannot flip > prepare_coming_module() and complete_formation(). > > Yes, it breaks ftrace, but I'm thinking that is all it breaks. So let me > see if we can cure that. You are mainly worried about making text that is executable into read-write again. What if we kept my one patch that just changed the module in ftrace_module_enable() from read-only to read-write, but before we ever set it executable. Jessica, would this patch break anything? It moves the setting of the module execution to after calling both ftrace_module_enable() and klp_module_coming(). This would make it possible to do the module code and still keep with the no executable code becoming writable. -- Steve diff --git a/kernel/module.c b/kernel/module.c index ff2d7359a418..6e2fd40a6ed9 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -3728,7 +3728,6 @@ static int complete_formation(struct module *mod, struct load_info *info) module_enable_ro(mod, false); module_enable_nx(mod); - module_enable_x(mod); /* Mark state as coming so strong_try_module_get() ignores us, * but kallsyms etc. can see us. */ @@ -3751,6 +3750,11 @@ static int prepare_coming_module(struct module *mod) if (err) return err; + /* Make module executable after ftrace is enabled */ + mutex_lock(&module_mutex); + module_enable_x(mod); + mutex_unlock(&module_mutex); + blocking_notifier_call_chain(&module_notify_list, MODULE_STATE_COMING, mod); return 0;