From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) (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 BC13515CD74 for ; Sun, 28 Dec 2025 17:50:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.21 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766944230; cv=none; b=Q+Qa7JXrbHkt+ocgT5eWR/GiL20aAQXRE4j4Le2XHS3B0UCvUVbc7vDOIvuKzDVhkrlT10IwhpRT8wMCkDUBizmllNPQdpOIobL9kMaPg3vNErdfJHOT20qbaN9F6jfk4jHfqTBTMrzfoL8afbgVgkXb0PZGFfSeomr8Jk+4KE8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766944230; c=relaxed/simple; bh=BLtbrno5qcT6uBKuRW1APULgJUaf3flmQ1mgVYJxma0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rUk0Rbmg4XpVCo9p5btl9NAaEMpt0dvO3cEFV6NBKI3KfQzEXgjvvkF1CmmQLLTvvYBKRAuLufbhGyH0VIvg5WYvs/uq3cA9euNOB8246LXDpJe/BkTXrqA8+/SZppqvIZO9uKtpszN5cNWkiWhqJQ07TZeU6S+gjkFEqEtVeJg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=MhHD1IcY; arc=none smtp.client-ip=198.175.65.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="MhHD1IcY" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1766944229; x=1798480229; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=BLtbrno5qcT6uBKuRW1APULgJUaf3flmQ1mgVYJxma0=; b=MhHD1IcYncY3va3ZSso4UBv5WjdNan13AvS8UHurjzd65hgednJZlbyj 3Agnfp9pjSW2cRoEQZyHO6DXq7MLc/TdRG6cvNKr06RHjreSUe35jbcDK sUrl8rzfS0+pOO3Wlx7wAMrkx55/rQCLvP4tgvI1wDPCjwLV05o4DGEF0 KO+5R2kFCJ9gzDWsj1rxAPQaBfIXKHdX/dRU13NkH107W44RxEIR9dJEf rGj+zp/cSrTP1rO3IdxNUtBrxAfQGNvmQvUtMThWa0Rxcax48T5MT2ckI M//pPgYAXTxYfzhK0eQqYk72rcrvyGhRdH6WiFspC+hP3CS8OVOccHn5P w==; X-CSE-ConnectionGUID: cEYCTnTPTb+M0enail0HMg== X-CSE-MsgGUID: UgkXy+NAS3q5BHesMi6MBA== X-IronPort-AV: E=McAfee;i="6800,10657,11635"; a="68518618" X-IronPort-AV: E=Sophos;i="6.20,256,1758610800"; d="scan'208";a="68518618" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2025 09:50:28 -0800 X-CSE-ConnectionGUID: J3tM97kDTD+1BJeTxlB18Q== X-CSE-MsgGUID: Otze61bMQ6mziOJ14GJhDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,184,1763452800"; d="scan'208";a="205792308" Received: from abityuts-desk.ger.corp.intel.com (HELO localhost) ([10.245.244.236]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2025 09:50:26 -0800 Date: Sun, 28 Dec 2025 19:50:24 +0200 From: Andy Shevchenko To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Andrew Morton , Andy Shevchenko , Ingo Molnar , "Yury Norov (NVIDIA)" Subject: Re: [PATCH] kernel.h: drop hex.h and update all hex.h users Message-ID: References: <20251215005206.2362276-1-rdunlap@infradead.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251215005206.2362276-1-rdunlap@infradead.org> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Sun, Dec 14, 2025 at 04:51:56PM -0800, Randy Dunlap wrote: > Remove from and update all users/callers > of hex.h interfaces to directly #include as part of the > process of putting kernel.h on a diet. > > Removing hex.h from kernel.h means that 36K C source files don't have > to pay the price of parsing hex.h for the roughly 120 C source files > that need it. > > This change has been build-tested with allmodconfig on most ARCHes. > Also, all users/callers of in the entire source tree have > been updated if needed (if not already #included). I like this change, and if not yet applied here is my Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko