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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FD4CC433ED for ; Wed, 7 Apr 2021 13:40:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 212D161246 for ; Wed, 7 Apr 2021 13:40:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347401AbhDGNk0 (ORCPT ); Wed, 7 Apr 2021 09:40:26 -0400 Received: from mga02.intel.com ([134.134.136.20]:27432 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235536AbhDGNkY (ORCPT ); Wed, 7 Apr 2021 09:40:24 -0400 IronPort-SDR: sKOYx2DxpS/SFMwfF5LCFq0vdoqMYpLgsWBK/UT9N01uEigVDY/sdTkj2kED+TC9EPL3KQsjdd hnL7bYLb6R4A== X-IronPort-AV: E=McAfee;i="6000,8403,9947"; a="180437487" X-IronPort-AV: E=Sophos;i="5.82,203,1613462400"; d="scan'208";a="180437487" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 06:40:14 -0700 IronPort-SDR: cqKZMTMNKr1TbWNHHXtC82JhOBU6bIl+cEeCw4koBHuh2zsbS7xzig4/CHKPPtIiM5LTGY23Ut ZKN2H7/ykjzQ== X-IronPort-AV: E=Sophos;i="5.82,203,1613462400"; d="scan'208";a="379829570" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 06:40:13 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lU8Pi-0021Ol-5D; Wed, 07 Apr 2021 16:40:10 +0300 Date: Wed, 7 Apr 2021 16:40:10 +0300 From: Andy Shevchenko To: Jani Nikula Cc: linux-kernel@vger.kernel.org, Joonas Lahtinen , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Subject: Re: [PATCH v1 1/1] drm/i915: Include only needed headers in ascii85.h Message-ID: References: <20210407122337.77493-1-andriy.shevchenko@linux.intel.com> <87h7kijm8i.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h7kijm8i.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 07, 2021 at 03:46:37PM +0300, Jani Nikula wrote: > On Wed, 07 Apr 2021, Andy Shevchenko wrote: > > The ascii85.h is user of exactly two headers, i.e. math.h and types.h. > > There is no need to carry on entire kernel.h. > > > > Signed-off-by: Andy Shevchenko > > That's hardly drm/i915 specific! It was originated from i915! > Reviewed-by: Jani Nikula Thanks! > But who's going to pick it up and, hopefully, change the subject prefix > to ascii85 or something? It's drm specific. Should I leave drm and resend? Or what is the general rule for drm misc changes? -- With Best Regards, Andy Shevchenko