From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932632Ab3D3Qaj (ORCPT ); Tue, 30 Apr 2013 12:30:39 -0400 Received: from mail-ea0-f180.google.com ([209.85.215.180]:55911 "EHLO mail-ea0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932382Ab3D3Qag (ORCPT ); Tue, 30 Apr 2013 12:30:36 -0400 Date: Tue, 30 Apr 2013 18:30:32 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Stanislaw Gruszka , Linux Kernel Mailing List , Peter Zijlstra , Fr?d?ric Weisbecker , Thomas Gleixner , Andrew Morton Subject: Re: [GIT PULL] scheduler changes for v3.10 Message-ID: <20130430163032.GA3999@gmail.com> References: <20130430065808.GA19736@gmail.com> <20130430153512.GA21930@redhat.com> <20130430162300.GB28821@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Torvalds wrote: > On Tue, Apr 30, 2013 at 9:23 AM, Ingo Molnar wrote: > > > > Linus, would you like me to revert d9a3c9823a2e and re-send the pull > > request? > > I took the pull request, but I'd like to see the non-64-bit divide > version before the merge window ends. [...] Yeah, wanted to apply it later today or tomorrow, and push it to you this week - well before the end of the merge window. > [...] And with no more div_rem users I think we should at least > double-check that the new div64_u64() (that uses the new div64_u64_rem) > isn't noticeably slower than the old one. If it is, we should revert > that new (and then unused) div64 code too. Correct, this is what Stanislaw's series from earlier today does: [PATCH -tip 1/4] sched: Avoid cputime scaling overflow [PATCH -tip 2/4] sched: Do not account bogus utime [PATCH -tip 3/4] sched: Avoid prev->stime underflow [PATCH -tip 4/4] Revert "math64: New div64_u64_rem helper" so it gets rid of the div64_u64_rem() bits as well. Thanks, Ingo