[RFC PATCH v2] powerpc/papr_scm: Move duplicate definitions to common header files

2021-09-06 Thread Shivaprasad G Bhat
to a header file which can be shared across ndtest and papr_scm via newly introduced include/linux/papr_scm.h. Signed-off-by: Shivaprasad G Bhat Signed-off-by: Vaibhav Jain Suggested-by: "Aneesh Kumar K.V" --- Changelog: Since v1: Link: https://patchwork.kernel.org/project/linux-nv

[REPOST RFC PATCH v2] powerpc/papr_scm: Move duplicate definitions to common header files

2021-10-18 Thread Shivaprasad G Bhat
to a header file which can be shared across ndtest and papr_scm via newly introduced include/linux/papr_scm.h. Signed-off-by: Shivaprasad G Bhat Signed-off-by: Vaibhav Jain Suggested-by: "Aneesh Kumar K.V" --- Changelog: Since v1: Link: https://patchwork.kernel.org/project/linux-nv

Re: [PATCH v4 26/34] tools/testing/nvdimm: Convert to printbuf

2022-07-01 Thread Shivaprasad G Bhat
[1] as the build is currently broken from nd_namespace_blk/blk_region infrastructure removal. Dan, Could you review [1] and see if it can be included as well ? With [1], the this patch is tested, and works fine. Tested-By: Shivaprasad G Bhat References:

[REPOST PATCH v3] powerpc/papr_scm: Move duplicate definitions to common header files

2022-07-12 Thread Shivaprasad G Bhat
to a header file which can be shared across ndtest and papr_scm via newly introduced include/linux/papr_scm.h. Signed-off-by: Shivaprasad G Bhat Signed-off-by: Vaibhav Jain Suggested-by: "Aneesh Kumar K.V" --- Changelog: Repost of v3: Link: https://lore.kernel.

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files

2022-04-17 Thread Shivaprasad G Bhat
to a header file which can be shared across ndtest and papr_scm via newly introduced include/linux/papr_scm.h. Signed-off-by: Shivaprasad G Bhat Signed-off-by: Vaibhav Jain Suggested-by: "Aneesh Kumar K.V" --- Changelog: Since v2: Link: https://patchwork.kernel.org/project/linux-nv

[RFC PATCH] ndtest: Make ndtest a module on its own

2022-04-17 Thread Shivaprasad G Bhat
file to take care of that. Signed-off-by: Shivaprasad G Bhat Signed-off-by: Vaibhav Jain --- tools/testing/nvdimm/test/Kbuild |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/nvdimm/test/Kbuild b/tools/testing/nvdimm/test/Kbuild index 197bcb2b7f35

Re: ndctl tests usable?

2022-04-27 Thread Shivaprasad G Bhat
On 4/26/22 23:39, Michal Suchánek wrote: On Tue, Apr 26, 2022 at 09:47:19AM -0700, Dan Williams wrote: On Tue, Apr 26, 2022 at 9:43 AM Michal Suchánek wrote: On Tue, Apr 26, 2022 at 09:32:24AM -0700, Dan Williams wrote: On Tue, Apr 26, 2022 at 9:15 AM Michal Suchánek wrote: On Tue, Apr

[REPOST PATCH v3] powerpc/papr_scm: Move duplicate definitions to common header files

2024-01-27 Thread Shivaprasad G Bhat
to a header file which can be shared across ndtest and papr_scm via newly introduced include/linux/papr_scm.h. Signed-off-by: Shivaprasad G Bhat Signed-off-by: Vaibhav Jain Suggested-by: "Aneesh Kumar K.V" --- Changelog: Repost of v3: Link: https://lore.kern

Re: [PATCH] powerpc/papr_scm: Move duplicate definitions to common header files

2024-01-27 Thread Shivaprasad G Bhat
On 1/26/24 02:46, Christophe Leroy wrote: Le 18/04/2022 à 06:38, Shivaprasad G Bhat a écrit : papr_scm and ndtest share common PDSM payload structs like nd_papr_pdsm_health. Presently these structs are duplicated across papr_pdsm.h and ndtest.h header files. Since 'ndtest' is essentially arch