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=-12.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 CCC66C49EA4 for ; Fri, 18 Jun 2021 21:37:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B1576613C1 for ; Fri, 18 Jun 2021 21:37:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234582AbhFRVje (ORCPT ); Fri, 18 Jun 2021 17:39:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233617AbhFRVjc (ORCPT ); Fri, 18 Jun 2021 17:39:32 -0400 Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41F1EC061574; Fri, 18 Jun 2021 14:37:22 -0700 (PDT) Received: by mail-pf1-x430.google.com with SMTP id h12so8754248pfe.2; Fri, 18 Jun 2021 14:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5F0/o83rPn6kF1SWIHORQRDoAw20SA/iZS1LAUQxvto=; b=e1TuHTIi91aVzlQxa54+NMMojBj3bHrti5EbzZ2htrtS2SdCleDjpi9LQ1qjPMURp1 trsZXQdDdJEsShqcokOI+7xzBJgmrEHEoIlBTyEPhm6i16Cg/WhNPstTBMIlMW6NC3rk D3xEIUOe72C89Mlc2Z+Q461rQPLfrh2v0claYeiR1qaGQIaEgnRtlT3O6sgmkOZPBJFk 9l1UVEg+zlbTQWfLXUSLAsZo9sUP6Tup9TJW2MESA0ogsFiZ6nydsX4NTtSmTKazIj3r 0q7a1kY1UwizmVrlzoI5xo37fX5gMQZUfincvWoqf5YAeBpdJ6A6gBLmkGRgudNJVsYy 1z2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5F0/o83rPn6kF1SWIHORQRDoAw20SA/iZS1LAUQxvto=; b=I4lJMjq6h+nhvnUNv7rmA2zCj1a9MqiT6+e5MtJi4IqLh4jiUpThkCFRCPPdcy/yge 1Dmw0C/3GJ4HPGwaZcWdNYg4oyFHEdjTqbVcCdJNv4HbUBwG58rmE8IEWONQt4hG5+/D lfj/6QL3anq0/cYiGQBSYw8i2/NvNbR/wuQ8qYuu0tfPxAoKgocSxytECCXMA88OErzA HipPHR6yci8NHb9M4JVIWpHMb0ufU5ACQZYTbiFo4fHWJjdwZrvovzJRXyTIKsH/jEMz 2BCYXqGY5/AYbZSSWWCDVXFFXA1fS0hWEgChtMwfLiujFNNOQIw+gmr9KqrTRZQTXqq6 Q46g== X-Gm-Message-State: AOAM530FCa8UL+YfyYJlvt6YIsVBAQ6ylspZSkTTVSKMaxKHWadrCslu kT/Oe6ER1PfsEbzb9eqFh/Hjk1mu7kbuAqAWnjk= X-Google-Smtp-Source: ABdhPJzgINR5Oh3qoN1vLBU6Th3toYjPFxtFBsXuIsw5EDHoYPGLW5qODh63bC9YBhL5jv8xT7nPgu6ZI8HoDswqovU= X-Received: by 2002:a63:b00d:: with SMTP id h13mr11949770pgf.74.1624052241679; Fri, 18 Jun 2021 14:37:21 -0700 (PDT) MIME-Version: 1.0 References: <20210618143854.62967-1-andriy.shevchenko@linux.intel.com> In-Reply-To: From: Andy Shevchenko Date: Sat, 19 Jun 2021 00:36:44 +0300 Message-ID: Subject: Re: [PATCH v1 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc() To: Yury Norov Cc: Andy Shevchenko , Andrew Morton , Rasmus Villemoes , Ian Rogers , Arnaldo Carvalho de Melo , Leo Yan , Jiri Olsa , Paolo Bonzini , Ben Gardon , Peter Xu , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Namhyung Kim , Shuah Khan , Yury Norov Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 18, 2021 at 11:11 PM Yury Norov wrote: > > On Fri, Jun 18, 2021 at 05:38:54PM +0300, Andy Shevchenko wrote: > > Rename bitmap_alloc() to bitmap_zalloc() in tools to follow new coming > > bitmap API extension in kernel. > > Can you please tell more about the new coming extensions? Ah, this is outdated text. It was about the time when bitmap_*alloc() was introduced in the kernel. > Anyways, > Acked-by: Yury Norov > > All bitmap patches together can be found here: > https://github.com/norov/linux/commits/bm-f1 Should I resend with that fixed (I have also noticed that your address in Suggested-by is outdated)? -- With Best Regards, Andy Shevchenko