From: David Rientjes <rientjes@google.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Reza Arbab <arbab@linux.vnet.ibm.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Vlastimil Babka <vbabka@suse.cz>,
Vitaly Kuznetsov <vkuznets@redhat.com>,
Yaowei Bai <baiyaowei@cmss.chinamobile.com>,
Joonsoo Kim <iamjoonsoo.kim@lge.com>,
Dan Williams <dan.j.williams@intel.com>,
Xishi Qiu <qiuxishi@huawei.com>,
David Vrabel <david.vrabel@citrix.com>,
Chen Yucong <slaoub@gmail.com>, Andrew Banman <abanman@sgi.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [RESEND PATCH v2] memory-hotplug: fix store_mem_state() return value
Date: Wed, 31 Aug 2016 14:06:14 -0700 (PDT) [thread overview]
Message-ID: <alpine.DEB.2.10.1608311402520.33967@chino.kir.corp.google.com> (raw)
In-Reply-To: <20160831132557.c5cf0985e3da5f2850a10b1d@linux-foundation.org>
On Wed, 31 Aug 2016, Andrew Morton wrote:
> > Attempting to online memory which is already online will cause this:
> >
> > 1. store_mem_state() called with buf="online"
> > 2. device_online() returns 1 because device is already online
> > 3. store_mem_state() returns 1
> > 4. calling code interprets this as 1-byte buffer read
> > 5. store_mem_state() called again with buf="nline"
> > 6. store_mem_state() returns -EINVAL
> >
> > Example:
> >
> > $ cat /sys/devices/system/memory/memory0/state
> > online
> > $ echo online > /sys/devices/system/memory/memory0/state
> > -bash: echo: write error: Invalid argument
> >
> > Fix the return value of store_mem_state() so this doesn't happen.
>
> So.. what *does* happen after the patch? Is some sort of failure still
> reported? Or am I correct in believing that the operation will appear
> to have succeeded? If so, is that desirable?
>
It's not desirable, before commit 4f3549d72 this would have returned
EINVAL since __memory_block_change_state() does not see the state as
MEM_OFFLINE when the write is done. The correct fix is for
store_mem_state() to return -EINVAL when device_online() returns non-zero.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2016-08-31 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20160831150105.GB26702@kroah.com>
2016-08-31 15:44 ` Reza Arbab
2016-08-31 20:25 ` Andrew Morton
2016-08-31 21:06 ` David Rientjes [this message]
2016-08-31 23:38 ` Reza Arbab
2016-09-01 0:03 ` David Rientjes
2016-09-01 0:17 ` Reza Arbab
2016-09-01 0:28 ` David Rientjes
2016-09-01 1:57 ` Reza Arbab
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=alpine.DEB.2.10.1608311402520.33967@chino.kir.corp.google.com \
--to=rientjes@google.com \
--cc=abanman@sgi.com \
--cc=akpm@linux-foundation.org \
--cc=arbab@linux.vnet.ibm.com \
--cc=baiyaowei@cmss.chinamobile.com \
--cc=dan.j.williams@intel.com \
--cc=david.vrabel@citrix.com \
--cc=gregkh@linuxfoundation.org \
--cc=iamjoonsoo.kim@lge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=qiuxishi@huawei.com \
--cc=slaoub@gmail.com \
--cc=vbabka@suse.cz \
--cc=vkuznets@redhat.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