From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760252AbcDMMpo (ORCPT ); Wed, 13 Apr 2016 08:45:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34329 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757460AbcDMMpm (ORCPT ); Wed, 13 Apr 2016 08:45:42 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells To: jmorris@namei.org, herbert@gondor.apana.org.au cc: dhowells@redhat.com, keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Moving asymmetric keys from crypto/ to security/keys/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <775.1460551538.1@warthog.procyon.org.uk> Date: Wed, 13 Apr 2016 13:45:38 +0100 Message-ID: <776.1460551538@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, Herbert, Since the actual crypto bits (RSA) have been extracted from the asymmetric keys code and moved to base crypto, shall I move the asymmetric_keys/ subdir over to security/keys/? If so, how best to do it? I'm thinking that it might be best for me to create a git branch that effects the change and then have both of you merge it so that when Linus pulls your stuff in the next merge window git just handles it. That said, there is a change to the PKCS#7 code in Herbert's tree that's not in security/next or upstream which complicates matters - though possibly this being fixed up in the merge will be handled by git. David