From mboxrd@z Thu Jan 1 00:00:00 1970 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_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 5345DC433DB for ; Thu, 11 Feb 2021 15:14:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 16C5564F4F for ; Thu, 11 Feb 2021 15:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229891AbhBKPLi (ORCPT ); Thu, 11 Feb 2021 10:11:38 -0500 Received: from elvis.franken.de ([193.175.24.41]:45826 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbhBKPFZ (ORCPT ); Thu, 11 Feb 2021 10:05:25 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lADA4-0007u5-00; Thu, 11 Feb 2021 15:41:40 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 53C82C0E70; Thu, 11 Feb 2021 15:41:03 +0100 (CET) Date: Thu, 11 Feb 2021 15:41:03 +0100 From: Thomas Bogendoerfer To: Paolo Bonzini Cc: Waiman Long , Peter Zijlstra , Ingo Molnar , Will Deacon , Catalin Marinas , Chris Zankel , Max Filippov , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linux-xtensa@linux-xtensa.org, Naresh Kamboju , Guenter Roeck , Ben Gardon Subject: Re: [PATCH] locking/arch: Move qrwlock.h include after qspinlock.h Message-ID: <20210211144103.GA12529@alpha.franken.de> References: <20210210144556.10932-1-longman@redhat.com> <20210210161942.GA5683@alpha.franken.de> <64241753-49cb-a49d-63e3-e2ef5820836d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64241753-49cb-a49d-63e3-e2ef5820836d@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Thu, Feb 11, 2021 at 01:59:35PM +0100, Paolo Bonzini wrote: > On 10/02/21 17:19, Thomas Bogendoerfer wrote: > > > arch/arm64/include/asm/spinlock.h | 2 +- > > > arch/mips/include/asm/spinlock.h | 2 +- > > > arch/xtensa/include/asm/spinlock.h | 2 +- > > > 3 files changed, 3 insertions(+), 3 deletions(-) > > which tree should this go through ? I can take it via mips-next, > > if everybody agrees. > > The breakage is in the KVM tree, and the existing patch has acked-by from > the locking primitives folks. So I'll queue it there in order to limit the > range that breaks bisection. if it's not too late you can add by Acked-by: Thomas Bogendoerfer -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]