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 B9650CE79AB for ; Wed, 20 Sep 2023 09:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234121AbjITJaC (ORCPT ); Wed, 20 Sep 2023 05:30:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234287AbjITJ3y (ORCPT ); Wed, 20 Sep 2023 05:29:54 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 464D2F5; Wed, 20 Sep 2023 02:29:48 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id F149F224A2; Wed, 20 Sep 2023 09:29:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1695202186; 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=EkDUrmYNQdfGZ/x08dZQmaUKADB663Sj6idEnwZ3juA=; b=Xcigpz8hUTOeEC0JwSCy8+0jaCU3wpvccwlnLO3rr+8yi/4R/5pCYrj+rNZQuFyXCfKG0H OqpHraiunLXO0rk5W3ZMonZPrElSNHHaLoFIWhXLtf4PB8j5MCJ0zImQ3PDFUzA8Np8zC4 N0U5aNgDvUVyKoMFdVSZQO0RziH39tk= Received: from suse.cz (pmladek.tcp.ovpn2.prg.suse.de [10.100.208.146]) (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 C131F2C142; Wed, 20 Sep 2023 09:29:46 +0000 (UTC) Date: Wed, 20 Sep 2023 11:29:46 +0200 From: Petr Mladek To: Zheng Yejian Cc: jpoimboe@kernel.org, jikos@kernel.org, mbenes@suse.cz, joe.lawrence@redhat.com, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, peterz@infradead.org, yeweihua4@huawei.com Subject: Re: [PATCH] livepatch: Fix missing newline character in klp_resolve_symbols() Message-ID: References: <20230914072644.4098857-1-zhengyejian1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230914072644.4098857-1-zhengyejian1@huawei.com> Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Thu 2023-09-14 15:26:44, Zheng Yejian wrote: > Without the newline character, the log may not be printed immediately > after the error occurs. > > Fixes: ca376a937486 ("livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols") > Signed-off-by: Zheng Yejian JFYI, the patch has been committed into livepatching.git, branch for-6.7. Best Regards, Petr