On Tue, Jan 16, 2024, 12:13 PM Jonathan Corbet wrote: > jeffxu@chromium.org writes: > > > From: Jeff Xu > > > > Add documentation for mseal(). > > > > Signed-off-by: Jeff Xu > > --- > > Documentation/userspace-api/mseal.rst | 181 ++++++++++++++++++++++++++ > > 1 file changed, 181 insertions(+) > > create mode 100644 Documentation/userspace-api/mseal.rst > > You need to add this file to index.rst or it won't be part of the docs > build. Sphinx should have warned you about that when you did your test > build. > Will do. Thanks ! > Thanks, > > jon >