From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 47611] NULL pointer dereference in ext4_ext_remove_space on 3.5.1
Date: Mon, 17 Sep 2012 14:08:31 +0000 (UTC) [thread overview]
Message-ID: <20120917140831.5186C11FB49@bugzilla.kernel.org> (raw)
In-Reply-To: <bug-47611-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=47611
--- Comment #4 from Theodore Tso <tytso@mit.edu> 2012-09-17 14:08:30 ---
Oh, my bad. I hadn't pushed the master branch forward even though the patch
had been sent to Linus and merged for 3.6-rc3.
The ext4 git tree has three branches of interest. Internally, I work off of
an ext4 patch queue which can be found here:
git://repo.or.cz/ext4-patch-queue.git
or here: https://github.com/tytso/ext4-patch-queue.git
The base of the patch series is the "origin" branch on the ext4 git tree, and
that is always a commit which is in Linus's mainline. The last "stable patch"
(before the "stable-boundary" no-op patch in the ext4 patch queue) is what is
generally on the "dev" branch, and that is what is synched-up with linux-next.
The "master" branch supposed to live on a commit somewhere between "origin" and
"dev", and represents a commitment that everything at or before the "master"
branch pointer is a stable commit that I will not rewind or rebase. Commits
between "master" and "dev" are stable, and will probably not be rebased, but
the commit description might change, or if a critical bug is found, a commit
might require revision, or in rare cases, might get dropped.
So if you are doing developement using git, you're better off using the
"master" branch, since that is a non-rewinding branch. If you are just using
patch series or some kind of patch queue (i.e., stgit, guilt, quilt, etc.) then
it should be fine to use the "dev" branch.
For example, at the moment the 64-bit resize patches are still not yet in
master, although at this point they are pretty stable and will probably not
change. Everything before the "master" branch, however, is guaranteed to be
stable.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
next prev parent reply other threads:[~2012-09-17 14:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-17 11:32 [Bug 47611] New: NULL pointer dereference in ext4_ext_remove_space on 3.5.1 bugzilla-daemon
2012-09-17 11:33 ` [Bug 47611] " bugzilla-daemon
2012-09-17 12:00 ` bugzilla-daemon
2012-09-17 12:07 ` bugzilla-daemon
2012-09-17 12:28 ` bugzilla-daemon
2012-09-17 14:08 ` bugzilla-daemon [this message]
2012-09-19 18:02 ` bugzilla-daemon
2012-09-19 18:06 ` bugzilla-daemon
2012-10-15 8:59 ` bugzilla-daemon
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=20120917140831.5186C11FB49@bugzilla.kernel.org \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ext4@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).