* openbmc/linux dev-6.18
@ 2025-12-17 10:09 Andrew Jeffery
2025-12-17 10:43 ` Tomer Maimon
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Jeffery @ 2025-12-17 10:09 UTC (permalink / raw)
To: openbmc
Cc: Cosmo Chou, Eddie James, Jeremy Kerr, Leo Yang, Peter Yin,
tomer.maimon, Matt Johnston, Tan Siewert
Hi all,
Linux v6.18 is a new long-term stable release[1], and I've now pushed a
branch[2] and corresponding recipe patches[3] moving OpenBMC over to
it.
[1]: https://www.kernel.org/category/releases.html
[2]: https://github.com/openbmc/linux/tree/dev-6.18
[3]: https://gerrit.openbmc.org/q/topic:%22openbmc-linux-dev-6.18%22
The patch migration was done in two steps, first from v6.12 to v6.17,
and then from v6.17 to v6.18. The multi-step effort was mainly a means
to test my own process. If anyone's interested in what that looks like
I'm happy to talk through it with you.
The patches listed below were either dropped or modified, listed by
step.
Please test dev-6.18 on your platforms and report any issues.
Andrew
---
Dropped or modified migrating from v6.12 to v6.17:
Amit Sunil Dhamne (1):
usb: typec: tcpm: Add support for parsing pd-revision DT property
Andrew Jeffery (2):
soc: aspeed: lpc-snoop: Rearrange channel paths
soc: aspeed: lpc-snoop: Lift channel config to const structs
Breno Leitao (1):
Revert "x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2" on v6.6 and older
Cosmo Chou (1):
dt-bindings: trivial-devices: add mps,mp5998
Eddie James (3):
leds: pca955x: Optimize probe led selection
leds: pca955x: Add HW blink support
leds: Ensure hardware blinking turns off when requested
Jeremy Kerr (2):
net: mctp: Add MCTP USB transport driver
net: mctp: separate routing database from routing operations
Leo Yang (1):
hwmon: Add driver for TI INA233 Current and Power Monitor
Peter Yin (1):
dt-bindings: trivial-devices: add isil,isl69260
Tomer Maimon (2):
reset: npcm: register npcm8xx clock auxiliary bus device
clk: npcm8xx: add clock controller
Wensheng Wang (1):
dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502
Dropped or modified migrating from v6.17 to v6.18:
Amit Sunil Dhamne (2):
usb: typec: tcpm: unregister existing source caps before re-registration
usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps
Andrew Jeffery (2):
ARM: dts: aspeed: Rework APB nodes
Revert "ARM: dts: aspeed: Rework APB nodes"
Greg Kroah-Hartman (1):
usb: typec: fix up incorrectly backported "usb: typec: tcpm: unregister existing source caps before re-registration"
Matt Johnston (1):
mctp i3c: handle NULL header address
Michael Grzeschik (1):
usb: typec: tcpm: allow switching to mode accessory to mux properly
RD Babiera (1):
usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach
Tan Siewert (1):
ARM: dts: aspeed: e3c256d4i: convert NVMEM content to layout syntax
Wensheng Wang (1):
dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openbmc/linux dev-6.18
2025-12-17 10:09 openbmc/linux dev-6.18 Andrew Jeffery
@ 2025-12-17 10:43 ` Tomer Maimon
2025-12-17 10:50 ` Andrew Jeffery
0 siblings, 1 reply; 4+ messages in thread
From: Tomer Maimon @ 2025-12-17 10:43 UTC (permalink / raw)
To: Andrew Jeffery
Cc: openbmc, Cosmo Chou, Eddie James, Jeremy Kerr, Leo Yang,
Peter Yin, tomer.maimon, Matt Johnston, Tan Siewert
[-- Attachment #1: Type: text/plain, Size: 3425 bytes --]
Hi Andrew,
Thank you very much for pushing dev-6.18 to the OpenBMC Linux kernel
repository!
Do you have an estimate for when the dev-6.18 branch might become the
default branch for the OpenBMC Linux kernel?
Thanks,
Tomer
On Wed, 17 Dec 2025 at 12:09, Andrew Jeffery <andrew@codeconstruct.com.au>
wrote:
> Hi all,
>
> Linux v6.18 is a new long-term stable release[1], and I've now pushed a
> branch[2] and corresponding recipe patches[3] moving OpenBMC over to
> it.
>
> [1]: https://www.kernel.org/category/releases.html
> [2]: https://github.com/openbmc/linux/tree/dev-6.18
> [3]: https://gerrit.openbmc.org/q/topic:%22openbmc-linux-dev-6.18%22
>
> The patch migration was done in two steps, first from v6.12 to v6.17,
> and then from v6.17 to v6.18. The multi-step effort was mainly a means
> to test my own process. If anyone's interested in what that looks like
> I'm happy to talk through it with you.
>
> The patches listed below were either dropped or modified, listed by
> step.
>
> Please test dev-6.18 on your platforms and report any issues.
>
> Andrew
>
> ---
>
> Dropped or modified migrating from v6.12 to v6.17:
>
> Amit Sunil Dhamne (1):
> usb: typec: tcpm: Add support for parsing pd-revision DT property
>
> Andrew Jeffery (2):
> soc: aspeed: lpc-snoop: Rearrange channel paths
> soc: aspeed: lpc-snoop: Lift channel config to const structs
>
> Breno Leitao (1):
> Revert "x86/bugs: Make spectre user default depend on
> MITIGATION_SPECTRE_V2" on v6.6 and older
>
> Cosmo Chou (1):
> dt-bindings: trivial-devices: add mps,mp5998
>
> Eddie James (3):
> leds: pca955x: Optimize probe led selection
> leds: pca955x: Add HW blink support
> leds: Ensure hardware blinking turns off when requested
>
> Jeremy Kerr (2):
> net: mctp: Add MCTP USB transport driver
> net: mctp: separate routing database from routing operations
>
> Leo Yang (1):
> hwmon: Add driver for TI INA233 Current and Power Monitor
>
> Peter Yin (1):
> dt-bindings: trivial-devices: add isil,isl69260
>
> Tomer Maimon (2):
> reset: npcm: register npcm8xx clock auxiliary bus device
> clk: npcm8xx: add clock controller
>
> Wensheng Wang (1):
> dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and
> mp29502
>
> Dropped or modified migrating from v6.17 to v6.18:
>
> Amit Sunil Dhamne (2):
> usb: typec: tcpm: unregister existing source caps before
> re-registration
> usb: typec: tcpm: fix use-after-free case in
> tcpm_register_source_caps
>
> Andrew Jeffery (2):
> ARM: dts: aspeed: Rework APB nodes
> Revert "ARM: dts: aspeed: Rework APB nodes"
>
> Greg Kroah-Hartman (1):
> usb: typec: fix up incorrectly backported "usb: typec: tcpm:
> unregister existing source caps before re-registration"
>
> Matt Johnston (1):
> mctp i3c: handle NULL header address
>
> Michael Grzeschik (1):
> usb: typec: tcpm: allow switching to mode accessory to mux
> properly
>
> RD Babiera (1):
> usb: typec: tcpm: apply vbus before data bringup in
> tcpm_src_attach
>
> Tan Siewert (1):
> ARM: dts: aspeed: e3c256d4i: convert NVMEM content to layout
> syntax
>
> Wensheng Wang (1):
> dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and
> mp29502
>
>
>
[-- Attachment #2: Type: text/html, Size: 5500 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openbmc/linux dev-6.18
2025-12-17 10:43 ` Tomer Maimon
@ 2025-12-17 10:50 ` Andrew Jeffery
2025-12-17 11:09 ` Andrew Jeffery
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Jeffery @ 2025-12-17 10:50 UTC (permalink / raw)
To: Tomer Maimon
Cc: openbmc, Cosmo Chou, Eddie James, Jeremy Kerr, Leo Yang,
Peter Yin, tomer.maimon, Matt Johnston, Tan Siewert
Hi Tomer,
On Wed, 2025-12-17 at 12:43 +0200, Tomer Maimon wrote:
> Hi Andrew,
>
> Thank you very much for pushing dev-6.18 to the OpenBMC Linux kernel
> repository!
No problems :)
>
> Do you have an estimate for when the dev-6.18 branch might become the
> default branch for the OpenBMC Linux kernel?
The serious answer is "when we've got consensus from the regular people
that it's a good idea".
Though if those people are quick perhaps we could hit merge as a
holiday celebration.
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openbmc/linux dev-6.18
2025-12-17 10:50 ` Andrew Jeffery
@ 2025-12-17 11:09 ` Andrew Jeffery
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Jeffery @ 2025-12-17 11:09 UTC (permalink / raw)
To: Tomer Maimon
Cc: openbmc, Cosmo Chou, Eddie James, Jeremy Kerr, Leo Yang,
Peter Yin, tomer.maimon, Matt Johnston, Tan Siewert
On Wed, 2025-12-17 at 21:20 +1030, Andrew Jeffery wrote:
> Hi Tomer,
>
> On Wed, 2025-12-17 at 12:43 +0200, Tomer Maimon wrote:
> > Hi Andrew,
> >
> > Thank you very much for pushing dev-6.18 to the OpenBMC Linux kernel
> > repository!
>
> No problems :)
>
> >
> > Do you have an estimate for when the dev-6.18 branch might become the
> > default branch for the OpenBMC Linux kernel?
>
> The serious answer is "when we've got consensus from the regular people
> that it's a good idea".
>
> Though if those people are quick perhaps we could hit merge as a
> holiday celebration.
As an early indication, all changes in the Gerrit topic for the fixes
and recipe bumps have passed CI.
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-17 11:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 10:09 openbmc/linux dev-6.18 Andrew Jeffery
2025-12-17 10:43 ` Tomer Maimon
2025-12-17 10:50 ` Andrew Jeffery
2025-12-17 11:09 ` Andrew Jeffery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox