[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1004081133000.3558@i5.linux-foundation.org>
Date: Thu, 8 Apr 2010 11:36:43 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Ingo Molnar <mingo@...e.hu>
cc: Andreas Schwab <schwab@...hat.com>, linux-kernel@...r.kernel.org,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Mike Galbraith <efault@....de>,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
Anton Blanchard <anton@...ba.org>
Subject: Re: [GIT PULL] scheduler fix
On Thu, 8 Apr 2010, Ingo Molnar wrote:
>
> So i'd suggest changing nr_cpu_ids to unsigned int [unless there's some strong
> reason to have it signed] plus doing something like:
>
> if (len < (nr_cpu_ids >> BITS_PER_BYTE_BITS))
No workee.
It really should round up.
If you worry about code generation, I'd suggest looking at whether
nr_cpu_ids could just be made unsigned.
Anyway, this all was _not_ the point of my original email. I really don't
care about this particular instance. I care more about the whole "in
general people should think _way_ more about validating user-supplied
arguments than clearly happened this time".
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists