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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1399ECAAD5 for ; Thu, 8 Sep 2022 06:57:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231191AbiIHG5c (ORCPT ); Thu, 8 Sep 2022 02:57:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229663AbiIHG53 (ORCPT ); Thu, 8 Sep 2022 02:57:29 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8768B9E88E for ; Wed, 7 Sep 2022 23:57:28 -0700 (PDT) Date: Thu, 8 Sep 2022 08:57:25 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1662620247; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RHn8si5PmXHIaxPIvTOMBG6EmHguGpgxrwmoGepmRLU=; b=DqD3ViUQ4/OrHOPtl+uFoCiN1mKOqA7oo2PO8WOBL98f5JCA5SiiePFZWLzNd2rc8hdHle +xLESIPJLgX64xefwlZJX24AQb/DWBpO5Dj8wnvS/5h4JyxO2Lbinydy5OL8jBoSytkdkL 7z0hfviGJeKYWAoloOZLijRUqlIRNKacexKAPGx57RPX3og5DW9Q+3oAmn4LJiP+oul/3o QJu4ukeObsHBcuz9FHz3IIL5V1sr7fR2GH3BWzYdwEcjolXLfCwqQj2F9K0E0p1qIQt2uC dQv36SjUA5X2m8X1zc9eE6M4GVS44vzfdq7wdkLyohEh3UBHW49USFF2UpSphQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1662620247; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RHn8si5PmXHIaxPIvTOMBG6EmHguGpgxrwmoGepmRLU=; b=i3Ftc6r7WgJ2F6ujGC0RhPo8Mza1uy+Y11fYKIke2YG4ktifIJVe5CD821vkhn66dGWnRn DKKEG+BaJ65ucTCQ== From: Sebastian Andrzej Siewior To: "Michael S. Tsirkin" Cc: Boqun Feng , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Waiman Long , Will Deacon , linux-kernel@vger.kernel.org Subject: Re: [PATCH] locking: Detect includes rwlock.h outside of spinlock.h Message-ID: References: <20220908025047-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220908025047-mutt-send-email-mst@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-09-08 02:54:33 [-0400], Michael S. Tsirkin wrote: > > This needs to be merged by locking maintainers IMHO, not by me. I'm aware. This was directed towards will/peterz :) Sebastian