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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 67A17C47092 for ; Wed, 2 Jun 2021 15:42:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4D89D61361 for ; Wed, 2 Jun 2021 15:42:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231998AbhFBPoS (ORCPT ); Wed, 2 Jun 2021 11:44:18 -0400 Received: from mga04.intel.com ([192.55.52.120]:62234 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232322AbhFBPoN (ORCPT ); Wed, 2 Jun 2021 11:44:13 -0400 IronPort-SDR: WzV71W42nQqsNCUQiyiaILLbMjF1iGg/R32AHTQnwOFxnIYE8ArmJNI/O8scDZ2+9TprcH2VqT k0iNgjw6y1Lw== X-IronPort-AV: E=McAfee;i="6200,9189,10003"; a="201959308" X-IronPort-AV: E=Sophos;i="5.83,242,1616482800"; d="scan'208";a="201959308" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2021 08:42:30 -0700 IronPort-SDR: rrWGxOBaLHWIaSmC+W+ABp9UDGCW6LOenQjVMWN1ij5zcS8JoxdokqmCnn14CfTra9RlrqiUpV O+2q7rc8WPuw== X-IronPort-AV: E=Sophos;i="5.83,242,1616482800"; d="scan'208";a="447450704" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2021 08:42:27 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1loT0i-00Gk1l-Mc; Wed, 02 Jun 2021 18:42:24 +0300 Date: Wed, 2 Jun 2021 18:42:24 +0300 From: Andy Shevchenko To: Tian Tao Cc: gregkh@linuxfoundation.org, rafael@kernel.org, akpm@linux-foundation.org, jonathan.cameron@huawei.com, song.bao.hua@hisilicon.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] use bin_attribute to avoid buff overflow Message-ID: References: <1622641734-22538-1-git-send-email-tiantao6@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1622641734-22538-1-git-send-email-tiantao6@hisilicon.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, Jun 02, 2021 at 09:48:51PM +0800, Tian Tao wrote: > patch #1 adds a new function cpumap_print_to_buf and patch #2 uses > this function in drivers/base/topology.c, and patch #3 uses this new > function in drivers/base/node.c. Somehow you missed to include BITMAP maintainers / reviewers. -- With Best Regards, Andy Shevchenko