From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753981Ab1H2O5G (ORCPT ); Mon, 29 Aug 2011 10:57:06 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:49550 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753757Ab1H2O5B (ORCPT ); Mon, 29 Aug 2011 10:57:01 -0400 Subject: Re: [PATCH v1 1/2] encrypted-keys: remove trusted-keys dependency From: Sasha Levin To: Mimi Zohar Cc: linux-security-module@vger.kernel.org, James Morris , LKML , Randy Dunlap , Arnaud Lacombe , Stephen Rothwell , David Safford , Mimi Zohar In-Reply-To: <1314629313-11980-1-git-send-email-zohar@linux.vnet.ibm.com> References: <1314629313-11980-1-git-send-email-zohar@linux.vnet.ibm.com> Content-Type: text/plain; charset="us-ascii" Date: Mon, 29 Aug 2011 17:56:52 +0300 Message-ID: <1314629812.29761.21.camel@sasha> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 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 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. -- Sasha.