[RFC Part1 PATCH v3 10/17] resource: Provide resource struct in resource walk callback

Borislav Petkov bp at suse.de
Mon Jul 31 18:26:31 AEST 2017


On Mon, Jul 24, 2017 at 02:07:50PM -0500, Brijesh Singh wrote:
> From: Tom Lendacky <thomas.lendacky at amd.com>
> 
> In prep for a new function that will need additional resource information
> during the resource walk, update the resource walk callback to pass the
> resource structure.  Since the current callback start and end arguments
> are pulled from the resource structure, the callback functions can obtain
> them from the resource structure directly.
> 
> Signed-off-by: Tom Lendacky <thomas.lendacky at amd.com>
> Signed-off-by: Brijesh Singh <brijesh.singh at amd.com>
> ---
>  arch/powerpc/kernel/machine_kexec_file_64.c | 12 +++++++++---
>  arch/x86/kernel/crash.c                     | 18 +++++++++---------
>  arch/x86/kernel/pmem.c                      |  2 +-
>  include/linux/ioport.h                      |  4 ++--
>  include/linux/kexec.h                       |  2 +-
>  kernel/kexec_file.c                         |  5 +++--
>  kernel/resource.c                           |  9 +++++----
>  7 files changed, 30 insertions(+), 22 deletions(-)

Reviewed-by: Borislav Petkov <bp at suse.de>

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 


More information about the Linuxppc-dev mailing list