VirtualBox

Changes between Version 5 and Version 6 of Ticket #19644, comment 2


Ignore:
Timestamp:
Jul 23, 2020 12:59:00 PM (4 years ago)
Author:
Frank Batschulat (Oracle)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19644, comment 2

    v5 v6  
    125125Subject: [patch 02/15] x86/cpu: Uninline CR4 accessors[[BR]]
    126126[https://lore.kernel.org/lkml/20200419203335.856333226@linutronix.de/][[BR]]
     127
     128Apparently we've also had a change affecting:
     129trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
     130
     131starting 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
     139but we don't need it anyways in that file.

© 2023 Oracle
ContactPrivacy policyTerms of Use