From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFF83C76186 for ; Mon, 29 Jul 2019 03:12:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8427E2087C for ; Mon, 29 Jul 2019 03:12:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564369949; bh=BKKX38xiDXht50rJXIv/FdzcKNnwvbBHros6Vxt/Dr4=; h=Date:From:To:Cc:Subject:List-ID:From; b=L4XuKzKxDFoAwD2BPtoITRi0xc/1EeTyxeJJEMYnRIBjyAQzpvK9VZXYB9qlttLT5 oR+h0ODEMzQGo1ql+RpceFxnAKLnAw3sPQ1CauWJ4sXn6fDUvuFQDkMpgEHdg4EkOl mlQzFftdJjYzZ6oXjY6Fd58QylP+7V4qdOKYgw+k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726251AbfG2DM2 (ORCPT ); Sun, 28 Jul 2019 23:12:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:41070 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725681AbfG2DM2 (ORCPT ); Sun, 28 Jul 2019 23:12:28 -0400 Received: from sol.localdomain (c-24-5-143-220.hsd1.ca.comcast.net [24.5.143.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 971712075B; Mon, 29 Jul 2019 03:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564369947; bh=BKKX38xiDXht50rJXIv/FdzcKNnwvbBHros6Vxt/Dr4=; h=Date:From:To:Cc:Subject:From; b=Uv3bgux8g0V+8dnXCvzMxhyzS1p+M6PvMZdIWx1U1w9zrjIsFYx7orxJKwDnK9EJJ Ii3MOwPd5uYhowVROKEvWWWGm5k2c9PwZaCtsx0fJt0lICeUvecfyDrtinKF4nozAL YJht4eyjZJc1Ub1fcfu8QGZSapdLkfH6jqhL8vKI= Date: Sun, 28 Jul 2019 20:12:26 -0700 From: Eric Biggers To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Add fsverity tree to linux-next Message-ID: <20190729031226.GA2252@sol.localdomain> Mail-Followup-To: Stephen Rothwell , linux-next@vger.kernel.org, linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, Can you please add the fsverity tree to linux-next? https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git#fsverity This branch contains the latest fs-verity patches (https://lore.kernel.org/linux-fsdevel/20190722165101.12840-1-ebiggers@kernel.org/T/#u). We are planning a pull request for 5.4. Please use as contacts: Eric Biggers Theodore Y. Ts'o Thanks! - Eric