From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) (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 A1D5F13E8B8 for ; Tue, 23 Apr 2024 18:58:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.13 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713898694; cv=none; b=pIi/XVEdErvi5s31qMl88aImYYs77p6ViWn2lUIb9DoLxNrS1zqT7yLZD4f25ftaJRjr1qRk3WoDu/5EDWbBUEixVqxl/Dz0fO+W7eWSGr6YECrobqiuTToBauRaRMgYsRQZLnNfJzsXpcdMytOPoDGGgf5pZWFyX889+UXG13g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713898694; c=relaxed/simple; bh=8u7NxCqmrJ4dxUb/5JwH09FlXZ20WCy+pxzvSv16E30=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=VnAjpYPdcpW7RhI6nuhJMTy9td94O0xeCKlNG9c67CducCIgJn20fwUhha9j/RRuNlW4iiGYgV2WtTL8j4E731UtZX+I/TlR04kz+DfnyHgsW7caxy6DL+JvLT78jhbsEstrF7eqcKBPQjC9Z/1Z4ChD3SOxfu8qFIjNvq9yiEA= 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=XfQ2vdH0; arc=none smtp.client-ip=198.175.65.13 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="XfQ2vdH0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1713898692; x=1745434692; h=date:from:to:cc:subject:message-id:mime-version; bh=8u7NxCqmrJ4dxUb/5JwH09FlXZ20WCy+pxzvSv16E30=; b=XfQ2vdH0YNnQROSX+1/miGqWGKU09Xj9bPJxkO3RwUItNdhQWPmODmTw cWPsDbKCmYT7WylZ11XfJi18c6+NVTcs8kf5MDPh60qaCl0FItEsmeBgu 1Y2xCFKZLRvSYanyJGygu0Ku6iZS5Gb9kzk6MSjCGLCmgeg3qtgRjbtzz tLUEI2k6SqftVeBYEcnUHCbDmx1Eauho1d2UONjBgVlnU2CZ664xmBKCS sOL8BqH2ohbJGIbB9bS/Bn1stPGJIiqUUO2YQIlMrfa7f88XNV0pBbVMX Y512tj3WQTKubqjgR+kjZentcXK4nED2ajBgxfhQem2ZmYmDFpdkiXTKk g==; X-CSE-ConnectionGUID: j+2czPq3RpuVmHbXrG/y7g== X-CSE-MsgGUID: I8j4QP7yQ5i55PStvCTVWw== X-IronPort-AV: E=McAfee;i="6600,9927,11053"; a="20652074" X-IronPort-AV: E=Sophos;i="6.07,222,1708416000"; d="scan'208";a="20652074" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2024 11:58:12 -0700 X-CSE-ConnectionGUID: B56BPt9pRI20bACZQ9pBaw== X-CSE-MsgGUID: KJZl/ZQjTp6KArJkDYLquw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,222,1708416000"; d="scan'208";a="29119070" Received: from smile.fi.intel.com ([10.237.72.54]) by fmviesa004.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2024 11:58:10 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rzLLD-00000000RQD-30Ph; Tue, 23 Apr 2024 21:58:07 +0300 Date: Tue, 23 Apr 2024 21:58:07 +0300 From: Andy Shevchenko To: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Willy Tarreau , Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Andrew Morton , willy@infradead.org, Namhyung Kim Subject: limits.h in tools/ Message-ID: 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 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo It seems tons of the code in tools include linux/limits.h. But I haven't found where do we copy it. Any pointers? Based on the discussion 20220603183231.15159C385A9@smtp.kernel.org. -- With Best Regards, Andy Shevchenko