[AUTOPATCHER-kernel] Kernel upgrade to version 5.15.148.1 - branch main#7535
[AUTOPATCHER-kernel] Kernel upgrade to version 5.15.148.1 - branch main#7535
Conversation
| CONFIG_MMC_MTK=m | ||
| CONFIG_MMC_SDHCI_BRCMSTB=m | ||
| CONFIG_MMC_SDHCI_XENON=m | ||
| CONFIG_MMC_SDHCI_OMAP=m |
There was a problem hiding this comment.
New dependencies due to microsoft/CBL-Mariner-Linux-Kernel@106136f
There was a problem hiding this comment.
A little more color into this. The check is failing because MMC_SDHCI_OMAP got changed.
In Mariner it was originally turned on in a huge batch here: Enable arm64 hyperv and SoCs support for CBL-Mariner (#366) · microsoft/CBL-Mariner@d42ad21 (github.com)
For this PR update,to 5.15.148.1, the config was changed to have depends on certain arches (commit)
depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
ARCH_KEYSTONE - Kconfig
ARCH_OMAP2PLUS- Kconfig
However, we never supported these arches in 2.0 so this config should imo go away and is not worth recording
| CONFIG_MMC_SDHCI_OMAP=m | ||
| CONFIG_MMC_SDHCI_AM654=m | ||
| # CONFIG_MMC_OWL is not set | ||
| CONFIG_MMC_SDHCI_EXTERNAL_DMA=y |
There was a problem hiding this comment.
This is selected by CONFIG_MMC_SDHCI_OMAP which is now off
| CONFIG_BCM_SR_THERMAL=y | ||
| # end of Broadcom thermal drivers | ||
|
|
||
| # CONFIG_TI_SOC_THERMAL is not set |
There was a problem hiding this comment.
Implied by CONFIG_MMC_SDHCI_OMAP which is now off

[AUTOPATCHER-kernel] Kernel upgrade to version 5.15.148.1 - branch main
Upgrade pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=493769&view=results
buddy build -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=493798&view=results