Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2939473ybv; Mon, 24 Feb 2020 14:52:14 -0800 (PST) X-Google-Smtp-Source: APXvYqw0g3OUEOq33gyr3YfnQY23H7sSGNDGR8dxOQHPxrQWXWdTdzvxPkZobxc4+fV1ERn5AX6l X-Received: by 2002:a54:4595:: with SMTP id z21mr1136849oib.136.1582584734354; Mon, 24 Feb 2020 14:52:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582584734; cv=none; d=google.com; s=arc-20160816; b=pMpkX2tFqbQ50V4PNy12lANPGeHwbaQJ46nXVHCrIV7dFMFdDOISyfhgFY6ExPNqSB 9SrGXCBfZwLjFXhyWi/itAy5dn56GgjMfBM+PCmQcAMefQ68jx4wSFT2znwVKCTxCneE b+c/CEqtVeoOZKq+2xqP2IT99h5l/V2BF0qzGVo+PZ/+q0VTPzLFs++YvvrJhuOFGelu X0KLqxezUTTF0Pi+WEj2CS1Th+/OqrBsIbuCGetNav/T6M1tSDH8mmjkQejVsDxRzk4e Q8OXKfClshBaLUZB17Bf5qDb30ykwQFInw0Zu/nHLE8R33I9IOJqsPy7vdj7f1Oao5hY rq3Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=BBRv0lvTyBXUOxLW85PKLD3iJVLCO3ttTdQfmMtDEeI=; b=jJisbMHT/POSDf+pJ+B9iRqN2KVW7v9vR/b5lYYnd+rYyZa2oUVKlZ+cRbNvyuRXMX TSE1SxHwJueMksZM5KPrqvhdF6trzvuIEii4AuPLTCWPgmh5L13Zf/FiN5mn2MEJWDz7 /ZTWG/gRsKrYS833y7c7hnx6c7B09ESKbjVxUVcpHF82hgw7QPMazb/sINKkXYWePEt8 PJnxF4pr/zOemHKjUjSLRrWIa2p3BnCe2oqOpq+dHCnztghxZ787SjMG1znjMaxT9M2g 1HpGGgmaKkYL2RgISk6r/2/YWZa7rmh2kmWvsSkI98LLoCNRj4Db5LFsOh2F6QYFboyV bXdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t22si7269223oth.211.2020.02.24.14.52.01; Mon, 24 Feb 2020 14:52:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727976AbgBXWui (ORCPT + 99 others); Mon, 24 Feb 2020 17:50:38 -0500 Received: from mga02.intel.com ([134.134.136.20]:60338 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726651AbgBXWuh (ORCPT ); Mon, 24 Feb 2020 17:50:37 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2020 14:50:37 -0800 X-IronPort-AV: E=Sophos;i="5.70,481,1574150400"; d="scan'208";a="241143929" Received: from jbrandeb-desk.jf.intel.com ([10.166.244.152]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2020 14:50:37 -0800 From: Jesse Brandeburg To: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de Cc: Jesse Brandeburg , x86@kernel.org, linux-kernel@vger.kernel.org, linux@rasmusvillemoes.dk, andriy.shevchenko@intel.com, dan.j.williams@intel.com, peterz@infradead.org Subject: [PATCH v5 1/2] x86: fix bitops.h warning with a moved cast Date: Mon, 24 Feb 2020 14:50:19 -0800 Message-Id: <20200224225020.2212544-1-jesse.brandeburg@intel.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix many sparse warnings when building with C=1. When the kernel is compiled with C=1, there are lots of messages like: arch/x86/include/asm/bitops.h:77:37: warning: cast truncates bits from constant value (ffffff7f becomes 7f) CONST_MASK() is using a signed integer "1" to create the mask which is later cast to (u8) when used, in order to yield an 8-bit value for the assembly instructions to use. Simplify the expressions used to clearly indicate they are working on 8-bit values only, which still keeps sparse happy without an accidental promotion to a 32 bit integer. The reason the warning was occurring is because certain bitmasks that end with a mask next to a natural boundary like 7, 15, 23, 31, end up with a mask like 0x7f, which then results in sign extension when doing an invert (but I'm not a compiler expert). It was really only "clear_bit" that was having problems, and it was only on bit checks next to a byte boundary (top bit). Verified with a test module (see next patch) and assembly inspection that the patch doesn't introduce any change in generated code. Signed-off-by: Jesse Brandeburg Reviewed-by: Andy Shevchenko --- v5: changed code to use simple AND and XOR, updated commit message v4: reverse argument order as suggested by David Laight, added reviewed-by v3: Clean up the header file changes as per peterz. v2: use correct CC: list --- arch/x86/include/asm/bitops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/bitops.h b/arch/x86/include/asm/bitops.h index 062cdecb2f24..53f246e9df5a 100644 --- a/arch/x86/include/asm/bitops.h +++ b/arch/x86/include/asm/bitops.h @@ -54,7 +54,7 @@ arch_set_bit(long nr, volatile unsigned long *addr) if (__builtin_constant_p(nr)) { asm volatile(LOCK_PREFIX "orb %1,%0" : CONST_MASK_ADDR(nr, addr) - : "iq" ((u8)CONST_MASK(nr)) + : "iq" (CONST_MASK(nr) & 0xff) : "memory"); } else { asm volatile(LOCK_PREFIX __ASM_SIZE(bts) " %1,%0" @@ -74,7 +74,7 @@ arch_clear_bit(long nr, volatile unsigned long *addr) if (__builtin_constant_p(nr)) { asm volatile(LOCK_PREFIX "andb %1,%0" : CONST_MASK_ADDR(nr, addr) - : "iq" ((u8)~CONST_MASK(nr))); + : "iq" (CONST_MASK(nr) ^ 0xff)); } else { asm volatile(LOCK_PREFIX __ASM_SIZE(btr) " %1,%0" : : RLONG_ADDR(addr), "Ir" (nr) : "memory"); base-commit: ca7e1fd1026c5af6a533b4b5447e1d2f153e28f2 -- 2.24.1