lkml.org 
[lkml]   [2018]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRE: [PATCH V2 2/3] efi: Introduce efi_rts_workqueue and some infrastructure to invoke all efi_runtime_services()
    Date
    > "Hence, pstore calls efi_runtime_services() without using efi_rts_wq" -
    > that doesn't sound like optimal design to me. I would try to shove them
    > all through the workqueue - not have exceptions.

    But pstore is trying to save the last gasp dying words from a kernel that
    has paniced. There isn't any guarantee that work queue will run. I think
    it is reasonable to have some special case to make sure that we do save
    the information. But perhaps that special case should be to have pstore
    call directly into the guts of the EFI code and not worry about all these
    fancy switches of "mm" etc.

    This is true for the machine check logging case too, but the mitigation is
    that the details of the error persist in the machine check banks across the
    reset ... so all is not lost if the work queue isn't run here.

    -Tony
    \
     
     \ /
      Last update: 2018-03-08 18:06    [W:3.201 / U:0.412 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site