search for: constant_test_bit

Displaying 5 results from an estimated 5 matches for "constant_test_bit".

2003 Oct 04
0
chattr +j ==> Oops
...tried it. Both on the new box (2.4.21-7um) and on my laptop (about three csets shy of the v2.6.0-test6 tag). Both bombed out in the journal. My uml provider forwarded this from the uml console: Assertion failure in journal_revoke() at revoke.c:329: "!(__builtin_constant_p(BH_Revoked) ? constant_test_bit((BH_Revoked),(&bh->b_state)) : variable_test_bit((BH_Revoked),(&bh->b_state)))" Kernel panic: kernel BUG at revoke.c:329! I was able to use dmesg(1) to see the prink() the laptop generated but was unable to copy it down. It did reference journal... and var was remounted ro, so...
2018 Dec 10
1
[PATCH net 4/4] vhost: log dirty page correctly
...nux/kasan-checks.h:kasan_check_write Cyclomatic Complexity 2 arch/x86/include/asm/bitops.h:set_bit Cyclomatic Complexity 2 arch/x86/include/asm/bitops.h:clear_bit Cyclomatic Complexity 1 arch/x86/include/asm/bitops.h:test_and_set_bit Cyclomatic Complexity 1 arch/x86/include/asm/bitops.h:constant_test_bit Cyclomatic Complexity 1 arch/x86/include/asm/bitops.h:variable_test_bit Cyclomatic Complexity 1 arch/x86/include/asm/bitops.h:fls Cyclomatic Complexity 1 include/linux/log2.h:__ilog2_u32 Cyclomatic Complexity 1 include/linux/list.h:INIT_LIST_HEAD Cyclomatic Complexity 1 include/linux...
2001 Oct 18
3
Assertion failed
...It is due to the kernel version. Could you please inform me if must upgrade to a more recent kernel ? Thanks a lot the kernel logs are : in errors logs Oct 18 17:31:16 tadorne kernel: Assertion failure in journal_revoke_Rb5884a32() at revoke.c:307: "!(__builtin_constant_p(BH_Revoked) ? constant_test_bit((BH_Revoked),(&bh->b_state)) : variable_test_bit((BH_Revoked),(&bh->b_state)))" Oct 18 17:41:30 tadorne kernel: task `ip' exit_signal 17 in reparent_to_init in warnings logs Oct 18 17:31:16 tadorne kernel: kernel BUG at revoke.c:307! Oct 18 17:31:16 tadorne kernel: invali...
2018 Dec 10
9
[PATCH net 0/4] Fix various issue of vhost
Hi: This series tries to fix various issues of vhost: - Patch 1 adds a missing write barrier between used idx updating and logging. - Patch 2-3 brings back the protection of device IOTLB through vq mutex, this fixes possible use after free in device IOTLB entries. - Patch 4 fixes the diry page logging when device IOTLB is enabled. We should done through GPA instead of GIOVA, this was done
2018 Dec 10
9
[PATCH net 0/4] Fix various issue of vhost
Hi: This series tries to fix various issues of vhost: - Patch 1 adds a missing write barrier between used idx updating and logging. - Patch 2-3 brings back the protection of device IOTLB through vq mutex, this fixes possible use after free in device IOTLB entries. - Patch 4 fixes the diry page logging when device IOTLB is enabled. We should done through GPA instead of GIOVA, this was done