[<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