From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [GIT PULL] tree-wide: clean up no longer required #include Date: Wed, 5 Feb 2014 07:06:33 +0100 Message-ID: <20140205060633.GE30094@gmail.com> References: <1391547118-21967-1-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=TFBFVdOsk93c/ilJnYiqirZ95SDSxmnCR5coqv+LwDw=; b=BVQM0CGt6nDrfNLfQvVYTT4YraYmu6x4zrpp6Dutl7clYw/nnwmOOPzyPfypN7LevZ o23wLiA3gvLYYFnGhjU6SH7P3y6bgBJZeBpuxlKUvxwBWcEqdVG/TcHJitrRDJX1LFYK 1H4VuKq1MH/i8YqkLS86Wwkv4ylg48KxzD5XI07upxUmP/sbmNSFDobSZrVclDuqYGX3 Ozmz48MqHjUn32O46pZsYpurMSU8+Mld6TAdRWiUnGD9NrVVC7zVMttXSHrc2inbXMeh xEX7KE+RnxDpvxbJDQHo+1DZPf4yeY7zsQ8AZ10bULrf5DbmM8e0+aRPsnIh5IJX6ykS ES9A== Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Gortmaker Cc: Linus Torvalds , sparclinux@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linux-m68k@vger.kernel.org, akpm@linux-foundation.org, sfr@canb.auug.org.au, gregkh@linuxfoundation.org, rusty@rustcorp.com.au, linux-arch@vger.kernel.org, kvm@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-s390@vger.kernel.org * Paul Gortmaker wrote: > On Feb 4, 2014 3:52 PM, "Paul Gortmaker" > wrote: > > > > We've had this in linux-next for 2+ weeks (thanks Stephen!) as a > > linux-stable like queue of patches, and as can be seen here: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/paulg/init.git > > Argh, above link is meant for cloning, not viewing. > > This should be better... > > https://git.kernel.org/cgit/linux/kernel/git/paulg/init.git/ So, if you meant Linus to pull it, you probably want to cite a real Git URI along the lines of: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/init.git ( Otherwise your pull request might be ignored or worse, you might get an honest reply, due to the https transport being considered evil that no free man outside of corporate firewalls should ever consider and all that. ) Nice cleanups btw. Thanks, Ingo