Received: by 10.213.65.68 with SMTP id h4csp1584820imn; Thu, 15 Mar 2018 04:07:23 -0700 (PDT) X-Google-Smtp-Source: AG47ELsNi2/20T2i5j4LqhdO2RxUHsNlvKEa6qVpBf/8jptlntzvi3+VkqVRVXZ3jCyqzjdrGiaF X-Received: by 2002:a17:902:7088:: with SMTP id z8-v6mr7686045plk.174.1521112043242; Thu, 15 Mar 2018 04:07:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521112043; cv=none; d=google.com; s=arc-20160816; b=pZJwh9T/9fstuH/PAgKRsSc0+Rje2+HbidMOTtr1yPs1PJvRc/dSICJSMW2zhmIlEj uRIGOvJeBybzPYsnrKCOCYZ46YyTxcTGqUXXI772H6TBSnCBHuS9wtQ/+pxFPf7LxkMA PjXF+gAwaIB++YS7nByQQTqzBjTr7nbeJNht3CmJlCYMqv0w5EI95p2mPpwGeaAYjD9O KHPYDIr/Vg1zBt/FHSjKudTFCwKePU8IrbR66PBPIwK2CcEMrs9TpyyfkLb/1kLIw5x1 hdL7qEorkpNbapzQro8LhnG9p/w3afVXB0AS8k/ZTdWXGvQED/unYhZnVWSGsKfuCgZB 11Mg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:references :in-reply-to:subject:cc:date:to:from:arc-authentication-results; bh=0pJoZPRYeY/lcXBYWXitTpwVT6mk6An9eqXgrbXjcb8=; b=gXM8JdmcWl3HTtVYPVBF7vJMwcrgF0Pcac4aYA98K4u963EUaP4viHjW+DMlXtAYpu wcb+RP1qhmHaXPxYoGpdRav+i26UIjrg+cDorWT2wWcPFHIG/5rB1sCt7goUhs/Cts3X 2Og2ADQ6MRW9qVFiSOQKPhCc+vVRDQLCOx0Q9jxXRimOpFCF/j/EVvEIEMWhvptQ5Yiw ugDKG6Z49AR3hKVQI4soOx4W8y98RXqSeAmgwH0BMRiJTyLsK/zJF9CWaZUjwqj0uySy 35pGKk9V9Echp4i8rml0D1HOYE8+RSVdoYQDKsuePgVcLbO9u+dq3bj0dLMivVAM/2cW gsfw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w2-v6si3672479plq.739.2018.03.15.04.07.08; Thu, 15 Mar 2018 04:07:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752084AbeCOLEq (ORCPT + 99 others); Thu, 15 Mar 2018 07:04:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:56587 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751600AbeCOLEp (ORCPT ); Thu, 15 Mar 2018 07:04:45 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 08D46AC81; Thu, 15 Mar 2018 11:04:43 +0000 (UTC) From: NeilBrown To: Dan Carpenter Date: Thu, 15 Mar 2018 22:04:33 +1100 Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, lkml , John Crispin Subject: Re: [PATCH 00/13] staging: add drivers to support Mediatek mt7621 in gnubee-pc1 In-Reply-To: <20180315104853.bthffdd4hzklzo6d@mwanda> References: <152105892255.22262.1902152685410223215.stgit@noble> <20180315104853.bthffdd4hzklzo6d@mwanda> Message-ID: <87vadxbnwe.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain On Thu, Mar 15 2018, Dan Carpenter wrote: > This all seems fine. Generally the requirements for staging are that it > has a TODO, someone to work on it, and it doesn't break the build. But > some of the patches don't have commit message and those are required and > some of the commit messages are just the changes you have made not don't > describe the actual code... Thanks for having a look. It seems odd to require detailed commit messages, when we don't require the same level of quality in the code. Naturally when the driver is moved out of staging a properly detailed commit message should be added, but is that needed on the way in to staging? At this stage I don't know much more than is already there. After I've cleaned up the code I probably will. For patch 01/13 you asked "what kind of device this is". The subject line makes it clear that it is a "pcie driver". What extra detail did you want? Would it be sufficient to just copy the subject line so that it appears twice in the commit message? > > John Crispin's email is john@phrozen.org. Thanks. NeilBrown > > regards, > dan carpenter --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEG8Yp69OQ2HB7X0l6Oeye3VZigbkFAlqqU0EACgkQOeye3VZi gbkCPA//XzehKADE/hYzhmcQ9/QaJIPOoNG0IkbWtF7GQ7j4KM+2/l2Z+s2Du87j zfHhE2sxTU+5M+QZXiKIy3Q60lIdh2w9S5w7gr2HN8YPVh2V5H1kBfuMyelul28H JBe87OCbxBXaEtLav7N8mXHC8I4bh/l4bCqDvwqesY1VH8OUJkYNa+DCpnUSkEJm gl40vkw7Q1Mi2+pkxaQ/+Nz8QfHUbhnqN5ZcmWXJvGwpGRWXxbURqlT8Aj1csNxv KukABeUrrhZbl6m5gyI5eiRkWvaA1KiLdKjPlhtg9LNrPgK2sJToWIQK7BIVONKY lAIWjaKJaFmBNmZTDVHlTywOIfdn3yu5PtM+27D4aCcM5xsfenyuv6L0l/JBosFY qPRJovbfqJ+s3ujiBdbxK3+6qVkCYC2yiitAIUXoWoxZ9RBvT24FfSH71VoeoGPx fUOpyOdaRFH8n/KyhiaIn/qj6GaNohtWX8XzwOHv8cPifQlPrzuARt4Cqyjk4Mh+ bpC7qstvLqAbvDk1TUifgJ83Bs4C7NiqOZty+/a2kQBv7nzJSKpTGuCU7kSrHc0E 2+c3PK1HF6adq66ZvB8CeJ0AIVIPxB2sD4Y5NqZPMFdqLAH8RX7Zec3gEMc8Z9bZ kfRI/mDvNGCa46ZBFwqDkVhoToZqdgudJxI6b3PaYHms1SVwYts= =o9ME -----END PGP SIGNATURE----- --=-=-=--