aitt cloud
829 subscribers
154 photos
6 videos
93 files
62 links
You can take set up root here
Download Telegram
yang lain nya tq juga yakk
1k tetep berharga banget bagi gua

1k x 1000=🗿🗿🗿
when ya
AK3_5_10_252_zixine_elysium_inline_HybridVelocity_3_6_+20260422.zip
15.6 MB
cpufreq: zixine_velocity: fix compilation by defining schedutil_type locally

The previous build failed because drivers/cpufreq cannot access the
private scheduler enum definitions. This fix introduces a local
definition of 'enum schedutil_type' and 'FREQUENCY_UTIL' to ensure
compatibility with schedutil_cpu_util() exports.

- Fixed: undeclared identifier 'FREQUENCY_UTIL'
- Fixed: visibility of 'enum schedutil_type'
- No changes to core Hybrid logic.
3
kayaknya zixine Velocity terlalu personal deh
Anonymous Poll
40%
gas pake nama velocity aja
60%
wah gpp bg zixine tetep di hati
terkumpul 104.327
tq
aitt cloud
terkumpul 104.327
terkumpul 127.782
makasiii
buat yang lain mau support monggo ditunggu🙏

seribu pun berarti banget untuk gua
sekali lagi makasih sejauh ini berarti temen temen udah sangat suport banget untuk kedepan nya🙏
🔥52
kalau gua open jasa pembuatan aplikasi oke ga?
Anonymous Poll
77%
gas
50%
oke
Forwarded from Pzqqt's News Channel (Pzqqt's Bot)
Google Clang Prebuilt Update
#clang

Commit

Download tar.gz:
clang 22.0.2 (based on r596125) from build 15241605
Alhamdulillah sudah hampir terkumpul donate kalian
...
dengan ini gua tutup donasi
untuk pembelian ssd

jadi kedepan nya kalau mau donasi, silakan


terimakasih yaa, gua bakal usahain yang terbaik buat kaliannnn
5
more information in monitor menu


stay tune with zixine app
1
2
next mau tambah fitur apa lagi???

ramein
yg rikues nya paling rame
gua usahain
1
Forwarded from Pzqqt's News Channel (P zqqt)
Fix the freeze problem of android12-5.10 kernel due to backport BORE:

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index af1f4bfd1675..0465a5ac6866 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -1031,9 +1031,8 @@ static void update_curr(struct cfs_rq *cfs_rq)
#ifdef CONFIG_SCHED_BORE
curr->burst_time += delta_exec;
update_burst_penalty(curr);
-#else // !CONFIG_SCHED_BORE
- curr->vruntime += calc_delta_fair(delta_exec, curr);
#endif // CONFIG_SCHED_BORE
+ curr->vruntime += calc_delta_fair(delta_exec, curr);
update_min_vruntime(cfs_rq);

if (entity_is_task(curr)) {


This was a mistake I made during the backport. So, did none of the cherry-pickers notice it? 🤣
Forwarded from Pzqqt's News Channel (P zqqt)
adios_a12_510_v3.2.0-1.zip
24.7 KB
修复了在backport时错误地添加了 ELEVATOR_F_MQ_AWARE flag的问题。

Fixed an issue that incorrectly added the ELEVATOR_F_MQ_AWARE flag during backporting.