From: Nikola Pajkovsky <n.pajkovsky@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: What version should I be patching against?
Date: Tue, 30 Jul 2013 09:35:21 +0000 [thread overview]
Message-ID: <m3k3k85r1i.fsf@redhat.com> (raw)
In-Reply-To: <51F74061.107@gmail.com>
Dan Carpenter <dan.carpenter@oracle.com> 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
next prev parent reply other threads:[~2013-07-30 9:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 4:26 What version should I be patching against? Dolan Murvihill
2013-07-30 8:53 ` Dan Carpenter
2013-07-30 9:35 ` Nikola Pajkovsky [this message]
2013-07-30 13:40 ` Shaun Laing
2013-07-30 14:36 ` Laurent Navet
2013-07-30 19:13 ` Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3k3k85r1i.fsf@redhat.com \
--to=n.pajkovsky@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.