On Sat, Apr 16, 2005 at 04:01:45PM -0700, Linus Torvalds wrote: > So I re-created the dang thing (hey, it takes just a few minutes), and > pushed it out, and there's now an archive on kernel.org in my public > "personal" directory called "linux-2.6.git". I'll continue the tradition > of naming git-archive directories as "*.git", since that really ends up > being the ".git" directory for the checked-out thing.
BTW, there appears to be "errors" in the history committed thus far. I'm not sure where this came from though. Some of them could be UTF8 vs ASCII issues, but there's a number which seem to have extra random crap in them ("^M)" and lots of blank lines). One thing which definitely needs to be considered is - what character encoding are the comments to be stored as? Currently, it's whatever the committers character encoding is, which will be completely random. For instance, dwmw2 will definitely be using UTF, whereas I'll definitely be using ISO-8859-1 (UTF is far too much of a pain in the ass to use, unless _all_ your systems are running UTF, which mine don't yet.) ID: 75f86bac962b7609b0f3c21d25e10647ff8ed280 [PATCH] intel8x0: AC'97 audio patch for Intel ESB2 This patch adds the Intel ESB2 DID's to the intel8x0.c file for AC'97 audio support. Signed-off-by: <A0>Jason Gaston <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> ID: baab5c52135dfa2a02c5dcc8422fc5d048acc682 [PATCH] ppc32: fix compilation error in arch/ppc/kernel/time.c make defconfig give the following error on ppc (gcc-4): arch/ppc/kernel/time.c:92: error: static declaration of <E2><80><98>time_offset<E2><80><99> follows non-static declaration include/linux/timex.h:236: error: previous declaration of <E2><80><98>time_offset<E2><80><99> was here The following patch solves it (time_offset is declared in timer.c). Signed-Off-By: Benoit Boissinot <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> ID: fa357627062fa6f4727638bc4f302b23f5a3acb8 [PATCH] vmscan: pageout(): remove unneeded test ^M) We only call pageout() for dirty pages, so this test is redundant. Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> ID: e5fc9026c6a372a67e652c6ba1648e5f8e543600 [PATCH] arm: fix SIGBUS handling ^M) From: Russell King <[EMAIL PROTECTED]> ARM wasn't raising a SIGBUS with a siginfo structure. Fix __do_user_fault() to allow us to use it for SIGBUS conditions, and arrange for the sigbus path to use this. We need to prevent the siginfo code being called if we do not have a user space context to call it, so consolidate the "user_mode()" tests. Thanks to Ian Campbell who spotted this oversight. Signed-off-by: Russell King <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> -- Russell King - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html