Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3603601ybi; Sun, 14 Jul 2019 18:11:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqyUC9bs6uGo5ap+6TRjBit4OnSlgPHjZfq32zhAUKhe2T/Zedy7dbRmLES+s58YdCWp9Kxf X-Received: by 2002:a63:e1e:: with SMTP id d30mr24103253pgl.100.1563153064676; Sun, 14 Jul 2019 18:11:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563153064; cv=none; d=google.com; s=arc-20160816; b=1Em9HU87pF2ut3DRQuJa5F39WSL6oEhrLbZ96L6IE+5YTMgqu3u+dL/e5UktSE8UIW YTHIOUQoBO7ne8kmiiy2Cxkb0MbdvSYp3HgjNFAkF8CBVnE/BqPNE9Sg5w8fXVFWRr6E C3NImI4Nr3KEvLAkprqU+f+Js/bojWnhLi99vgl5c0OqTmDfnLK15Yc3Uc1APLwISj7i Y9QOa3lN3FtpsF1AC4nZ63Yb7sNL3WRnJu7m6TSIYX048nlTLesEtOjEELr1STbxLa/H DizM5nSt+CGApVCtOVzZXn7ICYXNPJk+nOmjdXG1y2Ct5V4xt0lh92Zp+W7Tb3N2BomW uFNQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=FnwHywn0VgKpzV447clVXSfx4LjINTiY3lkoN14GwJw=; b=Y0I1xMIYMtDPZ44NIQ7F/kJXm7800I/u9G09OBjdgLLLaeagQ4voBwCy1NLoPFCws3 Y5rWc1l0qi6+s21zHjS7sd2D47Rve5Us76HkBPBHXG7hyPOnols+nRVIvFkhiDbyfv7g FWepkg7ywFo8Tpob/Ae5siRA2TZgMtObn7rSV2n51Z9rCKjBGZUNoCjh2FlPhoINGLL3 Kz6uNfbA8c6PlV8LsnYX3L/NwrKYK0hzTZCNxd2Zt1O8VLWVchDN3qq8wiK6FL1K9pPz WpqlD3SbYGOT62KzlRsF6RyUxxpscwIbFIaH+hoxJ2e7Kzc2BaYcUOUDeNujKykrTxDV lvUQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d37si14279367plb.351.2019.07.14.18.10.01; Sun, 14 Jul 2019 18:11:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728980AbfGOBIs (ORCPT + 99 others); Sun, 14 Jul 2019 21:08:48 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:59744 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726916AbfGOBIr (ORCPT ); Sun, 14 Jul 2019 21:08:47 -0400 Received: from 2.general.tyhicks.us.vpn ([10.172.64.53] helo=sec) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hmpTx-00013t-W9; Mon, 15 Jul 2019 01:08:46 +0000 Date: Mon, 15 Jul 2019 01:08:43 +0000 From: Tyler Hicks To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, ecryptfs@vger.kernel.org Subject: [GIT PULL] eCryptfs fixes for 5.3-rc1 Message-ID: <20190715010612.GA13363@sec> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 5ded5871030eb75017639148da0a58931dfbfc25: Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2019-02-15 13:36:43 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-5.3-rc1-fixes for you to fetch changes up to 7451c54abc9139585492605d9e91dec2d26c6457: ecryptfs: Change return type of ecryptfs_process_flags (2019-07-02 19:28:02 +0000) ---------------------------------------------------------------- - Fix error handling when ecryptfs_read_lower() encounters an error - Fix read-only file creation when the eCryptfs mount is configured to store metadata in xattrs - Minor code cleanups ---------------------------------------------------------------- Dan Carpenter (2): eCryptfs: fix a couple type promotion bugs ecryptfs: re-order a condition for static checkers Hariprasad Kelam (1): ecryptfs: Change return type of ecryptfs_process_flags Robbie Ko (1): eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file Sascha Hauer (1): ecryptfs: use print_hex_dump_bytes for hexdump YueHaibing (2): ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig ecryptfs: Make ecryptfs_xattr_handler static fs/ecryptfs/crypto.c | 42 +++++++++++++++++++++++++----------------- fs/ecryptfs/debug.c | 22 +++------------------- fs/ecryptfs/inode.c | 2 +- fs/ecryptfs/keystore.c | 9 +++++---- 4 files changed, 34 insertions(+), 41 deletions(-)