All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Daniel Palmer <daniel@0x0f.com>
Cc: Arnd Bergmann <arnd@arndb.de>, SoC Team <soc@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Romain Perier <romain.perier@gmail.com>,
	Mohammed Billoo <mohammed.billoo@gmail.com>
Subject: Re: [GIT PULL] ARM: mstar for v5.14 v2
Date: Tue, 15 Jun 2021 08:28:40 -0700	[thread overview]
Message-ID: <20210615152840.GD11724@lx2k> (raw)
In-Reply-To: <CAFr9PXnBb7OmOAMumDodC+0usWqRT-RXwC+YUHZ2Y43Xe_uTQQ@mail.gmail.com>

On Sun, Jun 13, 2021 at 02:39:59AM +0900, Daniel Palmer wrote:
> Hi Arnd, Olof,
> 
> Here is a fixed version of the PR with my s-o-b for Romain's patch.
> 
> Content is as before:
> 
> - Romain has stepped up to clean up some of the ~300 patch backlog for
> MStar and he added support for earlyprintk in the process.
> - In an effort to do things properly I've moved work on the MStar
> stuff from my personal github account to one for this project. So
> people can find it I've added a link in MAINTAINERS.
> 
> The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:
> 
>  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)
> 
> are available in the Git repository at:
> 
>  https://github.com/linux-chenxing/linux.git tags/mstar-5.14-v2
> 
> for you to fetch changes up to eb5e7693630c6039d040e428840be82b7e3a8614:
> 
>  MAINTAINERS: ARM/MStar/Sigmastar SoCs: Add a link to the MStar tree
> (2021-06-13 02:12:18 +0900)
> 
> ----------------------------------------------------------------
> Daniel Palmer (1):
>      MAINTAINERS: ARM/MStar/Sigmastar SoCs: Add a link to the MStar tree
> 
> Romain Perier (1):
>      ARM: debug: add UART early console support for MSTAR SoCs
> 
> MAINTAINERS            |  1 +
> arch/arm/Kconfig.debug | 11 +++++++++++

Hi,

This time it seems like you based your branch on 5.14-rc5, which is a newer -rc
than what we have the rest of our trees on. The general rule of thumb is to
base it on the oldest meaningful rc for the release (rc1 or rc2, most of the
time). We normally base our tree on rc2 or so, in this case I went forward to
rc3 earlier.

(Maybe you had the same base last time around, and I missed it -- my tooling
failed out on the S-o-b checking before I noticed)

To avoid another roundtrip here, I'll apply the two patches directly, but
please keep it in mind in the future, especially once you have more material
for a cycle.


-Olof

WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: Daniel Palmer <daniel@0x0f.com>
Cc: Arnd Bergmann <arnd@arndb.de>, SoC Team <soc@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Romain Perier <romain.perier@gmail.com>,
	Mohammed Billoo <mohammed.billoo@gmail.com>
Subject: Re: [GIT PULL] ARM: mstar for v5.14 v2
Date: Tue, 15 Jun 2021 08:28:40 -0700	[thread overview]
Message-ID: <20210615152840.GD11724@lx2k> (raw)
In-Reply-To: <CAFr9PXnBb7OmOAMumDodC+0usWqRT-RXwC+YUHZ2Y43Xe_uTQQ@mail.gmail.com>

On Sun, Jun 13, 2021 at 02:39:59AM +0900, Daniel Palmer wrote:
> Hi Arnd, Olof,
> 
> Here is a fixed version of the PR with my s-o-b for Romain's patch.
> 
> Content is as before:
> 
> - Romain has stepped up to clean up some of the ~300 patch backlog for
> MStar and he added support for earlyprintk in the process.
> - In an effort to do things properly I've moved work on the MStar
> stuff from my personal github account to one for this project. So
> people can find it I've added a link in MAINTAINERS.
> 
> The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:
> 
>  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)
> 
> are available in the Git repository at:
> 
>  https://github.com/linux-chenxing/linux.git tags/mstar-5.14-v2
> 
> for you to fetch changes up to eb5e7693630c6039d040e428840be82b7e3a8614:
> 
>  MAINTAINERS: ARM/MStar/Sigmastar SoCs: Add a link to the MStar tree
> (2021-06-13 02:12:18 +0900)
> 
> ----------------------------------------------------------------
> Daniel Palmer (1):
>      MAINTAINERS: ARM/MStar/Sigmastar SoCs: Add a link to the MStar tree
> 
> Romain Perier (1):
>      ARM: debug: add UART early console support for MSTAR SoCs
> 
> MAINTAINERS            |  1 +
> arch/arm/Kconfig.debug | 11 +++++++++++

Hi,

This time it seems like you based your branch on 5.14-rc5, which is a newer -rc
than what we have the rest of our trees on. The general rule of thumb is to
base it on the oldest meaningful rc for the release (rc1 or rc2, most of the
time). We normally base our tree on rc2 or so, in this case I went forward to
rc3 earlier.

(Maybe you had the same base last time around, and I missed it -- my tooling
failed out on the S-o-b checking before I noticed)

To avoid another roundtrip here, I'll apply the two patches directly, but
please keep it in mind in the future, especially once you have more material
for a cycle.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-06-15 15:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12 17:39 [GIT PULL] ARM: mstar for v5.14 v2 Daniel Palmer
2021-06-12 17:39 ` Daniel Palmer
2021-06-15 15:28 ` Olof Johansson [this message]
2021-06-15 15:28   ` Olof Johansson
2021-06-15 16:03   ` Daniel Palmer
2021-06-15 16:03     ` Daniel Palmer
2021-06-15 16:03     ` Olof Johansson
2021-06-15 16:03       ` Olof Johansson

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=20210615152840.GD11724@lx2k \
    --to=olof@lixom.net \
    --cc=arnd@arndb.de \
    --cc=daniel@0x0f.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mohammed.billoo@gmail.com \
    --cc=romain.perier@gmail.com \
    --cc=soc@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 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.