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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 0DF1AC433E3 for ; Fri, 10 Jul 2020 13:53:11 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id C1F4F207D0 for ; Fri, 10 Jul 2020 13:53:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="UCxbXM/k" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1F4F207D0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 463498D0003; Fri, 10 Jul 2020 09:53:10 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 4167D8D0001; Fri, 10 Jul 2020 09:53:10 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 351C88D0003; Fri, 10 Jul 2020 09:53:10 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0159.hostedemail.com [216.40.44.159]) by kanga.kvack.org (Postfix) with ESMTP id 1E23F8D0001 for ; Fri, 10 Jul 2020 09:53:10 -0400 (EDT) Received: from smtpin15.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id CFB341803E8DB for ; Fri, 10 Jul 2020 13:53:09 +0000 (UTC) X-FDA: 77022307698.15.ship97_39159a226ece Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin15.hostedemail.com (Postfix) with ESMTP id 9E1201814B0D4 for ; Fri, 10 Jul 2020 13:53:09 +0000 (UTC) X-HE-Tag: ship97_39159a226ece X-Filterd-Recvd-Size: 2446 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf15.hostedemail.com (Postfix) with ESMTP for ; Fri, 10 Jul 2020 13:53:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Ey6uKFbNSnOPCZZza0xaCAwIsnIW4VILi+2xhSgWe/s=; b=UCxbXM/kVZe69IRi0UZIwVKCLP T0He1JuTeSqeB5GKa3llJnwxidsw7IvHdSNUIp9a978KMI1fm78/6dcO3Sx73L99JnaTxvtzlv5+0 sbiumvbHy/OtapkXVKKwUzwEBwwG0DegP8Z//S7CkhS9dvYZJEvp5sb/Fs+d+K0p5d7RBLkFpTt2Y hNox503bzpITX/aODa9FTKlymXIvST6t+xS1H9EZ8mE+vlqpbJ3CjJnWHCUQ280wFSj/6Dr5T/yWt XfCNE+BZnuKrxm7rWqD7a/q1yvRR0siboC3+uj+ALjEy14+GNnsJtjdiy0PdaQW003R71r9uSTOaI bUGP8DxQ==; Received: from willy by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jttSX-0004Vm-Ri; Fri, 10 Jul 2020 13:53:01 +0000 Date: Fri, 10 Jul 2020 14:53:01 +0100 From: Matthew Wilcox To: Uladzislau Rezki Cc: Tian Tao , akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH v3] vmalloc: Add the right hint when vmalloc failed Message-ID: <20200710135301.GM12769@casper.infradead.org> References: <1594383472-52983-1-git-send-email-tiantao6@hisilicon.com> <20200710124323.GJ12769@casper.infradead.org> <20200710134956.GA14549@pc636> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710134956.GA14549@pc636> X-Rspamd-Queue-Id: 9E1201814B0D4 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam03 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, Jul 10, 2020 at 03:49:56PM +0200, Uladzislau Rezki wrote: > > On Fri, Jul 10, 2020 at 08:17:52PM +0800, Tian Tao wrote: > > > In fact "vmalloc=" cmdline option is not available on many > > > platforms.When the user encounters this error, add the correct > > > hint to prevent misleading. > > > > i don't think this is an improvement. > > > Matthew, maybe it should not be considered as improvements? Every patch should be an improvement along some dimension. This doesn't feel like an improvement in any way. > It is rather an extra information that indicates that your > ARCH may not support "vmalloc" early parameter. If anything needs to be improved, it's the documentation, not this error message.