VirtualBox

Changes between Version 2 and Version 3 of Ticket #19644, comment 2


Ignore:
Timestamp:
Jul 14, 2020 3:27:30 PM (4 years ago)
Author:
Frank Batschulat (Oracle)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19644, comment 2

    v2 v3  
    9797
    9898Could not find the text string: unmap_kernel_range
     99
     100cpu_tlbstate:
     101{{{
     102Text string: cpu_tlbstate
     103  File               Line
     1040 SUPDrv-linux.c     760 RTCCUINTREG uOld = this_cpu_read(cpu_tlbstate.cr4);
     1051 SUPDrv-linux.c     764 this_cpu_write(cpu_tlbstate.cr4, uNew);
     1062 the-linux-kernel.h 169 /* for cr4_init_shadow() / cpu_tlbstate. */
     107}}}
     108hidden with:[[BR]]
     109Subject: [patch 00/15] x86/tlb: Unexport per-CPU tlbstate[[BR]]
     110Date: Sun, 19 Apr 2020 22:31:37 +0200[[BR]]
     111[https://lore.kernel.org/lkml/20200419203137.214111265@linutronix.de/][[BR]]
     112[https://lore.kernel.org
     113{{{
     114The per-CPU tlbstate contains sensitive information which
     115should be really only accessible in core code. It is exported
     116to modules because some inline functions which are required by
     117KVM need access to it.
     118
     119The following series creates regular exported functions for
     120the few things which are needed by KVM and hides the struct
     121definition and some low level helpers from modules.
     122}}}
     123/lkml/20200419203336.226245149@linutronix.de/][[BR]]

© 2023 Oracle
ContactPrivacy policyTerms of Use