diff --git a/sunny/NetErnels-r.json b/sunny/NetErnels-r.json index 0ff048c..d5eab26 100644 --- a/sunny/NetErnels-r.json +++ b/sunny/NetErnels-r.json @@ -2,11 +2,11 @@ { "kernel": { "name": "NetErnels", - "version": "r17a8", - "link": "https://github.com/NetErnels/devices/releases/download/r17a8/NetErnels-sunny-r17a8.zip", + "version": "r17a9", + "link": "https://github.com/NetErnels/devices/releases/download/r17a9/NetErnels-sunny-r17a9.zip", "changelog_url": "https://raw.githubusercontent.com/NetErnels/devices/master/sunny/changelog_r.md", - "date": "2023-11-10", - "sha1": "0dcbcd005f6fa1ba87c4e8f95f7635191699371b" + "date": "2023-11-14", + "sha1": "c8d16040488eec0327b40f3689ef75c3df8cc5eb" }, "support": { "link": "https://t.me/neternels_chat" diff --git a/sunny/changelog_r.md b/sunny/changelog_r.md index 6180f8e..ad1a098 100644 --- a/sunny/changelog_r.md +++ b/sunny/changelog_r.md @@ -5,11 +5,16 @@ Type: Bleeding Edge Device: Redmi Note 10 Compiler: Eva GCC 14.0.0 Branch: staging -Build Number: r17a8 +Build Number: r17a9 ``` ## Changelog +**-r17a9** +* Drop userspace irqbalancer blocker as we don't need it anymore. +* Don't allow IRQ affinities to be set from userspace. + **-r17a8** * Inline some BT modules to fix loading hci_usb. + **-r17a7** * Add support for Android 14. * Fixup kernel-level blocker for userspace irq balancer to not be utilized when init.is_sbalance=1.