Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp313181ybz; Fri, 17 Apr 2020 01:29:02 -0700 (PDT) X-Google-Smtp-Source: APiQypLnhnUEcof33YANJ+XOhR/VH+hKEvE+m53ASOKb5GyY6QaP8ORz256hUQW4GKx9n4Twx9+F X-Received: by 2002:a05:6402:b49:: with SMTP id bx9mr1970221edb.24.1587112141941; Fri, 17 Apr 2020 01:29:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587112141; cv=none; d=google.com; s=arc-20160816; b=cex621OcGa5Ra8IuNDNXw9MiU8ytQq+8JYOvkelllKh2i7kcJ7DQx4qyW5A1ev/Giy jZt//KhyABWNSCH3Pb72byJo+lAhgsBDxmcVFp/rrfk0u4TCauaPd+DIzXHvvMxny5UV OkfIbg+GNm9SLL+MNTG+f9jDe4Z9HQL9Cn7VkRp3pc3kLiJisL6rvGmmkRJ+4y3bXEPf YXMH0rOpildR2Q9MMUaZF4mgBGAbpdlq/GBcB5qerI+LOR/qNi86YorBMrULNgc2RBpx F2U14+JMNAAojyAHeksIdVJZ7JrJPSoRxfPG2L9Jwg9gThHypLzv6sy5mAyC7Pgw7IPY 2IDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=KdjsEnkMjMkyUPx886V+GuX8Ge1gv0VPJ+j9pyiWfcY=; b=N6JXtos0YquBBuNYZVNJUumAAailO8OQEoa1AOUa0LGjGiarWfObz+FOME5SOXKeUz EJ+K+EQqcngh9obG8rJC0ZZAzEotzoby0hTvxc9N/SFPw3ANQLqTXkSCO/+dwpky8IYL udeCFtQqVQOtP2dH22/gvor0jJddauwYvmYKh6bCeJ38I8ArwzxZbrlDWOFf2yUPvFv8 3XZqwpaeqmYDphM602filuYtm8meaAKRm4pGPqWM+6X7AcnAEqSWTtg/MOmiNrQ9KtmG F2eB1OMf+DeX07/9nmpyA3qdYjT7KFuDAfKFWitbYQEXY/mQ0IZIpAc4DBe/tE4MvKmw B1/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id oh24si13450501ejb.531.2020.04.17.01.28.37; Fri, 17 Apr 2020 01:29:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729732AbgDQI1H (ORCPT + 99 others); Fri, 17 Apr 2020 04:27:07 -0400 Received: from mx2.suse.de ([195.135.220.15]:47780 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729166AbgDQI1H (ORCPT ); Fri, 17 Apr 2020 04:27:07 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D2ABFACCA; Fri, 17 Apr 2020 08:27:04 +0000 (UTC) Date: Fri, 17 Apr 2020 10:27:04 +0200 (CEST) From: Miroslav Benes To: Josh Poimboeuf cc: Jessica Yu , Peter Zijlstra , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] livepatch,module: Remove .klp.arch and module_disable_ro() In-Reply-To: <20200416154514.xqqyvdtm6hjynbx2@treble> Message-ID: References: <20200414182726.GF2483@worktop.programming.kicks-ass.net> <20200414190814.glra2gceqgy34iyx@treble> <20200415142415.GH20730@hirez.programming.kicks-ass.net> <20200415161706.3tw5o4se2cakxmql@treble> <20200416153131.GC6164@linux-8ccs.fritz.box> <20200416154514.xqqyvdtm6hjynbx2@treble> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Apr 2020, Josh Poimboeuf wrote: > On Thu, Apr 16, 2020 at 05:31:31PM +0200, Jessica Yu wrote: > > > But I still not a fan of the fact that COMING has two different > > > "states". For example, after your patch, when apply_relocate_add() is > > > called from klp_module_coming(), it can use memcpy(), but when called > > > from klp module init() it has to use text poke. But both are COMING so > > > there's no way to look at the module state to know which can be used. > > > > This is a good observation, thanks for bringing it up. I agree that we > > should strive to be consistent with what the module states mean. In my > > head, I think it is easiest to assume/establish the following meanings > > for each module state: > > > > MODULE_STATE_UNFORMED - no protections. relocations, alternatives, > > ftrace module initialization, etc. any other text modifications are > > in the process of being applied. Direct writes are permissible. > > > > MODULE_STATE_COMING - module fully formed, text modifications are > > done, protections applied, module is ready to execute init or is > > executing init. > > > > I wonder if we could enforce the meaning of these two states more > > consistently without needing to add another module state. > > > > Regarding Peter's patches, with the set_all_modules_text_*() api gone, > > and ftrace reliance on MODULE_STATE_COMING gone (I think?), is there > > anything preventing ftrace_module_init+enable from being called > > earlier (i.e., before complete_formation()) while the module is > > unformed? Then you don't have to move module_enable_ro/nx later and we > > keep the MODULE_STATE_COMING semantics. And if we're enforcing the > > above module state meanings, I would also be OK with moving jump_label > > and static_call out of the coming notifier chain and making them > > explicit calls while the module is still writable. > > > > Sorry in advance if I missed anything above, I'm still trying to wrap > > my head around which callers need what module state and what module > > permissions :/ > > Sounds reasonable to me... > > BTW, instead of hard-coding the jump-label/static-call/ftrace calls, we > could instead call notifiers with MODULE_STATE_UNFORMED. That was exactly what I was thinking about too while reading Jessica's email. Since (hopefully all if I remember correctly. I checked only random subset now) existing module notifiers check module state, it should not be a problem. Miroslav