public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: broonie@kernel•org
To: Alasdair G Kergon <agk@redhat•com>, Mike Snitzer <snitzer@kernel•org>
Cc: Kees Cook <keescook@chromium•org>,
	Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	Linux Next Mailing List <linux-next@vger•kernel.org>,
	Matthias Kaehlcke <mka@chromium•org>,
	Nathan Huckleberry <nhuck@google•com>
Subject: linux-next: manual merge of the device-mapper tree with the origin tree
Date: Fri,  5 Aug 2022 13:57:44 +0100	[thread overview]
Message-ID: <20220805125744.475531-1-broonie@kernel.org> (raw)

Hi all,

Today's linux-next merge of the device-mapper tree got a conflict in:

  drivers/md/dm-verity-target.c

between commit:

  b6c1c5745ccc6 ("dm: Add verity helpers for LoadPin")

from the origin tree and commits:

  ba2cce82ba1ba ("dm verity: conditionally enable branching for "try_verify_in_tasklet"")
  5721d4e5a9cdb ("dm verity: Add optional "try_verify_in_tasklet" feature")

from the device-mapper tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

diff --cc drivers/md/dm-verity-target.c
index 4fd853a56b1ab,981821f18a18c..0000000000000
--- a/drivers/md/dm-verity-target.c
+++ b/drivers/md/dm-verity-target.c
@@@ -16,6 -16,6 +16,7 @@@
  #include "dm-verity.h"
  #include "dm-verity-fec.h"
  #include "dm-verity-verify-sig.h"
++#include <linux/jump_label.h>
  #include <linux/module.h>
  #include <linux/reboot.h>
  #include <linux/scatterlist.h>

                 reply	other threads:[~2022-08-05 12:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220805125744.475531-1-broonie@kernel.org \
    --to=broonie@kernel$(echo .)org \
    --cc=agk@redhat$(echo .)com \
    --cc=keescook@chromium$(echo .)org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=mka@chromium$(echo .)org \
    --cc=nhuck@google$(echo .)com \
    --cc=snitzer@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox