Re: [Announce] Strace Test

From: Andrew Morton
Date: Thu Feb 19 2004 - 06:01:38 EST


Nikita Danilov <Nikita@xxxxxxxxxxx> wrote:
>
> Andrew Morton writes:
> > Nikita Danilov <Nikita@xxxxxxxxxxx> wrote:
> > >
> > > > Strace Test uses a modified version of strace 4.5.1.
> > > > Instead of printing out information about system calls,
> > > > the modified version calls the syscalls with improper
> > > > values.
> > >
> > > It immediately DoSes kernel by calling sys_sysctl() with huge nlen:
> > > printk() consumes all CPU.
> >
> > Something like this?
>
> On slow console (serial kgdb) this still would be problematic. I think
> printk_ratelimit() is needed. But why this loop is needed at all? It
> seems strange that syscall prints its arguments instead of just
> returning -EINVAL.

It is kindly telling the user that the sysctl is obsolete.

I'll kill it.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/