Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1310237pxy; Fri, 23 Apr 2021 05:23:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwP1q6FmgGfLiCcEhOMYG3t7eKrdKMPeX5qbqwR4LAif6wKGoGPsOiK1+MlxqVi9Ch6NRg2 X-Received: by 2002:aa7:c4c1:: with SMTP id p1mr4084874edr.133.1619180638488; Fri, 23 Apr 2021 05:23:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619180638; cv=none; d=google.com; s=arc-20160816; b=sw3Kh5rCoAyx/apG/b2jcPENlf0ev5H33p0ifDDiKn8Wx/2J9I1gUt+hYG7ckqKxC3 SwfiMfxWNgHqoEQUb6XJ48/z4w3wPe/s6atvZCyPloI8s16V1viJVpAHj4deShFQUEcp CHhKL5+eHfvlUfOc7LbjKgutV3ckHPXiXw5NbSEmgBezw07si54kHgQpd2VZsIPWJo3f YOl/N3bjfARX0hgtkzHoai07ZsdroC1n4fOGw9NyA9fElBxm9JBDEZ1aIctriwbDe3SH AjBUkoBwIVEojfbL6kphV7ti7G2xHU08kyAs9AFYzR2XnnaJtTiX7BPZYcpA48uwS2a3 Nsjw== 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=AWtYL5pkY4+PzuoTLadfxRZYRYRvJAc4rYYpnmcaoYc=; b=mKxu7b7EREVMymMQM2pwxPV8CJsVzO2jMqKkq4btmtOOv1z2hB5XhcA8YXPAVm1opi T4cxGtdk7CgH7FYVEshiF2wb68N8bQOzA27RdjccTxFj7SazE5yY0Wl6xOLkXnkZk481 zRgaM5ZZtYuB18fpHhgrnMcyLK7NA7SmuMqDIyuCKHbOgE0pvwI/lnD3baL0eCfBH6v7 HS2qwW4JmcBZnWkAfgHDnklZEdHgONoynAfKHwjHBEVp7LrhoUGpY0LlWy/c1UT25IW/ /fYL6N2IBY5sIquFWxZQu1wKL2p1/GKKN1o3gbIVL/USoClT8ckVGxApVtLvtLkCLBCs 0Jfg== 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 cd8si6239366ejb.718.2021.04.23.05.23.35; Fri, 23 Apr 2021 05:23:58 -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 S242378AbhDWMXO (ORCPT + 99 others); Fri, 23 Apr 2021 08:23:14 -0400 Received: from elvis.franken.de ([193.175.24.41]:38500 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231464AbhDWMXK (ORCPT ); Fri, 23 Apr 2021 08:23:10 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lZupM-00019R-02; Fri, 23 Apr 2021 14:22:32 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id B0E4BC0B3B; Fri, 23 Apr 2021 13:48:24 +0200 (CEST) Date: Fri, 23 Apr 2021 13:48:24 +0200 From: Thomas Bogendoerfer To: "Maciej W. Rozycki" Cc: Huacai Chen , Huacai Chen , Jiaxun Yang , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] MIPSr6 `do_div' support and typo fixes Message-ID: <20210423114824.GC8582@alpha.franken.de> References: 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 10:36:01PM +0200, Maciej W. Rozycki wrote: > Hi, > > As discussed over the last couple of days here are fixes for the MIPS > `do_div' handler and the test module. > > As my Malta does not work at the moment I have only run-time verified > these with a DECstation. For additional verification I have built the > kernel for a MIPS32r6 configuration as well as a microMIPS one. > > Please apply. both patches applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]