-
Notifications
You must be signed in to change notification settings - Fork 606
[AUTOPATCHER-kernel] Kernel upgrade to version 6.6.129.1 - branch 3.0-dev #16182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
76a64fb
0a9ba98
6a207b1
0456fee
03ae95e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| { | ||
| "Signatures": { | ||
| "azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b", | ||
| "config": "6a4f10e2ec6f814e7905bc04289764423e2cf08d5626e461c34a8f66e97c4307", | ||
| "config_aarch64": "c4837722b817974c4b1cc3fbf122e929b6dfc7cfa1d788ead477de8c9acf8fa9", | ||
| "config": "fa72aff3417a681f94bd806af0b4d2ea41212850622ffa1ff36b190f1b1840bb", | ||
| "config_aarch64": "fe90e2734c173a5b51d0d50093980469ac395e424d35018df917710f5538ddd9", | ||
| "cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985", | ||
| "cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98", | ||
| "sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f", | ||
| "azl-ipe-boot-policy.pol": "f2b7941bd3b721aadc8e937d0472c36fe5e140221f7bb54af6ef905884e0372c", | ||
| "Makefile": "1c2e740407215ed9b9cbbc09f9102bc99c08b370bbe2cbb0490aefdc9eb70455", | ||
| "tarfs.c": "066084e1ca2c1e7ba83e76a6696cf17928e7efb46a2b1670a7a1f597c2d9bc51", | ||
| "kernel-6.6.126.1.tar.gz": "e0bf18e2647c360b43faa8147cca8fc22a0b57913725f35044c69a1c455625cd" | ||
| "kernel-6.6.129.1.tar.gz": "4e94b593f0e32db7827de6f1ba1f80ea3687eb494d975ee1b058660a48565098" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| { | ||
| "Signatures": { | ||
| "azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b", | ||
| "config_aarch64": "f2898226c21ff2b0df59248f100d22e4c78fc41479ac12af6bb82fa583fd7e97", | ||
| "config_aarch64": "c4bc61e614b0cb7e4054a32b2959045c5458f0f5c35232c687e231fb82fff2a6", | ||
| "cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985", | ||
| "cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98", | ||
| "sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f", | ||
| "kernel-6.6.126.1.tar.gz": "e0bf18e2647c360b43faa8147cca8fc22a0b57913725f35044c69a1c455625cd" | ||
| "kernel-6.6.129.1.tar.gz": "4e94b593f0e32db7827de6f1ba1f80ea3687eb494d975ee1b058660a48565098" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "Signatures": { | ||
| "kernel-6.6.126.1.tar.gz": "e0bf18e2647c360b43faa8147cca8fc22a0b57913725f35044c69a1c455625cd" | ||
| "kernel-6.6.129.1.tar.gz": "4e94b593f0e32db7827de6f1ba1f80ea3687eb494d975ee1b058660a48565098" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # | ||
| # Automatically generated file; DO NOT EDIT. | ||
| # Linux/arm64 6.6.126.1 Kernel Configuration | ||
| # Linux/arm64 6.6.129.1 Kernel Configuration | ||
| # | ||
| CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" | ||
| CONFIG_CC_IS_GCC=y | ||
|
|
@@ -5578,6 +5578,7 @@ CONFIG_MFD_CORE=y | |
| # CONFIG_MFD_CS42L43_I2C is not set | ||
| # CONFIG_MFD_MADERA is not set | ||
| # CONFIG_MFD_MAX5970 is not set | ||
| # CONFIG_MFD_TN48M_CPLD is not set | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # CONFIG_PMIC_DA903X is not set | ||
| # CONFIG_MFD_DA9052_SPI is not set | ||
| # CONFIG_MFD_DA9052_I2C is not set | ||
|
|
@@ -11184,7 +11185,6 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y | |
|
|
||
| # CONFIG_DEBUG_IRQFLAGS is not set | ||
| CONFIG_STACKTRACE=y | ||
| # CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # CONFIG_DEBUG_KOBJECT is not set | ||
|
|
||
| # | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| { | ||
| "Signatures": { | ||
| "azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b", | ||
| "config": "6a4f10e2ec6f814e7905bc04289764423e2cf08d5626e461c34a8f66e97c4307", | ||
| "config_aarch64": "c4837722b817974c4b1cc3fbf122e929b6dfc7cfa1d788ead477de8c9acf8fa9", | ||
| "config": "fa72aff3417a681f94bd806af0b4d2ea41212850622ffa1ff36b190f1b1840bb", | ||
| "config_aarch64": "fe90e2734c173a5b51d0d50093980469ac395e424d35018df917710f5538ddd9", | ||
| "cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985", | ||
| "cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98", | ||
| "sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f", | ||
| "kernel-6.6.126.1.tar.gz": "e0bf18e2647c360b43faa8147cca8fc22a0b57913725f35044c69a1c455625cd" | ||
| "kernel-6.6.129.1.tar.gz": "4e94b593f0e32db7827de6f1ba1f80ea3687eb494d975ee1b058660a48565098" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,8 +31,8 @@ | |
|
|
||
| Summary: Linux Kernel | ||
| Name: kernel | ||
| Version: 6.6.126.1 | ||
| Release: 2%{?dist} | ||
| Version: 6.6.129.1 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Related Work Item: 60849521 |
||
| Release: 1%{?dist} | ||
| License: GPLv2 | ||
| Vendor: Microsoft Corporation | ||
| Distribution: Azure Linux | ||
|
|
@@ -440,6 +440,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
| %{_sysconfdir}/bash_completion.d/bpftool | ||
|
|
||
| %changelog | ||
| * Thu Mar 12 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.129.1-1 | ||
| - Auto-upgrade to 6.6.129.1 | ||
|
|
||
| * Fri Feb 27 2026 Andrew Chiang <andrewchiang@microsoft.com> - 6.6.126.1-2 | ||
| - Enable CONFIG_TCP_CONG_BBR3=m | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result of microsoft/CBL-Mariner-Linux-Kernel@2983b39