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 127F7ECAAA1 for ; Tue, 30 Aug 2022 09:22:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231807AbiH3JWE (ORCPT ); Tue, 30 Aug 2022 05:22:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231758AbiH3JVS (ORCPT ); Tue, 30 Aug 2022 05:21:18 -0400 X-Greylist: delayed 4800 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 30 Aug 2022 02:20:54 PDT Received: from forward503o.mail.yandex.net (forward503o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::613]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDD07DB7F4 for ; Tue, 30 Aug 2022 02:20:53 -0700 (PDT) Received: from vla1-ef285479e348.qloud-c.yandex.net (vla1-ef285479e348.qloud-c.yandex.net [IPv6:2a02:6b8:c0d:35a1:0:640:ef28:5479]) by forward503o.mail.yandex.net (Yandex) with ESMTP id A91CD5C485C; Tue, 30 Aug 2022 12:20:50 +0300 (MSK) Received: by vla1-ef285479e348.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id DEImCeimEC-KnhO3vEJ; Tue, 30 Aug 2022 12:20:49 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=syntacore.com; s=mail; t=1661851249; bh=ySfz/LY99LFzaToppHOlG1ynyDBOH7D7JAMHAIQZI1I=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=b+JiionGVRrdT+/2QLu+NMGmwqM1bQo7yVVFoEBNF+YNobos7Uc3v6r5SUEKk0/DP gtjSrAcwCl9Ycl0dnLEjya1Y/gB56aS2f1jCO9D1F5OQLoFZi3tH/yX93Af3lbYbDf okX3/akvLqu1DfHIkoDa3IyBVJLYwSPJC+ua608E= Authentication-Results: vla1-ef285479e348.qloud-c.yandex.net; dkim=pass header.i=@syntacore.com Message-ID: Date: Tue, 30 Aug 2022 12:20:49 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH] riscv: Fix permissions for all mm's during mm init Content-Language: ru-RU, en-US To: Conor.Dooley@microchip.com, linux-arch@vger.kernel.org, linux-riscv@lists.infradead.org References: <20220830075900.510105-1-vladimir.isaev@syntacore.com> <26ec07d5-14ac-f77c-00a7-23ea77ebeef6@microchip.com> <6e0aee65-37f4-ffa5-9adc-039ff3085b07@microchip.com> From: Vladimir Isaev In-Reply-To: <6e0aee65-37f4-ffa5-9adc-039ff3085b07@microchip.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org Hi Conor, 30.08.2022 11:31, Conor.Dooley@microchip.com wrote: > On 30/08/2022 09:21, Conor.Dooley@microchip.com wrote: >> What is the appropriate fixes tag for this patch? > > Also, you should run scripts/{checkpatch,get_maintainer}.pl before sending > your patch - many of the lines in your commit are too long & you did not CC > any of the maintainers :/ > > Hope that helps, > Conor. > Thanks for the fixes! Sent v2. Thank you, Vladimir Isaev