Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp5054286pxu; Tue, 13 Oct 2020 13:40:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwikJQ0HdYf4WhVxT21pxvRX72v9ybnSv3Rk+nhNKp+H2HLatCBzkYuLho8Q/46GQ3abeqW X-Received: by 2002:a17:906:5e44:: with SMTP id b4mr1686615eju.211.1602621644325; Tue, 13 Oct 2020 13:40:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602621644; cv=none; d=google.com; s=arc-20160816; b=S81EzzSp7++bPAD99fp31rm09ddAJbMW1ZwERmf+bFBtUR2TGsu+cl/r184YzGNJLT nZsRWKsNwXcFhRkbxe6TZD0fIUEDzAgmP5g2oVvjgAt6PptIJ6zcVW/i5uPN3f8t3YkS S5RuDidc39hh490hVfo9un3CZZrcAXiQkrz8MltQ1wmcSu/4RurwoWxCmH23ZSEFUp4r JPUXCzORS2ufzjWWkC8UoCPc2rrSAPkRjbV5Y3Ac08uEXAsCUipkGZT7/aoj1KVMpMAZ yj5ZYdlvQ4tJnjfTi265J3i71g/kuWawxSIxHobUfuLX6p3vOCg74aVPcHzpE9Z+PqqO XOrA== 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 :mime-version:user-agent:date:message-id:organization:to:subject :from:dkim-filter; bh=1j1yCsgezT9cCkyvftLRBMImSXLEXqFW0YC298yrBNg=; b=BGXsBVk9mC9G06syyUuxU8et1LQ29/hNohYkr015qYkmMbSIX+QMdEKDqvGNOsUeV+ 6xSPMwXUZEcRfY5paTCEvS/erhpHdDK+cBsNeLW7mJhuH5oP0XBW1tmLsuBAhTGrHBxr +b5xIEmnawf/S40qQ0wT2diPewVbfCwXc2xGlk2scruIzVzW1T7jjMnxmoYZ4VOubEsH 69NEdniITQ4F1IFfrhqAP5vniuSDR3oxnnEH3JKTigNcs5AlKyRalcRzWd5azuqFyoTb /JbX13DjArU19hog6HPGLELZlVHzZhJEPivXJZdroB28G7GN1b1H34XyepmnELZdT/52 rW1g== 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 lv16si672916ejb.305.2020.10.13.13.39.57; Tue, 13 Oct 2020 13:40:44 -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 S1726848AbgJMUix (ORCPT + 99 others); Tue, 13 Oct 2020 16:38:53 -0400 Received: from mxout03.lancloud.ru ([89.108.73.187]:33420 "EHLO mxout03.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726439AbgJMUiw (ORCPT ); Tue, 13 Oct 2020 16:38:52 -0400 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout03.lancloud.ru 26310206E800 Received: from LanCloud Received: from LanCloud Received: from LanCloud From: Sergey Shtylyov Subject: [PATCH 0/2] module: some refactoring in module_sig_check() To: Jessica Yu , Organization: Open Mobile Platform, LLC Message-ID: <789a4e5c-8efd-bb1c-86e2-eed8b2b7b0af@omprussia.ru> Date: Tue, 13 Oct 2020 23:32:55 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [213.87.131.195] 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 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()