lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 25 Apr 2009 08:16:32 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	Alessio Igor Bogani <abogani@...ware.it>,
	Jonathan Corbet <corbet@....net>,
	Fr??d??ric Weisbecker <fweisbec@...il.com>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	LKML <linux-kernel@...r.kernel.org>,
	LFSDEV <linux-fsdevel@...r.kernel.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Matthew Wilcox <matthew@....cx>
Subject: Re: [PATCH 1/1] vfs: umount_begin BKL pushdown v2

On Sat, Apr 25, 2009 at 12:19:10AM +0200, Ingo Molnar wrote:

> As i pointed it out in the first mail: our immediate concern is NFS 
> (nfs_get_sb() in particular), where we can reproduce real and easy 
> deadlocks with BKL-as-a-mutex. So if you could push this patch to 
> Linus (or just not NAK me cherry-picking your precise commit) that 
> would be enough to continue here.

I've no problems whatsoever with either variant.  If Linus is OK with
that for -rc4, there it goes.  However, that's not going to end there,
is it?  We have other methods, after all.  And several series of patches
that'll go near that one.  That's what I'm concerned about; I'm absolutely
fine with cherry-picks of something we can declare stable into any
exprimental trees.  As long as everyone agrees that this commit is in the
final form, that's it.

> Anyway - regarding this commit, doing it via a branch would have 
> been the most Git-ish way to solve it - and that's what i'm using in 
> equivalent situations - but if you rebase your tree often as 
> Christoph Hellwig suggests i can imagine that causing problems.
> 
> In fact, you do seem to have rebased a lot of commits just a couple 
> of days ago:

[snip]

picking the stuff for mainline merge out of it, pushing it to Linus,
reordering the rest and folding a fix into earlier changeset, IIRC.

> So yes, a branch with a stable commit is not possible for you to do. 

It is - I can merge from it into one being cherry-picked to hell and back
just fine.  The question is, how much will end up in that branch?

> Would you mind to describe the workflow that leads to such frequent 
> rebasing? The commit dates are nicely apart:

[snip]

> so these are not commits developed in the same minute as the 
> commit-date suggests. I.e. the whole tree got rebased at Apr 21 
> 17:55.

See above.  And if you'll look at the changeset dates, you'll see that
a lot of those had been done while on LSF2009 and grown fixes and fixes
to fixes since then.  It sat in #untested for a while, then fixes got
folded into patches and some reordering had been done.

It's not that I can't use "here's the branch that only grows" kind of
workflow, but
	a) there's a lot of things many people tend to use quilt for; I'm
using git + bunch of scripts to do the same.
	b) I separate development history from logical progression of patches
and on the short-term scale I'm much more interested in the latter.
	c) I really prefer see as few intertwined branches as possible.
Graph topology should be possible to understand...

I _can_ put out an unchanged branch just fine, and I understand the uses
for such animal.  If I'm willing to say that changeset is in final form -
sure, there it can go.  Useful when it acts as a base for other folks'
work, etc.  But for development work I've no problem whatsoever to do
reordering and folding.  Preferably in batches, but that's it.

IOW, my workflow probably would map on quilt, but I'd started with home-grown
set of scripts around diff+cp -rl+patch and with git I'd been able to do the
same thing even more conveniently.  Plain git is usable that way just fine;
I know about stgit et.al., but I hadn't seen a need for those...

And yes, I've heard Linus' "if you put a branch in public, never reorder it".
Fine, modulo s/public/& and not make it clear that it's not stable that way/.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ