Re: [PATCH v3 01/16] powerpc/fadump: move internal fadump code to a new file
From: Stewart Smith <hidden>
Date: 2019-06-28 04:57:04
From: Stewart Smith <hidden>
Date: 2019-06-28 04:57:04
Hari Bathini [off-list ref] writes:
diff --git a/arch/powerpc/kernel/fadump-common.c b/arch/powerpc/kernel/fadump-common.c new file mode 100644 index 0000000..0182886 --- /dev/null +++ b/arch/powerpc/kernel/fadump-common.c@@ -0,0 +1,184 @@ +/* + * Firmware-Assisted Dump internal code. + * + * Copyright 2018-2019, IBM Corp. + * Author: Hari Bathini <hbathini@linux.vnet.ibm.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. + */
This file takes a bunch of code from fadump.c, which has the (C) header showing (C) 2011, and author of Mahesh. We should probably preserve that -- Stewart Smith OPAL Architect, IBM.