Re: [git pull] kmemcheck updates for -tip

From: Ingo Molnar
Date: Tue Jul 01 2008 - 16:24:31 EST



* Vegard Nossum <vegard.nossum@xxxxxxxxx> wrote:

> Hi Ingo,
>
> Please pull the 'for-tip' branch of
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-tip
>
> to receive the following changes:
>
> Vegard Nossum (3):
> kmemcheck: fix sparse warnings
> softirq: raise the right softirq
> kmemcheck: use the proper comment style

pulled into tip/kmemcheck, thanks Vegard!

btw:

> --- a/kernel/softirq.c
> +++ b/kernel/softirq.c
> @@ -399,7 +399,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t)
>
> t->next = __get_cpu_var(tasklet_hi_vec).head;
> __get_cpu_var(tasklet_hi_vec).head = t;
> - __raise_softirq_irqoff(TASKLET_SOFTIRQ);
> + __raise_softirq_irqoff(HI_SOFTIRQ);
> }

i think i'll put this one into core/softirqs as well.

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