From patchwork Tue Nov 17 18:01:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 11913137 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B913C63697 for ; Tue, 17 Nov 2020 18:02:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1DF50221FE for ; Tue, 17 Nov 2020 18:02:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728424AbgKQSCE (ORCPT ); Tue, 17 Nov 2020 13:02:04 -0500 Received: from elvis.franken.de ([193.175.24.41]:38928 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729970AbgKQSCD (ORCPT ); Tue, 17 Nov 2020 13:02:03 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kf5In-0001Ut-00; Tue, 17 Nov 2020 19:02:01 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 50FCAC021B; Tue, 17 Nov 2020 19:01:54 +0100 (CET) Date: Tue, 17 Nov 2020 19:01:54 +0100 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.10 Message-ID: <20201117180154.GA21834@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 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.10_1 for you to fetch changes up to ac3b57adf87ad9bac7e33ca26bbbb13fae1ed62b: MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu (2020-11-17 12:53:57 +0100) ---------------------------------------------------------------- - fix bug preventing booting on several platforms - fix for build error, when modules need has_transparent_hugepage - fix for memleak in alchemy clk setup ---------------------------------------------------------------- Randy Dunlap (1): MIPS: export has_transparent_hugepage() for modules Thomas Bogendoerfer (1): MIPS: kernel: Fix for_each_memblock conversion Zhang Qilong (1): MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu arch/mips/alchemy/common/clock.c | 9 ++++++++- arch/mips/kernel/setup.c | 6 +++--- arch/mips/mm/tlb-r4k.c | 1 + 3 files changed, 12 insertions(+), 4 deletions(-)