Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp5785599pxu; Thu, 22 Oct 2020 10:59:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzpe6l+qb/UkeuLIq5aYaRxJj6/nQCs0VEzw1QS40im8TP7pBHLRSpnnbbzwGbMSeF2/mMZ X-Received: by 2002:a17:906:580e:: with SMTP id m14mr3302100ejq.237.1603389546680; Thu, 22 Oct 2020 10:59:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603389546; cv=none; d=google.com; s=arc-20160816; b=HSgp0UBCgfYYdGPUC1C+TV50l6lnxKG6BBLF+qyrT092dEPoZF0r7eU6xc//7ySMWh XbPNzNX7YyWZHzDUK5dOUisyCCJqye4LZ2miFQda9+Db3QtHWznWlupayI7AJ7LaQkQ/ D3PC3I2o1OmBGwIvJIXo5BBtvtUzg9reYAuSZX+jVIgi7Wfo/ooJF2FU/stKD+TlYy0k g3sReEpu/NeHNc3Gttb63k+5fPAK/yJIcGNfYu0NeJmpRS+lulfoOZ2OnXo89ettxNsy A0XnnSgxrxxA2afO7abd2VPKebK3h/+Nd3BRhKp5mwg8AwXWiAnTggVasLw71ZHdrXrb Vbhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:organization :from:references:cc:to:subject:dkim-filter; bh=Vzr4HXS5Gxm/FfN+V26FZVoQIWtB2DHl6PSs649l1q4=; b=my0IjgUH9kSKGEUy0dgr1fyfLS5X3KjfAgBm3WplK9kk+EdLYpI1t9AN90V5USY+m9 wwDcfpLAcVnNnx4r9sf6ojABfr0YWiTDU1DAppC+uuFIyIyi1R2RAHNeQGhunvOd2k+F LmvO88Oucl7D8bfOsZ/UhYAq0Rr+8FsqUZaH/P+vfZBSJ1UOJazPl8u3nBwH9+WQirLD 7nNCxx9GEOES3H0CE5Be5VLym6u5zKke/AtTDLsm2CSuWHIddoBvAS5CwcRIzEk6SWqN OKvJIbnSVShMlSubGgaMWLdyqB4dXZvh6/ohsFrZvS8z2wORvFJTGpPwb1uzYoNs8ea7 kYsA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=omprussia.ru Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j3si1489050edh.611.2020.10.22.10.58.44; Thu, 22 Oct 2020 10:59:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=omprussia.ru Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2504374AbgJVP3G (ORCPT + 99 others); Thu, 22 Oct 2020 11:29:06 -0400 Received: from mxout04.lancloud.ru ([89.108.124.63]:53132 "EHLO mxout04.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2438961AbgJVP3G (ORCPT ); Thu, 22 Oct 2020 11:29:06 -0400 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout04.lancloud.ru E57F0206FFE5 Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: [PATCH 0/2] module: some refactoring in module_sig_check() To: Jessica Yu CC: References: <789a4e5c-8efd-bb1c-86e2-eed8b2b7b0af@omprussia.ru> <20201022150916.GB8608@linux-8ccs> From: Sergey Shtylyov Organization: Open Mobile Platform, LLC Message-ID: Date: Thu, 22 Oct 2020 18:29:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201022150916.GB8608@linux-8ccs> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [213.87.145.115] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1908.lancloud.ru (fd00:f066::208) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! On 10/22/20 6:09 PM, Jessica Yu wrote: >> 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? Yes, I'm going to address his feedback, as soon as I have a time. > Thanks! > > Jessica MBR, Sergei