19 Jan
2021
19 Jan
'21
18:04
https://bugzilla.suse.com/show_bug.cgi?id=1181018 https://bugzilla.suse.com/show_bug.cgi?id=1181018#c23 --- Comment #23 from Michal Suchanek <msuchanek@suse.com> --- Also the patch as is is ok for 15.2 but in upstream it is likely broken. Upstream has changed like this: -- if (test_bit(FD_OPEN_SHOULD_FAIL_BIT, &drive_state[drive].flags)) +- if (test_bit(FD_OPEN_SHOULD_FAIL_BIT, &UDRS->flags)) and the code added in the patch does not reflect that. Test kernel for 15.2 should build shortly at https://build.opensuse.org/project/monitor/home:michals:kernel-test-15 -- You are receiving this mail because: You are the assignee for the bug.