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 CD769CE79AB for ; Wed, 20 Sep 2023 09:17:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233753AbjITJRc (ORCPT ); Wed, 20 Sep 2023 05:17:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232318AbjITJRa (ORCPT ); Wed, 20 Sep 2023 05:17:30 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 598BB93; Wed, 20 Sep 2023 02:17:24 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 18F481FE5A; Wed, 20 Sep 2023 09:17:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1695201443; 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=27wI1sJ0W7FVqiafMukx5GHlCjweHRT5QdRGpq+Xpj4=; b=ltBrVNxJVyHNQlquXEA+Hh07m+uqUVjLEEMJAwzXX5Nx/z2bqzy2Uu0y7moLco66mSEJjP 7PqOnFt6ioZhafT+HrkyQpqTP09zAQ8EnJibjH+q2LYmMm+Y6a9Rw6aI5HOaJckFB8qipy FxnwP9sROYS2BnJZkoTzMp3yPoxF7sA= 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 DBEBD2C142; Wed, 20 Sep 2023 09:17:22 +0000 (UTC) Date: Wed, 20 Sep 2023 11:17:22 +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 Reviewed-by: Petr Mladek Best Regards, Petr