Re: sched-powersave causes oops on 2.6.26-08037-g8cd362a

From: Dave Hansen
Date: Mon Jul 28 2008 - 17:56:15 EST


On Mon, 2008-07-28 at 14:49 -0700, Dave Hansen wrote:
> This oops just happens on startup for me.
>
> $ uname -a
> Linux nimitz 2.6.26-08037-g8cd362a #69 SMP Mon Jul 28 14:12:00 PDT 2008 i686 GNU/Linux
>
> $ addr2line -e vmlinux c0126866
> linux-2.6.git/kernel/sched.c:7660
>
> static ssize_t sched_power_savings_store(const char *buf, size_t count, int smt)
> {
> int ret;
>
> HERE--> if (buf[0] != '0' && buf[0] != '1')
> return -EINVAL;

OK, I just found Andi's patch to fix this. Have you sent it to Linus,
yet?

-- Dave

--
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/