Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp792337pxy; Thu, 22 Apr 2021 13:36:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyBePv8W0XCNHVFUbSGhNTxjziGvu4o0RKfA4SaQfDMtGoePtkJRDT41jrJClrVLvVJJaxS X-Received: by 2002:a17:903:304b:b029:eb:4cf:8321 with SMTP id u11-20020a170903304bb02900eb04cf8321mr368676pla.40.1619123812415; Thu, 22 Apr 2021 13:36:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619123812; cv=none; d=google.com; s=arc-20160816; b=CadT/rVsuhPbFVhrpFf7FEs2xUhZQdBWVXvFeOA15AbCDiod0WEIAmdePazQjAWQ5I M0fs102b6lc2hbS/kxbtAEPfDFbitXic+x2hhgP7Vwrzyp37A6hqBV5ZQrtUt8xrGcMz i8L9bo+B3bxapmRYIu/rJu0RadQCGvQmpQVVqL/vi6xUgnFRzBt5tCeJZ2YVQ+TUBCbU DY9cSxERw8BuM+1hq1BCCNMY2cZY0N33fmWcaoFqYa3Ksy11C9aOQDlRfSCvxx17dYcV pLSXvTQi01or8mLyJkhrvPJuavebpMHaZlQkivxREzZqbc/At2cwuhvrx9NR90nonUKj 9Idg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:message-id:subject:cc:to :from:date; bh=wfj63abV2b585KTswwgmcO6BQV2m3one+IkisEwxsn4=; b=gO1N4KXceP5vk+eAarlZm/Lpv3jIrGNKrp9eqbinVznl5zrqTU/VqP/kqm94pKj00V mGu9fMaFDh85Udh85JCYZ628IlMiO5ntLO5tdanCRLWfOEYcMQ+dwQi7/fO0Kj9T7MY6 Kqzu7ZSzbomsUaRML0/yW+1WjVO/TRDrO3FCBguBI29YKaqFOHhqoiZ40+LG34z0lUn8 yfPc0yDQVjV7N2oLlGnUkedzUtM7RQ/TMOwt5jPjbnOOSWyMSNTBQrdMie7a9RWvHoJ4 y1R8fCbcjchJ7ZKDJRICFiwRaUReLtwk8l8RZbSfqDYJkBaq2S2Lyo8Yq124iT4Wy4A0 ukhg== 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 e30si4259473pgn.211.2021.04.22.13.36.39; Thu, 22 Apr 2021 13:36:52 -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 S236974AbhDVUgk (ORCPT + 99 others); Thu, 22 Apr 2021 16:36:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236851AbhDVUgi (ORCPT ); Thu, 22 Apr 2021 16:36:38 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0EB6EC06174A; Thu, 22 Apr 2021 13:36:03 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 3845292009C; Thu, 22 Apr 2021 22:36:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 2EBC592009B; Thu, 22 Apr 2021 22:36:01 +0200 (CEST) Date: Thu, 22 Apr 2021 22:36:01 +0200 (CEST) From: "Maciej W. Rozycki" To: Thomas Bogendoerfer cc: Huacai Chen , Huacai Chen , Jiaxun Yang , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] MIPSr6 `do_div' support and typo fixes Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Maciej