From d5b8335c5694dc1dd4b126b14819bb283a06a9eb Mon Sep 17 00:00:00 2001 From: Zlatan Radovanovic Date: Mon, 29 Nov 2021 01:04:14 +0100 Subject: [PATCH] ota: Update for 2.7 release Signed-off-by: Zlatan Radovanovic --- ota/changelog | 29 +++++++++++++++++------------ ota/update.json | 8 ++++---- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/ota/changelog b/ota/changelog index 5b3d39d8ab25..566967adad1d 100644 --- a/ota/changelog +++ b/ota/changelog @@ -5,19 +5,24 @@ Type: Stable Device: OnePlus 7/T/Pro Compiler: Dora Clang 14.0.0 Branch: master -Build Number: 2.4 +Build Number: 2.7 ``` ## Changelog ``` -2.4: --Merge latest 4.14.248 kernel stable upstream --Merge CAF tag LA.UM.9.15.r1-03600-KAMORTA.0 for qcacld-3.0, qca-wifi-host-cmn and fw-api (update WLAN drivers to 5.2.022.8Y) --Cleanup and rewrite FOD driver (thanks mvaisakh) and implement Devfreq boosting on FOD press (improved fingerprint reader performance) --Backport new Cpuidle TEO governor and use it by default (improved battery life) --Increase boosting on app launch --Micro-optimize cfq io scheduler --lib/sort backports --SLMK updates --Improve boot speed by suppressing output during kernel init --Built with latest Clang 14 (latest LLVM tc built with LTO, lld and Polly) +-2.7 + +***From this release onwards, FOD has been reworked in order to be fully compatible and working with new A12 ROMs. It still might work on A11 ROMs and OOS 11, but to an extent. Because of that, there will be separate builds for A11 ROMs and OOS 11 without those changes, marked with "eleven" tag. So for example, for OOS 11, you would flash "Dora-Kernel-v2.7-eleven-sdcard_fs.zip".OOS 11 compatible build, so eleven-sdcardfs version is still staying as default for JSON configuration.*** + +-Merge latest 4.14.256 kernel stable upstream +-Merge latest CAF tag LA.UM.9.1.r1-11300-SMxxx0.0 treewide +-Merge latest CAF tag LA.UM.9.1.r1-11300-SMxxx0.0 for qcacld-3.0, qca-wifi-host-cmn and fw-api (update WLAN drivers to 5.2.022.9N) +-Switch to 250Hz timer and 16ms PELT halflife respectively +-Improve idle power consumption +-Various mm, qos, ion patches from Sultan +-Locking/qspinlock backports +-Modify scheduler capacity margins +-Revisit of many old kgsl/msm patches +-Move to f2fs late_initcall +-Fix freezing issues for A12 ROMs +-Built using latest Dora Clang toolchain built from LLVM upstream ``` diff --git a/ota/update.json b/ota/update.json index 404b951bf986..252f61904bdd 100644 --- a/ota/update.json +++ b/ota/update.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Dora Kernel", - "version": "v2.4", - "link": "https://github.com/nem0-z/dora_kernel_oneplus_sm8150/releases/download/2.4/Dora-Kernel-v2.4-sdcard_fs.zip", + "version": "v2.7", + "link": "https://github.com/nem0-z/dora_kernel_oneplus_sm8150/releases/download/2.7/Dora-Kernel-v2.7-eleven-sdcard_fs.zip", "changelog_url": "https://raw.githubusercontent.com/nem0-z/dora_kernel_oneplus_sm8150/master/ota/changelog", - "date": "2021-10-03", - "sha1": "ec2b3b3e668c0ad86d31205aefb266ba956dd394" + "date": "2021-11-29", + "sha1": "24e2e8d9ae8fb33422ff8fd825e9b5587f317f4f" }, "support": { "link": "https://t.me/nem0kernel"