x86/entry changes for v6.8:

 - Optimize common_interrupt_return()

 - Harden the return-to-user code by making a CONFIG_DEBUG_ENTRY=y
   check unconditional & moving it closer to the IRET.

Signed-off-by: Ingo Molnar <mingo@kernel.org>