Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp374606pxy; Thu, 22 Apr 2021 04:16:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSkrwtT24VPXgKNu/WKZKUfV4FARavIXAekm7+aqqUFL976Bz+38h4OC1Z3lUZNu/maV8l X-Received: by 2002:a17:906:81d5:: with SMTP id e21mr2863563ejx.134.1619090172083; Thu, 22 Apr 2021 04:16:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619090172; cv=none; d=google.com; s=arc-20160816; b=VqyeqzzLfgd6cYdYbbKqJQOGZj6PtiuP5hXRsjPzYopWCNObq+9TUWtRBHlVQKt9fI gJaj//8bKVpPdwIj3Xstu6y/nL83kehRfFs5ps4c29bz7DjpEw0dQbhm6xu4LmVvKylw o62j4G0TP0LBciL665HxiPLMlbGFFBVS4yGbNvKfQsrQBW6c6DE648d5/ZYWyDS7CfEo Ht5jNR/jA/rw9NLbqwnSaiMWJWwbG2vOB+IhtTLl6kXbYWGtjYJjbGj8DuiqetWEIAOU HQPaz+A7WVpn1fdjonT1heQn7o2hMR+kQmIlLd10L7csHxbpMKpWPALuNGoxvD54R3Hh Lu8g== 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=HKVFhNcOVPnk04upSblj4Zdky2qyM9A4GVUHUPG6mzI=; b=HCWgmxXuz1dfS6Ok0IVXHtnm9Tgv31giOguyCNJYwZ++Ob4D2fYiDvqPN78c2XRglD gg2pnGXVoVFl5IRhHIfJz6pf6Vi9y6e4+qkhrfcU0enAbSZZFbQdTxW5DVmvpY77b0Zj khcrlpalE4xPpkCE6Dhjp5iXwTdgi/rfJsiwo9Wp9IE7OMbRiVuc0KVuj68aNHJWaWrd fqkOkorSjeO5jdArFKg5qk6L+ZEhIuPMRv4QbztEPjEXf2lMTko1MEX9yzPCfm17Sh1r Uc8mO8gM8/qAz8Z7+nDh/k7LvA0bUFT1qIamDchnWb4kUvRZJPbu8Flrq/LjQWQUzdOj Z1Hw== 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 b15si1973598edw.115.2021.04.22.04.15.47; Thu, 22 Apr 2021 04:16:12 -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 S235882AbhDVLNY (ORCPT + 99 others); Thu, 22 Apr 2021 07:13:24 -0400 Received: from elvis.franken.de ([193.175.24.41]:36676 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229972AbhDVLNX (ORCPT ); Thu, 22 Apr 2021 07:13:23 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lZXGJ-0005bu-00; Thu, 22 Apr 2021 13:12:47 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 626D5C095C; Thu, 22 Apr 2021 13:08:55 +0200 (CEST) Date: Thu, 22 Apr 2021 13:08:55 +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: <20210422110855.GA9564@alpha.franken.de> References: <284CBC37-0F4F-4077-A172-7E47C90B8B43@goldelico.com> <20210422075645.GA5996@alpha.franken.de> 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 Thu, Apr 22, 2021 at 11:12:40AM +0200, Maciej W. Rozycki wrote: > On Thu, 22 Apr 2021, Thomas Bogendoerfer wrote: > > > > 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. > > Hmm, what about changes known to actually break something then? Like > with R6 here? Those will undoubtedly cause someone a headache with > bisection sometime in the future. Are you sure your policy is the best > possible? This is my Linus pull tree, so I'm following Documentation/maintainer/rebasing-and-merging.rst > Meanwhile I'll be able to give DECstation figures only. I guess such > limited results will suffice if I post the fix as an update rather than > replacement. thank you. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]