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 A1130C64EC7 for ; Tue, 28 Feb 2023 16:01:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230290AbjB1QBa (ORCPT ); Tue, 28 Feb 2023 11:01:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230320AbjB1QB2 (ORCPT ); Tue, 28 Feb 2023 11:01:28 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 347443251F for ; Tue, 28 Feb 2023 08:01:21 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id CE2931FDC6; Tue, 28 Feb 2023 16:01:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1677600079; 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=oJ5z0EVQ/hbVea2pZphIb4vuCRdWqIMR+1VK89gjhTk=; b=m4J00j+38BVw0IWReSpgitgB+2LtwA8aouQ184GPmQRX377YWJ2NtA9DukJElIIj96L6cH EyIa3IIdSePSjQUd/xG+/1+joQCNBZCn9UNkXcQsP6RjV6PocUx3hm6MCPVw4+FRfUduvD NyZhwieMr8qpG07L459+aRs5NeSYb+E= Received: from suse.cz (pmladek.udp.ovpn2.prg.suse.de [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 7C2AA2C141; Tue, 28 Feb 2023 16:01:19 +0000 (UTC) Date: Tue, 28 Feb 2023 17:01:15 +0100 From: Petr Mladek To: Alexey Dobriyan Cc: jpoimboe@kernel.org, jikos@kernel.org, mbenes@suse.cz, joe.lawrence@redhat.com, live-patching@vger.kernel.org Subject: Re: [PATCH] livepatch: fix ELF typos Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Tue 2023-02-28 15:11:06, Alexey Dobriyan wrote: > ELF is acronym. > > Signed-off-by: Alexey Dobriyan Makes sense. Reviewed-by: Petr Mladek Best Regards, Petr