From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754247AbbDRStK (ORCPT ); Sat, 18 Apr 2015 14:49:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48109 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753986AbbDRStH (ORCPT ); Sat, 18 Apr 2015 14:49:07 -0400 Date: Sat, 18 Apr 2015 20:49:03 +0200 From: Greg Kroah-Hartman To: Javier =?iso-8859-1?Q?Gonz=E1lez?= Cc: Jens Wiklander , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Arnd Bergmann , Herbert Xu , tpmdd-devel@lists.sourceforge.net, Valentin Manea , jean-michel.delorme@st.com, emmanuel.michel@st.com Subject: Re: [RFC PATCH 2/2] tee: add OP-TEE driver Message-ID: <20150418184903.GB30508@kroah.com> References: <1429257057-7935-1-git-send-email-jens.wiklander@linaro.org> <1429257057-7935-3-git-send-email-jens.wiklander@linaro.org> <20150418085747.GC29858@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 18, 2015 at 11:36:53AM +0200, Javier González wrote: > Hi, A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top > We have discussed and implemented an in-kernel interface for the driver. > However, we need to agree on that interface with the kernel submodules that > can be interested in using it (e.g., IMA, keyring). We though it was easier > to have a framework in place before taking this space. This makes sense > since a TEE driver will be, as for today, mostly used by user space. > applications. No, please provide a "real" solution, just providing a framework that no one uses means that I get to delete it from the kernel tree the next release, and I doubt you want that :) Please do all of the work here, as odds are, what you need in the end will be different from what you have proposed here. thanks, greg k-h