public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Laszlo Ersek" <lersek@redhat.com>
To: "Kinney, Michael D" <michael.d.kinney@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"sean.brogan@microsoft.com" <sean.brogan@microsoft.com>,
	Bret Barkelew <Bret.Barkelew@microsoft.com>,
	"Gao, Liming" <liming.gao@intel.com>
Cc: "Leif Lindholm (Nuvia address)" <leif@nuviainc.com>,
	Andrew Fish <afish@apple.com>
Subject: Re: [edk2-devel] EDK II Maintainers - EDK II CI is now active on edk2/master
Date: Mon, 9 Mar 2020 21:06:26 +0100	[thread overview]
Message-ID: <e82e5730-e1c8-0cad-d12d-14d2d47086f8@redhat.com> (raw)
In-Reply-To: <E92EE9817A31E24EB0585FDF735412F5B9EC85C4@ORSMSX113.amr.corp.intel.com>

Hello again,

On 03/08/20 20:53, Kinney, Michael D wrote:

> This one is failing PatchCheck with a missing Signed-off-by
> 	https://github.com/tianocore/edk2/pull/430

The lack of signed-off-by is a red herring.

Ard's pull request

  https://github.com/tianocore/edk2/pull/430

consists of four (4) patches, namely from two series (in the order as
listed below):

* [edk2-devel] [PATCH v4 0/2]
  ArmPkg/ArmMmuLib: rewrite and improve cache handling with MMU off

  https://edk2.groups.io/g/devel/message/55635
  http://mid.mail-archive.com/20200307083849.8940-1-ard.biesheuvel@linaro.org

* [edk2-devel] [PATCH 0/2] ArmPkg/ArmMmuLib AARCH64: final cleanups

  https://edk2.groups.io/g/devel/message/55638
  http://mid.mail-archive.com/20200307091008.14918-1-ard.biesheuvel@linaro.org

These 4 commits (and only these 4 commits) are listed correctly in the
github.com PR.

However, the raw log at:

  https://dev.azure.com/tianocore/11ea4a10-ac9f-4e5f-8b13-7def1f19d478/_apis/build/builds/4672/logs/7

lists five (5) commits:

> 2020-03-08T19:48:43.0862971Z From ***
> 2020-03-08T19:48:43.0875497Z  * [new branch]            master     -> master
> 2020-03-08T19:48:43.2525842Z Checking git commit: d9402e5f21
> 2020-03-08T19:48:43.2526905Z Merge branch 'master' into aarch64-mmulib
> 2020-03-08T19:48:43.2527217Z The commit message format is not valid:
> 2020-03-08T19:48:43.2527812Z  * Missing Signed-off-by! (Note: this must be added by the code contributor!)
> 2020-03-08T19:48:43.2528444Z https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format
> 2020-03-08T19:48:43.2528710Z
> 2020-03-08T19:48:43.2528942Z Checking git commit: 1ba3cff0dd
> 2020-03-08T19:48:43.2529237Z ArmPkg/ArmMmuLib AARCH64: cosmetic fixups
> 2020-03-08T19:48:43.2529542Z The commit message format passed all checks.
> 2020-03-08T19:48:43.2529828Z The code passed all checks.
> 2020-03-08T19:48:43.2529997Z
> 2020-03-08T19:48:43.2530209Z Checking git commit: 5883dd0361
> 2020-03-08T19:48:43.2530582Z ArmPkg/ArmMmuLib AARCH64: drop pointless page table memory type check
> 2020-03-08T19:48:43.2530951Z The commit message format passed all checks.
> 2020-03-08T19:48:43.2531229Z The code passed all checks.
> 2020-03-08T19:48:43.2531399Z
> 2020-03-08T19:48:43.2531623Z Checking git commit: 553c37e1a3
> 2020-03-08T19:48:43.2531966Z ArmPkg/ArmMmuLib AARCH64: invalidate page tables before populating them
> 2020-03-08T19:48:43.2532320Z The commit message format passed all checks.
> 2020-03-08T19:48:43.2532773Z The code passed all checks.
> 2020-03-08T19:48:43.2532942Z
> 2020-03-08T19:48:43.2533149Z Checking git commit: 60c3f85a6e
> 2020-03-08T19:48:43.2533450Z ArmPkg/ArmMmuLib AARCH64: rewrite page table code
> 2020-03-08T19:48:43.2533775Z The commit message format passed all checks.
> 2020-03-08T19:48:43.2534052Z The code passed all checks.

Here, the commit with subject "Merge branch 'master' into
aarch64-mmulib" seems like a bogus commit; I have no idea where it comes
from. Our Mergify configuration forbids any kind of auto-rebasing or
actual merging (i.e. creating merge commits, which have multiple
parents), so I don't know why PatchCheck.py even had to look at such a
commit.

The 4 actual patches passed "PatchCheck.py".

I'm going to pick up Ard's patches from the list now, afresh (they have
all been reviewed by Leif), and submit a brand new PR with them.

Thanks
Laszlo


  parent reply	other threads:[~2020-03-09 20:06 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 19:21 [edk2-devel] EDK II Maintainers - EDK II CI is now active on edk2/master Sean
2020-03-08 19:53 ` Michael D Kinney
2020-03-09 19:29   ` Laszlo Ersek
2020-03-09 19:32     ` Laszlo Ersek
2020-03-09 22:00       ` Michael D Kinney
2020-03-09 19:37     ` Laszlo Ersek
2020-03-09 20:06   ` Laszlo Ersek [this message]
2020-03-09 21:44     ` Michael D Kinney
2020-03-10  7:53       ` Laszlo Ersek
  -- strict thread matches above, loose matches on Subject: below --
2019-11-12  2:55 Michael D Kinney
2019-11-12  8:56 ` [edk2-devel] " Laszlo Ersek
2019-11-12 19:50   ` Michael D Kinney
2019-11-12 19:52     ` Michael D Kinney
2019-11-13  7:56     ` Laszlo Ersek
2019-11-13  8:57 ` Laszlo Ersek
2019-11-13 16:23   ` Michael D Kinney
2019-11-13 17:03     ` Laszlo Ersek
2019-11-26  8:23 ` Laszlo Ersek
2019-11-27 19:03   ` Michael D Kinney
2019-11-28 12:00     ` Laszlo Ersek
2019-12-02 19:55       ` Michael D Kinney
2019-12-03  8:56         ` Laszlo Ersek
2019-12-03 17:07           ` Michael D Kinney
2019-12-03 20:39             ` Laszlo Ersek
2019-12-06 11:02 ` Laszlo Ersek
2019-12-06 11:07   ` Laszlo Ersek
2020-01-02 14:42 ` Philippe Mathieu-Daudé
2020-01-02 18:36   ` Michael D Kinney
2020-01-06 14:58     ` Philippe Mathieu-Daudé
2020-01-03 13:29   ` Laszlo Ersek
2020-01-06 17:29 ` Laszlo Ersek
2020-01-06 18:17   ` Michael D Kinney
2020-01-07  9:00     ` Laszlo Ersek
2020-01-09 21:30     ` Laszlo Ersek
2020-01-09 21:37       ` Michael D Kinney
2020-01-10 10:51         ` Laszlo Ersek
2020-03-08 11:12 ` Laszlo Ersek

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-list 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=e82e5730-e1c8-0cad-d12d-14d2d47086f8@redhat.com \
    --to=devel@edk2.groups.io \
    /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