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 ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zvzsj0LCDzF0R7 for ; Mon, 5 Mar 2018 23:36:09 +1100 (AEDT) In-Reply-To: <20180222041739.27899-2-alastair@au1.ibm.com> To: "Alastair D'Silva" , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org From: Michael Ellerman Cc: alastair@au1.ibm.com, arnd@arndb.de, frederic.barrat@fr.ibm.com, gregkh@linuxfoundation.org, andrew.donnellan@au1.ibm.com, Alastair D'Silva Subject: Re: [v3, 1/2] ocxl: Add get_metadata IOCTL to share OCXL information to userspace Message-Id: <3zvzsh56JRz9sZd@ozlabs.org> Date: Mon, 5 Mar 2018 23:36:08 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2018-02-22 at 04:17:38 UTC, "Alastair D'Silva" wrote: > From: Alastair D'Silva > > Some required information is not exposed to userspace currently (eg. the > PASID), pass this information back, along with other information which > is currently communicated via sysfs, which saves some parsing effort in > userspace. > > Signed-off-by: Alastair D'Silva > Acked-by: Andrew Donnellan > Acked-by: Frederic Barrat Series applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/07c5ccd70ad702e561fcda8e4df494 cheers