Development EOL - [KERNEL] [OOS] Omega Kernel OOS11 [September 18, 2021]

Status
Not open for further replies.
Search This thread

GHOST1010

Senior Member
Apr 18, 2016
296
60
OnePlus 9 Pro
The screen getting slowly dimmer or brighter when turning on is nothing new, it happens on all OnePlus with Finger on display , there is nothing broken , or nothing to fix here. No point in spamming it here in this kernel thread.
Hope you understand.
 

Flasher8

Senior Member
Apr 24, 2011
1,194
175
The screen getting slowly dimmer or brighter when turning on is nothing new, it happens on all OnePlus with Finger on display , there is nothing broken , or nothing to fix here. No point in spamming it here in this kernel thread.
Hope you understand.
Finger on display ?? Mind explain ?
 

PKkeys

Senior Member
Apr 19, 2021
152
62
Okay, This is an offtopic question! I'm rooted and running the 11.5.5 version. How to update 11.6.6 and keep root?
 

PKkeys

Senior Member
Apr 19, 2021
152
62
For some weird reason, I'm finding the latest kernel has thermal issues! The May 25th version was good! reverted to it!
 

dkcats3

Senior Member
Sep 13, 2013
242
113
OnePlus 9 Pro
Google Pixel 6 Pro
How do I restore the stock kernel? I tried booting a clean magisk patched boot image and then direct installing through the magisk app, but upon reboot the kernel returns to being omega

EDIT: I figured it out, you have to flash the boot image from fastboot. Booting it and then flashing from within magisk is not permanent.
 
Last edited:
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 56
    Development has stopped - see my last post HERE.

    Introduction

    Hello everyone, this is my personal kernel for the OnePlus 9 Pro.
    My philosophy on the kernel is pretty simple, intended to replace the stock kernel, but with a lot of under-the-hood tweaks.

    Hopefully you will all enjoy!

    Important thread information!

    I refuse to acknowledge/respond to bug reports that do not include clear steps to reproduce, a logcat, and a console ramoops (if random rebooting) or a dmesg (any other issues). Follow this guide to do this.
    Keep things civil, no flaming in the forums!

    Features

    • Up to date with OxygenOS 11 source
    • Compiled with Google's Clang toolchain for maximum stability, with all warnings and errors fixed
    • Compiled with Clang's cortex-a55 optimizations
    • Many tweaks under the hood for smoother UX, lower battery drain, etc.
    • Westwood as the default congestion algorithm (BBR is also available)
    • Available to flash with AnyKernel3

    Latest kernel release on GitHub

    LINK

    Source

    Omega GitHub: https://github.com/kristofpetho/kernel_oneplus_sm8350
    Omega originally sourced from: OnePlusOSS

    Thanks where it's due

    @pyry666 for all his help getting me logs after logs after logs. Without him this wouldn't have been possible!
    @Burt Squirtz and @crashazz3 and @TheKnux for helping to test
    Kerneltoast for his extreme patience and guidance
    osm0sis (for AnyKernel3)
    @eng.stk for finding a way to have proper hardware detection working
    27
    New kernel release!

    Changelog:
    - Pulled in patch from Google to make cpufreq stat collection less CPU-hungry (smoothness)
    - Pulled in 3 Clang/LLVM stability fixes from upstream Linux
    - Pulled in a patch for better power consumption when vibrations are enabled (from arter's source)

    While this kernel works on latest 11.2.9.9, please note that OnePlus hasn't released sources yet for 11.2.9.9.

    Enjoy!
    25
    New release!

    Changelog:
    - Build with Google's Clang 13.0.1, updated Binutils to 2.37
    - Pulled in 5 code fixes from CAF for display driver
    - Pulled in 2 logic fixes from CAF for display driver
    - Pulled in 3 various CAF stability fixes
    - Fixed a dmesg error message with a commit from upstream Linux
    - Removed all android_fs tracing from the ext4 and f2fs filesystem drivers
    24
    Hi All,

    With a heavy heart I am stopping with development for the 9 Pro.

    My reasons:
    - no kernel source update since August 2021
    - Oppo has been known to be terrible with kernel source updates, and/or posting incomplete sources
    - A12 development will be difficult if the kernel sources are non-existent or lacking

    Wish all of you the best, and thank you so much for the wonderful community!

    Kristof
    23
    New kernel release!

    The test team has been crazy busy, flashing sometimes 5 builds a day to pressure test, and come up with this new kernel.
    After tons of performance tests, we found that Clang (with the included optimizations) outperforms even the best GCC builds, so I'm now moving to using Clang by Google to compile the kernel.

    Changelog:
    - Fixed major network error where userspace was trying to modify network settings but the kernel wasn't allowing it (this issue is also present on stock kernel)
    - Pulled in a fix from CAF to improve/lower battery drain
    - Updated Wireguard module to latest version
    - Built using Google's latest Clang (12.0.6)
    - Enabled all Clang internal optimizations (reverted a crazy CAF patch disabling them), and fixed all subsequent code errors
    - Fixed an IRQ saving issue found via lockdep (upstream)

    Enjoy!