lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c377320d-d13a-4630-8418-baa02d2bfba6@oracle.com>
Date: Tue, 22 Apr 2025 12:33:48 -0700
From: ross.philipson@...cle.com
To: ALOK TIWARI <alok.a.tiwari@...cle.com>, linux-kernel@...r.kernel.org,
        x86@...nel.org, linux-integrity@...r.kernel.org,
        linux-doc@...r.kernel.org, linux-crypto@...r.kernel.org,
        kexec@...ts.infradead.org, linux-efi@...r.kernel.org,
        iommu@...ts.linux.dev
Cc: dpsmith@...rtussolutions.com, tglx@...utronix.de, mingo@...hat.com,
        bp@...en8.de, hpa@...or.com, dave.hansen@...ux.intel.com,
        ardb@...nel.org, mjg59@...f.ucam.org,
        James.Bottomley@...senpartnership.com, peterhuewe@....de,
        jarkko@...nel.org, jgg@...pe.ca, luto@...capital.net,
        nivedita@...m.mit.edu, herbert@...dor.apana.org.au,
        davem@...emloft.net, corbet@....net, ebiederm@...ssion.com,
        dwmw2@...radead.org, baolu.lu@...ux.intel.com,
        kanth.ghatraju@...cle.com, andrew.cooper3@...rix.com,
        trenchboot-devel@...glegroups.com
Subject: Re: [PATCH v14 03/19] x86: Secure Launch Resource Table header file

On 4/21/25 12:18 PM, ALOK TIWARI wrote:
> 
> 
> On 21-04-2025 21:56, Ross Philipson wrote:
>> The Secure Launch Specification is an architectural agnostic, software 
>> neutral
>> API/ABI maintainted by the TrenchBoot project. It's function is to 
>> allow any
> 
> typo maintainted
> 
>> compliant boot loader to communicate the pre-launch configuration to any
>> compliant post-launch kernel. This API/ABI is referred to as the 
>> Secure Launch
>> Resource Table by the specification.
>>
>> Signed-off-by: Ross Philipson <ross.philipson@...cle.com>
>> ---
> 
>> +/*
>> + * Return the next entry with the given tag in the SLRT starting at the
>> + * currenty entry. If entry is NULL, the search begins at the 
>> beginning of
> 
> typo currenty

We will fix them, thanks.
Ross

> 
>> + * table.
>> + */
>> +static inline void *
>> +slr_next_entry_by_tag(struct slr_table *table,
>> +              struct slr_entry_hdr *entry,
>> +              u16 tag)
> 
> 
> Thanks
> Alok


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ