Patch "powerpc/papr_scm: Add PAPR command family to pass-through command-set" has been added to the 5.8-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    powerpc/papr_scm: Add PAPR command family to pass-through command-set

to the 5.8-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     powerpc-papr_scm-add-papr-command-family-to-pass-thr.patch
and it can be found in the queue-5.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit eb67ee2a5a0772296654cbfef55af85f88cf6768
Author: Vaibhav Jain <vaibhav@xxxxxxxxxxxxx>
Date:   Mon Sep 14 02:49:04 2020 +0530

    powerpc/papr_scm: Add PAPR command family to pass-through command-set
    
    [ Upstream commit 13135b461cf205941308984bd3271ec7d403dc40 ]
    
    Add NVDIMM_FAMILY_PAPR to the list of valid 'dimm_family_mask'
    acceptable by papr_scm. This is needed as since commit
    92fe2aa859f5 ("libnvdimm: Validate command family indices") libnvdimm
    performs a validation of 'nd_cmd_pkg.nd_family' received as part of
    ND_CMD_CALL processing to ensure only known command families can use
    the general ND_CMD_CALL pass-through functionality.
    
    Without this change the ND_CMD_CALL pass-through targeting
    NVDIMM_FAMILY_PAPR error out with -EINVAL.
    
    Fixes: 92fe2aa859f5 ("libnvdimm: Validate command family indices")
    Signed-off-by: Vaibhav Jain <vaibhav@xxxxxxxxxxxxx>
    Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx>
    Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20200913211904.24472-1-vaibhav@xxxxxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/powerpc/platforms/pseries/papr_scm.c b/arch/powerpc/platforms/pseries/papr_scm.c
index 9c569078a09fd..6c2c66450dac8 100644
--- a/arch/powerpc/platforms/pseries/papr_scm.c
+++ b/arch/powerpc/platforms/pseries/papr_scm.c
@@ -702,6 +702,9 @@ static int papr_scm_nvdimm_init(struct papr_scm_priv *p)
 	p->bus_desc.of_node = p->pdev->dev.of_node;
 	p->bus_desc.provider_name = kstrdup(p->pdev->name, GFP_KERNEL);
 
+	/* Set the dimm command family mask to accept PDSMs */
+	set_bit(NVDIMM_FAMILY_PAPR, &p->bus_desc.dimm_family_mask);
+
 	if (!p->bus_desc.provider_name)
 		return -ENOMEM;
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux