From cd3421734a9f3d605c69000f6ce5788279fc454fe5133e7b3a17c9366d3ba7be Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Fri, 10 May 2024 15:52:12 +0000 Subject: [PATCH] Accepting request 1173202 from home:mbrugger - Update to 2.0.29.1 (jsc#PED-6843 jsc#PED-6979) * Output SECURE_NIC_MODE in /dev/rshim/misc * Allow remote installation via bfb-install * Make DROP_MODE more robust * Avoid race in bfb push when accessing from BMC and rshim tool in parallel * Fix handshake between NIC F and rshim over PCIe OBS-URL: https://build.opensuse.org/request/show/1173202 OBS-URL: https://build.opensuse.org/package/show/hardware/rshim?expand=0&rev=31 --- .gitattributes | 2 +- rshim-2.0.20.0.tar | 3 --- rshim-2.0.29.1.tar | 3 +++ rshim.changes | 10 ++++++++++ rshim.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 rshim-2.0.20.0.tar create mode 100644 rshim-2.0.29.1.tar diff --git a/.gitattributes b/.gitattributes index 367f3ef..5941df2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## Specific LFS patterns -rshim-2.0.20.0.tar filter=lfs diff=lfs merge=lfs -text +rshim-2.0.29.1.tar filter=lfs diff=lfs merge=lfs -text diff --git a/rshim-2.0.20.0.tar b/rshim-2.0.20.0.tar deleted file mode 100644 index d3452d2..0000000 --- a/rshim-2.0.20.0.tar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a36ae0365c90dc0ee36b73c9843d74ea9cd49563e091fbf921ef88fad424bc70 -size 337920 diff --git a/rshim-2.0.29.1.tar b/rshim-2.0.29.1.tar new file mode 100644 index 0000000..94bc7ea --- /dev/null +++ b/rshim-2.0.29.1.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848c8192385ee9cf33d52e5fdf1041564d94f93ed6b012236d202dc5a1fdb3cb +size 368640 diff --git a/rshim.changes b/rshim.changes index 2e04d06..1964d55 100644 --- a/rshim.changes +++ b/rshim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 10 14:17:18 UTC 2024 - Matthias Brugger + +- Update to 2.0.29.1 (jsc#PED-6843 jsc#PED-6979) + * Output SECURE_NIC_MODE in /dev/rshim/misc + * Allow remote installation via bfb-install + * Make DROP_MODE more robust + * Avoid race in bfb push when accessing from BMC and rshim tool in parallel + * Fix handshake between NIC F and rshim over PCIe + ------------------------------------------------------------------- Thu Mar 7 10:06:39 UTC 2024 - Matthias Brugger diff --git a/rshim.spec b/rshim.spec index fc261ea..571bdc0 100644 --- a/rshim.spec +++ b/rshim.spec @@ -18,7 +18,7 @@ Name: rshim -Version: 2.0.20.0 +Version: 2.0.29.1 Release: 0 Summary: User-space driver for Mellanox BlueField SoC License: GPL-2.0 or BSD-3-Clause