Received: by 2002:a05:7412:8d10:b0:f3:1519:9f41 with SMTP id bj16csp462507rdb; Tue, 5 Dec 2023 10:02:01 -0800 (PST) X-Google-Smtp-Source: AGHT+IH9V1WyCPcOiDHi/CxpmzEHzujwje9i4aY1hvxT7hq9ssHGmVAchpeEjK4ahgReb/5DQa4F X-Received: by 2002:a05:6a20:3ca9:b0:18c:222e:50e6 with SMTP id b41-20020a056a203ca900b0018c222e50e6mr3757059pzj.47.1701799320718; Tue, 05 Dec 2023 10:02:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1701799320; cv=none; d=google.com; s=arc-20160816; b=ad2HKOOBjYUAfhsNcL/nMXpi1ksR14s80U72sr/684hcnEJz4vheoCp/YG6/6oetXe G2F2cua3vvUw9AbSamASUufzQExmmfI14RZ/UDDWJQIO7xrezVbXHDHWlNaaKAzzG8XS NSvou3zK8t9l5KNptTZ9WhyXHpdNthlLQlTLaySuu1kKn37E70IpFbQqkYJcmOdumWgv MPqigc/wBRayJCc0p3/EbPxNGUqM7aRcxIe3o9bpa8O+eaUbqPnxD8dA3vcl91aYH0wj 8iuKzbdD8SQTwX1/93TElE9C8n/dGUwYkRCpX3jxYQsdUUBJQpza4kALvKVfY5E9ggE9 FqjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ssz7fGlqzZSwE1UtjRFKy5mEcKyNDQAkU+IHzqEBXtU=; fh=UKkjUi01rgxABh+Wu8C4oG5uqD5hLLn3B2ob7Qd0Lns=; b=HdDfKw7gtYd+lHbT9BygGdQ0MqZooaN84VJ202Zhj+PpRZjKW2co5AzVqeNBT/RMPc +qyg0pjEkjFI4zMrs89HzUlb70jPblcIhB7agoj5Tm2dync93iGnLV0qjRyumxlTMMgW 53ge3Hbr3SIe/Z/hMbOui5AKMvYlpvbZYu6vElPvT3t7GbSmykcEN+eLq2l4XqGGRw// kz/mh9IkCXINSC29MVsKrJzY3fhac2Bl3DFTOc3FL4ruaEvhtcxCHrqxrnZ0que0VSK6 3eL37Mv6D8acmkdrTQFQF9JhXWxGPxXHjjjiK4D9vZp2iU+TPvektreNyrzOIjOXpaIv xKMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from snail.vger.email (snail.vger.email. [23.128.96.37]) by mx.google.com with ESMTPS id f5-20020a056a00238500b006ce54dc2d09si3466476pfc.254.2023.12.05.10.01.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Dec 2023 10:02:00 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) client-ip=23.128.96.37; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by snail.vger.email (Postfix) with ESMTP id 9B7338030B9A; Tue, 5 Dec 2023 10:01:54 -0800 (PST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.11 at snail.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345617AbjLESBl (ORCPT + 99 others); Tue, 5 Dec 2023 13:01:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345567AbjLESBj (ORCPT ); Tue, 5 Dec 2023 13:01:39 -0500 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 122D81BE; Tue, 5 Dec 2023 10:01:45 -0800 (PST) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1rAZjs-0003nS-00; Tue, 05 Dec 2023 19:01:44 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 6B96BC0A7C; Tue, 5 Dec 2023 18:54:15 +0100 (CET) Date: Tue, 5 Dec 2023 18:54:15 +0100 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: Huacai Chen , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Sergey Shtylyov , stable@vger.kernel.org Subject: Re: [PATCH fixes v2 0/3] MIPS: Loongson64: Fix some long-term issues Message-ID: References: <20231107-loongson64_fixes-v2-0-5c49ceed7950@flygoat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231107-loongson64_fixes-v2-0-5c49ceed7950@flygoat.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (snail.vger.email [0.0.0.0]); Tue, 05 Dec 2023 10:01:54 -0800 (PST) On Tue, Nov 07, 2023 at 11:15:17AM +0000, Jiaxun Yang wrote: > Hi all, > > This series fixes some long-term issues in kernel that preventing > some machine from work properly. > > Hopefully that will rescue some system in wild :-) > > Thanks > > Signed-off-by: Jiaxun Yang > --- > Changes in v2: > - Typo and style fixes > - Link to v1: https://lore.kernel.org/r/20231101-loongson64_fixes-v1-0-2a2582a4bfa9@flygoat.com > > --- > Jiaxun Yang (3): > MIPS: Loongson64: Reserve vgabios memory on boot > MIPS: Loongson64: Enable DMA noncoherent support > MIPS: Loongson64: Handle more memory types passed from firmware > > arch/mips/Kconfig | 2 + > arch/mips/include/asm/mach-loongson64/boot_param.h | 9 ++++- > arch/mips/loongson64/env.c | 10 ++++- > arch/mips/loongson64/init.c | 47 ++++++++++++++-------- > 4 files changed, 49 insertions(+), 19 deletions(-) series applied to mips-fixes. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]