File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 build-kernel-sw6b :
2121 runs-on : [self-hosted, linux, x64]
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v6
2424 - name : " Install Deps"
2525 run : |
2626 git config --global user.email $email
3535 build-kernel-sw8a :
3636 runs-on : [self-hosted, linux, x64]
3737 steps :
38+ - uses : actions/checkout@v6
39+ - name : " Install Deps"
40+ run : |
41+ git config --global user.email $email
42+ git config --global user.name $KBUILD_BUILD_USER
43+
3844 - name : " Compile kernel"
3945 run : |
4046 # .config
Original file line number Diff line number Diff line change @@ -561,6 +561,14 @@ sched_find_first_bit(const unsigned long b[2])
561561
562562#include <asm-generic/bitops/ext2-atomic-setbit.h>
563563
564+ #define clear_bit_unlock __sw64_clear_bit_unlock
565+ #define __clear_bit_unlock __sw64___clear_bit_unlock
566+ #define test_and_set_bit_lock __sw64_test_and_set_bit_lock
567+ #include <asm-generic/bitops/lock.h>
568+ #undef clear_bit_unlock
569+ #undef __clear_bit_unlock
570+ #undef test_and_set_bit_lock
571+
564572#endif /* __KERNEL__ */
565573
566574#endif /* _ASM_SW64_BITOPS_H */
You can’t perform that action at this time.
0 commit comments