Re: [PATCH v11 1/2] x86/module: remove unused code in __apply_relocate_add
From: Josh Poimboeuf <jpoimboe@kernel.org>
Date: 2023-01-25 19:03:27
Also in:
live-patching, lkml
From: Josh Poimboeuf <jpoimboe@kernel.org>
Date: 2023-01-25 19:03:27
Also in:
live-patching, lkml
On Wed, Jan 25, 2023 at 10:54:00AM -0800, Song Liu wrote:
This "#if 0" block has been untouched for many years. Remove it to clean up the code. Suggested-by: Josh Poimboeuf <redacted> Signed-off-by: Song Liu <song@kernel.org> Reviewed-by: Petr Mladek <pmladek@suse.com>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org> -- Josh