Changes between Version 5 and Version 6 of Ticket #19644, comment 2
- Timestamp:
- Jul 23, 2020 12:59:00 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19644, comment 2
v5 v6 125 125 Subject: [patch 02/15] x86/cpu: Uninline CR4 accessors[[BR]] 126 126 [https://lore.kernel.org/lkml/20200419203335.856333226@linutronix.de/][[BR]] 127 128 Apparently we've also had a change affecting: 129 trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c 130 131 starting with 5.8-rc1 vermagic.h cannot be included anymore: 132 [https://elixir.bootlin.com/linux/v5.8-rc1/source/include/linux/vermagic.h][[BR]] 133 {{{ 134 #ifndef INCLUDE_VERMAGIC 135 #error "This header can be included from kernel/module.c or *.mod.c only" 136 #endif 137 }}} 138 139 but we don't need it anyways in that file.