Skip to content
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

kernel: bump 6.6 to 6.6.25 #15063

Merged
merged 2 commits into from Apr 5, 2024
Merged

kernel: bump 6.6 to 6.6.25 #15063

merged 2 commits into from Apr 5, 2024

Conversation

graysky2
Copy link
Contributor

@graysky2 graysky2 commented Apr 3, 2024

kernel: bump 6.6 to 6.6.25

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.25

All patches automatically rebased.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3, flogic/glinet_gl-mt6000
Run-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3, flogic/glinet_gl-mt6000

@github-actions github-actions bot added build/scripts/tools pull request/issues for build, scripts and tools related changes target/ipq806x pull request/issue for ipq806x target kernel pull request/issue with Linux kernel related changes target/ipq40xx pull request/issue for ipq40xx target target/mediatek pull request/issue for mediatek target target/qualcommax pull request/issue for qualcommax target labels Apr 3, 2024
@graysky2
Copy link
Contributor Author

graysky2 commented Apr 3, 2024

@Ansuel Please check my manual rebase of your patch. I changed:

config.add_legacy_fixed_of_cells = of_device_is_compatible(node, "nvmem-cells");

to

config.add_legacy_fixed_of_cells = !of_node_name_eq(mtd->dev.of_node, "nand");

@zxlhhyccc
Copy link

@graysky2 Is kernel 6.1 no longer updated?

@namiltd
Copy link
Contributor

namiltd commented Apr 4, 2024

PR #14868 is merged. Please check if your patch requires an update

Copy link
Contributor

@namiltd namiltd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My proposal combining the fix dd78a59 and 8ec7670

@namiltd
Copy link
Contributor

namiltd commented Apr 4, 2024

Seems like quite a few targets are waiting to get 6.6 merged as testing kernels:

* [bcm47xx: add kernel 6.6 #15010](https://github.com/openwrt/openwrt/pull/15010)

* [layerscape: bump layerscape packages to lf-6.6 and add 6.6 kernel as testing #14997](https://github.com/openwrt/openwrt/pull/14997)

* [apm821xx: add 6.6 testing kernel  #14963](https://github.com/openwrt/openwrt/pull/14963)

* [kirkwood: add 6.6 kernel as testing version #14902](https://github.com/openwrt/openwrt/pull/14902)

* [[RFC/WIP]: armsr: add 6.6 as testing kernel #14896](https://github.com/openwrt/openwrt/pull/14896)

* [ath79: add basic kernel 6.6 support #14880](https://github.com/openwrt/openwrt/pull/14880)

* [x86: add 6.6 as testing kernel #14868](https://github.com/openwrt/openwrt/pull/14868)

* [ramips: add support for 6.6 kernel version #14774](https://github.com/openwrt/openwrt/pull/14774)

PR #14774 is over a month old. I gradually make improvements to it as a new kernel version comes out. If this operational request had been approved earlier, I would have had to review the code again. Therefore, I am in favor of committing or faster analysis of the PR code from the list before approving this PR.

@namiltd
Copy link
Contributor

namiltd commented Apr 5, 2024

PR #14963 #14774 #15073 #15074 and #15080 are merged, Please update your patch.

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.24

Removed upstreamed:
	generic/backport-6.6/838-v6.9-leds-trigger-netdev-Fix-kernel-panic-on-interface-re.patch[1]
	generic/backport-6.6/981-mtd-spinand-Add-support-for-5-byte-IDs.patch[2]
	mediatek/patches-6.6/831-thermal-drivers-mediatek-Fix-control-buffer-enablement-on-MT7896.patch[3]

Removed:
	ipq40xx/patches-6.6/110-mtd-limit-OTP-nvmem-to-non-nand-devices.patch[4]

All other patches automatically rebased.

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.24&id=10f2af1af8ab8a7064f193446abd5579d3def7e3
2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.24&id=9c74507e6c4382d12a5e418742b81fd441f03313
3. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.24&id=fe750e2744428be6aec7395b13df3b34381ce6b6
4. Acknowledgment to @DragonBlurp for pointing out the redundancy of this patch. openwrt@dd78a59

Build system: x86/64
Build-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3
Run-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3

Signed-off-by: John Audia <therealgraysky@proton.me>
@github-actions github-actions bot removed target/ipq806x pull request/issue for ipq806x target target/kirkwood pull request/issue for kirkwood target labels Apr 5, 2024
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.25

All patches automatically rebased.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3, flogic/glinet_gl-mt6000
Run-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3, flogic/glinet_gl-mt6000

Signed-off-by: John Audia <therealgraysky@proton.me>
@openwrt-bot openwrt-bot merged commit e6f7e9d into openwrt:main Apr 5, 2024
72 of 73 checks passed
@graysky2 graysky2 deleted the 6 branch April 8, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/scripts/tools pull request/issues for build, scripts and tools related changes kernel pull request/issue with Linux kernel related changes target/ipq40xx pull request/issue for ipq40xx target target/mediatek pull request/issue for mediatek target target/qualcommax pull request/issue for qualcommax target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants