Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2455846pxb; Mon, 18 Jan 2021 19:43:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJwqlgzg7H3EPmom+YpxhyEPDzdKGna6oOeuZqqJLHJFuOjNOr2ZJ4Jq8bjiZu5Atq5KT8t/ X-Received: by 2002:a05:6402:158:: with SMTP id s24mr1900805edu.19.1611027827027; Mon, 18 Jan 2021 19:43:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611027827; cv=none; d=google.com; s=arc-20160816; b=AibxUIi2LfVssl7+vgtgK1ElPQRV9Vx81wylrUQbZGDt3vIJ98//W4N1lJ75MogSCX pKeafX32hNyMNV9cTTzSes8CrQkZN9joBsVoQH1C6D5S2owVuFB622fVoFWMOcjPIwc8 V6QjA6OQYrNjRs1X6ahsqWIz8lY3Cs+1Ne9DYEXn9Eht+tIejH8cgc59imBrF1VXCor7 FwUPOkIe6ZWbLeh0isLpg9Y0BAmG/UixETgAM1k100TnXDf+/JfN6CDqUws9SHebDOGD y8DwErgQTKkOBaXe3AZmkl6O4Us24eKgBdg0E1l3WOvEXdM4Hf4fcjGYFf4cgmS2jqFk EqAg== 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=ySNRd3xVY5kYwbzxL0n7HS6GF5u7vxrZS1XbHwL2OyQ=; b=QC3iPFFZM/MbIL4Mt672XZHfPbS8AtQ/uP31Ym00e516Q9AkPj7GZvUr1OrZByRRLp uAyZoUdevGsZFegyTOu0tTC1Mo0GHljgHUrC0GJbqjr11zhdicwhPyWpb4TvE6iXU822 ifhv6Ay4ucLUfHmqJyGQ+y0wzrZhfEgyqtQnDqJVA9/UlEAmVxz3tAxw28HvccQEMER4 BzMPQdH+zi4a97cXK4AotsUKzvqjVTyr2fGEUYQpPMn/K+guWemB0dQv73e2Rh4lDJyY nVgtKqI0bM7EtxdkjJXzux3/ZCyi+Z/EwOaWR0Cnct2VdIM18IwExnH/6NwVGcPFKoiP wurA== 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 y13si8694042edd.436.2021.01.18.19.43.23; Mon, 18 Jan 2021 19:43:47 -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 S2389533AbhARK5Y (ORCPT + 99 others); Mon, 18 Jan 2021 05:57:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389753AbhARK5O (ORCPT ); Mon, 18 Jan 2021 05:57:14 -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 904B5C061573 for ; Mon, 18 Jan 2021 02:56:25 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: aratiu) with ESMTPSA id 441E91F44C39 From: Adrian Ratiu To: linux-arm-kernel@lists.infradead.org Cc: Nathan Chancellor , Nick Desaulniers , Arnd Bergmann , Russell King , Ard Biesheuvel , Arvind Sankar , clang-built-linux , kernel@collabora.com, Linux Kernel Mailing List Subject: [PATCH v3 RESEND 0/2] xor-neon: Remove GCC warn & pragmas Date: Mon, 18 Jan 2021 12:55:55 +0200 Message-Id: <20210118105557.186614-1-adrian.ratiu@collabora.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear all, This is a resend of v3 of the patch series started at id:20201106051436.2384842-1-adrian.ratiu@collabora.com This series does not address the Clang -ftree-vectorize not working bug which is a known pre-existing issued documented at [1] [2] [3]. Clang vectorization needs to be investigated in more deepth and fixed separately. The purpouse of this is to only fix some low-hanging-fruit GCC related isues. Tested on next-20210118 using GCC 10.2.0 and Clang 10.0.1. [1] https://bugs.llvm.org/show_bug.cgi?id=40976 [2] https://github.com/ClangBuiltLinux/linux/issues/503 [3] https://github.com/ClangBuiltLinux/linux/issues/496 Kind regards, Adrian 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.30.0