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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 Feb 2008 10:26:53 -0800 (PST)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Greg KH <greg@...ah.com>
cc:	Jeff Garzik <jeff@...zik.org>, David Miller <davem@...emloft.net>,
	arjan@...radead.org, sfr@...b.auug.org.au,
	linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
	linux-arch@...r.kernel.org, akpm@...ux-foundation.org
Subject: Re: Announce: Linux-next (Or Andrew's dream :-))



On Tue, 12 Feb 2008, Greg KH wrote:
> 
> I may be a bit defensive here, but I hope that all of the recent
> kobject/kset/driver core changes have been done with the thought of
> "what are we doing wrong".

.. but are we expecting it to be finished?

That's the point.

This whole "Linux-next" discussion so far has almost been predicated on 
the whole assumption that this is an on-going concern. And it really 
should NOT be.

If it's an on-going concern, we need to tackle *that* issue, not the issue 
that cross-subsystem merges are hard. They simply seem to happen too much.

In other words, I'm not AT ALL interested in the merges we've already 
done. That's over and done with, and we'll never ever do those merges 
again. Who cares? I don't.

I'm purely and _only_ interested in the merges of the future. You don't 
need to be defensive about the things that led up to this discussion, I'm 
more hoping that we can aim at fixing the problem at the source, rather 
than trying to work around it.

We simply shouldn't have all that many conflicts. We've had *way* too many 
of them lately, and I think it's because people have felt it wasn't too
painful. 

Put another way: back when we worked with just patches, we avoided renames 
like hell, and we also tried to simply even re-architect the whole tree so 
that you didn't have so many patch conflicts. One main reason as far as I 
was concerned for things like per-directory Kconfig files and the whole 
initcall() stuff was the fact that the old single Kconfig file and the old 
crazy init/main.c file were total *nightmares* when it came to conflict 
resolution.

So we split things up more, and we didn't do renames (or were very careful 
about it). We avoided the things that caused pain.

I think we need to remember that: yes, we'll always have to have ways to 
fix the pain that does happen, but even more importantly, we should strive 
for models where it doesn't happen in the first place!

And simply avoiding cross-subsystem API changes unless there is a major 
*MAJOR* reason for them is the obvious thing to do. Simply face the fact 
that even in open source there are major reasons to stay with an old 
interface even if it's not optimal.

We absolutely MUST NOT have the mindset that "cross-subsystem conflicts 
happen all the time". 

That was my point.

			Linus
--
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