Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bugs #6

Open
NeverMore2744 opened this issue Nov 8, 2023 · 0 comments
Open

Possible bugs #6

NeverMore2744 opened this issue Nov 8, 2023 · 0 comments

Comments

@NeverMore2744
Copy link

NeverMore2744 commented Nov 8, 2023

In raizn.h, the padding of the superblock seems to be wrong:

// Line 81, raizn.h
char padding[PAGE_SIZE - (sizeof(struct raizn_params) - sizeof(int))];

I found the size of superblock becomes 4104 instead of 4096. Perhaps it should be char padding[PAGE_SIZE - (sizeof(struct raizn_params) + sizeof(int))];

I also found that FIO on the device will cause deadlocks in the kernel.

Message from syslogd@proj at Nov 17 17:21:53 ...
 kernel:[ 3696.821465] watchdog: BUG: soft lockup - CPU#11 stuck for 417s! [kworker/u32:6:2955]

Message from syslogd@proj at Nov 17 17:21:53 ...
 kernel:[ 3696.821465] watchdog: BUG: soft lockup - CPU#11 stuck for 417s! [kworker/u32:6:2955]

Message from syslogd@proj at Nov 17 17:22:21 ...
 kernel:[ 3724.820847] watchdog: BUG: soft lockup - CPU#11 stuck for 444s! [kworker/u32:6:2955]

Message from syslogd@proj at Nov 17 17:22:21 ...
 kernel:[ 3724.820847] watchdog: BUG: soft lockup - CPU#11 stuck for 444s! [kworker/u32:6:2955]

Message from syslogd@proj at Nov 17 17:22:49 ...
 kernel:[ 3752.820227] watchdog: BUG: soft lockup - CPU#11 stuck for 470s! [kworker/u32:6:2955]

Message from syslogd@proj at Nov 17 17:22:49 ...
 kernel:[ 3752.820227] watchdog: BUG: soft lockup - CPU#11 stuck for 470s! [kworker/u32:6:2955]

And I cannot kill the fio process or reboot the system when the CPU is stuck :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant