Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1479171pxb; Wed, 4 Nov 2020 10:00:29 -0800 (PST) X-Google-Smtp-Source: ABdhPJzOn5tGQUKTrCP7EQ9mJhMRMKvsOpoTSy/ZR1WxcGeT4cLpKcyhpLWwKOGZ6wRrZlFA024G X-Received: by 2002:aa7:d9d3:: with SMTP id v19mr20176218eds.67.1604512829079; Wed, 04 Nov 2020 10:00:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604512829; cv=none; d=google.com; s=arc-20160816; b=TzPH+n00bRihJwAToohLyHDK6jh6cPnWKoOXkDb7zRHSR3lYGW2u7iXtOQB845/V9F nuT1Ygd7xer6j5bC4Gv+HWgDDdmt0euvV8Oz3ZQjTGy7j3ReEC2mARdW1PoCyJB3ixSc MfT9WX3HkVp1JmqQHY97BgaBdmgfUlDadHjFAz996ABlzD1jDTGNSrqIZF4Ox931AbVE jS8M09F5ELO5Zl6bR5bAZgxL/QRk9o7LHf8K8gJ/W6p8V/fcMne5IrCocHVR6IdQryBN DS/eJBkR5qdeamENznBE2QmxjNNBz4copUyohEGAmSN6YkV6zS29oAGwQtlCiez9GbqG 41vA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=iAoAP6oWMQNP6J7FU2Y8AJTsRi/1fWUHdR19uI71nwU=; b=dPuhhmXQ+Xq5sgicAXCxBX+ARSks+ERYFxUSqWV3UBftpXoyhlLsX3Veb9+pvYHVJ8 SXn5GSac239C4eepSIIYuZYfdpCyehxl+/U5RT3hc84Gs1f0HtwmQDaQlR7v8dh2kbqE qmbPsL9N1mkHm5/m1OBLPHAzHbf2odYjuiWgic79mDhNas1h6j6dovTcEnWSS1dA81+6 Yqs3lMor2sX69UBS7/x+LtkDWeSkwZKzNAy3pDILxuF7syqnvNo5Q+NusibNJhqMf6C5 liMsCvu9ycFJBkuWFuZ86Yrvk6TdHlfYb0BDVdViOJ8Wg12fiWRBczceVtU7OaIZKLsN 75gw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=VFVjJiZh; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ci2si1899219ejc.211.2020.11.04.10.00.06; Wed, 04 Nov 2020 10:00:29 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=VFVjJiZh; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730124AbgKDOlg (ORCPT + 99 others); Wed, 4 Nov 2020 09:41:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:44844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728522AbgKDOlg (ORCPT ); Wed, 4 Nov 2020 09:41:36 -0500 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 DA8BD20739; Wed, 4 Nov 2020 14:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604500896; bh=iAoAP6oWMQNP6J7FU2Y8AJTsRi/1fWUHdR19uI71nwU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VFVjJiZhNjYbxqCSbu+PlNgUvLScpWe7UMqVs1fvbXFddtWjlGb+5DQUC6F3n23Pm Bd5CbKAtpHYgKuFS2k543Ugu2SqiZrU/oA01+PC0pkSl2hqsw9kKdkZTgQDPdJcDFy rXv4AG2oCgfI6m9DQe8zqJUu1zI01yw8shlEjiOA= Date: Wed, 4 Nov 2020 15:41:31 +0100 From: Jessica Yu To: Sergey Shtylyov Cc: linux-kernel@vger.kernel.org, Joe Perches , Miroslav Benes Subject: Re: [PATCH v2 0/3] module: refactor module_sig_check() Message-ID: <20201104144130.GA14910@linux-8ccs> References: <22e48a3d-06ee-5b8e-6e56-3694871a7c2f@omprussia.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <22e48a3d-06ee-5b8e-6e56-3694871a7c2f@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 [31/10/20 23:05 +0300]: >Here are 3 patches against the 'modules-next' branch of Jessica Yu's 'linux.git' repo. >I'm doing some refactoring in module_sig_check()... > >[1/3] module: merge repetitive strings in module_sig_check() >[2/3] module: avoid *goto*s in module_sig_check() >[3/3] module: only handle errors with the *switch* statement in module_sig_check() Applied to modules-next. Thanks Sergey for the cleanups! Jessica