Message ID | 20200313152102.1707-1-longman@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=meF1=46=vger.kernel.org=linux-security-module-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 87C2513B1 for <patchwork-linux-security-module@patchwork.kernel.org>; Fri, 13 Mar 2020 15:21:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66FFB20724 for <patchwork-linux-security-module@patchwork.kernel.org>; Fri, 13 Mar 2020 15:21:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="YFmbTV4u" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726553AbgCMPV3 (ORCPT <rfc822;patchwork-linux-security-module@patchwork.kernel.org>); Fri, 13 Mar 2020 11:21:29 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:32736 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726420AbgCMPV2 (ORCPT <rfc822;linux-security-module@vger.kernel.org>); Fri, 13 Mar 2020 11:21:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584112887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=PNyjHm+IZ1fvNEx5HMZqidw/J156+wuo7jGfMRKY4Vs=; b=YFmbTV4uD6GAfDv3S9ZYboXXuQ9zlZwEFEAlyKSlwM1mnnpc00xj9e9BcGTi80lUF8WrZ6 1Bj51wlIvH6lSk8QmMhGgIhyFppTbPD74il6WUnGb2+E70/k6zQziwXHm6xqe9nEXIg1oU oZxYZHqYjbYNMwN5OfP+lcBKeXX0eis= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-264-7lRX4n-MPCaBRrVDLTE9Ag-1; Fri, 13 Mar 2020 11:21:25 -0400 X-MC-Unique: 7lRX4n-MPCaBRrVDLTE9Ag-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 879888026B1; Fri, 13 Mar 2020 15:21:23 +0000 (UTC) Received: from llong.com (ovpn-125-21.rdu2.redhat.com [10.10.125.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9B39A91D61; Fri, 13 Mar 2020 15:21:18 +0000 (UTC) From: Waiman Long <longman@redhat.com> To: David Howells <dhowells@redhat.com>, Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>, James Morris <jmorris@namei.org>, "Serge E. Hallyn" <serge@hallyn.com>, Mimi Zohar <zohar@linux.ibm.com> Cc: keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-integrity@vger.kernel.org, Sumit Garg <sumit.garg@linaro.org>, Jerry Snitselaar <jsnitsel@redhat.com>, Roberto Sassu <roberto.sassu@huawei.com>, Eric Biggers <ebiggers@google.com>, Chris von Recklinghausen <crecklin@redhat.com>, Waiman Long <longman@redhat.com> Subject: [PATCH v3 0/3] KEYS: Read keys to internal buffer & then copy to userspace Date: Fri, 13 Mar 2020 11:20:59 -0400 Message-Id: <20200313152102.1707-1-longman@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: <linux-security-module.vger.kernel.org> |
Series |
KEYS: Read keys to internal buffer & then copy to userspace
|
expand
|