From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikola Pajkovsky Date: Tue, 30 Jul 2013 09:35:21 +0000 Subject: Re: What version should I be patching against? Message-Id: List-Id: References: <51F74061.107@gmail.com> In-Reply-To: <51F74061.107@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org Dan Carpenter writes: > Wow... Yes. That information is totally out of date. Do patches > against the daily linux-next. Don't do them against mainline. these commands would be useful to add $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ cd linux $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git $ git fetch linux-next $ git fetch --tags linux-next ... # later on $ git remote update ... -- Nikola