Changes between Initial Version and Version 1 of Ticket #16872, comment 3
- Timestamp:
- Jun 4, 2018 2:38:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16872, comment 3
initial v1 1 1 OpenSUSE 15.0 shipped on May 25 with kernel version 4.12.14-lp150.12.4 that already has this change backported. As a result the version check in r0drv/linux/waitqueue-r0drv-linux.h does not work as expected. 2 2 3 OpenSUSE also backported the {{{__WQ_ORDERED_EXPLICIT}}} patch 4 https://github.com/torvalds/linux/commit/0a94efb5acbb6980d7c9ab604372d93cd507e4d8 5 so this could be used to detect OpenSUSE 15.0 3 OpenSUSE defines the CONFIG_SUSE_KERNEL macro so this could be used to check for OpenSUSE kernels. 6 4 7 5 See the attached patch