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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 B7806C4708C for ; Fri, 28 May 2021 12:24:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93A6561278 for ; Fri, 28 May 2021 12:24:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236717AbhE1M0C (ORCPT ); Fri, 28 May 2021 08:26:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230056AbhE1M0B (ORCPT ); Fri, 28 May 2021 08:26:01 -0400 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFA93C061574 for ; Fri, 28 May 2021 05:24:26 -0700 (PDT) Received: by mail-lf1-x12d.google.com with SMTP id r5so5053815lfr.5 for ; Fri, 28 May 2021 05:24:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AKQYBm5ieheoBI5Pz7+iHcmbhU/ytHrIEiKQ6T7rcgA=; b=CnxRwzZ6oodd3D2TVxeHkq3qNl8ViUj1w/UkJovL0sg2etOZO6NI1JSZy9rMeha1Gp eQtNIstyLnKT0AlRG32MYNoqrsn+efyrpMTBadb6v2LLd8us6vKO0w26Eerz7wNFQrda tSy+Gfej0y/0cPmC6H8uwR4Mbi1yw5Q+3QwZPeR4Ic1WL+rWNiODTB4jjssQl05HJURX RIekPKE494JPTXHYjdtBtNnXcTPwAyenZeQusuh8z5fWVaz9KTNlAGGPf/gZfzyNKG6d jSObZWqhA4gTjaZiQI9SMOxZ9gdZsmbL/JF3h4NRqPuE72ouCwebla/qagCnI9Q7Td8u pANQ== 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=AKQYBm5ieheoBI5Pz7+iHcmbhU/ytHrIEiKQ6T7rcgA=; b=Cx+14HUdqf5yWOw//PzzZ8JkeG2UfxCjinpCJYKeX6iBwfiZMLN3Lb3742UqhYt53r fLRGd2Yt/XpJvg5YpySnebLevC3yCB8JwTkIt1WHJGVITjajQerXF8NW5QMF83C6GX4D qsDxqqZ1jHkq/uoSTNXYfXXb0tx1O5tP63x8CcnBKyxJ1yUi14ZVA2xcEHsHUrbKFKPn grRF8hAULZ0rNJUCd33aJnbvsih+1QPBEApRFWEsBrth4/qREXm6VVjHcWPH0STShERM twwuKz/0pyx3s4ZLX49RmZ5GGgrG8Phaoq89IGVcktOiyTLpujzLCmo1JxKLJJkjpVTh ty5w== X-Gm-Message-State: AOAM533X8NzRM2snm6RcST04sYObodpEZfqSJR8VzfmG6ytm5JsDslgx k1fiSgGvigBTK3dzjFcTbABuEtyzfSCxjuzBL2zCTg== X-Google-Smtp-Source: ABdhPJzakAmcdEr1HGA+bwfIYsEd9CWnhoTEVXlxBnVmXmWGg3AP6Nl3TATW2k+nSo5KfWQQE0nnfC9txq6bf0Uc19Y= X-Received: by 2002:a05:6512:11ea:: with SMTP id p10mr5463216lfs.157.1622204665094; Fri, 28 May 2021 05:24:25 -0700 (PDT) MIME-Version: 1.0 References: <20210518120633.GW12395@shell.armlinux.org.uk> In-Reply-To: From: Linus Walleij Date: Fri, 28 May 2021 14:24:14 +0200 Message-ID: Subject: Re: [PATCH v2 6/6] ARM: use MiB for vmalloc sizes To: "Russell King (Oracle)" Cc: Yanfei Xu , Mike Rapoport , Ard Biesheuvel , Andrew Morton , Hailong liu , Tian Tao , Linux ARM , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 28, 2021 at 12:11 PM Russell King (Oracle) wrote: > > Rather than using "m" (which is the unit of metres, or milli), and > "MB" in the printk statements, use MiB to make it clear that we are > talking about the power-of-2 megabytes, aka mebibytes. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Linus Walleij Yours, Linus Walleij 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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 90D75C4708D for ; Fri, 28 May 2021 12:37:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 580AB610A0 for ; Fri, 28 May 2021 12:37:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 580AB610A0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lvjERl3vmhgYPaRkSFin5LxUm069eykoHGAmbeUcil0=; b=HomXIOAMPMe3v4 OOnBrhjjylFBC0JYNmmigq9zPR3y/xE3XK7QkmDOe6w2F+T8rH7FGsFlpdPnLor0XDU9/IMAPIfW9 S5asNSC1F5OCmJDw/hpi+0B73fGACl1CT85AyoWUgqKNircSPj2GFTYPMaKJnavCQXNCiokbExncC fxNhLBdFU8R3URpsG/jlvLwsus3GhYShJOxWdjp8yDAQ1ZM1YAyPol9bjy3vibHAud+QXtVNRSm78 RUKhMdHMToqv0xJgspwgvnVFdFHyW1PnKwOZJ//butKa2bOETd5/IuUWvuYx1FtzCTGFoSGnrk8B7 /gWHG6E9W9kJw8CnGyGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lmbgt-00FQ3M-Ms; Fri, 28 May 2021 12:34:17 +0000 Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lmbXP-00FLxQ-C3 for linux-arm-kernel@lists.infradead.org; Fri, 28 May 2021 12:24:28 +0000 Received: by mail-lf1-x12b.google.com with SMTP id q1so5068615lfo.3 for ; Fri, 28 May 2021 05:24:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AKQYBm5ieheoBI5Pz7+iHcmbhU/ytHrIEiKQ6T7rcgA=; b=CnxRwzZ6oodd3D2TVxeHkq3qNl8ViUj1w/UkJovL0sg2etOZO6NI1JSZy9rMeha1Gp eQtNIstyLnKT0AlRG32MYNoqrsn+efyrpMTBadb6v2LLd8us6vKO0w26Eerz7wNFQrda tSy+Gfej0y/0cPmC6H8uwR4Mbi1yw5Q+3QwZPeR4Ic1WL+rWNiODTB4jjssQl05HJURX RIekPKE494JPTXHYjdtBtNnXcTPwAyenZeQusuh8z5fWVaz9KTNlAGGPf/gZfzyNKG6d jSObZWqhA4gTjaZiQI9SMOxZ9gdZsmbL/JF3h4NRqPuE72ouCwebla/qagCnI9Q7Td8u pANQ== 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=AKQYBm5ieheoBI5Pz7+iHcmbhU/ytHrIEiKQ6T7rcgA=; b=UUkvX6mjyr6P4F8x+0SY8Nw1R3rpnBB3Wu6oK9u9QVP8R91TNi1ft6kJUloLnC1Aic BAj40uLcze1TIuc2TrBjau6OmM0/lhR1cGSrF1D6Kaj9pFEpgJpyK8VDECAaTKdXsENw MnwRJ1ZUGEeTbp/e6aNh83IMKTPiSgOzMla57sbARTHPvPlpQNWkjQEiENkSHCQTCFlU Fs8fqzEcE2OnGuN93fxBnxNP+JRVgiBPA1KRBK5OIiMeYe4SVwfZAUpCQGOAWDPiAjpn Ky57aeI4Xq4kgERjQwtHFA7zT7JHlW2MnBKfwu3DzFTPxX8I2Yk5ZtwYOREr+l0r1XZw bfBg== X-Gm-Message-State: AOAM532MRGMzQOGSX8u1sJx5ap0noEDH2zKiDxS5ciHE8Lk/9kk56IM0 GQWNBuq5b3m6/nOcc0rnL7LDMTqK5E9MRAqbA1MSIQ== X-Google-Smtp-Source: ABdhPJzakAmcdEr1HGA+bwfIYsEd9CWnhoTEVXlxBnVmXmWGg3AP6Nl3TATW2k+nSo5KfWQQE0nnfC9txq6bf0Uc19Y= X-Received: by 2002:a05:6512:11ea:: with SMTP id p10mr5463216lfs.157.1622204665094; Fri, 28 May 2021 05:24:25 -0700 (PDT) MIME-Version: 1.0 References: <20210518120633.GW12395@shell.armlinux.org.uk> In-Reply-To: From: Linus Walleij Date: Fri, 28 May 2021 14:24:14 +0200 Message-ID: Subject: Re: [PATCH v2 6/6] ARM: use MiB for vmalloc sizes To: "Russell King (Oracle)" Cc: Yanfei Xu , Mike Rapoport , Ard Biesheuvel , Andrew Morton , Hailong liu , Tian Tao , Linux ARM , linux-kernel X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210528_052427_456046_90563330 X-CRM114-Status: GOOD ( 10.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 28, 2021 at 12:11 PM Russell King (Oracle) wrote: > > Rather than using "m" (which is the unit of metres, or milli), and > "MB" in the printk statements, use MiB to make it clear that we are > talking about the power-of-2 megabytes, aka mebibytes. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel