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=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 9C1E3C4727F for ; Tue, 29 Sep 2020 04:17:59 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id E3817216C4 for ; Tue, 29 Sep 2020 04:17:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YBM8EzXa" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E3817216C4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id ED0E26B005C; Tue, 29 Sep 2020 00:17:57 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id E5AEB6B005D; Tue, 29 Sep 2020 00:17:57 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D22136B0062; Tue, 29 Sep 2020 00:17:57 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0165.hostedemail.com [216.40.44.165]) by kanga.kvack.org (Postfix) with ESMTP id B8D2C6B005C for ; Tue, 29 Sep 2020 00:17:57 -0400 (EDT) Received: from smtpin20.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 7B8C34DB3 for ; Tue, 29 Sep 2020 04:17:57 +0000 (UTC) X-FDA: 77314790994.20.team38_2b0614e27187 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin20.hostedemail.com (Postfix) with ESMTP id 5CCAB180C07AB for ; Tue, 29 Sep 2020 04:17:57 +0000 (UTC) X-HE-Tag: team38_2b0614e27187 X-Filterd-Recvd-Size: 2565 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf39.hostedemail.com (Postfix) with ESMTP for ; Tue, 29 Sep 2020 04:17:56 +0000 (UTC) Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3C7FC208FE; Tue, 29 Sep 2020 04:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601353076; bh=7bfNpcX+LA5Pezx72Caql+dIn3BgrRM2ce9YzW68Szw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YBM8EzXaGkeLASCga2WQKgv4NnNVSNGQjq80CrjPSyO+WwJZoZnjFuEdLo04Zs9Ce NLi6Rfj0FfqqQvlOX7RrIz1dW2tU6LaDxAd/nrxctgTVgXDhLS+4xHWHCDTp8unmnL HFwJAOOAGxKITRyuwfFcd8NiMw+y8Wip1eU2P3Y8= Date: Tue, 29 Sep 2020 06:17:51 +0200 From: Greg Kroah-Hartman To: Joe Perches Cc: "Rafael J . Wysocki" , Mike Kravetz , Andrew Morton , Denis Efremov , Julia Lawall , Alex Dewar , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH V3 6/8] mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit Message-ID: <20200929041751.GA5477@kroah.com> References: <894b351b82da6013cde7f36ff4b5493cd0ec30d0.1600285923.git.joe@perches.com> <20200919062228.GA438957@kroah.com> <881a8842817f94162a34531306512f8481e9b7fb.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <881a8842817f94162a34531306512f8481e9b7fb.camel@perches.com> 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 Mon, Sep 28, 2020 at 05:53:07PM -0700, Joe Perches wrote: > On Sat, 2020-09-19 at 08:22 +0200, Greg Kroah-Hartman wrote: > > On Wed, Sep 16, 2020 at 01:40:43PM -0700, Joe Perches wrote: > > > Convert the unbound sprintf in hugetlb_report_node_meminfo to use > > > sysfs_emit_at so that no possible overrun of a PAGE_SIZE buf can occur. > [] > > I'll take a look at it on Monday... > > (noting that you didn't say _which_ Monday...) True :) > Greg are you going to take this or should I ask someone else? > > The first sysfs_emit addition patch was first posted about a month > ago without much change. > > I think it'd be useful to get it into -next before 5.9 is released. I'll dig into this today...