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 2518DC61D97 for ; Wed, 25 Jan 2023 19:03:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235943AbjAYTDZ (ORCPT ); Wed, 25 Jan 2023 14:03:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbjAYTDX (ORCPT ); Wed, 25 Jan 2023 14:03:23 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AEB518176; Wed, 25 Jan 2023 11:03:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1F0DF615AF; Wed, 25 Jan 2023 19:03:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45780C433EF; Wed, 25 Jan 2023 19:03:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674673402; bh=XBvXsCE3HhImXaMICpwcUFklSobuJG9lBj0Wwd0QB0Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ek9Kxl3vsOdfcOeUXpZosFyFYvkVFaGxBzVHulds/XuV5HnY2Ty3xQ9zAACMRPWNO R/c5L+S1szy3/PLR8dttOuSjKv3i4hsWb/D2hDwJXJTv30j2hM6tzEMBOgE3DEYVow roZPoEkO7YRjp3Mnrpu73CRTRaZ3GuDTN5U/GlHYPhAmkssXy6WWGxfOmFu4bYTXeH C8h5r6/mimmqYDgdVJKIMkgnWnkmns6Q0kp8h6VxKHAqegbOifVSleGQVirpOelLrl QCdITNBibfxwagIanW8pYrKBjOuvHKCMEk13Y85XoAvlxjbz15yhKUDZikLPw2/q5q 0vXMbNYDKDfKw== Date: Wed, 25 Jan 2023 11:03:20 -0800 From: Josh Poimboeuf To: Song Liu Cc: linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org, live-patching@vger.kernel.org, x86@kernel.org, Josh Poimboeuf , Petr Mladek Subject: Re: [PATCH v11 1/2] x86/module: remove unused code in __apply_relocate_add Message-ID: <20230125190320.dbm4q5q4lwcg5jfr@treble> References: <20230125185401.279042-1-song@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230125185401.279042-1-song@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2023 at 10:54:00AM -0800, Song Liu wrote: > This "#if 0" block has been untouched for many years. Remove it to clean > up the code. > > Suggested-by: Josh Poimboeuf > Signed-off-by: Song Liu > Reviewed-by: Petr Mladek Acked-by: Josh Poimboeuf -- Josh