diff options
| author | Stanislaw Gruszka <sgruszka@redhat.com> | 2019-03-07 16:28:18 -0800 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2019-05-03 18:50:55 +0200 |
| commit | 1b52f3748f5b3b1f3debffac9fdb045080e878d6 (patch) | |
| tree | db2b6f7c828e02873d021efe530a076d70638803 /scripts/checkstack.pl | |
| parent | f73b29360781dc0155e01d8ed593371ea0ba3a8b (diff) | |
lib/div64.c: off by one in shift
[ Upstream commit cdc94a37493135e355dfc0b0e086d84e3eadb50d ]
fls counts bits starting from 1 to 32 (returns 0 for zero argument). If
we add 1 we shift right one bit more and loose precision from divisor,
what cause function incorect results with some numbers.
Corrected code was tested in user-space, see bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=202391
Link: http://lkml.kernel.org/r/1548686944-11891-1-git-send-email-sgruszka@redhat.com
Fixes: 658716d19f8f ("div64_u64(): improve precision on 32bit platforms")
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Reported-by: Siarhei Volkau <lis8215@gmail.com>
Tested-by: Siarhei Volkau <lis8215@gmail.com>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions
