Re: VESAFB CUSTOM RESOLUTION

2007-07-17 Thread Jesper Juhl
this? vga=0x360 video=vesafb:mtrr,[EMAIL PROTECTED] -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-17 Thread Jesper Juhl
. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
On 17/07/07, Bodo Eggert <[EMAIL PROTECTED]> wrote: On Tue, 17 Jul 2007, Jesper Juhl wrote: > Please note that I was not trying to remove the 8K stack option right > now - heck, I didn't even add anything to feature-removal-schedule.txt > - all I wanted to accomplish with the pat

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
rds getting 4K stacks into a shape where we can eventually start considering 8K removal. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list:

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
.txt stating that the 8K option would go away in 6, 12 or whatever, months. That was my intention with the patch I posted, I never intended to rip out 8K stacks anytime *soon*. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Pl

Re: - isapnp-remove-pointless-check-of-type-against-0-in-isapnp_read_tag.patch removed from -mm tree

2007-07-16 Thread Jesper Juhl
patch was dropped because it was merged into mainline or a subsystem tree -- Subject: isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag() From: Jesper Juhl <[EMAIL PROTECTED]> In drivers/pnp/isapnp/core.c::isa

[PATCH][RFC] Semi-pointless NULL test in uli526x driver

2007-07-16 Thread Jesper Juhl
the version number update). So I guess that in this case we should just move the "db = netdev_priv(dev)" assignment past that NULL test. That's what this patch does. Found by the Coverity checker. Compile tested. PS. Please keep me on Cc when replying. Signed-off-by: Jesper Juhl <

[PATCH] Remove pointless conditional in drivers/usb/serial/io_ti.c::edge_shutdown()

2007-07-16 Thread Jesper Juhl
passed NULL pointers. This patch removes the pointless conditional (and also makes a few tiny style corrections now that I was in the area anyway). Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/usb/serial/io_ti.c | 10 -- 1 files changed, 4 insertions(+), 6 deletio

[PATCH] Fix memory leak in dm_create_persistent() when starting metadata update thread fails.

2007-07-16 Thread Jesper Juhl
If, in dm_create_persistent(), the call to create_singlethread_workqueue() fails then we'll return without freeing the memory allocated to 'ps', thus leaking sizeof(struct pstore) bytes. This patch fixes the leak. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED] --- diff --git a/drivers/md

[PATCH] Fix memory leak in dm_create_persistent() when starting metadata update thread fails.

2007-07-16 Thread Jesper Juhl
If, in dm_create_persistent(), the call to create_singlethread_workqueue() fails then we'll return without freeing the memory allocated to 'ps', thus leaking sizeof(struct pstore) bytes. This patch fixes the leak. Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- diff --git a/drivers/md/dm

[PATCH] Remove pointless conditional in drivers/usb/serial/io_ti.c::edge_shutdown()

2007-07-16 Thread Jesper Juhl
. This patch removes the pointless conditional (and also makes a few tiny style corrections now that I was in the area anyway). Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- drivers/usb/serial/io_ti.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/usb

[PATCH][RFC] Semi-pointless NULL test in uli526x driver

2007-07-16 Thread Jesper Juhl
). So I guess that in this case we should just move the db = netdev_priv(dev) assignment past that NULL test. That's what this patch does. Found by the Coverity checker. Compile tested. PS. Please keep me on Cc when replying. Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- drivers/net

Re: - isapnp-remove-pointless-check-of-type-against-0-in-isapnp_read_tag.patch removed from -mm tree

2007-07-16 Thread Jesper Juhl
was dropped because it was merged into mainline or a subsystem tree -- Subject: isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag() From: Jesper Juhl [EMAIL PROTECTED] In drivers/pnp/isapnp/core.c::isapnp_read_tag

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
away in 6, 12 or whatever, months. That was my intention with the patch I posted, I never intended to rip out 8K stacks anytime *soon*. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
into a shape where we can eventually start considering 8K removal. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-16 Thread Jesper Juhl
On 17/07/07, Bodo Eggert [EMAIL PROTECTED] wrote: On Tue, 17 Jul 2007, Jesper Juhl wrote: Please note that I was not trying to remove the 8K stack option right now - heck, I didn't even add anything to feature-removal-schedule.txt - all I wanted to accomplish with the patch that started

Re: Ask for help, about the trivial patches.

2007-07-15 Thread Jesper Juhl
On 15/07/07, TripleX Chung <[EMAIL PROTECTED]> wrote: Jesper Juhl wrote: > Note: my explanations below are based on how I understand these > things, but I'm not the trivial patch monkey nor did I help create > these guidelines, so I'm in no way authoritative on the subject.

Re: Ask for help, about the trivial patches.

2007-07-15 Thread Jesper Juhl
On 15/07/07, TripleX Chung [EMAIL PROTECTED] wrote: Jesper Juhl wrote: Note: my explanations below are based on how I understand these things, but I'm not the trivial patch monkey nor did I help create these guidelines, so I'm in no way authoritative on the subject. On 13/07/07, TripleX

Re: scsi0: Unexpected busfree while idle - Adaptec 29160N Ultra160 SCSI adapter

2007-07-14 Thread Jesper Juhl
On 09/07/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: I just experienced a long hang and a lot of unpleasant messages in dmesg while building randconfig kernels in a loop. It just happened again without me doing anything special, just normal desktop use, surfing the net, reading ema

Re: scsi0: Unexpected busfree while idle - Adaptec 29160N Ultra160 SCSI adapter

2007-07-14 Thread Jesper Juhl
On 09/07/07, Jesper Juhl [EMAIL PROTECTED] wrote: I just experienced a long hang and a lot of unpleasant messages in dmesg while building randconfig kernels in a loop. It just happened again without me doing anything special, just normal desktop use, surfing the net, reading email etc

Re: Ask for help, about the trivial patches.

2007-07-13 Thread Jesper Juhl
pted as OK. Please give me some advice. Thanks in advance. I hope the above make things a little clearer. :-) -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsu

Re: Ask for help, about the trivial patches.

2007-07-13 Thread Jesper Juhl
a little clearer. :-) -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-12 Thread Jesper Juhl
On 13/07/07, Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: Jesper Juhl wrote: > If, on the other hand, we consider 4K stacks to be the superior > solution, then we should work to get all code fixed to be able to > handle it so that it's actually something distros will start

Re: test [IGNORE]

2007-07-12 Thread Jesper Juhl
r, not a test message, in an editor, saving the body of the letter in the off chance your post doesn't succeed. Then post your letter to lkml. Please remember that there are quite a number of subscribers, and it will take a while for your letter to be reflected back to you. An hour is not too long to w

Re: [PATCH] 2.6.22 - Documentation Cleanup

2007-07-12 Thread Jesper Juhl
@@ cpu. This is not ideal and leads to code duplication i.e. Linux now has 4 s/cpu/CPU/ ? [snip] -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscri

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-12 Thread Jesper Juhl
On 12/07/07, Ray Lee <[EMAIL PROTECTED]> wrote: On 7/11/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: > I'm wondering if it's time to make 4K stacks the default and to start > considering removing the 8K stack option alltogether soon? Why? Leaving the option for 8k stacks isn't k

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-12 Thread Jesper Juhl
On 12/07/07, Ray Lee [EMAIL PROTECTED] wrote: On 7/11/07, Jesper Juhl [EMAIL PROTECTED] wrote: I'm wondering if it's time to make 4K stacks the default and to start considering removing the 8K stack option alltogether soon? Why? Leaving the option for 8k stacks isn't killing any kittens

Re: [PATCH] 2.6.22 - Documentation Cleanup

2007-07-12 Thread Jesper Juhl
] - If you have extensive bugreports, including Ooops messages and + If you have extensive bug reports, including oops messages and Oops ? [snip] @@ -10,10 +10,11 @@ cpu. This is not ideal and leads to code duplication i.e. Linux now has 4 s/cpu/CPU/ ? [snip] -- Jesper Juhl [EMAIL

Re: test [IGNORE]

2007-07-12 Thread Jesper Juhl
, in an editor, saving the body of the letter in the off chance your post doesn't succeed. Then post your letter to lkml. Please remember that there are quite a number of subscribers, and it will take a while for your letter to be reflected back to you. An hour is not too long to wait. ... -- Jesper Juhl

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-12 Thread Jesper Juhl
On 13/07/07, Jeremy Fitzhardinge [EMAIL PROTECTED] wrote: Jesper Juhl wrote: If, on the other hand, we consider 4K stacks to be the superior solution, then we should work to get all code fixed to be able to handle it so that it's actually something distros will start to enable so that we can

Quite trivial patches listed as needing re-review? (was: Re: -mm merge plans for 2.6.23)

2007-07-11 Thread Jesper Juhl
review. [snip] Can't speak for all the other patches, but the 3 listed above are quite trivial and hardly touch any code at all. I'm wondering why they are not just pushed upstream, but instead listed as "subject to re-review" ? Am I supposed to do anything to get them merged? -- Jes

[PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-11 Thread Jesper Juhl
of this being in effect we could remove the option of a 8K stack alltogether. What say you? Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- arch/i386/Kconfig.debug |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/i386/Kconfig.debug b/arch/i386/Kconfig.debug

[PATCH] fix a potential NULL pointer deref in XFS on failed mount.

2007-07-11 Thread Jesper Juhl
put(rtdev); on (!mp->m_rtdev_targp) in xfs_mount(). Compile tested. Comments and feedback welcome. Please consider merging. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- fs/xfs/xfs_mount.c |2 +- fs/xfs/xfs_vfsops.c | 10 -- 2 files changed, 9 insertions(+), 3 deletions(-

Re: Gmail and flowed text (was Re: Correction to LZO1X)

2007-07-11 Thread Jesper Juhl
OP feature with a different MUA so you don't have to use the web interface. 2) If you have a box available at home (or elsewhere), use that to relay mail through. 3) Use attachments for patches (sucks, but you may have to). -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org

Re: [ck] Re: -mm merge plans for 2.6.23

2007-07-11 Thread Jesper Juhl
(http://links.twibright.com/) has a graphical mode in addition to the traditional text only mode (links -g) and the memory footprint is really tiny. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://ww

Re: [PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-11 Thread Jesper Juhl
s methods, dmesg -n, /proc/sys/kernel/printk, SysRq, ignore_loglevel ?? -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the li

Re: [PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-11 Thread Jesper Juhl
straightforward. There are multiple ways of course, for some reason I've always used /proc/sys/kernel/printk for this (which has the extra feature that it accepts values greater than 8 too :-) Why not mention all the various methods, dmesg -n, /proc/sys/kernel/printk, SysRq, ignore_loglevel ?? -- Jesper Juhl

Re: [ck] Re: -mm merge plans for 2.6.23

2007-07-11 Thread Jesper Juhl
://links.twibright.com/) has a graphical mode in addition to the traditional text only mode (links -g) and the memory footprint is really tiny. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html

Re: Gmail and flowed text (was Re: Correction to LZO1X)

2007-07-11 Thread Jesper Juhl
interface. 2) If you have a box available at home (or elsewhere), use that to relay mail through. 3) Use attachments for patches (sucks, but you may have to). -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http

[PATCH] fix a potential NULL pointer deref in XFS on failed mount.

2007-07-11 Thread Jesper Juhl
-m_rtdev_targp) in xfs_mount(). Compile tested. Comments and feedback welcome. Please consider merging. Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- fs/xfs/xfs_mount.c |2 +- fs/xfs/xfs_vfsops.c | 10 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/fs/xfs

[PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-11 Thread Jesper Juhl
of this being in effect we could remove the option of a 8K stack alltogether. What say you? Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- arch/i386/Kconfig.debug |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/i386/Kconfig.debug b/arch/i386/Kconfig.debug index

Quite trivial patches listed as needing re-review? (was: Re: -mm merge plans for 2.6.23)

2007-07-11 Thread Jesper Juhl
. [snip] Can't speak for all the other patches, but the 3 listed above are quite trivial and hardly touch any code at all. I'm wondering why they are not just pushed upstream, but instead listed as subject to re-review ? Am I supposed to do anything to get them merged? -- Jesper Juhl [EMAIL PROTECTED

Re: [PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-10 Thread Jesper Juhl
set their console log level to something useful, as > having that set too low is the most common problem people encounter. How about this? From: Satyam Sharma <[EMAIL PROTECTED]> Add some useful general-purpose tips. Signed-off-by: Satyam Sharma <[EMAIL PROTECTED]> Cc: Keii

Re: [PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-10 Thread Jesper Juhl
. How about this? From: Satyam Sharma [EMAIL PROTECTED] Add some useful general-purpose tips. Signed-off-by: Satyam Sharma [EMAIL PROTECTED] Cc: Keiichi Kii [EMAIL PROTECTED] Acked-by: Matt Mackall [EMAIL PROTECTED] Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- Documentation/networking

Re: BUG: kernel crash report, odd...

2007-07-09 Thread Jesper Juhl
Forgot a few things, see below... On 10/07/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: On 10/07/07, Charles Shannon Hendrix <[EMAIL PROTECTED]> wrote: > > A system I was using a few minutes ago dumped this to the syslog: > > Jul 9 17:50:38 daydream kernel: [76022.61300

Re: BUG: kernel crash report, odd...

2007-07-09 Thread Jesper Juhl
t sync the disks and do a reboot) via magic sysrq. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line "unsubsc

Re: BUG: kernel crash report, odd...

2007-07-09 Thread Jesper Juhl
the disks and do a reboot) via magic sysrq. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: BUG: kernel crash report, odd...

2007-07-09 Thread Jesper Juhl
Forgot a few things, see below... On 10/07/07, Jesper Juhl [EMAIL PROTECTED] wrote: On 10/07/07, Charles Shannon Hendrix [EMAIL PROTECTED] wrote: A system I was using a few minutes ago dumped this to the syslog: Jul 9 17:50:38 daydream kernel: [76022.613000] BUG: unable to handle kernel

Re: Linux 2.6.22 released

2007-07-08 Thread Jesper Juhl
details should use it. Let me know how you feel. And test the actual release out too, of course! Running 2.6.22-rc7-g4e99325b atm :) -- Jesper Juhl <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

[PATCH] fixup binutils printing from scripts/ver_linux

2007-07-08 Thread Jesper Juhl
]:~/kernel/linux-2.6$ scripts/ver_linux ... binutils 2.17.50.0.17.20070615 ... Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- scripts/ver_linux |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/ver_linux b/scripts/ver_linux index 7

ERROR: "ROOT_DEV" [drivers/mtd/maps/nettel.ko] undefined!

2007-07-08 Thread Jesper Juhl
The config that caused this is attached. (PS. when replying from the linux-mtd list, please keep me on Cc since I'm not subscribed) -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita

cfi_interleave undefined build error

2007-07-08 Thread Jesper Juhl
ror 1 make: *** [modules] Error 2 The config file that resulted in this is attached. (PS. when replying from the linux-mtd list, please keep me on Cc since I'm not subscribed) -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only

Re: Understanding I/O behaviour

2007-07-08 Thread Jesper Juhl
On 05/07/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: On 05/07/07, Martin Knoblauch <[EMAIL PROTECTED]> wrote: > Hi, > > for a customer we are operating a rackful of HP/DL380/G4 boxes that > have given us some problems with system responsiveness under [I/O

Re: [PATCH] Some love to default profiler

2007-07-08 Thread Jesper Juhl
On 08/07/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: On Thu, Jul 05, 2007 at 01:50:27AM +0200, Jesper Juhl wrote: > On 04/07/07, Alexey Dobriyan <[EMAIL PROTECTED]> wrote: >> 1) Drop __KERNEL__ out of profile.h. It contains only internal kernel >> stuff and >>

Re: [PATCH] Some love to default profiler

2007-07-08 Thread Jesper Juhl
On 08/07/07, Adrian Bunk [EMAIL PROTECTED] wrote: On Thu, Jul 05, 2007 at 01:50:27AM +0200, Jesper Juhl wrote: On 04/07/07, Alexey Dobriyan [EMAIL PROTECTED] wrote: 1) Drop __KERNEL__ out of profile.h. It contains only internal kernel stuff and not in exported headers list Even if it's

Re: Understanding I/O behaviour

2007-07-08 Thread Jesper Juhl
On 05/07/07, Jesper Juhl [EMAIL PROTECTED] wrote: On 05/07/07, Martin Knoblauch [EMAIL PROTECTED] wrote: Hi, for a customer we are operating a rackful of HP/DL380/G4 boxes that have given us some problems with system responsiveness under [I/O triggered] system load. The systems

cfi_interleave undefined build error

2007-07-08 Thread Jesper Juhl
in this is attached. (PS. when replying from the linux-mtd list, please keep me on Cc since I'm not subscribed) -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html config.10

ERROR: ROOT_DEV [drivers/mtd/maps/nettel.ko] undefined!

2007-07-08 Thread Jesper Juhl
that caused this is attached. (PS. when replying from the linux-mtd list, please keep me on Cc since I'm not subscribed) -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html

[PATCH] fixup binutils printing from scripts/ver_linux

2007-07-08 Thread Jesper Juhl
]:~/kernel/linux-2.6$ scripts/ver_linux ... binutils 2.17.50.0.17.20070615 ... Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- scripts/ver_linux |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/ver_linux b/scripts/ver_linux index 72876df..2f96a1b

Re: Linux 2.6.22 released

2007-07-08 Thread Jesper Juhl
2.6.22-rc7-g4e99325b atm :) -- Jesper Juhl [EMAIL PROTECTED] - 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: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-06 Thread Jesper Juhl
y, no pseudonyms or anonymous contributions.) Some people also put extra tags at the end. They'll just be ignored for now, but you can do this to mark internal company procedures or just point out some special detail about the sign-off. " -- Jesper Juhl <[EMAIL PROTECTED]> Don't top

Re: kill -9?

2007-07-06 Thread Jesper Juhl
needed - it is for emergency termination of the app, which is why you can't catch it. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line

Re: kill -9?

2007-07-06 Thread Jesper Juhl
be needed - it is for emergency termination of the app, which is why you can't catch it. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send the line

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-06 Thread Jesper Juhl
be ignored for now, but you can do this to mark internal company procedures or just point out some special detail about the sign-off. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com

Re: Linux SMP Porting Guide

2007-07-05 Thread Jesper Juhl
erhaps if you had a more specific question about some specific issue/problem it would be easier to help you... -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsu

Re: Understanding I/O behaviour

2007-07-05 Thread Jesper Juhl
appens and the system is going crazy trying to write it all out. Perhaps trying out a different elevator would also be worthwhile. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com

Re: [git pull][resend] Input updates for 2.6.22-rc7

2007-07-05 Thread Jesper Juhl
are too many ways to do things, too many conflicting RFC's, compeeting commercial implementations etc etc etc - the whole thing could do with a from-scratch re-implementation (as if that's going to happen)... -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.or

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-05 Thread Jesper Juhl
G Cong <[EMAIL PROTECTED]> Date: Thu Jul 5 14:40:32 2007 -0700 RDMA/cxgb3: Check return of kmalloc() in iwch_register_device() Signed-off-by: WANG Cong <[EMAIL PROTECTED]> [ Also remove cast from void * return of kmalloc() as suggested by Jesper Juhl <[EMAIL PROT

Re: Understanding I/O behaviour

2007-07-05 Thread Jesper Juhl
ee if there's any effect at all, start out with CONFIG_PREEMPT + CONFIG_HZ_1000. Hope that helps. (PS. please don't do crap like using that spamtrap@ address and have people manually replace it with the one from your .signature when posting on LKML - it's annoying as hell) -- Jesper Juhl <[EMAIL PROTECT

Re: Understanding I/O behaviour

2007-07-05 Thread Jesper Juhl
and the system is going crazy trying to write it all out. Perhaps trying out a different elevator would also be worthwhile. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html

Re: [git pull][resend] Input updates for 2.6.22-rc7

2007-07-05 Thread Jesper Juhl
thing could do with a from-scratch re-implementation (as if that's going to happen)... -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from this list: send

Re: Linux SMP Porting Guide

2007-07-05 Thread Jesper Juhl
if you had a more specific question about some specific issue/problem it would be easier to help you... -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe from

Re: Understanding I/O behaviour

2007-07-05 Thread Jesper Juhl
+ CONFIG_HZ_1000. Hope that helps. (PS. please don't do crap like using that spamtrap@ address and have people manually replace it with the one from your .signature when posting on LKML - it's annoying as hell) -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-05 Thread Jesper Juhl
[EMAIL PROTECTED] Date: Thu Jul 5 14:40:32 2007 -0700 RDMA/cxgb3: Check return of kmalloc() in iwch_register_device() Signed-off-by: WANG Cong [EMAIL PROTECTED] [ Also remove cast from void * return of kmalloc() as suggested by Jesper Juhl [EMAIL PROTECTED]. ] Signed-off

[PATCH][Trivial] fix tiny spelling error in comment in cfi_cmdset_0001.c

2007-07-04 Thread Jesper Juhl
Trivial fix of a spelling error in a comment in cfi_cmdset_0001.c s/ships/chips/ Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/mtd/chips/cfi_cmdset_0001.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drive

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-04 Thread Jesper Juhl
dev->ibdev.iwcm->connect = iwch_connect; dev->ibdev.iwcm->accept = iwch_accept_cr; dev->ibdev.iwcm->reject = iwch_reject_cr; -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, ple

Re: [PATCH] Some love to default profiler

2007-07-04 Thread Jesper Juhl
hit(int type, void *ip) +{ +} +static inline void profile_munmap(unsigned long addr) +{ +} +static inline void profile_task_exit(struct task_struct *tsk) +{ +} +static inline int profile_handoff_task(struct task_struct *tsk) +{ + return 0; +} [snip] -- Jesper Juhl <[EMAIL PROTECTED]> Do

[PATCH][isapnp] Remove pointless check of 'type' against 0 in isapnp_read_tag()

2007-07-04 Thread Jesper Juhl
On Wednesday 04 July 2007 03:04:13 Jesper Juhl wrote: > On 03/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > On Sun, 1 Jul 2007 01:38:31 +0200 > > > > Jesper Juhl <[EMAIL PROTECTED]> wrote: > > > The Coverity checker spotted (as bug #809) that

Re: Forcibly remove broken disk from LV

2007-07-04 Thread Jesper Juhl
On 04/07/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: On 04/07/07, Turbo Fredriksson <[EMAIL PROTECTED]> wrote: > I have a disk that only gives SCSI errors etc which > I want to remove from the VG. But vgreduce only hangs > and so does pvremove... > > If I physically re

Re: Forcibly remove broken disk from LV

2007-07-04 Thread Jesper Juhl
claims that it can't find any PV's etc). So how do I remove the disk? vgreduce --removemissing should do the trick I'd say. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com

Re: Forcibly remove broken disk from LV

2007-07-04 Thread Jesper Juhl
that it can't find any PV's etc). So how do I remove the disk? vgreduce --removemissing should do the trick I'd say. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html

Re: Forcibly remove broken disk from LV

2007-07-04 Thread Jesper Juhl
On 04/07/07, Jesper Juhl [EMAIL PROTECTED] wrote: On 04/07/07, Turbo Fredriksson [EMAIL PROTECTED] wrote: I have a disk that only gives SCSI errors etc which I want to remove from the VG. But vgreduce only hangs and so does pvremove... If I physically remove the disk, the vg/pv/lv etc isn't

[PATCH][isapnp] Remove pointless check of 'type' against 0 in isapnp_read_tag()

2007-07-04 Thread Jesper Juhl
On Wednesday 04 July 2007 03:04:13 Jesper Juhl wrote: On 03/07/07, Andrew Morton [EMAIL PROTECTED] wrote: On Sun, 1 Jul 2007 01:38:31 +0200 Jesper Juhl [EMAIL PROTECTED] wrote: The Coverity checker spotted (as bug #809) that we dereference 'type' long before we actually test

Re: [PATCH] Some love to default profiler

2007-07-04 Thread Jesper Juhl
*ip) +{ +} +static inline void profile_munmap(unsigned long addr) +{ +} +static inline void profile_task_exit(struct task_struct *tsk) +{ +} +static inline int profile_handoff_task(struct task_struct *tsk) +{ + return 0; +} [snip] -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-04 Thread Jesper Juhl
= iwch_connect; dev-ibdev.iwcm-accept = iwch_accept_cr; dev-ibdev.iwcm-reject = iwch_reject_cr; -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - To unsubscribe

[PATCH][Trivial] fix tiny spelling error in comment in cfi_cmdset_0001.c

2007-07-04 Thread Jesper Juhl
Trivial fix of a spelling error in a comment in cfi_cmdset_0001.c s/ships/chips/ Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- drivers/mtd/chips/cfi_cmdset_0001.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd

Re: [PATCH][Documentation][resend] Add missing files and dirs to 00-INDEX in Documentation/

2007-07-03 Thread Jesper Juhl
On 03/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Sun, 1 Jul 2007 01:05:59 +0200 Jesper Juhl <[EMAIL PROTECTED]> wrote: > This patch adds descriptions for a number of missing files and directories > to the Documentation/00-INDEX file. > People really should learn

Re: [PATCH][isapnp] Fix a potential NULL pointer dereference in isapnp_read_tag()

2007-07-03 Thread Jesper Juhl
On 03/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Sun, 1 Jul 2007 01:38:31 +0200 Jesper Juhl <[EMAIL PROTECTED]> wrote: > The Coverity checker spotted (as bug #809) that we dereference 'type' > long before we actually test it against NULL in > drivers/pnp/isapnp/co

Re: [PATCH][isapnp] Fix a potential NULL pointer dereference in isapnp_read_tag()

2007-07-03 Thread Jesper Juhl
On 03/07/07, Andrew Morton [EMAIL PROTECTED] wrote: On Sun, 1 Jul 2007 01:38:31 +0200 Jesper Juhl [EMAIL PROTECTED] wrote: The Coverity checker spotted (as bug #809) that we dereference 'type' long before we actually test it against NULL in drivers/pnp/isapnp/core.c::isapnp_read_tag() - both

Re: [PATCH][Documentation][resend] Add missing files and dirs to 00-INDEX in Documentation/

2007-07-03 Thread Jesper Juhl
On 03/07/07, Andrew Morton [EMAIL PROTECTED] wrote: On Sun, 1 Jul 2007 01:05:59 +0200 Jesper Juhl [EMAIL PROTECTED] wrote: This patch adds descriptions for a number of missing files and directories to the Documentation/00-INDEX file. People really should learn to keep this file up-to-date

Re: why does git perpetually complain about include/asm-blackfin/macros.h?

2007-07-02 Thread Jesper Juhl
e29..000 > $ I have the same problem. git 1.5.0.6 on Fedora Core 5 or 6. I even tried a completely fresh clone, but the problem still appears. I've seen that as well, but in my case doing a $ git reset --hard master fixed it. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://ww

Re: why does git perpetually complain about include/asm-blackfin/macros.h?

2007-07-02 Thread Jesper Juhl
problem. git 1.5.0.6 on Fedora Core 5 or 6. I even tried a completely fresh clone, but the problem still appears. I've seen that as well, but in my case doing a $ git reset --hard master fixed it. -- Jesper Juhl [EMAIL PROTECTED] Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html

Re: [PATCH][XFS][resend] fix memory leak in xfs_inactive()

2007-07-01 Thread Jesper Juhl
On 02/07/07, David Chinner <[EMAIL PROTECTED]> wrote: On Sun, Jul 01, 2007 at 01:16:51AM +0200, Jesper Juhl wrote: > (this is back from May 16 2007, resending since it doesn't look like > the patch ever made it in anywhere) http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.

Re: [PATCH][XFS][resend] fix memory leak in xfs_inactive()

2007-07-01 Thread Jesper Juhl
On 02/07/07, David Chinner [EMAIL PROTECTED] wrote: On Sun, Jul 01, 2007 at 01:16:51AM +0200, Jesper Juhl wrote: (this is back from May 16 2007, resending since it doesn't look like the patch ever made it in anywhere) http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/xfs

[PATCH][isapnp] Fix a potential NULL pointer dereference in isapnp_read_tag()

2007-06-30 Thread Jesper Juhl
f -1, this will blow up is ever type is NULL. This is easy to fix by simply moving the NULL test to the beginning of the function. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/pnp/isapnp/core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc

[PATCH][XFS][resend] memory leak; allocated transaction not freed in xfs_inactive_free_eofblocks() in failure case.

2007-06-30 Thread Jesper Juhl
and xfs_itruncate_start(ip, XFS_ITRUNC_DEFINITE, 0); happens to return an error, we'll just return from the function without dealing with the memory allocated byxfs_trans_alloc() and assigned to 'tp', thus it'll be orphaned/leaked - not good. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> ---

[PATCH][XFS][resend] fix memory leak in xfs_inactive()

2007-06-30 Thread Jesper Juhl
ed/leaked - not good. The bug was introduced by this commit: http://git2.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d3cf209476b72c83907a412b6708c5e498410aa7 The patch below is From: Dave Chinner <[EMAIL PROTECTED]> Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> -

[PATCH][Documentation][resend] Add missing files and dirs to 00-INDEX in Documentation/

2007-06-30 Thread Jesper Juhl
documentation... Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- Documentation/00-INDEX | 142 +--- 1 files changed, 133 insertions(+), 9 deletions(-) diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index f08ca95..8b05636

[PATCH][ISDN][resend] Guard against a potential NULL pointer dereference in old_capi_manufacturer()

2007-06-30 Thread Jesper Juhl
#402) Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/isdn/capi/kcapi.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/isdn/capi/kcapi.c b/drivers/isdn/capi/kcapi.c index 3ed34f7..3f9e962 100644 --- a/drivers/isdn/capi/kcapi.c +++ b/drivers/isd

[PATCH][ISDN][resend] fix possible NULL deref on low memory condition in capidrv.c::send_message()

2007-06-30 Thread Jesper Juhl
and just return rather than bring down the whole kernel. Sure, doing this may upset some application, but that's still better than crashing the whole system. (ps. please Cc me on replies from the isdn4linux list since I'm not subscribed there) Signed-off-by: Jesper Juhl <[EMAIL PROTEC

<    4   5   6   7   8   9   10   11   12   13   >