From patchwork Thu May 5 11:55:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 12839431 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42CE7C433F5 for ; Thu, 5 May 2022 11:55:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234582AbiEEL7a (ORCPT ); Thu, 5 May 2022 07:59:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232409AbiEEL73 (ORCPT ); Thu, 5 May 2022 07:59:29 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AA087255B7; Thu, 5 May 2022 04:55:49 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1nma5E-0000M8-00; Thu, 05 May 2022 13:55:48 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 6001CC01D0; Thu, 5 May 2022 13:55:39 +0200 (CEST) Date: Thu, 5 May 2022 13:55:39 +0200 From: Thomas Bogendoerfer To: torvalds@linux-foundation.org Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] MIPS fixes for v5.18 Message-ID: <20220505115539.GA11181@alpha.franken.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org The following changes since commit b2d229d4ddb17db541098b83524d901257e93845: Linux 5.18-rc3 (2022-04-17 13:57:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.18_1 for you to fetch changes up to f0a6c68f69981214cb7858738dd2bc81475111f7: MIPS: Fix CP0 counter erratum detection for R4k CPUs (2022-04-29 15:52:00 +0200) ---------------------------------------------------------------- Extend R4000/R4400 CPU erratum workaround to all revisions ---------------------------------------------------------------- Maciej W. Rozycki (1): MIPS: Fix CP0 counter erratum detection for R4k CPUs arch/mips/include/asm/timex.h | 8 ++++---- arch/mips/kernel/time.c | 11 +++-------- 2 files changed, 7 insertions(+), 12 deletions(-)