From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3DF8C77B7A for ; Tue, 6 Jun 2023 13:04:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237784AbjFFNEc (ORCPT ); Tue, 6 Jun 2023 09:04:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236069AbjFFNEa (ORCPT ); Tue, 6 Jun 2023 09:04:30 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B278512F; Tue, 6 Jun 2023 06:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686056669; x=1717592669; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=6IT171qT5AmKSzBUAJosoEK6YDtge7/tdK9pVWUW290=; b=eVq9NSneULmj6hAKDPws5JxkXH4V1LTjRRT613NUhhdXwrXtinlzDhal qgn+WI3lFerDBtw7emJyqrOYKq6InClPQI01812kadlsyJnKam6HvB82y 1aTOcMzW+fNtwxRUiUkoZHkys7KjtjuqjfMpxO0sbpXzTwQXOi0dirxHX AGtiiKei1Km7YEbZ2TZu7+RaxL7o3NNlUQGPoUYnitOBQ6rz3AjayY+15 tY8rNOJxd1axUgVHWcL3EvD1hiogwdLEkuBAV795QPpcXe4r/ESE300EN PLCxJplqNkJZZTMDjpzSlQ70/fQuiLo3CKIo+MU6/LAKKR8n6u32ZaZMt A==; X-IronPort-AV: E=McAfee;i="6600,9927,10732"; a="355516183" X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="scan'208";a="355516183" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 06:04:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10732"; a="833219876" X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="scan'208";a="833219876" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 06 Jun 2023 06:04:26 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1q6WML-001dDy-13; Tue, 06 Jun 2023 16:04:25 +0300 Date: Tue, 6 Jun 2023 16:04:24 +0300 From: Andy Shevchenko To: Paolo Abeni Cc: Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski Subject: Re: [PATCH net-next v1 1/1] mac_pton: Clean up the header inclusions Message-ID: References: <20230604132858.6650-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 06, 2023 at 01:20:57PM +0200, Paolo Abeni wrote: > On Tue, 2023-06-06 at 10:42 +0200, Simon Horman wrote: > > On Sun, Jun 04, 2023 at 04:28:58PM +0300, Andy Shevchenko wrote: > > > Since hex_to_bin() is provided by hex.h there is no need to require > > > kernel.h. Replace the latter by the former and add missing export.h. ... > > is there a tool that you used to verify this change? > > I guess build testing it should suffice ;) Yes, it was my brain work with reading the code + compile test on x86. -- With Best Regards, Andy Shevchenko