• K
    ACPI / APEI: Convert timers to use timer_setup() · d5272003
    Kees Cook 提交于
    In preparation for unconditionally passing the struct timer_list pointer to
    all timer callbacks, switch to using the new timer_setup() and from_timer()
    to pass the timer pointer explicitly.
    
    Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
    Cc: Len Brown <lenb@kernel.org>
    Cc: Tony Luck <tony.luck@intel.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Tyler Baicar <tbaicar@codeaurora.org>
    Cc: Will Deacon <will.deacon@arm.com>
    Cc: James Morse <james.morse@arm.com>
    Cc: "Jonathan (Zhixiong) Zhang" <zjzhang@codeaurora.org>
    Cc: Shiju Jose <shiju.jose@huawei.com>
    Cc: linux-acpi@vger.kernel.org
    Signed-off-by: NKees Cook <keescook@chromium.org>
    Tested-by: NTyler Baicar <tbaicar@codeaurora.org>
    d5272003
ghes.c 33.8 KB