lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 25 Jan 2018 13:35:03 +1100
From:   Kees Cook <keescook@...omium.org>
To:     Ivan Delalande <colona@...sta.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     Arnd Bergmann <arnd@...db.de>,
        Thomas Gleixner <tglx@...utronix.de>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] lkdtm: fix handle_irq_event symbol for INT_HW_IRQ_EN

On Thu, Jan 25, 2018 at 12:16 PM, Ivan Delalande <colona@...sta.com> wrote:
> Function handle_IRQ_event was retired in v2.6.39 and replaced with
> handle_irq_event but nobody changed it in lkdtm so INT_HW_IRQ_EN has
> been broken for a while.

Excellent, thanks for the fix!

Acked-by: Kees Cook <keescook@...omium.org>

Greg, I don't have any other exclusive lkdtm updates, so please feel
free to apply this to misc-next.

Thanks!

-Kees

>
> Fixes: 33b054b867b8 ("genirq: Remove handle_IRQ_event")
> Signed-off-by: Travis Brown <travisb@...sta.com>
> Signed-off-by: Ivan Delalande <colona@...sta.com>
> ---
>  drivers/misc/lkdtm_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/lkdtm_core.c b/drivers/misc/lkdtm_core.c
> index ba92291508dc..4942da93d066 100644
> --- a/drivers/misc/lkdtm_core.c
> +++ b/drivers/misc/lkdtm_core.c
> @@ -96,7 +96,7 @@ static struct crashpoint crashpoints[] = {
>         CRASHPOINT("DIRECT",             NULL),
>  #ifdef CONFIG_KPROBES
>         CRASHPOINT("INT_HARDWARE_ENTRY", "do_IRQ"),
> -       CRASHPOINT("INT_HW_IRQ_EN",      "handle_IRQ_event"),
> +       CRASHPOINT("INT_HW_IRQ_EN",      "handle_irq_event"),
>         CRASHPOINT("INT_TASKLET_ENTRY",  "tasklet_action"),
>         CRASHPOINT("FS_DEVRW",           "ll_rw_block"),
>         CRASHPOINT("MEM_SWAPOUT",        "shrink_inactive_list"),
> --
> 2.16.1



-- 
Kees Cook
Pixel Security

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ