From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760073AbcHaMVW (ORCPT ); Wed, 31 Aug 2016 08:21:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34837 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757337AbcHaMVU (ORCPT ); Wed, 31 Aug 2016 08:21:20 -0400 Date: Wed, 31 Aug 2016 14:21:28 +0200 From: Greg Kroah-Hartman To: Reza Arbab Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] memory-hotplug: fix store_mem_state() return value Message-ID: <20160831122128.GA14689@kroah.com> References: <1462475244-11859-1-git-send-email-arbab@linux.vnet.ibm.com> <20160526144304.GA3826@arbab-vm.austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160526144304.GA3826@arbab-vm.austin.ibm.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 26, 2016 at 09:43:04AM -0500, Reza Arbab wrote: > Hi Greg, > > On Thu, May 05, 2016 at 02:07:24PM -0500, Reza Arbab wrote: > > $ 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. > > I can't find where this might have been committed. Am I being impatient, or > did it slip through the cracks? I think it fell through, can you resend it and cc: all of the people involved in this subsystem, like you did for your other patch series? thanks, greg k-h