From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33476 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752802AbdA3XEM (ORCPT ); Mon, 30 Jan 2017 18:04:12 -0500 Received: by mail-pf0-f195.google.com with SMTP id e4so24475919pfg.0 for ; Mon, 30 Jan 2017 15:03:54 -0800 (PST) Date: Mon, 30 Jan 2017 15:03:52 -0800 From: Eric Biggers Subject: Re: [PATCH v2] xfstests-bld: populate keyring with default key for test_dummy_encryption Message-ID: <20170130230352.GA24293@gmail.com> References: <20170130213647.14843-1-ebiggers3@gmail.com> <20170130224238.3ez7gcx2wh32xh6o@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170130224238.3ez7gcx2wh32xh6o@thunk.org> Sender: fstests-owner@vger.kernel.org To: Theodore Ts'o Cc: fstests@vger.kernel.org, Eric Biggers List-ID: On Mon, Jan 30, 2017 at 05:42:38PM -0500, Theodore Ts'o wrote: > On Mon, Jan 30, 2017 at 01:36:47PM -0800, Eric Biggers wrote: > > From: Eric Biggers > > > > We can improve test coverage and simplify the test_dummy_encryption > > kernel logic by requiring userspace to add a default master key to the > > keyring. Update xfstests-bld to do this. This allows xfstests-bld to > > test kernels with the corresponding kernel patch applied ("fscrypt: make > > test_dummy_encryption require a keyring key"). It can still test older > > kernels too; the key just doesn't get used in that case. > > > > Signed-off-by: Eric Biggers > > This is upstream already. (commit: ce7ef24b3ef1940) > > - Ted I don't see it. Can you push out what you have, to both the kernel.org and github repositories? Eric