From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 2A8C81A02DF for ; Mon, 10 Aug 2015 19:27:01 +1000 (AEST) In-Reply-To: <1438142842-31603-1-git-send-email-dja@axtens.net> To: Daniel Axtens , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org, Daniel Axtens , imunsie@au.ibm.com Subject: Re: cxl: Don't ignore add_process_element result when attaching context Message-Id: <20150810092700.E64DB140321@ozlabs.org> Date: Mon, 10 Aug 2015 19:27:00 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2015-29-07 at 04:07:22 UTC, Daniel Axtens wrote: > Previously, when attaching a context in dedicated mode, we ignored > the result of add_process_element, which could potentially fail. > > If add_process_element returns and error, pass it back to the caller. > > Signed-off-by: Daniel Axtens Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/368857c16c595eb7537c cheers