Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp904042yba; Thu, 18 Apr 2019 11:31:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqxHwGKE+s0hDU8HuREu6KZ5yNbOdg2cfp6D8g84kWeFKhP6F2QJrqbbFgM029QmrWviAbhD X-Received: by 2002:a62:1701:: with SMTP id 1mr98570140pfx.120.1555612298571; Thu, 18 Apr 2019 11:31:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555612298; cv=none; d=google.com; s=arc-20160816; b=XJVfxxcmZBI+xkFQYD3vvj1vrOt7Tw8AUpQ6NVR9hxY8kwyTlvwsl0k3nG8F0SH9sW OSdC16gJQOjWqOZ0/AyUSGBerd7Wa/MTils55bWqUjsTqSF2mjHs0FpPL9QRKCYFSJUu pWtxEfSfrltVEYqwhEImBm7HWb8Dd48o2EmfmffvKPXUms3KO81xZorCB3CwsOY14zKG 6Gc0O+3mQ3YYnfwcOBUuIGhwmkeISRkZfAaKFB0tsh3B62nvo713RMJlO4yNx9d4DYPV 8Pa8w11a5hjEs9KqlNQgYV9yaauShYa0QLIZeXOM7BaZZ1pYsKpWSp4hS/aQAGpfRx3n j5jg== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=GKx/CPIJbGVEKLAjNb3r38O+gt1das5Zq7aoZqVGltU=; b=BV+l5jHMYpEKThM2/3GZ5tgP+U5XPQKJnj9d0osqwpunrzttzsR0o7x4CY+uEMieYQ lgxP7tHspcRcTw6QlkyqG85E6Elc37aWzFaJPCDNj+MqeTnl+gpwkg1bThg4G/lmHciV lEGkRnu55IaTHl7Txo5uhh6RRaUgtFurHWka28y7mX3yfzK5Ngo/8MJBtViatv1mmEF8 kxLdLzyxmzf94ZyrT9/iDLXg2J1G6DUZuzsdm7FyDgB9CvlLu8Y2USR/cz/rE8lZhZDQ Or762Zfw/VCUx0OkoaUS+0k/KqynVJg5a7xjo1SmRAXo8oc2ztkB8L2xddUXpm4jfWQr LbQg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Yyompbpk; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t1si2599255pgi.330.2019.04.18.11.31.23; Thu, 18 Apr 2019 11:31:38 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=Yyompbpk; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390803AbfDRS3U (ORCPT + 99 others); Thu, 18 Apr 2019 14:29:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:58816 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390778AbfDRSCi (ORCPT ); Thu, 18 Apr 2019 14:02:38 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BCF69206B6; Thu, 18 Apr 2019 18:02:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555610557; bh=wHT9pwE+jWg6dZ68IjmaOivb0kJlqGOZMLa30r9E2uI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YyompbpkzzIjFnpRsaWclDr11HEvOvBDAnXVtFWOyhK0fc5G19ZSaWnV+bb7azUsJ 1skwzzf39Qu8jRsky1TfpeEY7jtygaP+GaAZFz8uLYGSasUZQBGdMAHFkISGddO1lq lfDTqjQtG8U8WuCcKDmnjC7nunz6RC+933YVKDmU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Adrian Hunter , Alexander Sverdlin , David Ahern , Jiri Olsa , Namhyung Kim , Wang Nan , Arnaldo Carvalho de Melo Subject: [PATCH 4.19 107/110] tools include: Adopt linux/bits.h Date: Thu, 18 Apr 2019 19:57:36 +0200 Message-Id: <20190418160447.671052468@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190418160437.484158340@linuxfoundation.org> References: <20190418160437.484158340@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnaldo Carvalho de Melo commit ba4aa02b417f08a0bee5e7b8ed70cac788a7c854 upstream. So that we reduce the difference of tools/include/linux/bitops.h to the original kernel file, include/linux/bitops.h, trying to remove the need to define BITS_PER_LONG, to avoid clashes with asm/bitsperlong.h. And the things removed from tools/include/linux/bitops.h are really in linux/bits.h, so that we can have a copy and then tools/perf/check_headers.sh will tell us when new stuff gets added to linux/bits.h so that we can check if it is useful and if any adjustment needs to be done to the tools/{include,arch}/ copies. Cc: Adrian Hunter Cc: Alexander Sverdlin Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: https://lkml.kernel.org/n/tip-y1sqyydvfzo0bjjoj4zsl562@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Greg Kroah-Hartman --- tools/include/linux/bitops.h | 7 ++----- tools/include/linux/bits.h | 26 ++++++++++++++++++++++++++ tools/perf/check-headers.sh | 1 + 3 files changed, 29 insertions(+), 5 deletions(-) --- a/tools/include/linux/bitops.h +++ b/tools/include/linux/bitops.h @@ -3,8 +3,6 @@ #define _TOOLS_LINUX_BITOPS_H_ #include -#include - #ifndef __WORDSIZE #define __WORDSIZE (__SIZEOF_LONG__ * 8) #endif @@ -12,10 +10,9 @@ #ifndef BITS_PER_LONG # define BITS_PER_LONG __WORDSIZE #endif +#include +#include -#define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG)) -#define BIT_WORD(nr) ((nr) / BITS_PER_LONG) -#define BITS_PER_BYTE 8 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64)) #define BITS_TO_U32(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u32)) --- /dev/null +++ b/tools/include/linux/bits.h @@ -0,0 +1,26 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __LINUX_BITS_H +#define __LINUX_BITS_H +#include + +#define BIT(nr) (1UL << (nr)) +#define BIT_ULL(nr) (1ULL << (nr)) +#define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG)) +#define BIT_WORD(nr) ((nr) / BITS_PER_LONG) +#define BIT_ULL_MASK(nr) (1ULL << ((nr) % BITS_PER_LONG_LONG)) +#define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) +#define BITS_PER_BYTE 8 + +/* + * Create a contiguous bitmask starting at bit position @l and ending at + * position @h. For example + * GENMASK_ULL(39, 21) gives us the 64bit vector 0x000000ffffe00000. + */ +#define GENMASK(h, l) \ + (((~0UL) - (1UL << (l)) + 1) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) + +#define GENMASK_ULL(h, l) \ + (((~0ULL) - (1ULL << (l)) + 1) & \ + (~0ULL >> (BITS_PER_LONG_LONG - 1 - (h)))) + +#endif /* __LINUX_BITS_H */ --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh @@ -14,6 +14,7 @@ include/uapi/linux/sched.h include/uapi/linux/stat.h include/uapi/linux/vhost.h include/uapi/sound/asound.h +include/linux/bits.h include/linux/hash.h include/uapi/linux/hw_breakpoint.h arch/x86/include/asm/disabled-features.h