[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1516012575.3045.37.camel@perches.com>
Date: Mon, 15 Jan 2018 02:36:15 -0800
From: Joe Perches <joe@...ches.com>
To: Crt Mori <cmo@...exis.com>
Cc: Jonathan Cameron <jic23@...nel.org>,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Kees Cook <keescook@...omium.org>,
Rusty Russell <rusty@...tcorp.com.au>,
Ian Abbott <abbotti@....co.uk>,
Larry Finger <Larry.Finger@...inger.net>,
Niklas Soderlund <niklas.soderlund+renesas@...natech.se>,
Thomas Gleixner <tglx@...utronix.de>,
Krzysztof Kozlowski <krzk@...nel.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
linux-kernel@...r.kernel.org,
Linux Iio <linux-iio@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
David Laight <David.Laight@...lab.com>
Subject: Re: [PATCH v12 1/3] lib: Add strongly typed 64bit int_sqrt
On Wed, 2018-01-10 at 09:37 +0100, Crt Mori wrote:
> Shouldn't I rather make it
>
> if (x <= ULONG_MAX)
> return int_sqrt((unsigned long) x);
With this change: (I believe done in v13) and
as requested by Crt Mori in a private email:
Acked-by: Joe Perches <joe@...ches.com>
Powered by blists - more mailing lists