All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: linux-fscrypt@vger.kernel.org
Cc: Victor Hsieh <victorhsieh@google.com>,
	Jes Sorensen <Jes.Sorensen@gmail.com>,
	Luca Boccassi <luca.boccassi@gmail.com>,
	Martijn Coenen <maco@android.com>,
	Paul Lawrence <paullawrence@google.com>
Subject: [fsverity-utils PATCH 0/2] fsverity-utils cleanups
Date: Fri, 13 Nov 2020 13:33:12 -0800	[thread overview]
Message-ID: <20201113213314.73616-1-ebiggers@kernel.org> (raw)

These are the fsverity-utils updates for the kernel patchset
https://lkml.kernel.org/linux-fscrypt/20201113211918.71883-1-ebiggers@kernel.org.

I'll apply this after the kernel patches are upstreamed.

Eric Biggers (2):
  Upgrade to latest fsverity_uapi.h
  Rename "file measurement" to "file digest"

 NEWS.md                |  6 +++---
 README.md              | 20 ++++++++---------
 common/fsverity_uapi.h | 49 ++++++++++++++++++++++++++++++++++++++++++
 include/libfsverity.h  | 18 ++++++++--------
 lib/compute_digest.c   | 17 ---------------
 lib/sign_digest.c      | 15 +------------
 programs/cmd_digest.c  | 13 +++--------
 programs/cmd_measure.c |  2 +-
 programs/cmd_sign.c    |  2 +-
 programs/fsverity.c    |  4 ++--
 10 files changed, 79 insertions(+), 67 deletions(-)

-- 
2.29.2


             reply	other threads:[~2020-11-13 21:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 21:33 Eric Biggers [this message]
2020-11-13 21:33 ` [fsverity-utils PATCH 1/2] Upgrade to latest fsverity_uapi.h Eric Biggers
2020-11-16 11:27   ` Luca Boccassi
2020-11-13 21:33 ` [fsverity-utils PATCH 2/2] Rename "file measurement" to "file digest" Eric Biggers
2020-11-16 11:27   ` Luca Boccassi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201113213314.73616-1-ebiggers@kernel.org \
    --to=ebiggers@kernel.org \
    --cc=Jes.Sorensen@gmail.com \
    --cc=linux-fscrypt@vger.kernel.org \
    --cc=luca.boccassi@gmail.com \
    --cc=maco@android.com \
    --cc=paullawrence@google.com \
    --cc=victorhsieh@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.