From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933280AbbEMJRs (ORCPT ); Wed, 13 May 2015 05:17:48 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:51848 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbbEMJRo (ORCPT ); Wed, 13 May 2015 05:17:44 -0400 From: Arnd Bergmann To: Baruch Siach Cc: Masahiro Yamada , Olof Johansson , devicetree@vger.kernel.org, arm@kernel.org, Linux Kernel Mailing List , linux-arm-kernel Subject: Re: [PATCH v7 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier) Date: Wed, 13 May 2015 11:17:07 +0200 Message-ID: <12079182.VTh0Y5GzSg@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150513083234.GP2558@tarshish> References: <1431058034-5508-1-git-send-email-yamada.masahiro@socionext.com> <2230140.n6kW8LSSaP@wuerfel> <20150513083234.GP2558@tarshish> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:WUY2iDSmt4zahroUOpElVliWhN21WlwEq0ayni+29hYEHlW7Y1b aXS6iN0I/v8KY3C0KuDQEh3Ji7Gyb3CpjtwZ+74NKS24Soq2n3wr5/W2Tuf2TqKZmr3v41r i4qq4BmGsHKB4rLUfe/+WZW0+fK9mYp5J3df7pBFLqL/iyGHxJdrFMW78nZn90T2p4r5xXN s0Hgv9zTlTgqzXf/hC0ZA== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 13 May 2015 11:32:34 Baruch Siach wrote: > Hi Arnd, > > On Wed, May 13, 2015 at 09:48:33AM +0200, Arnd Bergmann wrote: > > For sending pull requests, it would be good to have a gpg key that > > is signed by other well-known kernel developers. If you have such > > a key, you can also request a kernel.org account to host a git tree > > there, or you can host a git tree somewhere on your company's domain. > > A public hosting service like github is not as good for us, but we > > can deal with it when you are still ramping up your infrastructure. > > Let me know if you need help finding kernel developers to sign your key. > > Is a pull request from a kernel.org repo trusted more than the key itself? In > other words, if I sign my pull request with a trusted key, why would the git > repo location make any difference? The main advantage is higher confidence I have in your pull request if I don't look at the signature, because I can assume that someone else already did when you got your account. Arnd