x86/fpu: Rename "dynamic" XSTATEs to "independent"
authorAndy Lutomirski <luto@kernel.org>
Wed, 23 Jun 2021 12:02:03 +0000 (14:02 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 23 Jun 2021 16:42:11 +0000 (18:42 +0200)
commit01707b66535872f7a0d87f66078fd018d1814be0
treed122c6b269fdbd6941ff11792dab8fe08b3eeaa4
parentb76411b1b568311bfd89d03acc587ffc1548c26f
x86/fpu: Rename "dynamic" XSTATEs to "independent"

The salient feature of "dynamic" XSTATEs is that they are not part of the
main task XSTATE buffer.  The fact that they are dynamically allocated is
irrelevant and will become quite confusing when user math XSTATEs start
being dynamically allocated.  Rename them to "independent" because they
are independent of the main XSTATE code.

This is just a search-and-replace with some whitespace updates to keep
things aligned.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/1eecb0e4f3e07828ebe5d737ec77dc3b708fad2d.1623388344.git.luto@kernel.org
Link: https://lkml.kernel.org/r/20210623121454.911450390@linutronix.de
arch/x86/events/intel/lbr.c
arch/x86/include/asm/fpu/xstate.h
arch/x86/kernel/fpu/xstate.c