[PATCH] tpm_crb - workaround broken ACPI tables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: Jason Gunthorpe <jgg@xxxxxxxx>
> Sent: Thursday, July 11, 2019 2:50 PM
> To: Safford, David (GE Global Research, US) <david.safford@xxxxxx>
> Cc: linux-integrity@xxxxxxxxxxxxxxx; jarkko.sakkinen@xxxxxxxxxxxxxxx;
> Wiseman, Monty (GE Global Research, US) <monty.wiseman@xxxxxx>
> Subject: EXT: Re: [PATCH] tpm_crb - workaround broken ACPI tables
> 
> On Thu, Jul 11, 2019 at 04:44:59PM +0000, Safford, David (GE Global Research,
> US) wrote:
> > > From: Jason Gunthorpe <jgg@xxxxxxxx>
> > > Sent: Thursday, July 11, 2019 10:59 AM
> > > To: Safford, David (GE Global Research, US) <david.safford@xxxxxx>
> > > Cc: linux-integrity@xxxxxxxxxxxxxxx;
> > > jarkko.sakkinen@xxxxxxxxxxxxxxx; Wiseman, Monty (GE Global Research,
> > > US) <monty.wiseman@xxxxxx>
> > > Subject: EXT: Re: [PATCH] tpm_crb - workaround broken ACPI tables
> > >
> > > On Thu, Jul 11, 2019 at 12:29:30PM +0000, Safford, David (GE Global
> > > Research,
> > > US) wrote:
> > > > Most x86 desktops and laptops have firmware TPMs which support the
> > > > CRB interface. Unfortunately, the linux tpm_crb driver depends on
> > > > perfectly correct ACPI tables, and there are a *lot* of systems
> > > > out there with broken tpm_crb entries. (Not one of my five tpm_crb
> > > > systems works with the existing driver.) While it is good to
> > > > encourage vendors to fix their firmware, many refuse ("It works on
> > > > Windows"), leaving users in the lurch.
> > > >
> > > > This patch adds a kernel parameter "tpm_crb.force=1" that works
> > > > around the problem in every case I have tested so far. Basically
> > > > it does two
> > > > things:
> > > > 	- it trusts the cmd and resp addresses in the CRB registers
> > > > 	- it ignores all alleged IO resource conflicts
> > > >
> > > > Both workarounds make sense. If there really were an address
> > > > conflict, or if the register values really were wrong, the device
> > > > would not be working at all. And testing with this patch has shown
> > > > that in every case (so far), the problem has been bogus ACPI entries.
> > > >
> > > > This patch is against the upstream 5.2 kernel.
> > > >
> > > > Signed-off-by: David Safford <david.safford@xxxxxx>
> > >
> > > I think we need to ask the ioresource and ACPI people how to fix
> > > this properly and automatically. Maybe some ACPI quirk or maybe we
> > > try to resorve the resoruce and fall back to forcing or something
> > >
> > > I don't think t a module parameter is the right answer
> > >
> > > Jaason
> >
> > I would argue that this is the right place to fix the problem, as only
> > the tpm_crb driver has the semantic knowledge to get the valid
> > addresses and sizes from the tpm_crb device registers dynamically.
> 
> Linux has had this for a long time, so if it hasn't worked to fix the BIOS then
> we need to accept it will not get fixed and move on, IMHO. People should
> expect the TPM2 will start automatically without a module option.

With the current driver the TPM2 does not start at all in these cases.
The patch could be extended to try the fallback automatically if the ACPI
method fails, to eliminate the module option, but I wasn't trying to be that bold.

> I'm not even sure why this is happening, it could be something the ACPI side
> is doing that maybe isn't a good idea.
> 
> Jason

As far as I can tell, some OEMs simply are putting bad data in the tables.
I have seen at least one report where a BIOS update did fix the problem.

dave



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux Kernel]     [Linux Kernel Hardening]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux