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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D468AC56202 for ; Thu, 22 Oct 2020 15:09:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 74D6E24641 for ; Thu, 22 Oct 2020 15:09:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603379363; bh=Y0d31MCd7iF1n8mpTmmY56veXW/p9uyGuBb+wm9qfwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O3q622NGnI85Qr99XP4aWUYxL2wxCjaaXPt2sCicvPXGflVWoHH8XVNXuBK7HaCRa LhJPlA5lWibiaRmgY4facHdAlsIemGRrcRt4M0gNQb1zjBc3syqDPfQSWs2hVCT9tm y4llOOuA44P1O7UhbcqMq+RX4XpDxrQ/F3p6T1Ow= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2901163AbgJVPJW (ORCPT ); Thu, 22 Oct 2020 11:09:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:60256 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2508401AbgJVPJV (ORCPT ); Thu, 22 Oct 2020 11:09:21 -0400 Received: from linux-8ccs (p57a236d4.dip0.t-ipconnect.de [87.162.54.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7A2902463B; Thu, 22 Oct 2020 15:09:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603379361; bh=Y0d31MCd7iF1n8mpTmmY56veXW/p9uyGuBb+wm9qfwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=03Vg39bqQt7MJHrm74xDQwBBczyOiwgWBu3F1mKdh2H6WFxAgUv2atsgDP3laVAKA ltTEV4JWRHN9MD3eptzWn6DDgF23sFVqFnoAZ7bnZAz/+sKc/ejT4ZryVLmpR2e4zK NS9KG0Ybg99kW3T99h24zH336hbpKhIQqBuY2NPw= Date: Thu, 22 Oct 2020 17:09:17 +0200 From: Jessica Yu To: Sergey Shtylyov Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] module: some refactoring in module_sig_check() Message-ID: <20201022150916.GB8608@linux-8ccs> References: <789a4e5c-8efd-bb1c-86e2-eed8b2b7b0af@omprussia.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <789a4e5c-8efd-bb1c-86e2-eed8b2b7b0af@omprussia.ru> X-OS: Linux linux-8ccs 4.12.14-lp150.12.61-default x86_64 User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org +++ Sergey Shtylyov [13/10/20 23:32 +0300]: >Here are 2 patches against the 'modules-next' branch of Jessica Yu's 'linux.git' repo. >I'm doing some little refactoring in module_sig_check()... > >[1/2] module: merge repetitive strings in module_sig_check() >[2/2] module: unindent comments in module_sig_check() Hi Sergey, I'm fine with these patches, but are you still planning on sending a v2 based on Joe Perches' suggestions? Thanks! Jessica