Skip to content
Snippets Groups Projects
Select Git revision
  • de71ad2c97862eae1516aa36528cc3b317c17b2f
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marc Dionne authored and Thomas Gleixner committed
    Commit 75182b16 ("x86/asm/entry: Switch all C consumers of
    kernel_stack to this_cpu_sp0()") changed current_thread_info
    to use this_cpu_sp0, and indirectly made it rely on init_tss
    which was exported with EXPORT_PER_CPU_SYMBOL_GPL.
    As a result some macros and inline functions such as set/get_fs,
    test_thread_flag and variants have been made unusable for
    external modules.
    
    Make cpu_tss exported with EXPORT_PER_CPU_SYMBOL so that these
    functions are accessible again, as they were previously.
    
    Signed-off-by: default avatarMarc Dionne <marc.dionne@your-file-system.com>
    Acked-by: default avatarAndy Lutomirski <luto@amacapital.net>
    Link: http://lkml.kernel.org/r/1430763404-21221-1-git-send-email-marc.dionne@your-file-system.com
    
    
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    de71ad2c
    History
    Name Last commit Last update
    ..