Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp898687yba; Thu, 18 Apr 2019 11:25:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqxrRdNgw5juutx7LNYq2tX8EOzx2dGW0uxngWFnv6DQuwiSxoLO5zGErkcL6SpMaO3sHIzI X-Received: by 2002:a17:902:2b87:: with SMTP id l7mr16944579plb.130.1555611956552; Thu, 18 Apr 2019 11:25:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555611956; cv=none; d=google.com; s=arc-20160816; b=cOrgE/JbDLGadnKIDhUYsyRaBGq4eLkYqF4juq/3aVrO3lM2LsM3fVRiBBQ8yN9sRX 79OVuJsUpugxzYBwxIvr+PkoaEFp7yF2bpQiOmvPhZ/iv2tlTTcb7g0YY/D6XSttrBjk wI0l+kC6pIhgnlKG4gJmV8l7s5abNtIUJQyhLj7/OTkTZu9/hvl3vhnSSoooE7AeI3ZV QV0Bmk3k31CWGbg6dcpUgfUMvRVKKml2O1hve5kE0B2FDQtJ/3btPVgZ4Yu2vWp71NCw G/tKuFxlTNpbwcYjEd0Wao0gRcbJmtci6/uRjoFAIC2ZTKw+8g85OEAb8/bdlQaaS2P6 9f4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=J5x+A/YC1xJvqE3qKQIjfqn6v9q9yDZJlJgIsl4tJMI=; b=Vph+eoeN9/7R8c7lokQWWFvfxu5bXVWLuDuMaBSAkkd5PxJP1L53T07A4HCeyvKOux BZWfU7OqDNB2l5/gF7eOIrIMfgT7Sua7Q9rjiR0098g4wZrlQm/0Bt1F4PutE4LfvE1u rUW8RRZRgaRHXAw2lOcBlk/BB997Eg+yHGdcW/pdfBq470QY6ZwBOBWIMwro4kho/k0g Q9vDAzq8f5Cf17qBln9snE5DHO95zyZVjT6qW6G43xNbSrlqbr+feS+Uq26YTlmGSpnz 4VZZ/HQKmZ5iNJhRpzOVKb4xMGTSxqmCJTT0OyUH0UEEaCcemSdY037pKSofGQcuFyPe XsXA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="YE/jgq7I"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q25si2360955pgv.534.2019.04.18.11.25.41; Thu, 18 Apr 2019 11:25:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="YE/jgq7I"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391401AbfDRSF4 (ORCPT + 99 others); Thu, 18 Apr 2019 14:05:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:35404 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391385AbfDRSFw (ORCPT ); Thu, 18 Apr 2019 14:05:52 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D6093217FA; Thu, 18 Apr 2019 18:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555610751; bh=xLLNqSzIGL+XxhGTv0ZGPziojDlUwW5VRXy5FMlSDtc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YE/jgq7IZJRSkyQ7+oW/p17+Y4KBXwSQKpFJkLTc4yGQwL9olemU+aq5/bA1SASfF YHgYS3FmfTZ/tjK7DU4kQGV7pMZQEn2YthUCVVotx0y59tXM+wYnQE87KTKZjTQWiI OAJmHcZ5G0/9o4pnQKvP5rFubwEuaCJwKln+WDxo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Stanislaw Gruszka , Siarhei Volkau , Oleg Nesterov , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 4.14 69/92] lib/div64.c: off by one in shift Date: Thu, 18 Apr 2019 19:57:27 +0200 Message-Id: <20190418160436.246023795@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190418160430.325165109@linuxfoundation.org> References: <20190418160430.325165109@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ 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 Reported-by: Siarhei Volkau Tested-by: Siarhei Volkau Acked-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- lib/div64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/div64.c b/lib/div64.c index 58e2a404097e..a2688b882461 100644 --- a/lib/div64.c +++ b/lib/div64.c @@ -103,7 +103,7 @@ u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) quot = div_u64_rem(dividend, divisor, &rem32); *remainder = rem32; } else { - int n = 1 + fls(high); + int n = fls(high); quot = div_u64(dividend >> n, divisor >> n); if (quot != 0) @@ -141,7 +141,7 @@ u64 div64_u64(u64 dividend, u64 divisor) if (high == 0) { quot = div_u64(dividend, divisor); } else { - int n = 1 + fls(high); + int n = fls(high); quot = div_u64(dividend >> n, divisor >> n); if (quot != 0) -- 2.19.1