All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: patchwork-bot+linux-riscv@kernel.org
Cc: Yixun Lan <dlan@gentoo.org>,
	linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	guodong@riscstar.com, linux-kernel@vger.kernel.org,
	spacemit@lists.linux.dev
Subject: Re: [PATCH] riscv: defconfig: run savedefconfig to reorder it
Date: Sun, 14 Sep 2025 16:44:21 +0100	[thread overview]
Message-ID: <20250914-rendering-afar-dd97b3a2505f@spud> (raw)
In-Reply-To: <174976442875.118664.14858626447477465303.git-patchwork-notify@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 1698 bytes --]

Paul,

On Thu, Jun 12, 2025 at 09:40:28PM +0000, patchwork-bot+linux-riscv@kernel.org wrote:
> Hello:
> 
> This patch was applied to riscv/linux.git (for-next)
> by Palmer Dabbelt <palmer@dabbelt.com>:
> 
> On Wed, 11 Jun 2025 22:56:04 +0800 you wrote:
> > Changes to defconfig should be always updated via 'make
> > savedefconfig', run this command to make it aligned again.
> > 
> > This will ease the effort of reviewing changes of defconfig
> > in the future.
> > 
> > Signed-off-by: Yixun Lan <dlan@gentoo.org>
> > 
> > [...]
> 
> Here is the summary with links:
>   - riscv: defconfig: run savedefconfig to reorder it
>     https://git.kernel.org/riscv/c/d958097bdf88

This got lost in the 6.17 "incident". I applied it to my branch that I
collect defconfig stuff for SoCs on as it is a prereq for some spacemit
stuff that I was grabbing. It's up on my korg repo as a tag if you need
or want to pull it in:

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-savedefconfig-6.18

for you to fetch changes up to 125c62df09a3fa4143298658340f093d2bd364a6:

  riscv: defconfig: run savedefconfig to reorder it (2025-09-14 16:34:42 +0100)

----------------------------------------------------------------
riscv-savedefconfig-6.18

----------------------------------------------------------------
Yixun Lan (1):
      riscv: defconfig: run savedefconfig to reorder it

 arch/riscv/configs/defconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: patchwork-bot+linux-riscv@kernel.org
Cc: Yixun Lan <dlan@gentoo.org>,
	linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	guodong@riscstar.com, linux-kernel@vger.kernel.org,
	spacemit@lists.linux.dev
Subject: Re: [PATCH] riscv: defconfig: run savedefconfig to reorder it
Date: Sun, 14 Sep 2025 16:44:21 +0100	[thread overview]
Message-ID: <20250914-rendering-afar-dd97b3a2505f@spud> (raw)
In-Reply-To: <174976442875.118664.14858626447477465303.git-patchwork-notify@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1698 bytes --]

Paul,

On Thu, Jun 12, 2025 at 09:40:28PM +0000, patchwork-bot+linux-riscv@kernel.org wrote:
> Hello:
> 
> This patch was applied to riscv/linux.git (for-next)
> by Palmer Dabbelt <palmer@dabbelt.com>:
> 
> On Wed, 11 Jun 2025 22:56:04 +0800 you wrote:
> > Changes to defconfig should be always updated via 'make
> > savedefconfig', run this command to make it aligned again.
> > 
> > This will ease the effort of reviewing changes of defconfig
> > in the future.
> > 
> > Signed-off-by: Yixun Lan <dlan@gentoo.org>
> > 
> > [...]
> 
> Here is the summary with links:
>   - riscv: defconfig: run savedefconfig to reorder it
>     https://git.kernel.org/riscv/c/d958097bdf88

This got lost in the 6.17 "incident". I applied it to my branch that I
collect defconfig stuff for SoCs on as it is a prereq for some spacemit
stuff that I was grabbing. It's up on my korg repo as a tag if you need
or want to pull it in:

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-savedefconfig-6.18

for you to fetch changes up to 125c62df09a3fa4143298658340f093d2bd364a6:

  riscv: defconfig: run savedefconfig to reorder it (2025-09-14 16:34:42 +0100)

----------------------------------------------------------------
riscv-savedefconfig-6.18

----------------------------------------------------------------
Yixun Lan (1):
      riscv: defconfig: run savedefconfig to reorder it

 arch/riscv/configs/defconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2025-09-14 15:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-11 14:56 [PATCH] riscv: defconfig: run savedefconfig to reorder it Yixun Lan
2025-06-11 14:56 ` Yixun Lan
2025-06-12  8:37 ` Alexandre Ghiti
2025-06-12  8:37   ` Alexandre Ghiti
2025-06-12  9:32   ` Yixun Lan
2025-06-12  9:32     ` Yixun Lan
2025-06-12 13:12     ` Alexandre Ghiti
2025-06-12 13:12       ` Alexandre Ghiti
2025-06-12 18:57       ` Palmer Dabbelt
2025-06-12 18:57         ` Palmer Dabbelt
2025-06-19  3:32         ` Guodong Xu
2025-06-19  3:32           ` Guodong Xu
2025-06-12 21:40 ` patchwork-bot+linux-riscv
2025-06-12 21:40   ` patchwork-bot+linux-riscv
2025-09-14 15:44   ` Conor Dooley [this message]
2025-09-14 15:44     ` Conor Dooley

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=20250914-rendering-afar-dd97b3a2505f@spud \
    --to=conor@kernel.org \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=dlan@gentoo.org \
    --cc=guodong@riscstar.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=patchwork-bot+linux-riscv@kernel.org \
    --cc=paul.walmsley@sifive.com \
    --cc=spacemit@lists.linux.dev \
    /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.