From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753507Ab2IGRh5 (ORCPT ); Fri, 7 Sep 2012 13:37:57 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:42025 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751977Ab2IGRhu (ORCPT ); Fri, 7 Sep 2012 13:37:50 -0400 Date: Fri, 7 Sep 2012 12:38:09 -0500 From: Kent Yoder To: Benjamin Herrenschmidt Cc: Ashley Lai , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, linuxppc-dev@lists.ozlabs.org, rcj@linux.vnet.ibm.com, adlai@us.ibm.com, James Morris Subject: Re: [PATCH V3 1/3] drivers/char/tpm: Add new device driver to support IBM vTPM Message-ID: <20120907173809.GA19704@linux.vnet.ibm.com> References: <1344987282.4430.26.camel@footlong> <1345670263.25124.7.camel@footlong> <20120822214217.GB13519@linux.vnet.ibm.com> <1346816407.2257.37.camel@pasglop> <20120905154644.GA14925@linux.vnet.ibm.com> <1346879505.19098.3.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1346879505.19098.3.camel@pasglop> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12090717-7182-0000-0000-000002898409 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > James did accept my pull request, so these are already in > > security-next... > > For the driver itself, it's not a big issue (though I did found issue > while reviewing it so it will need another round of updates). For the > code that changes arch/powerpc, especially prom_init.c, that stuff must > at the very least be acked by me (or the acting powerpc person if I'm > away) if it's going to go via a different tree. Sorry about that. Hopefully there won't be any changes there and we can amend with your ack. As for the driver updates, I'd hate to see everyone else's code in the pull request get delayed yet again. James, will it be ok to apply the update on top of security-next? Thanks, Kent > Cheers, > Ben. > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e1.ny.us.ibm.com (e1.ny.us.ibm.com [32.97.182.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e1.ny.us.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id ADC4A2C0095 for ; Sat, 8 Sep 2012 03:41:42 +1000 (EST) Received: from /spool/local by e1.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Sep 2012 13:41:38 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id AA62938C8041 for ; Fri, 7 Sep 2012 13:37:42 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q87HbfVu21168282 for ; Fri, 7 Sep 2012 13:37:41 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q87HbbBQ019791 for ; Fri, 7 Sep 2012 13:37:39 -0400 Date: Fri, 7 Sep 2012 12:38:09 -0500 From: Kent Yoder To: Benjamin Herrenschmidt Subject: Re: [PATCH V3 1/3] drivers/char/tpm: Add new device driver to support IBM vTPM Message-ID: <20120907173809.GA19704@linux.vnet.ibm.com> References: <1344987282.4430.26.camel@footlong> <1345670263.25124.7.camel@footlong> <20120822214217.GB13519@linux.vnet.ibm.com> <1346816407.2257.37.camel@pasglop> <20120905154644.GA14925@linux.vnet.ibm.com> <1346879505.19098.3.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1346879505.19098.3.camel@pasglop> Cc: linux-kernel@vger.kernel.org, Ashley Lai , linux-security-module@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, adlai@us.ibm.com, James Morris , rcj@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > James did accept my pull request, so these are already in > > security-next... > > For the driver itself, it's not a big issue (though I did found issue > while reviewing it so it will need another round of updates). For the > code that changes arch/powerpc, especially prom_init.c, that stuff must > at the very least be acked by me (or the acting powerpc person if I'm > away) if it's going to go via a different tree. Sorry about that. Hopefully there won't be any changes there and we can amend with your ack. As for the driver updates, I'd hate to see everyone else's code in the pull request get delayed yet again. James, will it be ok to apply the update on top of security-next? Thanks, Kent > Cheers, > Ben. >