Kernel 6.12-rc5 is available.
Code:
doug@s19:~$ uname -a
Linux s19 6.12.0-rc5-stock #1279 SMP PREEMPT_DYNAMIC Sun Oct 27 18:16:45 PDT 2024 x86_64 x86_64 x86_64 GNU/Linux
I was running kernel 6.12-rc3 when I compiled it, and it took almost twice as long as normal to compile, with some unusual warnings:
Code:
doug@s19:~/kernel/linux$ time make -s -j13 olddefconfig bindeb-pkg LOCALVERSION=-stock
...
fs/bcachefs/btree_cache.o: warning: objtool: __bch2_btree_node_get() falls through to next function bch2_btree_node_get()
fs/bcachefs/btree_cache.o: warning: objtool: bch2_btree_node_get() falls through to next function bch2_btree_node_get_noiter()
fs/bcachefs/btree_key_cache.o: warning: objtool: bch2_btree_path_traverse_cached() falls through to next function bch2_btree_insert_key_cached()
fs/bcachefs/btree_update.o: warning: objtool: bch2_trans_update_get_key_cache() falls through to next function flush_new_cached_update()
fs/bcachefs/btree_update.o: warning: objtool: flush_new_cached_update() falls through to next function bch2_trans_update_by_path()
...
real 60m21.634s
user 656m57.230s
sys 56m34.672s
EDIT: I did a clean compile using 6.12-rc5, and the time was normal:
Code:
real 32m16.444s
user 351m55.224s
sys 29m31.062s