[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1811052328440.1659@nanos.tec.linutronix.de>
Date: Mon, 5 Nov 2018 23:29:55 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Matthew Wilcox <willy@...radead.org>
cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
linux-arch@...r.kernel.org
Subject: Re: [PATCH] fls: Change parameter to unsigned int
On Mon, 5 Nov 2018, Matthew Wilcox wrote:
> When testing in userspace, UBSAN pointed out that shifting into the sign
> bit is undefined behaviour. It doesn't really make sense to ask for the
> highest set bit of a negative value, so just turn the argument type into
> an unsigned int.
>
> Some architectures (eg ppc) already had it declared as an unsigned int,
> so I don't expect too many problems.
>
> Signed-off-by: Matthew Wilcox <willy@...radead.org>
Acked-by: Thomas Gleixner <tglx@...utronix.de>
Powered by blists - more mailing lists