Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp399020pxa; Fri, 21 Aug 2020 10:04:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy4IM3V066PgYMZr8EmlQJ9ZowwdJlIEamzMvbEOq9uR8j1A93Kp4/7wSwzUZNx67gUSMRS X-Received: by 2002:a17:906:5495:: with SMTP id r21mr3705143ejo.33.1598029475592; Fri, 21 Aug 2020 10:04:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598029475; cv=none; d=google.com; s=arc-20160816; b=aEhS/eXbdH95N+qD5uuvTCYIEIT7D7cplMShsmP2HCHNH0SZ+DWn0Kqk+7yCrAksoF qmSekNvsWgWdIxvviZle6ifQNg9PnpnXRSfqqmZrgFLCaEzLLWAnV2TvWAwC7J6j1Ica tBaKpBdD2xF06aLHys7t5hHrIHo5OmzMEG9x5SmheMLfnGh349yZbuIs5IPCn7+bCJP0 bXpFJv/xbEOHS3MHMdwJ1Xnwk0oQcVfOMaLM6qhxVyekqJV//dW+NbH23esEjAz+wdav mRa6od2ZJlJg9/ZNtGZrEWMLgU5YoUzTD6bLQpJZkQH1Bs0vLS+p3pZy8QSGqASFL+hn jg3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=z9gsEpriP/xVyorlwXRbLmWNrXD57exb5vCH/vNpXlM=; b=Qvk3saPSvmP8cqO51lg0KS/0IV1SyQyNhrlOGL7T/pH7ub52WpG+XoYcoyaLRDEl3T SoI2bFURwpvKgZegUDIQn8SvF5wWIL97YQ5PGpHVk8JBkePT/AySFMLHQ/NWA1YigJj/ md8Aqr2ni/MgECWDMzPV8srKLoCst+qCVHf29TEYByskSmD3HlzLkJTBBzJ1bMUJ8hJ3 ozJWcYaz22Vcs1dNhq94S8HwNrlZLOCXOYCPkeRpqlG1HMmWZfPHBwf/f1NJ09sdeMr/ c3kjCDihDpN65YNfWg/cSvXfrD0wNdAGEhRTfKlMIhBQH9bk8/0M+tEO3Z/RBv1gob6t zrpA== 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 c3si1569151edl.567.2020.08.21.10.04.12; Fri, 21 Aug 2020 10:04:35 -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 S1728261AbgHURCt (ORCPT + 99 others); Fri, 21 Aug 2020 13:02:49 -0400 Received: from elvis.franken.de ([193.175.24.41]:54992 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728146AbgHUQ5m (ORCPT ); Fri, 21 Aug 2020 12:57:42 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1k9AME-0003dt-01; Fri, 21 Aug 2020 18:57:38 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id C8E5FC0D90; Fri, 21 Aug 2020 18:57:04 +0200 (CEST) Date: Fri, 21 Aug 2020 18:57:04 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: linux-mips@vger.kernel.org, Huacai Chen , Vladimir Kondratiev , Paul Burton , linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 0/2] Fix cacheinfo Message-ID: <20200821165704.GB15948@alpha.franken.de> References: <20200820004253.3418-1-jiaxun.yang@flygoat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200820004253.3418-1-jiaxun.yang@flygoat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 20, 2020 at 08:42:48AM +0800, Jiaxun Yang wrote: > This is causing lscpu segfault. So probably worthy to > include it as a part of mips-fixes. > > Jiaxun Yang (2): > MIPS: cacheinfo: Add missing VCache > MIPS: Loongson64: Set cluster for cores I've only received one patch and there I can't see why lscpu will crash since it's just missing information. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]