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=-3.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY autolearn=ham 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 726C5C3F68F for ; Tue, 28 Jan 2020 23:40:21 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 47B3B22522; Tue, 28 Jan 2020 23:40:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sourceforge.net header.i=@sourceforge.net header.b="J4ys0T7J"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sf.net header.i=@sf.net header.b="JwtphqIr"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="nRScizGt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 47B3B22522 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1iwaSy-0001dl-Qo; Tue, 28 Jan 2020 23:40:20 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1iwaSx-0001dX-4A for linux-f2fs-devel@lists.sourceforge.net; Tue, 28 Jan 2020 23:40:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Cc:To:Date:Message-Id:References:In-Reply-To:From: Subject:Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9X8pEwrT7jWfuT1891tGmzDqistGWyhNK08J949sSA0=; b=J4ys0T7JvZLOU0UrrDqmrLmS8Q auJKIZKRl5yO+fjUdlk86cjRvdwe8Ib5h+udCNKLeij0fYiS8OdMCO/MZZSTVrF92WKdQDJVBOekc gisjYIosFREqEmX4TQ+rR+h24CvOzUIG920YAoDpT1wMZvsr2JYZS024Lz+5mxNGI7lY=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Cc:To:Date:Message-Id:References:In-Reply-To:From:Subject:Sender:Reply-To :MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9X8pEwrT7jWfuT1891tGmzDqistGWyhNK08J949sSA0=; b=JwtphqIrjC/DlB0L4T/Cj4jfrm SEAxlyee1p2B0oG2Lef9uWHoTVeCZ7WDWCQ1LwnC8mp0jghRCNOpHpiD7lodlajWvig6ga3Vu9myg VJddcQ/VJ1Kb+2jnD4SliG2m2qMEi94N1hAR7cFnWIGl62hkLJ02ct8WBwpEq5bGi7ac=; Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1iwaSv-008hsh-5I for linux-f2fs-devel@lists.sourceforge.net; Tue, 28 Jan 2020 23:40:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580254801; bh=FTTLR9MIHR1/Gdr9WwAJ4oAT91xeiib4YGas1QXvfTI=; h=From:In-Reply-To:References:Date:To:Cc:From; b=nRScizGtR1OS6FiMFccAEgDKKl9hkf3hBIEfV5G3fVot+rYpGszsKD39er9Ei1F62 oCnFjli/S49RKmryJe8Po/gzCi0RPkU/zl92yUelxjPpUZozEOJIvEBTRHVkcJy5rM d8BaZB0Ctx8uvnhBQO9PQTt/htJzAOtc01y6gj6s= From: pr-tracker-bot@kernel.org In-Reply-To: <20200128014653.GA960@sol.localdomain> References: <20200128014653.GA960@sol.localdomain> X-PR-Tracked-List-Id: X-PR-Tracked-Message-Id: <20200128014653.GA960@sol.localdomain> X-PR-Tracked-Remote: https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus X-PR-Tracked-Commit-Id: edc440e3d27fb31e6f9663cf413fad97d714c060 X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: f0d874414329a86b67198cb0299d0dc9310592f1 Message-Id: <158025480189.16364.5716437858039757596.pr-tracker-bot@kernel.org> Date: Tue, 28 Jan 2020 23:40:01 +0000 To: Eric Biggers X-Headers-End: 1iwaSv-008hsh-5I Subject: Re: [f2fs-dev] [GIT PULL] fscrypt updates for 5.6 X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Theodore Ts'o , Daniel Rosenberg , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fscrypt@vger.kernel.org, linux-mtd@lists.infradead.org, linux-fsdevel@vger.kernel.org, Jaegeuk Kim , linux-ext4@vger.kernel.org, Linus Torvalds MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net The pull request you sent on Mon, 27 Jan 2020 17:46:53 -0800: > https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f0d874414329a86b67198cb0299d0dc9310592f1 Thank you! -- Deet-doot-dot, I am a bot. https://korg.wiki.kernel.org/userdoc/prtracker _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel