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 C92F8C433EF for ; Fri, 17 Dec 2021 14:41:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237351AbhLQOlc (ORCPT ); Fri, 17 Dec 2021 09:41:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237355AbhLQOla (ORCPT ); Fri, 17 Dec 2021 09:41:30 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BE53C06173F for ; Fri, 17 Dec 2021 06:41:30 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id y12so8527408eda.12 for ; Fri, 17 Dec 2021 06:41:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JWU5jrx8uzkoFd78Ys23ZOK1dm9ivQmIi4HaxP6dlv4=; b=srPPgox/P4r9sfCVltI+UJtw85Ur7AFZ8AZRDLTGxMAk100H6kAK5Ftg3iXYEvXZQk Me46k6XmXZC68vyWHLGa9eYmBrYBrmqoh08oeB5TnwfRLioU5Jf8IuHWIoZEVknT7TNT wl8znefbBNhzi+k+7tkJr5SrnBd9N1cSNZ7V/0R0kV3bzZWMFolV32V4o/f85igw6MXu AAqvxnAGLHnIqhX2zWHx2/cb1HBIVQZWTvpBUQidP79OmvLkjOnRbASsgGWsgwv9w4ni hWoJ4MNsWDuKzeAjledCOt3f7M7bJEjcsvJtdj9scRpGPjFtQ0/vMt5YfG8xP0KSxsxz 5bAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JWU5jrx8uzkoFd78Ys23ZOK1dm9ivQmIi4HaxP6dlv4=; b=fkMZVczQ6q1D14xHjlWYvSpOnvbKrZLS/SQLlod3p6GgSy80CjM3TyjWL5yVGRHNlW /8MFY0BMf/EJ1cdqNnvTkAF+kNVbGS8LBCdPxrqGQ01ra2qNV6yH4XD2bL180USaZr5/ FRGEEoAOb91JqQX/HssgbaSpKR+Vcox9UTv8VDsbp/uECqMs674uEkC+xylrBnMRe3xk vuBJa7SiiVqSoQaITS3SCt17PU7uFO/J4Pak3cy+ns6mueGysIPMw86e6SRQrlsoVOY0 oqPh5lEB3QvqR3dPQBcDMVSj0yhxdXcS0BATIf8Nspz+yL0HaD93sGbprKG9X0SwR9yq O4kQ== X-Gm-Message-State: AOAM5314NKDco6Stdwzr0bxEoIJodt4AzwiLsevtb8JmuDbkmxZmOEIo p9hgVLf+FvDT4KohfpdVpnPpBkFfLVzsGerO X-Google-Smtp-Source: ABdhPJxtfTdSZePgXYvUJVdJibMGa/wzwmXarJ/4RQ28O0+SZzhzgxhTWq0yn7DSjpJVmywKNwTn4A== X-Received: by 2002:a50:fb98:: with SMTP id e24mr3196629edq.80.1639752088840; Fri, 17 Dec 2021 06:41:28 -0800 (PST) Received: from localhost (c-9b28e555.07-21-73746f28.bbcust.telenor.se. [85.229.40.155]) by smtp.gmail.com with ESMTPSA id c12sm3864770edx.80.2021.12.17.06.41.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Dec 2021 06:41:28 -0800 (PST) From: Anders Roxell To: stable@vger.kernel.org Cc: linux-kernel@vger.kernel.org, woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, davem@davemloft.net, netdev@vger.kernel.org, linux-usb@vger.kernel.org, clang-built-linux@googlegroups.com, ulli.kroll@googlemail.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, amitkarwar@gmail.com, nishants@marvell.com, gbhat@marvell.com, huxinming820@gmail.com, kvalo@codeaurora.org, linux-wireless@vger.kernel.org, rostedt@goodmis.org, mingo@redhat.com, dmitry.torokhov@gmail.com, ndesaulniers@google.com, nathan@kernel.org, linux-input@vger.kernel.org, Anders Roxell Subject: [PATCH 4.19 0/6] fix warning and errors on arm built with clang Date: Fri, 17 Dec 2021 15:41:13 +0100 Message-Id: <20211217144119.2538175-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi, Can this patchset be applied to linux-4.19.y. I've tried to build an arm kernel for these defconfigs: mini2440_defconfig, mxs_defconfig, imx_v4_v5_defconfig, integrator_defconfig, lpc32xx_defconfig, s3c2410_defconfig, nhk8815_defconfig, imx_v6_v7_defconfig, at91_dt_defconfig, shmobile_defconfig, omap1_defconfig, multi_v5_defconfig, orion5x_defconfig, footbridge_defconfig, davinci_all_defconfig Without this patchset these configs faild to build. Also I fixed a few warnings. There are still a few more warnings to fix. But this is a start. I built the kernel with tuxmake and this is the command: tuxmake --runtime podman --target-arch arm --toolchain clang-nightly --kconfig tinyconfig LLVM=1 LLVM_IAS=0 Similar results with clang-13. Patch "net: lan78xx: Avoid unnecessary self assignment" fixes: drivers/net/usb/lan78xx.c:949:11: warning: explicitly assigning value of variable of type 'u32' (aka 'unsigned int') to itself [-Wself-assign] offset = offset; ~~~~~~ ^ ~~~~~~ 1 warning generated. Patch "ARM: 8805/2: remove unneeded naked function usage" fixes: arch/arm/mm/copypage-v4wb.c:47:9: error: parameter references not allowed in naked functions : "r" (kto), "r" (kfrom), "I" (PAGE_SIZE / 64)); ^ /builds/linux/arch/arm/mm/copypage-v4wb.c:25:13: note: attribute is here static void __naked ^ /builds/linux/include/linux/compiler_types.h:249:34: note: expanded from macro '__naked' #define __naked __attribute__((naked)) notrace ^ 1 error generated. Patch "mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO" fixes: drivers/net/wireless/marvell/mwifiex/cmdevt.c:219:22: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] host_cmd->seq_num = cpu_to_le16(HostCmd_SET_SEQ_NO_BSS_INFO ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/linux/include/linux/byteorder/generic.h:90:21: note: expanded from macro 'cpu_to_le16' #define cpu_to_le16 __cpu_to_le16 ^ Patch "Input: touchscreen - avoid bitwise vs logical OR warning" fixes: drivers/input/touchscreen/of_touchscreen.c:80:17: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] data_present = touchscreen_get_prop_u32(dev, "touchscreen-size-x", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Patch "ARM: 8788/1: ftrace: remove old mcount support" fixes: arch/arm/kernel/entry-ftrace.S:56:2: error: Ftrace requires CONFIG_FRAME_POINTER=y with GCC older than 4.4.0. #error Ftrace requires CONFIG_FRAME_POINTER=y with GCC older than 4.4.0. ^ 1 error generated. Patch "ARM: 8800/1: use choice for kernel unwinders" fixes the build error: clang: error: unknown argument: '-mapcs' clang: error: unknown argument: '-mno-sched-prolog' Cheers, Anders Nathan Chancellor (3): net: lan78xx: Avoid unnecessary self assignment mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO Input: touchscreen - avoid bitwise vs logical OR warning Nicolas Pitre (1): ARM: 8805/2: remove unneeded naked function usage Stefan Agner (2): ARM: 8800/1: use choice for kernel unwinders ARM: 8788/1: ftrace: remove old mcount support arch/arm/Kconfig.debug | 45 +++++---- arch/arm/include/asm/ftrace.h | 3 - arch/arm/kernel/armksyms.c | 3 - arch/arm/kernel/entry-ftrace.S | 75 +------------- arch/arm/kernel/ftrace.c | 51 ---------- arch/arm/mm/copypage-fa.c | 35 ++++--- arch/arm/mm/copypage-feroceon.c | 98 +++++++++---------- arch/arm/mm/copypage-v4mc.c | 19 ++-- arch/arm/mm/copypage-v4wb.c | 41 ++++---- arch/arm/mm/copypage-v4wt.c | 37 ++++--- arch/arm/mm/copypage-xsc3.c | 71 ++++++-------- arch/arm/mm/copypage-xscale.c | 71 +++++++------- drivers/input/touchscreen/of_touchscreen.c | 18 ++-- drivers/net/usb/lan78xx.c | 6 +- drivers/net/wireless/marvell/mwifiex/cmdevt.c | 4 +- drivers/net/wireless/marvell/mwifiex/fw.h | 8 +- lib/Kconfig.debug | 6 +- 17 files changed, 228 insertions(+), 363 deletions(-) -- 2.34.1