+++ /dev/null
-From 7fb7b6de9d6d967efe5ce4b8c3ee1c58219ab0e6 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 25 Oct 2024 17:29:33 +0800
-Subject: net: hns3: fix missing features due to dev->features configuration
- too early
-
-From: Hao Lan <lanhao@huawei.com>
-
-[ 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@huawei.com>
-Signed-off-by: Jian Shen <shenjian15@huawei.com>
-Signed-off-by: Jijie Shao <shaojijie@huawei.com>
-Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-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;
- }
-
---
-2.43.0
-
netfilter-fix-use-after-free-in-get_info.patch
net-skip-offload-for-netif_f_ipv6_csum-if-ipv6-heade.patch
netfilter-nft_payload-sanitize-offset-and-length-bef.patch
-net-hns3-fix-missing-features-due-to-dev-features-co.patch
net-hns3-resolved-the-issue-that-the-debugfs-query-r.patch
net-hns3-initialize-reset_timer-before-hclgevf_misc_.patch
firmware-arm_sdei-fix-the-input-parameter-of-cpuhp_r.patch
+++ /dev/null
-From fb4210f968cc5dfece88e7ec7449d81a6e623684 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 25 Oct 2024 17:29:33 +0800
-Subject: net: hns3: fix missing features due to dev->features configuration
- too early
-
-From: Hao Lan <lanhao@huawei.com>
-
-[ 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@huawei.com>
-Signed-off-by: Jian Shen <shenjian15@huawei.com>
-Signed-off-by: Jijie Shao <shaojijie@huawei.com>
-Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-index 0377a056aaecc..52e205be4ec2e 100644
---- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-+++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-@@ -2455,7 +2455,6 @@ static int hns3_nic_set_features(struct net_device *netdev,
- return ret;
- }
-
-- netdev->features = features;
- return 0;
- }
-
---
-2.43.0
-
mlxsw-spectrum_ipip-rename-spectrum-2-ip6gre-operati.patch
mlxsw-spectrum_ipip-fix-memory-leak-when-changing-re.patch
netfilter-nft_payload-sanitize-offset-and-length-bef.patch
-net-hns3-fix-missing-features-due-to-dev-features-co.patch
net-hns3-resolved-the-issue-that-the-debugfs-query-r.patch
net-hns3-initialize-reset_timer-before-hclgevf_misc_.patch
iomap-convert-iomap_unshare_iter-to-use-large-folios.patch
+++ /dev/null
-From 13a78ddb18ae91d5a4ed9b425510d9427574ddf7 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 25 Oct 2024 17:29:33 +0800
-Subject: net: hns3: fix missing features due to dev->features configuration
- too early
-
-From: Hao Lan <lanhao@huawei.com>
-
-[ 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@huawei.com>
-Signed-off-by: Jian Shen <shenjian15@huawei.com>
-Signed-off-by: Jijie Shao <shaojijie@huawei.com>
-Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-index 8760b4e9ade6b..b09f0cca34dc6 100644
---- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-+++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-@@ -2483,7 +2483,6 @@ static int hns3_nic_set_features(struct net_device *netdev,
- return ret;
- }
-
-- netdev->features = features;
- return 0;
- }
-
---
-2.43.0
-
mlxsw-spectrum_ipip-fix-memory-leak-when-changing-re.patch
net-ethernet-mtk_wed-fix-path-of-mt7988-wo-firmware.patch
netfilter-nft_payload-sanitize-offset-and-length-bef.patch
-net-hns3-fix-missing-features-due-to-dev-features-co.patch
net-hns3-resolved-the-issue-that-the-debugfs-query-r.patch
net-hns3-initialize-reset_timer-before-hclgevf_misc_.patch
bpf-test_run-fix-live_frame-frame-update-after-a-pag.patch
+++ /dev/null
-From 28b4fe01562fe516b358275e722e8c353c876623 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 25 Oct 2024 17:29:33 +0800
-Subject: net: hns3: fix missing features due to dev->features configuration
- too early
-
-From: Hao Lan <lanhao@huawei.com>
-
-[ 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@huawei.com>
-Signed-off-by: Jian Shen <shenjian15@huawei.com>
-Signed-off-by: Jijie Shao <shaojijie@huawei.com>
-Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-index bfcebf4e235ef..123d8e7411998 100644
---- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-+++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
-@@ -2487,7 +2487,6 @@ static int hns3_nic_set_features(struct net_device *netdev,
- return ret;
- }
-
-- netdev->features = features;
- return 0;
- }
-
---
-2.43.0
-
mlxsw-spectrum_ptp-add-missing-verification-before-p.patch
mlxsw-spectrum_ipip-fix-memory-leak-when-changing-re.patch
netfilter-nft_payload-sanitize-offset-and-length-bef.patch
-net-hns3-fix-missing-features-due-to-dev-features-co.patch
net-hns3-resolved-the-issue-that-the-debugfs-query-r.patch
net-hns3-initialize-reset_timer-before-hclgevf_misc_.patch
bpf-test_run-fix-live_frame-frame-update-after-a-pag.patch