On Fri, Jan 12, 2024 at 5:10 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > Hi Jeff, > > > On 1/11/24 15:41, jeffxu@xxxxxxxxxxxx wrote: > > From: Jeff Xu <jeffxu@xxxxxxxxxxxx> > > > > Add documentation for mseal(). > > > > Signed-off-by: Jeff Xu <jeffxu@xxxxxxxxxxxx> > > --- > > Documentation/userspace-api/mseal.rst | 181 ++++++++++++++++++++++++++ > > 1 file changed, 181 insertions(+) > > create mode 100644 Documentation/userspace-api/mseal.rst > > > > To prevent the following documentation build warning: > > linux-next-20240112/Documentation/userspace-api/mseal.rst: WARNING: document isn't included in any toctree > > please add the following to your patch 4/4: > OK. will do. > diff -- a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst > --- a/Documentation/userspace-api/index.rst > +++ b/Documentation/userspace-api/index.rst > @@ -23,6 +23,7 @@ place where this information is gathered > ebpf/index > ELF > ioctl/index > + mseal > iommu > iommufd > media/index > > -- > #Randy