Giter Site home page Giter Site logo

pierre2324 / ngk_android_kernel_xiaomi_sm8150 Goto Github PK

View Code? Open in Web Editor NEW
25.0 4.0 19.0 1.22 GB

Overclocked NoGravityKernel for POCO X3 PRO [FORCE PUSH ALERT]

License: Other

Makefile 0.25% C 98.30% Assembly 1.14% Shell 0.07% Perl 0.10% C++ 0.03% Awk 0.01% Python 0.07% GDB 0.01% sed 0.01% Yacc 0.01% Lex 0.01% UnrealScript 0.01% SmPL 0.01% Gherkin 0.01% XS 0.01% Raku 0.01% Roff 0.01% Clojure 0.01% M4 0.01%

ngk_android_kernel_xiaomi_sm8150's Introduction

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

ngk_android_kernel_xiaomi_sm8150's People

Contributors

acmel avatar adrianbunk avatar airlied avatar alexdeucher avatar arndb avatar axellin avatar bigguiness avatar broonie avatar bzolnier avatar danvet avatar davem330 avatar dhowells avatar geertu avatar gregkh avatar htejun avatar ickle avatar jhovold avatar jmberg-intel avatar joeperches avatar larsclausen avatar linusw avatar mchehab avatar morimoto avatar olofj avatar pmundt avatar rafaeljw avatar ralfbaechle avatar tiwai avatar torvalds avatar vsyrjala avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ngk_android_kernel_xiaomi_sm8150's Issues

Compilation falied

Hello, after compiling the kernel, vmlinux.o gives me an "undefined references" error. I also had to patch various components to build the kernel. Poco X3 Pro Device, Poco X3 Pro Host, Debian 12 beta
Снимок экрана от 2022-05-26 12-33-54

Снимок экрана от 2022-05-26 12-35-01
Снимок экрана от 2022-05-26 12-34-15
Снимок экрана от 2022-05-26 12-34-05

Снимок экрана от 2022-05-26 12-34-55
Снимок экрана от 2022-05-26 12-34-23

Снимок экрана от 2022-05-26 12-34-48
Снимок экрана от 2022-05-26 12-34-35
Снимок экрана от 2022-05-26 12-34-30

Снимок экрана от 2022-05-26 12-35-15

Снимок экрана от 2022-05-26 12-35-07

Снимок экрана от 2022-05-26 12-34-41

TTL

Has no thing for TTL lock..?
I just lost my money for some reason, because on this kernel something is wrong with TTL values and my operator thinks i was sharing my internet, lmao

Compilation Fails

I am using latest proton-clang
i run compile.sh
(i also fixed path inside it)

i get these two errors:

o ../drivers/soc/qcom/event_timer.c:54:3: error: field designator 'head' does not refer to any field in type 'typeof(struct timerqueue_head)' (aka 'struct timerqueue_head') .head = RB_ROOT, ^
../drivers/soc/qcom/event_timer.c:55:3: error: field designator 'next' does not refer to any field in type 'typeof(struct timerqueue_head)' (aka 'struct timerqueue_head') .next = NULL, ^

UPDATE:
I am also getting these errors too :
./kernel/events/core.c:8635:27: warning: unused variable 'filter' [-Wunused-variable] struct perf_addr_filter *filter; ^ ../kernel/events/core.c:8637:15: warning: unused variable 'count' [-Wunused-variable] unsigned int count = 0; ^ ../kernel/events/core.c:8652:8: error: use of undeclared label 'restart' goto restart; ^ ../kernel/events/core.c:8657:2: error: expected identifier or '(' raw_spin_lock_irqsave(&ifh->lock, flags); ^ ../include/linux/spinlock.h:221:2: note: expanded from macro 'raw_spin_lock_irqsave' do { \ ^ ../kernel/events/core.c:8657:2: error: expected identifier or '(' ../include/linux/spinlock.h:224:4: note: expanded from macro 'raw_spin_lock_irqsave' } while (0) ^ ../kernel/events/core.c:8658:2: error: expected identifier or '(' list_for_each_entry(filter, &ifh->list, entry) { ^ ../include/linux/list.h:503:2: note: expanded from macro 'list_for_each_entry' for (pos = list_first_entry(head, typeof(*pos), member); \ ^ ../kernel/events/core.c:8676:2: error: unknown type name 'event' event->addr_filters_gen++; ^ ../kernel/events/core.c:8676:7: error: expected identifier or '(' event->addr_filters_gen++; ^ ../kernel/events/core.c:8677:2: error: expected identifier or '(' raw_spin_unlock_irqrestore(&ifh->lock, flags); ^ ../include/linux/spinlock.h:259:2: note: expanded from macro 'raw_spin_unlock_irqrestore' do { \ ^ ../kernel/events/core.c:8677:2: error: expected identifier or '(' ../include/linux/spinlock.h:262:4: note: expanded from macro 'raw_spin_unlock_irqrestore' } while (0) ^ ../kernel/events/core.c:8679:2: error: expected identifier or '(' if (ifh->nr_file_filters) { ^ ../kernel/events/core.c:8685:1: warning: declaration specifier missing, defaulting to 'int' restart: ^ int ../kernel/events/core.c:8685:8: error: expected ';' after top level declarator restart: ^ ; ../kernel/events/core.c:8686:25: error: expected identifier perf_event_stop(event, 1); ^ ../kernel/events/core.c:8686:2: warning: declaration specifier missing, defaulting to 'int' perf_event_stop(event, 1); ^ int ../kernel/events/core.c:8686:17: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] perf_event_stop(event, 1); ^ void ../kernel/events/core.c:8687:1: error: extraneous closing brace ('}') } ^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.