Message ID | 20190620205043.64350-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-fscrypt-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 731F86C5 for <patchwork-linux-fscrypt@patchwork.kernel.org>; Thu, 20 Jun 2019 20:53:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5F2412880A for <patchwork-linux-fscrypt@patchwork.kernel.org>; Thu, 20 Jun 2019 20:53:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4ECC428846; Thu, 20 Jun 2019 20:53:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6A2F22880A for <patchwork-linux-fscrypt@patchwork.kernel.org>; Thu, 20 Jun 2019 20:53:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726118AbfFTUxn (ORCPT <rfc822;patchwork-linux-fscrypt@patchwork.kernel.org>); Thu, 20 Jun 2019 16:53:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:56444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725913AbfFTUxn (ORCPT <rfc822;linux-fscrypt@vger.kernel.org>); Thu, 20 Jun 2019 16:53:43 -0400 Received: from ebiggers-linuxstation.mtv.corp.google.com (unknown [104.132.1.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9C2682082C; Thu, 20 Jun 2019 20:53:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561064021; bh=X6B+Zhldy9yBGu5j9RqKwhapPc3BLPDI8huH3Wndls8=; h=From:To:Cc:Subject:Date:From; b=dqfaE2HK8jP8fu/2cFgT0S7AoNynMGB6eAfZLtg32Ly+eBxhsl+ceC/e3UIQTRugS fv59SWODL6WvddAVooSim5HU/G2WyoVpnQysddle6gbSivhloEsEvbBgPW27irjvax PhyPDD20CtZPAky4HmkbWQ0LjnEQoTuE25DMg9s8= From: Eric Biggers <ebiggers@kernel.org> To: linux-fscrypt@vger.kernel.org Cc: linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, linux-integrity@vger.kernel.org, Jaegeuk Kim <jaegeuk@kernel.org>, "Theodore Y . Ts'o" <tytso@mit.edu>, Victor Hsieh <victorhsieh@google.com>, Chandan Rajendra <chandan@linux.vnet.ibm.com>, Dave Chinner <david@fromorbit.com>, Christoph Hellwig <hch@lst.de>, "Darrick J . Wong" <darrick.wong@oracle.com>, Linus Torvalds <torvalds@linux-foundation.org> Subject: [PATCH v5 00/16] fs-verity: read-only file-based authenticity protection Date: Thu, 20 Jun 2019 13:50:27 -0700 Message-Id: <20190620205043.64350-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.22.0.410.gd8fdbe21b5-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fscrypt-owner@vger.kernel.org Precedence: bulk List-ID: <linux-fscrypt.vger.kernel.org> X-Mailing-List: linux-fscrypt@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
fs-verity: read-only file-based authenticity protection
|
expand
|