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] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LSU.2.21.2407251411300.21729@pobox.suse.cz>
Date: Thu, 25 Jul 2024 14:22:18 +0200 (CEST)
From: Miroslav Benes <mbenes@...e.cz>
To: Petr Mladek <pmladek@...e.com>
cc: Josh Poimboeuf <jpoimboe@...nel.org>, 
    Joe Lawrence <joe.lawrence@...hat.com>, Nicolai Stange <nstange@...e.de>, 
    live-patching@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [POC 5/7] livepatch: Convert klp module callbacks tests into
 livepatch module tests

> diff --git a/lib/livepatch/test_klp_speaker.c b/lib/livepatch/test_klp_speaker.c
> index d2d31072639a..d8e42267f5cd 100644
> --- a/lib/livepatch/test_klp_speaker.c
> +++ b/lib/livepatch/test_klp_speaker.c
> @@ -9,23 +9,174 @@
>  
>  #include <linux/module.h>
>  #include <linux/printk.h>
> +#include <linux/delay.h>
> +#include <linux/sysfs.h>
> +
> +#include "test_klp_speaker.h"

the header file does not exist.

As you mentioned, it would definitely help if you managed to split the 
patch somehow.

Miroslav

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ