From patchwork Wed Jul 11 11:00:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Andrzej Siewior X-Patchwork-Id: 942431 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linutronix.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UOO7VVfO"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41Qbj91GT6z9s0n for ; Wed, 11 Jul 2018 21:01:17 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Uvce0XBjU6H1urJpC6ygKBPyHnELfGxrZqhIfYAAKaA=; b=UOO7VVfOmcm4Kt pvycNxAy0RyqXA8L3zwlGdVauBwmrWnlc2Kgx7fokwX/0MkT7trQrPhKWEFcp/YYfELJkK7c8jk7w R7Pgj5SG3QWt3TkEZyeEVWsIRZ0D/1xZYgiryRPaIhOCdXFt5BQ4cIUt/0bYdjiairxjALIbVJLMW n9pkUr9uk3Do4SSR26dIfnNJeHux5rg4BvjD9LY9d/icCwc3r2f9O/MGw4noxROPdT/AK3hNQsVLs siCC9Higj3vvmva8A9TIetG4cozDmK/baIlF5Ee3CDMnk38iSmDT1jZbh8OvcrCnHIRTrM3NNWmZe sDBjeKI/mXRmOmHxRcMg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fdCrx-0002q1-U2; Wed, 11 Jul 2018 11:01:13 +0000 Received: from galois.linutronix.de ([2a01:7a0:2:106d:700::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fdCrl-0002nz-UE for linux-arm-kernel@lists.infradead.org; Wed, 11 Jul 2018 11:01:07 +0000 Received: from localhost ([127.0.0.1] helo=bazinga.breakpoint.cc) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1fdCrU-0004Uy-Dp; Wed, 11 Jul 2018 13:00:44 +0200 From: Sebastian Andrzej Siewior To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/3] arm: covert a few locks to raw_spin_lock_t Date: Wed, 11 Jul 2018 13:00:34 +0200 Message-Id: <20180711110037.12928-1-bigeasy@linutronix.de> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180711_040102_120784_A7751B84 X-CRM114-Status: UNSURE ( 4.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [2a01:7a0:2:106d:700:0:0:1 listed in] [list.dnswl.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tglx@linutronix.de, Russell King Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org This is a repost. The only change since the last post happend in 1/3 were I added two additional boot_lock user. This raw_spin_lock_t changes were identified under PREEMP_RT. Sebastian