[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6f6be4f64a016c5be82b1fd21ce2402653a8961b.camel@perches.com>
Date: Fri, 18 Sep 2020 06:31:04 -0700
From: Joe Perches <joe@...ches.com>
To: Borislav Petkov <bp@...en8.de>,
Xiongfeng Wang <wangxiongfeng2@...wei.com>
Cc: mchehab@...nel.org, tony.luck@...el.com,
linux-edac@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] EDAC/mc_sysfs: Add missing newlines when printing
{max,dimm}_location
On Fri, 2020-09-18 at 09:12 +0200, Borislav Petkov wrote:
> On Fri, Sep 18, 2020 at 10:37:28AM +0800, Xiongfeng Wang wrote:
> > Thansk a lot. I will send another version. Also I will change the
> > 'snprintf' in 'dimmdev_location_show()' to 'scnprintf'
>
> No need to send another one - I have everything locally and just amended
> it.
A generic question about sysfs is whether or not the
PAGE_SIZE buf output should be newline terminated or
not if an the buffer is completely filled and the
desired output cannot be newline terminated.
Likely not.
NUL termination without newline should be enough to
indicate overrun.
Powered by blists - more mailing lists