From: Andrew Morton <akpm@linux-foundation.org>
To: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>,
Peter Kalauskas <peskal@google.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] zram: fix bug storing backing_dev
Date: Tue, 14 Aug 2018 16:45:23 -0700 [thread overview]
Message-ID: <20180814164523.e0fdeed962917e23062ef958@linux-foundation.org> (raw)
In-Reply-To: <20180813073825.GA1062@jagdpanzerIV>
On Mon, 13 Aug 2018 16:38:25 +0900 Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> wrote:
> On (08/13/18 15:16), Minchan Kim wrote:
> > > The call to strlcpy in backing_dev_store is incorrect. It should take
> > > the size of the destination buffer instead of the size of the source
> > > buffer. Additionally, ignore the newline character (\n) when reading
> > > the new file_name buffer. This makes it possible to set the backing_dev
> > > as follows:
> > >
> > > echo /dev/sdX > /sys/block/zram0/backing_dev
> > >
> > > Signed-off-by: Peter Kalauskas <peskal@google.com>
> > Acked-by: Minchan Kim <minchan@kernel.org>
> >
> > Cc: Andrew Morton <akpm@linux-foundation.org>
> > Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
> > CC: LKML <linux-kernel@vger.kernel.org>
> > Cc: <stable@vger.kernel.org> [4.14+]
>
> Thanks for Cc-ing Minchan.
>
> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
>
> > > - strlcpy(file_name, buf, len);
>
> This is quite interesting. The reason it worked before was the fact that
> strlcpy() copies 'len - 1' bytes, which is strlen(buf) - 1 in our case,
> so it accidentally didn't copy the trailing new line symbol. Which also
> means that "echo -n /dev/sdX" most likely was broken.
>
I can't find the original email on lkml for some reason, but I
recreated the patch.
The changelog doesn't describe the end-user impact of the bug, which is
very desirable when tagging a patch for -stable backporting. Can we
have that paragraph please?
The implementation might be able to use strim() somehow.
next prev parent reply other threads:[~2018-08-14 23:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180808223100.225086-1-peskal@google.com>
2018-08-13 6:16 ` Minchan Kim
2018-08-13 7:38 ` Sergey Senozhatsky
2018-08-14 23:45 ` Andrew Morton [this message]
2018-08-16 1:48 ` Sergey Senozhatsky
2018-08-16 1:57 ` Sergey Senozhatsky
2018-08-16 3:32 ` Andrew Morton
[not found] ` <20180821160307.GA63897@google.com>
2018-08-22 1:28 ` Peter Kalauskas
[not found] ` <20180822004504.GB2218@jagdpanzerIV>
2018-08-22 1:29 ` Peter Kalauskas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180814164523.e0fdeed962917e23062ef958@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=minchan@kernel.org \
--cc=peskal@google.com \
--cc=sergey.senozhatsky.work@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®