Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp674302pxb; Thu, 12 Nov 2020 13:25:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJxwSfcPacrDWOKZxQ6kz4jDopwLatVYsGdErzX3y+qp0HZTzehKdB9c1vSjjNmY3FBpuCg0 X-Received: by 2002:a17:906:8603:: with SMTP id o3mr1315929ejx.333.1605216334483; Thu, 12 Nov 2020 13:25:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605216334; cv=none; d=google.com; s=arc-20160816; b=DnxpLsXTlUkg2J+fUwqMr/U9AEn8l5iyMpR0SYCjyOHtuhjdcQ0p0zRG9X5BslNQYF 9oyH545yBP3l+VwYUXebJtHG6Gvre0LOcOUqK+N/fEX66CvIDnjK6OjHeR18WG54ikdf xHBbdnfzHuwQM0g7O/6s/kMd+1QCs4C2PIm1tdxh38kPiaylV4JYn1PHb1hvZmFHFNnB /3rUeH5bhjjVoxIhILKNIJgt+/vrYr3a95qIifmSSMwkJnxQg288/L+i8rM5bSwzNAMd 8Fjmsy0spKtHc3/XL8n33NksOCbIoOBr25J/WzmzDSSHBElas6nNmdTm2tPSFafYWpAe QKDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=bSoCHk+UXsRDwWIQludqA+FfG1IC1zBHVbYXnQ+FhvI=; b=XG3youNz1tmYNNuRrF+zpH+cx3A2vDtWysCFShLXWhkuEaSjGpmgl3/yEp3eetx9uN u1EiLGgUCEQ26pqYSpkQ110vBKlhh2l2OgOFqOw1EGnr+l2kwTWNbmlBaF7SjKTyDKC9 vTnZjPFO1OSO6UE/K0SODjIP7upGFAnG+lLyXN9ePHBLS37VYmuh7qxGeCdtxdfdXalE d4gwuPwujWIhhdzpxL7JMIgjh6bS4SBTpptB+j3Sa6J4ydLD0W15gvAImkcMJrKusFiV BRucipEZ+G+63wTI8gMQFI3Zk8mWI85upMj7fe4qhrZWTMslL2gJE5/uqVbwrP0kKTEd AlXg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b20si4116190ejb.424.2020.11.12.13.25.12; Thu, 12 Nov 2020 13:25:34 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbgKLVXi (ORCPT + 99 others); Thu, 12 Nov 2020 16:23:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726337AbgKLVXi (ORCPT ); Thu, 12 Nov 2020 16:23:38 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82520C0613D1 for ; Thu, 12 Nov 2020 13:23:38 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: aratiu) with ESMTPSA id C172E1F466C3 From: Adrian Ratiu To: linux-arm-kernel@lists.infradead.org Cc: Nathan Chancellor , Nick Desaulniers , Arnd Bergmann , Russell King , Ard Biesheuvel , Arvind Sankar , kernel@collabora.com, clang-built-linux , Linux Kernel Mailing List Subject: [PATCH v2 0/2] xor-neon: Remove GCC warn & pragmas Date: Thu, 12 Nov 2020 23:24:55 +0200 Message-Id: <20201112212457.2042105-1-adrian.ratiu@collabora.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear all, This is v2 of the patch series at id:20201106051436.2384842-1-adrian.ratiu@collabora.com Tested on next-20201112 using GCC 10.2.0 and Clang 10.0.1. Kind regards, Adrian Changes in v2: - Dropped the patch which disabled Clang vectorization (Nick) - Added new patch to move pragmas to makefile cmdline options (Arvid and Ard) Adrian Ratiu (1): arm: lib: xor-neon: move pragma options to makefile Nathan Chancellor (1): arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning arch/arm/lib/Makefile | 2 +- arch/arm/lib/xor-neon.c | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) -- 2.29.2