Skip to content
Snippets Groups Projects
user avatar
Waiman Long authored
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2090231



commit 5b2fc515
Author: Peter Zijlstra <peterz@infradead.org>
Date:   Tue, 8 Mar 2022 16:30:23 +0100

    x86/ibt,xen: Sprinkle the ENDBR

    Even though Xen currently doesn't advertise IBT, prepare for when it
    will eventually do so and sprinkle the ENDBR dust accordingly.

    Even though most of the entry points are IRET like, the CPL0
    Hypervisor can set WAIT-FOR-ENDBR and demand ENDBR at these sites.

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
    Link: https://lore.kernel.org/r/20220308154317.873919996@infradead.org



Signed-off-by: default avatarWaiman Long <longman@redhat.com>
4846a5b7
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.