lkml.org 
[lkml]   [2018]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: Linux messages full of `random: get_random_u32 called from`
    From
    Date
    > The CRNG changes were needed because were erroneously saying that the
    > entropy pool was securely initialized before it really was. Saying
    > that CRNG should be able to init on its own is much like saying, "Ted
    > should be able to fly wherever he wants in his own personal Gulfstream
    > V." It would certainly be _nice_ if I could afford my personal jet.
    > I certainly wish I were that rich. But the problem is that dollars
    > (or Euro's) are like entropy, they don't just magically drop out of
    > the sky.
    >
    > If there isn't user-provided entropy, and the hardware isn't providing
    > sufficient entropy, where did you think the kernel is supposed to get
    > the entropy from? Should it dial 1-800-TRUST-NSA?
    >
    > From the dmesg log, you have a Chromebook Acer 14. I'm guessing the
    > problem is that Chromebooks have hardware tries *very* hard not to
    > issue interrupts, since that helps with power savings. The following
    > from your dmesg is very interesting:
    >
    > [ 0.526786] tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
    >
    > I suspect this isn't a firmware bug; it's the hardware working as
    > intended / working as designed, for power savings reasons.
    >
    > So there are two ways to fix this that I can see. One is to try to
    > adjust userspace so that it allows the boot to proceed. As there is
    > more activity, the disk completion interrupts, the user typing their
    > username/password into the login screen, etc., there will be timing
    > events which can be used to harvest entropy.
    >
    > The other approach would be to compile the kernel with
    > CONFIG_HW_RANDOM_TPM and to modify drivers/char/tpm/tpm-chip.c tot
    > initalize chip->hwrng.quality = 500. We've historically made this
    > something that the system administrator must set via sysfs. This is
    > because we wanted system adminisrators to explicitly say that they
    > trust the any hardware manufacturer that (a) they haven't been paid by
    > your choice of the Chinese MSS or the US NSA to introduce a backdoor,i
    > and (b) they are competent to actually implemnt a _secure_ hardware
    > random number generator. Sadly, this has not always been the case.
    > Please see:
    >
    > https://www.chromium.org/chromium-os/tpm_firmware_update
    >
    > And note that your Edgar Chromebook is one the list of devices that
    > have a TPM with the buggy firmware. Fortunately this particular TPM
    > bug only affects RSA prime generation, so as far as I know there is no
    > _known_ vulerability in your TPM's hardware random number generator.
    > B ut we want it to be _your_ responsibility to decide you are willing
    > to truste it. I certainly don't want to be legally liable --- or even
    > have the moral responsibility --- of guaranteeing that every single
    > TPM out there is bug-free(tm).
    >
    > - Ted

    Why don't we tell users that they need to smash their keyboards to make their computers boot
    then? And if they question it, we can tell them that it certainly would be _nice_ to not have
    to smash their keyboards to make their computers boot, but alas, a part of me has a feeling that
    users would not take kindly to that :)

    I noted at least 20,000 mmc interrupts before I intervened in the boot process to provide entropy
    myself. That's just for mmc, so I'm sure there were even more interrupts elsewhere. Is 20k+ interrupts
    really not sufficient?

    There are lots of other sources of entropy available as well, like the ever-changing CPU frequencies reported
    by any recent Intel chip (i.e., they report precision down to 1 kHz). Why are we so limited to h/w interrupts?

    Sultan

    \
     
     \ /
      Last update: 2018-04-27 07:21    [W:3.950 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site