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=-14.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 CA0AFC41604 for ; Wed, 7 Oct 2020 16:20:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 609DB217BA for ; Wed, 7 Oct 2020 16:20:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="bvDXTybU"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="ynb06beT" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727413AbgJGQUV (ORCPT ); Wed, 7 Oct 2020 12:20:21 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:44636 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726408AbgJGQUQ (ORCPT ); Wed, 7 Oct 2020 12:20:16 -0400 Date: Wed, 07 Oct 2020 16:20:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1602087614; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KOs0I47O69gIocdsK/+LvMx1GEKrs8VHdsFCSNTJt1o=; b=bvDXTybUKGanfdMe9p2JGJWU6fm8D0NgTmf90OGFpDn74e013mJRKH742LUwoUwFRKtobY 85xyDqOn47qlRcG+c24J9olPrX1zUQbo9fQY8s+AJYDY6lQdqzz9DSk2lQunMfsd4eZpPq rpnG1+NMSaw1QcAy7NuCc+5iTNIkNdwH2bplekEsl/L4d4JXLxXE/PZ9unnzxbLCqT9qZB 689TLMJRUtLGQBPgJPDOsrXB5IYacCEob6kFk8p9jzPzKdb2vErIlgkA2NBv+9IiqYYcg6 IHZ+fbAt3B9z1d8Gp0Qz6tejlOx0uQxAY2Zz0NLVh5oM+bOIywqBzfUr9Lynww== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1602087614; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KOs0I47O69gIocdsK/+LvMx1GEKrs8VHdsFCSNTJt1o=; b=ynb06beTtpSaH6DhxGBlZaZV0Lot28FOJrgoBDbK7OUdZEisMn0+AXQrZEEgmyf4QA5F4P XEoT+EranzmaEmCg== From: "tip-bot2 for Paul Bolle" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: locking/core] locking/atomics: Check atomic-arch-fallback.h too Cc: Paul Bolle , "Peter Zijlstra (Intel)" , Mark Rutland , x86 , LKML In-Reply-To: <20201001202028.1048418-1-pebolle@tiscali.nl> References: <20201001202028.1048418-1-pebolle@tiscali.nl> MIME-Version: 1.0 Message-ID: <160208761381.7002.4634156458963200039.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the locking/core branch of tip: Commit-ID: d89d5f855f84ccf3f7e648813b4bb95c780bd7cd Gitweb: https://git.kernel.org/tip/d89d5f855f84ccf3f7e648813b4bb95c780bd7cd Author: Paul Bolle AuthorDate: Thu, 01 Oct 2020 22:20:28 +02:00 Committer: Peter Zijlstra CommitterDate: Wed, 07 Oct 2020 18:14:14 +02:00 locking/atomics: Check atomic-arch-fallback.h too The sha1sum of include/linux/atomic-arch-fallback.h isn't checked by check-atomics.sh. It's not clear why it's skipped so let's check it too. Signed-off-by: Paul Bolle Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Mark Rutland Link: https://lkml.kernel.org/r/20201001202028.1048418-1-pebolle@tiscali.nl --- scripts/atomic/check-atomics.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/atomic/check-atomics.sh b/scripts/atomic/check-atomics.sh index 8378c63..82748d4 100755 --- a/scripts/atomic/check-atomics.sh +++ b/scripts/atomic/check-atomics.sh @@ -16,6 +16,7 @@ fi cat <