tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: tools@kernel.org
Subject: Re: b4 shazam --single-message still grabs the full series
Date: Tue, 9 Jul 2024 14:03:16 -0400	[thread overview]
Message-ID: <20240709-invisible-melodic-mongoose-2115eb@lemur> (raw)
In-Reply-To: <475803b5-3cc3-4da9-94b8-c2ec648d0c35@citrix.com>

On Mon, Jul 08, 2024 at 02:43:43PM GMT, Andrew Cooper wrote:
> Hello,
> 
> $ b4 --version
> 0.15-dev-13183
> 
> $ b4 shazam --single-message 20240708080456.401764-1-Jiqian.Chen@amd.com
> Single-message mode, ignoring any follow-ups
> Grabbing thread from
> lore.kernel.org/all/20240708080456.401764-1-Jiqian.Chen@amd.com/t.mbox.gz
> Checking for newer revisions
> Grabbing search results from lore.kernel.org
>   Added from v11: 9 patches
> Analyzing 35 messages in the thread
> Will use the latest revision: v11
> ...
> Total patches: 8
> ---
> 
> https://lore.kernel.org/all/20240708080456.401764-1-Jiqian.Chen@amd.com/
> is the correct single patch that I want.
> 
> The help text for --single-message certainly seems to indicate that it
> should ignore everything else.  Also, passing a -v doesn't do the right
> thing either.
> 
> I suspect the underlying problem is that in this case, a single part of
> a larger series has be split out for backport.
> 
> How am I supposed to express "literally this exact email and nothing else" ?

Looks like this is only true for shazam, probably due to some "magic" we try
to do that conflicts with --single-message.

For now, you can work around this by running "b4 am":

    $ b4 am -o/tmp --single-message 20240708080456.401764-1-Jiqian.Chen@amd.com
    Single-message mode, ignoring any follow-ups
    Analyzing 1 messages in the thread
    Analyzing 5 code-review messages
    Checking attestation on all messages, may take a moment...
    ---
      ✓ [PATCH v2] x86/physdev: Return pirq that irq was already mapped to
      ---
      ✓ Signed: DKIM/amd.com
    ---
    Total patches: 1

bugbot assign to me

  reply	other threads:[~2024-07-09 18:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08 13:43 b4 shazam --single-message still grabs the full series Andrew Cooper
2024-07-09 18:03 ` Konstantin Ryabitsev [this message]
2024-07-09 18:07 ` Kernel.org Bugbot

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=20240709-invisible-melodic-mongoose-2115eb@lemur \
    --to=konstantin@linuxfoundation.org \
    --cc=andrew.cooper3@citrix.com \
    --cc=tools@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).