From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754117Ab1H2PrL (ORCPT ); Mon, 29 Aug 2011 11:47:11 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:60978 "EHLO e39.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753791Ab1H2PrJ (ORCPT ); Mon, 29 Aug 2011 11:47:09 -0400 Subject: Re: [PATCH v1 1/2] encrypted-keys: remove trusted-keys dependency From: Mimi Zohar To: Sasha Levin Cc: linux-security-module@vger.kernel.org, James Morris , LKML , Randy Dunlap , Arnaud Lacombe , Stephen Rothwell , David Safford , Mimi Zohar In-Reply-To: <1314629812.29761.21.camel@sasha> References: <1314629313-11980-1-git-send-email-zohar@linux.vnet.ibm.com> <1314629812.29761.21.camel@sasha> Content-Type: text/plain; charset="UTF-8" Date: Mon, 29 Aug 2011 11:46:26 -0400 Message-ID: <1314632786.3534.38.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-08-29 at 17:56 +0300, Sasha Levin wrote: > On Mon, 2011-08-29 at 10:48 -0400, Mimi Zohar wrote: > > Encrypted keys are decrypted/encrypted using either a trusted-key or, > > for those systems without a TPM, a user-defined key. This patch > > removes the trusted-keys and TCG_TPM dependencies. > > > > Changelog v1: > > - Fixed encrypted-keys move from security/keys to security/keys/encrypted-keys > > - Removed trailing blank line > > > > Signed-off-by: Mimi Zohar > > --- > > Please look into using 'git mv' and the '--find-renames' option of git > format-patch. > > You just want to mark the files as moved, without ruining the entire > history of the old files. > Thanks for the tip. 'git blame' shows multiple commits, but perhaps if encrypted-keys had a longer history some of it would have been lost. I'll keep your suggestion in mind in the future. thanks, Mimi