Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Ryan Anderson
WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ Then you'll have to resist the urge to fix whitespace issues instead of not seeing them at all. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: New SCM and commit list

2005-04-11 Thread Ryan Anderson
a trigger after each merge and uses csets-in to generate diffs and email them out. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [RFC/RFT] Better handling of bad xfers/interrupt delays in psmouse

2005-02-06 Thread Ryan Anderson
On Sun, Feb 06, 2005 at 12:55:00PM -0500, Dmitry Torokhov wrote: Hmm, wouldn't it be nice if they put spell checker in GCC? ;) Isn't the resulting beast called emacs? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] Makefiles are not built using a Fortran compiler

2005-02-08 Thread Ryan Anderson
work (I forget why, offhand, but I think it's something to do with the *config targets), but it is helpful at times from partially clean trees to automatically get from the SCCS copy of the file. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux

[PATCH] Support UML and make O= when building Debian packages

2005-07-15 Thread Ryan Anderson
+= $(objtree)/binkernel.spec # .PHONY: deb-pkg deb-pkg: - $(MAKE) + $(MAKE) KBUILD_SRC= $(CONFIG_SHELL) $(srctree)/scripts/package/builddeb clean-dirs += $(objtree)/debian/ -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux

[PATCH] Auto-append localversion for BK users needs to use CONFIG_SHELL

2005-03-12 Thread Ryan Anderson
.) When running scripts/setlocalversion.sh, use $(CONFIG_SHELL) so the executable bit doesn't need to be set. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] Index: local-quilt/Makefile === --- local-quilt.orig/Makefile 2005-03-12

[KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-03-12 Thread Ryan Anderson
/local/ -j4 CC=ccache distcc $* -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH] Automatically append a semi-random version for BK users

2005-03-14 Thread Ryan Anderson
Snipping a bit as I go, thanks for the feedback, Sam. On Mon, Mar 14, 2005 at 11:43:17PM +0100, Sam Ravnborg wrote: On Wed, Mar 09, 2005 at 03:06:38AM -0500, Ryan Anderson wrote: Two approachs are present here, a Perl version that is setup to handle other automatic version appends (i.e

Re: [PATCH] Automatically append a semi-random version for BK users

2005-03-14 Thread Ryan Anderson
), and installs it. Later, before another release occurs (i.e, -rc1), another build happens, and the actual, released 2.6.11 is overwritten with the -current tree. This currently supports BitKeeper only, but support for other SCMs is easy to add. Signed-Off-By: Ryan Anderson [EMAIL PROTECTED] Index: local

Re: [PATCH] Automatically append a semi-random version for BK users

2005-03-17 Thread Ryan Anderson
-By: Ryan Anderson [EMAIL PROTECTED] Index: local-quilt/Makefile === --- local-quilt.orig/Makefile 2005-03-14 20:53:59.0 -0500 +++ local-quilt/Makefile2005-03-14 20:54:02.0 -0500 @@ -549,6 +549,26 @@ export

Re: [KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-03-19 Thread Ryan Anderson
, is attached. Signed-off-By: Ryan Anderson [EMAIL PROTECTED] Index: local-quilt/scripts/package/Makefile === --- local-quilt.orig/scripts/package/Makefile 2005-03-19 19:25:03.0 -0500 +++ local-quilt/scripts/package/Makefile

[PATCH] UML - Make deb-pkg build target build a Debian-style user-mode-linux package

2005-03-07 Thread Ryan Anderson
some ownership and permissions -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

Re: [uml-devel] [PATCH] UML - Make deb-pkg build target build a Debian-style user-mode-linux package

2005-03-07 Thread Ryan Anderson
Sorry, I forgot something important. On Mon, Mar 07, 2005 at 01:28:28PM -0500, Ryan Anderson wrote: Make the deb-pkg build target understand the um arch and set up the package and directory structure to match a mainline-Debian style user-mode-linux package. This is primarily so

[PATCH] Automatically append a semi-random version for BK users

2005-03-09 Thread Ryan Anderson
), and a simplistic shell version that depends on md5sum. Both approaches generate the same hash. I've sent this twice before, gotten no comments, so I'm really looking for feedback on the approach and idea, more than anything else. Signed-Off-By: Ryan Anderson [EMAIL PROTECTED] diff -Nru a/Makefile b

Re: [BUG] 2.6.11- sym53c8xx Broken on pp64

2005-03-09 Thread Ryan Anderson
to grab that description and use it instead.) Signed-Off-By: Ryan Anderson [EMAIL PROTECTED] diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-03-09 02:51:15 -05:00 +++ b/Makefile 2005-03-09 02:51:15 -05:00 @@ -550,6 +550,24 @@ #exportINSTALL_PATH=/boot +# If CONFIG_LOCALVERSION_AUTO

[PATCH] UML - Restore proper descriptions in make deb-pkg target

2005-03-12 Thread Ryan Anderson
. This pulls the description from the Debian user-mode-linux package, and puts $version back in the appropriate places for both descriptions. Incremental on top of the previous patch. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] Index: local-quilt/scripts/package/builddeb

Re: Linux 2.6.11.6

2005-03-27 Thread Ryan Anderson
in -stable. We'll certainly continue to add them as we have them. bk helptool comments You can, actually. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH] Automatically append a semi-random version for BK users

2005-04-02 Thread Ryan Anderson
Sam, my patch to automatically include a random value based upon the BitKeeper or CVS version in the kernel version had one, rather minor, bug related to building in seperate object and source trees. This patch fixes that up. Signed-Off-By: Ryan Anderson [EMAIL PROTECTED] Index: local-quilt

Re: [PATCH 2.6.11-rc4-mm1] connector: Add a fork connector

2005-02-24 Thread Ryan Anderson
for this, but I forget what it was). Static analysis tools, IIRC. (Stanford checker, sparse) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: RFD: Kernel release numbering

2005-03-02 Thread Ryan Anderson
with each 2.6.x release as they work, they should have a controllable amount of pain for merges. My thinking is simply that if you're going to use BitKeeper, you might as well abuse it for all that it's worth. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line

Re: Linux 2.6.11

2005-03-02 Thread Ryan Anderson
a largely cold cache. I *think* this gets all the changes where a -d (date) based method gets very confused by parallel trees. Am I missing something? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: RFD: Kernel release numbering

2005-03-03 Thread Ryan Anderson
On Thu, Mar 03, 2005 at 12:59:18AM -0800, Matthew Frost wrote: OT, 3.0.0 is an even-numbered release, therefore stable. So what do you call the odd-numbered unstable series that produces it? ;) 3.-1.x :) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send

Re: Old ipw2200 code in 2.6.13-git3 and 2.6.13-mm1

2005-09-04 Thread Ryan Anderson
and dependable at starting up a network than 2.6.13-git-current does. (For example, I had to do a full power-cycle to get things working again after I ran into a failed to send TX_POWER issue - I've never seen that before, but I've never run the 1.0.0 driver before today.) -- Ryan Anderson

Re: rc6 keeps hanging and blanking displays where rc4-mm1 works fine.

2005-08-15 Thread Ryan Anderson
/setlocalversion 2005-07-31 04:32:16.0 -0400 @@ -0,0 +1,56 @@ +#!/usr/bin/perl +# Copyright 2004 - Ryan Anderson [EMAIL PROTECTED] GPL v2 + +use strict; +use warnings; +use Digest::MD5; +require 5.006; + +if (@ARGV != 1) { + print EOT; +Usage: setlocalversion srctree +EOT + exit(1

Re: gcapatcch equivalent?

2005-08-06 Thread Ryan Anderson
. echo Please fix up the merge if necessary, commit it, and exit this subshell. sh cat .git/HEAD .git/refs/merge-points/post-$i git diff $(cat .git/refs/merge-points/pre-$i)..$(cat .git/refs/merge-points/post-$i) ../$i.patch done -- Ryan Anderson sometimes Pug

Re: Oops in 2.6.13-rc5-git-current (0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66)

2005-08-07 Thread Ryan Anderson
(Snipping the oops down a bit in size) On Sun, Aug 07, 2005 at 07:08:05PM +0200, Alexander Nyberg wrote: On Sat, Aug 06, 2005 at 11:56:30PM -0400 Ryan Anderson wrote: Unable to handle kernel paging request at virtual address 6b6b6b6b EIP is at inotify_inode_queue_event+0x55/0x150 Call

Re: Oops in 2.6.13-rc5-git-current (0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66)

2005-08-07 Thread Ryan Anderson
and applied this patch on top of it, and I can't retrigger the oops. (It seemed rather easy to hit on the other kernel) So, I guess: Seems-to-fix-it: Ryan Anderson [EMAIL PROTECTED] It looks like the following sequence is done in the wrong order. When vfs_unlink() is called from sys_unlink

Re: Linux 2.6.11.6

2005-03-27 Thread Ryan Anderson
ave any other candidates in -stable. > We'll certainly continue to add them as we have them. bk helptool comments You can, actually. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] Automatically append a semi-random version for BK users

2005-04-02 Thread Ryan Anderson
Sam, my patch to automatically include a random value based upon the BitKeeper or CVS version in the kernel version had one, rather minor, bug related to building in seperate object and source trees. This patch fixes that up. Signed-Off-By: Ryan Anderson <[EMAIL PROTECTED]> Index: local

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Ryan Anderson
e some of us use vim and ":set list" to see it, when we remember > to... :) Try adding this to your .vimrc: highlight WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ Then you'll have to resist the urge to fix whitespace issues instead of not seeing them at all. -- Ry

Re: [PATCH] Makefiles are not built using a Fortran compiler

2005-02-08 Thread Ryan Anderson
date things if you forget to do a bk -r get -Sq after a pull. >From a totally clean tree, this doesn't work (I forget why, offhand, but I think it's something to do with the *config targets), but it is helpful at times from partially clean trees to automatically "get" from the SCCS c

Re: New SCM and commit list

2005-04-11 Thread Ryan Anderson
eeper/csets-in file, it should be trivial to write a wrapper for the basic merge tool that calls a trigger after each merge and uses csets-in to generate diffs and email them out. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe lin

[PATCH] UML - Make deb-pkg build target build a Debian-style user-mode-linux package

2005-03-07 Thread Ryan Anderson
stall the maintainer scripts @@ -60,11 +80,11 @@ Maintainer: $name Standards-Version: 3.6.1 -Package: linux-$version +Package: $packagename Architecture: any -Description: Linux kernel, version $version +Description: Linux kernel, version $packagename This package contains the Linux k

Re: [uml-devel] [PATCH] UML - Make deb-pkg build target build a Debian-style user-mode-linux package

2005-03-07 Thread Ryan Anderson
Sorry, I forgot something important. On Mon, Mar 07, 2005 at 01:28:28PM -0500, Ryan Anderson wrote: > Make the deb-pkg build target understand the "um" arch and set up the > package and directory structure to match a mainline-Debian style > user-mode-linux package. >

[PATCH] Automatically append a semi-random version for BK users

2005-03-09 Thread Ryan Anderson
), and a simplistic shell version that depends on "md5sum". Both approaches generate the same hash. I've sent this twice before, gotten no comments, so I'm really looking for feedback on the approach and idea, more than anything else. Signed-Off-By: Ryan Anderson <[EMAIL PROTECTED]> diff

Re: [BUG] 2.6.11- sym53c8xx Broken on pp64

2005-03-09 Thread Ryan Anderson
in more interesting things. :) (I sent a better described version to Andrew yesterday, if you want to grab that description and use it instead.) Signed-Off-By: Ryan Anderson <[EMAIL PROTECTED]> diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-03-09 02:51:15 -05:00 +++ b/Makefile 20

[PATCH] UML - Restore proper descriptions in make deb-pkg target

2005-03-12 Thread Ryan Anderson
2.6.11 Good point. This pulls the description from the Debian user-mode-linux package, and puts $version back in the appropriate places for both descriptions. Incremental on top of the previous patch. Signed-off-by: Ryan Anderson <[EMAIL PROTECTED]> Index: local-quilt/

[PATCH] Auto-append localversion for BK users needs to use CONFIG_SHELL

2005-03-12 Thread Ryan Anderson
obably want this on top of the patch I sent. (I haven't built in a clean tree in a while, found a minor problem when I was transitioning to quilt today.) When running scripts/setlocalversion.sh, use $(CONFIG_SHELL) so the execu

[KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-03-12 Thread Ryan Anderson
/dev/linux/local-quilt" ]; then cd /home/ryan/dev/linux/local-quilt fi make O=../output/local/ -j4 CC="ccache distcc" $* -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [PATCH] Automatically append a semi-random version for BK users

2005-03-14 Thread Ryan Anderson
Snipping a bit as I go, thanks for the feedback, Sam. On Mon, Mar 14, 2005 at 11:43:17PM +0100, Sam Ravnborg wrote: > On Wed, Mar 09, 2005 at 03:06:38AM -0500, Ryan Anderson wrote: > > Two approachs are present here, a Perl version that is setup to handle > > other automatic versi

Re: [PATCH] Automatically append a semi-random version for BK users

2005-03-14 Thread Ryan Anderson
), and installs it. Later, before another release occurs (i.e, -rc1), another build happens, and the actual, released 2.6.11 is overwritten with the -current tree. This currently supports BitKeeper only, but support for other SCMs is easy to add. Signed-Off-By: Ryan Anderson <[EMAIL PROTECTED]>

Re: [RFC/RFT] Better handling of bad xfers/interrupt delays in psmouse

2005-02-06 Thread Ryan Anderson
On Sun, Feb 06, 2005 at 12:55:00PM -0500, Dmitry Torokhov wrote: > > Hmm, wouldn't it be nice if they put spell checker in GCC? ;) Isn't the resulting beast called "emacs"? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "uns

Re: [PATCH 2.6.11-rc4-mm1] connector: Add a fork connector

2005-02-24 Thread Ryan Anderson
SPINLOCK(). (There's a reason for this, but I forget > what it was). Static analysis tools, IIRC. (Stanford checker, sparse) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: RFD: Kernel release numbering

2005-03-02 Thread Ryan Anderson
that if they stay current with each 2.6.x release as they work, they should have a controllable amount of pain for merges. My thinking is simply that if you're going to use BitKeeper, you might as well abuse it for all that it's worth. -- Ryan Anderson sometimes Pug Majere - To unsubsc

Re: Linux 2.6.11

2005-03-02 Thread Ryan Anderson
achine, from a largely cold cache. I *think* this gets all the changes where a -d (date) based method gets very confused by parallel trees. Am I missing something? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: RFD: Kernel release numbering

2005-03-03 Thread Ryan Anderson
On Thu, Mar 03, 2005 at 12:59:18AM -0800, Matthew Frost wrote: > > OT, 3.0.0 is an even-numbered release, therefore stable. So what do you > call the odd-numbered unstable series that produces it? ;) 3.-1.x :) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this l

Re: [PATCH] Automatically append a semi-random version for BK users

2005-03-17 Thread Ryan Anderson
ned-Off-By: Ryan Anderson <[EMAIL PROTECTED]> Index: local-quilt/Makefile === --- local-quilt.orig/Makefile 2005-03-14 20:53:59.0 -0500 +++ local-quilt/Makefile2005-03-14 20:54:02.0 -0500 @@ -549,

Re: [KBUILD] Bug in make deb-pkg when using seperate source and object directories

2005-03-19 Thread Ryan Anderson
xed up, is attached. Signed-off-By: Ryan Anderson <[EMAIL PROTECTED]> Index: local-quilt/scripts/package/Makefile === --- local-quilt.orig/scripts/package/Makefile 2005-03-19 19:25:03.0 -0500 +++ local-quilt/scripts/pack

Re: gcapatcch equivalent?

2005-08-06 Thread Ryan Anderson
efs/merge-points/post-$i" git diff $(cat .git/refs/merge-points/pre-$i)..$(cat .git/refs/merge-points/post-$i) > "../$i.patch" done -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Oops in 2.6.13-rc5-git-current (0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66)

2005-08-07 Thread Ryan Anderson
(Snipping the oops down a bit in size) On Sun, Aug 07, 2005 at 07:08:05PM +0200, Alexander Nyberg wrote: > On Sat, Aug 06, 2005 at 11:56:30PM -0400 Ryan Anderson wrote: > > Unable to handle kernel paging request at virtual address 6b6b6b6b > > EIP is at inotify_inode_queue_e

Re: Oops in 2.6.13-rc5-git-current (0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66)

2005-08-07 Thread Ryan Anderson
graded to fdbd22dad31982b64a4e663fd056a8a7cfac9607 and applied this patch on top of it, and I can't retrigger the oops. (It seemed rather easy to hit on the other kernel) So, I guess: Seems-to-fix-it: Ryan Anderson <[EMAIL PROTECTED]> > It looks like the following sequence is done in the wrong order. > When vfs_unlin

Re: rc6 keeps hanging and blanking displays where rc4-mm1 works fine.

2005-08-15 Thread Ryan Anderson
--- /dev/null 1970-01-01 00:00:00.0 + +++ linux-git/scripts/setlocalversion 2005-07-31 04:32:16.0 -0400 @@ -0,0 +1,56 @@ +#!/usr/bin/perl +# Copyright 2004 - Ryan Anderson <[EMAIL PROTECTED]> GPL v2 + +use strict; +use warnings; +use Digest::MD5; +require 5.006;

[PATCH] Support UML and make O= when building Debian packages

2005-07-15 Thread Ryan Anderson
inux-git/scripts/package/Makefile 2005-07-16 01:38:22.0 -0400 @@ -59,7 +59,7 @@ $(objtree)/binkernel.spec: $(MKSPEC) $(s $(CONFIG_SHELL) $(MKSPEC) prebuilt > $@ binrpm-pkg: $(objtree)/binkernel.spec - $(MAKE) + $(MAKE) KBUILD_SRC= set -e; \

Re: Old ipw2200 code in 2.6.13-git3 and 2.6.13-mm1

2005-09-04 Thread Ryan Anderson
ble and dependable at starting up a network than 2.6.13-git-current does. (For example, I had to do a full power-cycle to get things working again after I ran into a "failed to send TX_POWER" issue - I've never seen that before, but I've never run the 1.0.0 driver before today.) --