From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679AbdHPOuM (ORCPT ); Wed, 16 Aug 2017 10:50:12 -0400 Received: from mx2.suse.de ([195.135.220.15]:58938 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751461AbdHPOuK (ORCPT ); Wed, 16 Aug 2017 10:50:10 -0400 Date: Wed, 16 Aug 2017 16:50:07 +0200 From: Petr Mladek To: Josh Poimboeuf Cc: Miroslav Benes , jeyu@kernel.org, jikos@kernel.org, lpechacek@suse.cz, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Lutomirski , "H. Peter Anvin" , Ingo Molnar , Michael Ellerman , Oleg Nesterov , Thomas Gleixner Subject: Re: [PATCH v2 0/3] livepatch: Introduce force sysfs attribute Message-ID: <20170816145007.GD601@pathway.suse.cz> References: <20170810104815.14727-1-mbenes@suse.cz> <20170811211131.n7mo4xsucteba7hz@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170811211131.n7mo4xsucteba7hz@treble> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 2017-08-11 16:11:31, Josh Poimboeuf wrote: > On Thu, Aug 10, 2017 at 12:48:12PM +0200, Miroslav Benes wrote: > > Now there is a sysfs attribute called "force", which provides two > > functionalities, "signal" and "force" (previously "unmark"). I haven't > > managed to come up with better names. Proposals are welcome. On the > > other hand I do not mind it much. > > Now "force" has two meanings, which is a little confusing. What do you > think about just having two separate write-only sysfs flags? > > echo 1 > /sys/kernel/livepatch/signal > echo 1 > /sys/kernel/livepatch/force I like the simplicity but I wonder if there might be more actions that need to be forced in the future. Then this might cause confusion. For example, we have force_module_load attribute in kGraft. It allows to load a module even when it is refused by a livepatch. It is handy when there is a harmless bug in the patch. Best Regards, Petr