Patch "net: hns3: fix missing features due to dev->features configuration too early" has been added to the 5.15-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

    net: hns3: fix missing features due to dev->features configuration too early

to the 5.15-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:
     net-hns3-fix-missing-features-due-to-dev-features-co.patch
and it can be found in the queue-5.15 subdirectory.

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



commit 7fb7b6de9d6d967efe5ce4b8c3ee1c58219ab0e6
Author: Hao Lan <lanhao@xxxxxxxxxx>
Date:   Fri Oct 25 17:29:33 2024 +0800

    net: hns3: fix missing features due to dev->features configuration too early
    
    [ Upstream commit 662ecfc46690e92cf630f51b5d4bbbcffe102980 ]
    
    Currently, the netdev->features is configured in hns3_nic_set_features.
    As a result, __netdev_update_features considers that there is no feature
    difference, and the procedures of the real features are missing.
    
    Fixes: 2a7556bb2b73 ("net: hns3: implement ndo_features_check ops for hns3 driver")
    Signed-off-by: Hao Lan <lanhao@xxxxxxxxxx>
    Signed-off-by: Jian Shen <shenjian15@xxxxxxxxxx>
    Signed-off-by: Jijie Shao <shaojijie@xxxxxxxxxx>
    Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
index d6bdcd9f285b0..f277ba8a15094 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
@@ -2314,7 +2314,6 @@ static int hns3_nic_set_features(struct net_device *netdev,
 			return ret;
 	}
 
-	netdev->features = features;
 	return 0;
 }
 




[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