From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Wed, 26 Oct 2016 08:54:51 +0200 Subject: Stale pages: FAQ/VariousKernelTrees OutreachyfirstpatchSetup In-Reply-To: <20161021174847.17a8c0cd@ws> References: <20161021174847.17a8c0cd@ws> Message-ID: <20161026065451.GA21427@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Fri, Oct 21, 2016 at 05:48:47PM -0700, Duncan wrote: > b) The staging tree might not be the best example for true kernel git > sources newbies, mainline is arguably a better one. What do you mean by "mainline"? drivers/staging/ _is_ in the mainline kernel tree (i.e. kernel.org releases). It is a good place to find easy coding style fixes, right? > c) The example again appears dated and insecure, using the git:// > protocol that the git-fetch manpage's GIT URLS discussion specifically > warns should be used with caution on unsecured networks like the > general internet, because it does no authentication and is /not/ > secured. Why do you need to "secure" git pulls? thanks, greg k-h