linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike <mikewallacesmith90@gmail.com>
To: Dave Hansen <dave.hansen@intel.com>
Cc: "Daniel P. Smith" <dpsmith@apertussolutions.com>,
	Rich Persaud <persaur@gmail.com>,
	 Ross Philipson <ross.philipson@oracle.com>,
	linux-kernel@vger.kernel.org, x86@kernel.org,
	 linux-integrity@vger.kernel.org, linux-doc@vger.kernel.org,
	 linux-crypto@vger.kernel.org, kexec@lists.infradead.org,
	 linux-efi@vger.kernel.org, iommu@lists.linux.dev,
	tglx@linutronix.de,  mingo@redhat.com, bp@alien8.de,
	hpa@zytor.com, dave.hansen@linux.intel.com,  ardb@kernel.org,
	mjg59@srcf.ucam.org, James.Bottomley@hansenpartnership.com,
	 peterhuewe@gmx.de, jarkko@kernel.org, jgg@ziepe.ca,
	luto@amacapital.net,  nivedita@alum.mit.edu,
	herbert@gondor.apana.org.au, davem@davemloft.net,
	 corbet@lwn.net, ebiederm@xmission.com, dwmw2@infradead.org,
	 baolu.lu@linux.intel.com, kanth.ghatraju@oracle.com,
	 andrew.cooper3@citrix.com, trenchboot-devel@googlegroups.com,
	 Sergii Dmytruk <sergii.dmytruk@3mdeb.com>,
	openxt@googlegroups.com,  "Mowka,
	Mateusz" <mateusz.mowka@intel.com>, Ning Sun <ning.sun@intel.com>,
	 tboot-devel@lists.sourceforge.net
Subject: Re: [PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
Date: Sun, 18 May 2025 09:42:23 -0500	[thread overview]
Message-ID: <CAAyYeYjp0v2PYt1owTdOpQD8_NjakquyXbUr5M1a_OWLEKHQ0A@mail.gmail.com> (raw)
In-Reply-To: <fbb23ee0-c0b4-4b0e-8861-940f8ceaf161@intel.com>

On Mon, Apr 28, 2025 at 7:57 PM Dave Hansen <dave.hansen@intel.com> wrote:
>
> On 4/28/25 17:04, Daniel P. Smith wrote:
> >> OK, but why do this in Linux as opposed to tboot? Right now, much of the
> >> TXT magic is done outside of the kernel. Why do it *IN* the kernel?
> >
> > There was a patch set submitted to tboot to add AMD support. It was
> > rejected as tboot is solely focused on Intel TXT implementation.
> >
> > This meant I either had to go the route of yet another standalone loader
> > kernel or do it in the kernel. Doing it as an external loader would have
> > required a new set of touchpoints, like the one you are highlighting. At
> > which point, I am sure I would have gotten the question of why I didn't
> > do it in the kernel.

Will this cause any patent infringement issues in Linux [1]?

1. https://patents.google.com/patent/US9075995B2

  reply	other threads:[~2025-05-18 14:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-25 10:12 [PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support Rich Persaud
2025-04-25 14:12 ` Dave Hansen
2025-04-29  0:04   ` Daniel P. Smith
2025-04-29  0:56     ` Dave Hansen
2025-05-18 14:42       ` Mike [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-21 16:26 Ross Philipson
2025-04-21 20:52 ` Dave Hansen
2025-04-21 21:00   ` Andrew Cooper
2025-04-22 18:17   ` Andrew Cooper
2025-04-22 19:16     ` Dave Hansen
2025-04-22 21:26     ` Ard Biesheuvel
2025-04-22 23:21       ` Dave Hansen
2025-04-24 18:45 ` Dave Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAyYeYjp0v2PYt1owTdOpQD8_NjakquyXbUr5M1a_OWLEKHQ0A@mail.gmail.com \
    --to=mikewallacesmith90@gmail.com \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ardb@kernel.org \
    --cc=baolu.lu@linux.intel.com \
    --cc=bp@alien8.de \
    --cc=corbet@lwn.net \
    --cc=dave.hansen@intel.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=dpsmith@apertussolutions.com \
    --cc=dwmw2@infradead.org \
    --cc=ebiederm@xmission.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=hpa@zytor.com \
    --cc=iommu@lists.linux.dev \
    --cc=jarkko@kernel.org \
    --cc=jgg@ziepe.ca \
    --cc=kanth.ghatraju@oracle.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=mateusz.mowka@intel.com \
    --cc=mingo@redhat.com \
    --cc=mjg59@srcf.ucam.org \
    --cc=ning.sun@intel.com \
    --cc=nivedita@alum.mit.edu \
    --cc=openxt@googlegroups.com \
    --cc=persaur@gmail.com \
    --cc=peterhuewe@gmx.de \
    --cc=ross.philipson@oracle.com \
    --cc=sergii.dmytruk@3mdeb.com \
    --cc=tboot-devel@lists.sourceforge.net \
    --cc=tglx@linutronix.de \
    --cc=trenchboot-devel@googlegroups.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).