Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp269492pxy; Thu, 22 Apr 2021 01:31:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwRJ2cmgfI91x3jNc1aenhFpVeNzNj2iq33r83TDuWOvzzD96nQInIQN7hoEfAlnbDpfbv4 X-Received: by 2002:a17:90a:ab02:: with SMTP id m2mr16032201pjq.234.1619080300902; Thu, 22 Apr 2021 01:31:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619080300; cv=none; d=google.com; s=arc-20160816; b=Kts4dvtMxc/nj/kVz5HmIF6jre6LVDlN9YM6tN7rTFjdC+f2eispvtN8hXxSMlryOg oLHHPZNWIb+6j2HRtnxPfmcEIvOa7Mi8uYpVOA7u+2TFTh5vyHuT4L+rrAthJ3mTQ/qB M9DWqap7pnSLcOZ2Gx62wnO592LKhToxm+LxiJR4oenme+9ZlDwOXOKt/rXv5k5fNQA7 WPLVhd/HJ1tlob4zerOhvICwNoDhqEJDFMSnOjTLZczNtTHxuyMS2gZitpW3SkxrllQ3 6R0j+6CGP/aivrH9XmhgAHsz2yPodSJ/oeGux15s9v0bLyjRjWx7etCIk2vgjNCEIQrp Rugw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=qdEwYeKmaWEExzbwFyc24dhKDwzUAa5DAbSamOh4S0Q=; b=vtvEZjhibCmj+Ph/ZZLt9YWp4ipbrjUgXFGw/m9RkyN1qoOMofeVOa0j8ixP9BGB/v c/4W2XfA1EymE7hLqojTW9cibqicUP802ADVSN6+veDdmrsZ1sVYchqmJcpmtYcObNH8 o5CFmX5yevzZgsGE8kFBe9uIxOsOglI4v6B0Wrxi7o2vSQRyTbCfgGg3nDtvX7dKfEF8 V1wDVj/UGraUUTB1cyr93k2BIq6Hk4xp5IprxteKZ29MzpVAlTs5N7xdcrmAGYqjaWF2 N6Y5hpb5e8/y7D8Gssdv6zJvoBmQfd5hnJ8MESue6bR74t1i4BATWL4SNPfLt8LfDWA9 FtxA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v5si2486382pjf.12.2021.04.22.01.31.29; Thu, 22 Apr 2021 01:31:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235004AbhDVIaU (ORCPT + 99 others); Thu, 22 Apr 2021 04:30:20 -0400 Received: from elvis.franken.de ([193.175.24.41]:36452 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230270AbhDVIaS (ORCPT ); Thu, 22 Apr 2021 04:30:18 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lZUiU-0004Jz-00; Thu, 22 Apr 2021 10:29:42 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id B575AC0925; Thu, 22 Apr 2021 09:56:45 +0200 (CEST) Date: Thu, 22 Apr 2021 09:56:45 +0200 From: Thomas Bogendoerfer To: "Maciej W. Rozycki" Cc: "H. Nikolaus Schaller" , Arnd Bergmann , Huacai Chen , Huacai Chen , Jiaxun Yang , linux-arch@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero Message-ID: <20210422075645.GA5996@alpha.franken.de> References: <284CBC37-0F4F-4077-A172-7E47C90B8B43@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 21, 2021 at 06:16:18PM +0200, Maciej W. Rozycki wrote: > On Wed, 21 Apr 2021, H. Nikolaus Schaller wrote: > > > > We already check the high part of the divident against zero to avoid the > > > > nit-picking: s/divident/dividend/ > > Umm, I find this embarassing (and I hesitated reaching for a dictionary > to double-check the spelling!). Indeed why would this be different from > subtrahend or minuend? > > Thomas, as this mistake has spread across three out of these patches, > both in change descriptions and actual code, would you mind dropping the > series from mips-next altogether and I'll respin the series with all > these issues corrected? I'm sorry, but I don't rebase mips-next and the patches have been pushed out before I received this mail. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]