Needed for the recent changes in the 6.2 kernel. Also, add an extra patch to address changes in the net/core not available in the out-of-tree driver. Change-Id: I2e279a7728bbb462da99b79fad6a91ebd97ecae7 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17337 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com>
25 lines
660 B
Diff
25 lines
660 B
Diff
See: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=226bf980550627c88549b112ac6c8fb40873afb4
|
|
---
|
|
src/ice_devlink.c | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
diff --git a/src/ice_devlink.c b/src/ice_devlink.c
|
|
index 8fbdcef..1fd2ab3 100644
|
|
--- a/src/ice_devlink.c
|
|
+++ b/src/ice_devlink.c
|
|
@@ -357,12 +357,6 @@ static int ice_devlink_info_get(struct devlink *devlink,
|
|
}
|
|
}
|
|
|
|
- err = devlink_info_driver_name_put(req, KBUILD_MODNAME);
|
|
- if (err) {
|
|
- NL_SET_ERR_MSG_MOD(extack, "Unable to set driver name");
|
|
- goto out_free_ctx;
|
|
- }
|
|
-
|
|
ice_info_get_dsn(pf, ctx);
|
|
|
|
err = devlink_info_serial_number_put(req, ctx->buf);
|
|
--
|
|
|