From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF9F6C6FA82 for ; Fri, 23 Sep 2022 14:59:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231448AbiIWO7P (ORCPT ); Fri, 23 Sep 2022 10:59:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231994AbiIWO7J (ORCPT ); Fri, 23 Sep 2022 10:59:09 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50944127544; Fri, 23 Sep 2022 07:59:08 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id F2BF821A36; Fri, 23 Sep 2022 14:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1663945147; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=v/Njrnx0kAmVnJjPWQHDdXR2gNpBPDEtnzydYSQrI84=; b=sW9bUnodCUG+/g3Ybi/AfoW6DBuUeCelx5TiOHT2FMTk7UtCcJUxnbWlaJj3E45DhK2riv 1ie1uogLPZO/buKX1xJC+5SSm8nvaGqTDRr9AShCL/KN99QEXj+k5WeXtdqfX2m2vEXy8S /Zy2Wj6PJvGaK/Fxeh6qccXvuRStIFo= Received: from suse.cz (unknown [10.100.201.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id D27FA2C15A; Fri, 23 Sep 2022 14:59:06 +0000 (UTC) Date: Fri, 23 Sep 2022 16:59:06 +0200 From: Petr Mladek To: Song Liu Cc: live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, jpoimboe@kernel.org, jikos@kernel.org, mbenes@suse.cz, joe.lawrence@redhat.com Subject: Re: [PATCH v3 1/2] livepatch: add sysfs entry "patched" for each klp_object Message-ID: References: <20220902205208.3117798-1-song@kernel.org> <20220902205208.3117798-2-song@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220902205208.3117798-2-song@kernel.org> Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Fri 2022-09-02 13:52:07, Song Liu wrote: > Add per klp_object sysfs entry "patched". It makes it easier to debug > typos in the module name. > > Reviewed-by: Joe Lawrence > Signed-off-by: Song Liu Just a note. Signed-off-by of the author is always the first entry. It is followed by Acked-by, Reviewed-by, Tested-by, ... in the order in which they arrived. I have fixed the ordering when pushing the patch. > --- a/Documentation/ABI/testing/sysfs-kernel-livepatch > +++ b/Documentation/ABI/testing/sysfs-kernel-livepatch > @@ -55,6 +55,14 @@ Description: > The object directory contains subdirectories for each function > that is patched within the object. > > +What: /sys/kernel/livepatch///patched > +Date: August 2022 > +KernelVersion: 6.0.0 Also I have updated the version to 6.1.0. It should be the version produced by the upcoming merge window. Best Regards, Petr