Re: [PATCH] aio: remove bare user-triggerable error printk

2007-03-28 Thread Jeff Moyer
==> On Tue, 27 Mar 2007 15:44:01 -0700 (PDT), Zach Brown <[EMAIL PROTECTED]> said: Zach> aio: remove bare user-triggerable error printk The user can Zach> generate console output if they cause do_mmap() to fail during Zach> sys_io_setup(). This was seen in a regression test that does Zach>

Re: [PATCH] aio: remove bare user-triggerable error printk

2007-03-28 Thread Jeff Moyer
== On Tue, 27 Mar 2007 15:44:01 -0700 (PDT), Zach Brown [EMAIL PROTECTED] said: Zach aio: remove bare user-triggerable error printk The user can Zach generate console output if they cause do_mmap() to fail during Zach sys_io_setup(). This was seen in a regression test that does Zach exactly

Re: [PATCH] aio: remove bare user-triggerable error printk

2007-03-27 Thread Benjamin LaHaise
On Tue, Mar 27, 2007 at 03:44:01PM -0700, Zach Brown wrote: > The user can generate console output if they cause do_mmap() to fail during > sys_io_setup(). This was seen in a regression test that does exactly that by > spinning calling mmap() until it gets -ENOMEM before calling io_setup(). > >

Re: [PATCH] aio: remove bare user-triggerable error printk

2007-03-27 Thread Zach Brown
We don't need this printk all, just remove it. ("at all". Sigh.) - z - 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

[PATCH] aio: remove bare user-triggerable error printk

2007-03-27 Thread Zach Brown
aio: remove bare user-triggerable error printk The user can generate console output if they cause do_mmap() to fail during sys_io_setup(). This was seen in a regression test that does exactly that by spinning calling mmap() until it gets -ENOMEM before calling io_setup(). We don't need this

[PATCH] aio: remove bare user-triggerable error printk

2007-03-27 Thread Zach Brown
aio: remove bare user-triggerable error printk The user can generate console output if they cause do_mmap() to fail during sys_io_setup(). This was seen in a regression test that does exactly that by spinning calling mmap() until it gets -ENOMEM before calling io_setup(). We don't need this

Re: [PATCH] aio: remove bare user-triggerable error printk

2007-03-27 Thread Zach Brown
We don't need this printk all, just remove it. (at all. Sigh.) - z - 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

Re: [PATCH] aio: remove bare user-triggerable error printk

2007-03-27 Thread Benjamin LaHaise
On Tue, Mar 27, 2007 at 03:44:01PM -0700, Zach Brown wrote: The user can generate console output if they cause do_mmap() to fail during sys_io_setup(). This was seen in a regression test that does exactly that by spinning calling mmap() until it gets -ENOMEM before calling io_setup(). We