From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 579CA2DF6F6 for ; Thu, 22 Jan 2026 10:31:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.12 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769077877; cv=none; b=JIt9yB0kLVaIkkfr8rfCHRSBCBxHWSKH7qIwtS1W1FMJaXPHz9P3MzM8CMdvPepaQAZ48qkWfiiYFAvXAWKANY2U3qGtQm/RzT3iLOQnwsqdyadL4c6CZ9FTx0duncYVQAAKa903A2ngs/E412KyK9NDDo1SDh+mOAn39I6ODl0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769077877; c=relaxed/simple; bh=Bcw7HATXUQaeuCrRfBf0QDATYnEzz8o2F3xQ//0L27c=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=GE7lSTEtOi1NJjVotzVqWrtcB7oEb6vEvpD8RGtoIZzStrAsoeKjdG5dEGrKZGLjsXi7aFcgytEkGmK2owiZN39fbNz4A7DoCIQKmaiMbVy99yEMD1969RokSyYxKf1v0Xa7mkrbguQy2aP4um6VyVYPhx1kZZSWTp9jj7APoU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=Gl1qny6t; arc=none smtp.client-ip=192.198.163.12 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="Gl1qny6t" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1769077875; x=1800613875; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Bcw7HATXUQaeuCrRfBf0QDATYnEzz8o2F3xQ//0L27c=; b=Gl1qny6tB9jGxvJbsbvBVVanFjhDhEhp3asqc44l7fY0jrgc/dWevx3T QBnR6usKt/bDz/yBeviYoKQdUg14Wd1cK9r/YjhJWcB9nMcP0tKPiRWOb PxQ5ksA+s7dGMgvlAOa4ueqMUnFFRrabklzLhSg5NpiqAzsGgTpClv4fa BRO8b/7WxvyWFjWYnAMCAxvMUPiFUOhwSbs5tAlhaDXmwRTNGcez9diOF Xs7jx1Mu/3tCndxy1yveMm4KPEsVk48EDoOgxi1NnPql8+5reb/wRCkzT IdDfsyieS8y/zz7uHP7AgH+0+lxHPzzlsslWNJA+EnHg0xFG5czTP82gj g==; X-CSE-ConnectionGUID: ycD7uY94QKK+wG4rC4RjNQ== X-CSE-MsgGUID: kITyZwyqQ5yfvqqgk6UNfA== X-IronPort-AV: E=McAfee;i="6800,10657,11678"; a="74175889" X-IronPort-AV: E=Sophos;i="6.21,246,1763452800"; d="scan'208";a="74175889" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2026 02:31:15 -0800 X-CSE-ConnectionGUID: DrTa439QSu+TFtdrcmcJlQ== X-CSE-MsgGUID: GgqtdJtMTFOG3bBq0j0Jhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,246,1763452800"; d="scan'208";a="206515300" Received: from black.igk.intel.com ([10.91.253.5]) by orviesa009.jf.intel.com with ESMTP; 22 Jan 2026 02:31:13 -0800 Received: by black.igk.intel.com (Postfix, from userid 1003) id 0882695; Thu, 22 Jan 2026 11:31:12 +0100 (CET) From: Andy Shevchenko To: linux-kernel@vger.kernel.org Cc: Yury Norov , Rasmus Villemoes , Andy Shevchenko Subject: [PATCH v1 1/1] bitops: Add more files to the MAINTAINERS Date: Thu, 22 Jan 2026 11:31:08 +0100 Message-ID: <20260122103108.2396434-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.50.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit It seems we have at least one more file to be added to the MAINTAINERS that corresponds to bit operations. Signed-off-by: Andy Shevchenko --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a56f8f00aebb..051b64511ba1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4524,6 +4524,7 @@ F: arch/*/lib/bitops.c F: include/asm-generic/bitops F: include/asm-generic/bitops.h F: include/linux/bitops.h +F: include/linux/count_zeros.h F: lib/hweight.c F: lib/test_bitops.c F: lib/tests/bitops_kunit.c -- 2.50.1