From: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
To: Minchan Kim <minchan@kernel.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, kernel-team <kernel-team@lge.com>,
Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Subject: Re: [PATCH] zram: fix null dereference of handle
Date: Tue, 19 Sep 2017 19:15:11 +0900 [thread overview]
Message-ID: <20170919100941.GA401@jagdpanzerIV.localdomain> (raw)
In-Reply-To: <20170919065924.GA29971@bbox>
Hi Minchan,
On (09/19/17 15:59), Minchan Kim wrote:
[..]
> > another question, "!handle == value & ZRAM_SAME"? if so, then why not
> > just check for `flags & ZRAM_SAME'? if not then:
> >
> > - for `value & ZRAM_SAME' you fill the page with zram_get_element(zram, index)
> > and return 0. ok.
> >
> > - for !handle.... you also fill the page with zram_get_element(zram, index)
> > and return 0. is this ok? shouldn't !handle return error in this case?
>
> We discussed it before that we shouldn't return error.
> Userspace can ask reading unallocated buffer freely.
ok, so this is intentional behaviour.
> And in this case, it fills the buffer zero because handle and element is unified.
> However, if your concern is readability, I will make it more explict.
correct.
... but I thought that we would also return an error.
> > I really suspect that there are some paths that can lead to !handle
> > entry, that will not be ZRAM_SAME. e.g. error return from compression
> > path.
>
> Could you be more specific?
I just meant that there are error paths in zram write, which will leave
us both with !handle entries and !ZRAM_SAME. but it seems that this is
the intentional behaviour.
-ss
next prev parent reply other threads:[~2017-09-19 10:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 2:34 Minchan Kim
2017-09-19 5:39 ` Sergey Senozhatsky
2017-09-19 6:59 ` Minchan Kim
2017-09-19 10:15 ` Sergey Senozhatsky [this message]
2017-09-19 10:21 Sergey Senozhatsky
2017-09-20 5:51 ` Minchan Kim
2017-09-20 6:28 ` Sergey Senozhatsky
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=20170919100941.GA401@jagdpanzerIV.localdomain \
--to=sergey.senozhatsky.work@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=kernel-team@lge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=minchan@kernel.org \
--cc=sergey.senozhatsky@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®