kernel-hci: Add missing commit subject to patch 27 (#7165)

This commit is contained in:
Vince Perri 2024-01-23 22:38:47 -05:00 committed by GitHub
parent a89979e689
commit 680c185448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 8 deletions

View File

@ -5,7 +5,7 @@
Summary: Signed Linux Kernel for HCI
Name: kernel-hci-signed-%{buildarch}
Version: 5.15.145.2
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Mariner
@ -149,6 +149,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
%exclude /module_info.ld
%changelog
* Mon Jan 22 2024 Vince Perri <viperri@microsoft.com> - 5.15.145.2-2
- Bump release to match kernel
* Tue Jan 16 2024 Gary Swalling <gaswal@microsoft.com> - 5.15.145.2-1
- Update to 5.15.145.2

View File

@ -1,13 +1,17 @@
From: Roi Dayan <roid@xxxxxxxxxx>
From ea645f97bcec90a818dc6915d84cd0f752d9ccfd Mon Sep 17 00:00:00 2001
From: Roi Dayan <roid@nvidia.com>
Date: Thu, 27 Oct 2022 11:35:12 +0300
Subject: [PATCH] net/mlx5: Bridge, Use debug instead of warn if entry doesn't
exists
There is no need for the warn if entry already removed.
Use debug print like in the update flow.
Also update the messages so user can identify if the it's
from the update flow or remove flow.
Signed-off-by: Roi Dayan <roid@xxxxxxxxxx>
Reviewed-by: Vlad Buslov <vladbu@xxxxxxxxxx>
Signed-off-by: Saeed Mahameed <saeedm@xxxxxxxxxx>
Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Vlad Buslov <vladbu@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
---
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
@ -39,4 +43,4 @@ index 4fbff7bcc155..b176648d1343 100644
}
--
2.38.1
2.31.1

View File

@ -18,7 +18,7 @@
Summary: Linux Kernel for HCI
Name: kernel-hci
Version: 5.15.145.2
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Mariner
@ -54,7 +54,7 @@ Patch23: 0024-net-mlx5-Bridge-extract-VLAN-push-pop-actions-creati.patch
Patch24: 0025-net-mlx5-Bridge-implement-infrastructure-for-VLAN-pr.patch
Patch25: 0026-net-mlx5-Bridge-implement-QinQ-support.patch
Patch26: 0027-mstflint-This-driver-enables-under-the-secure-boot.patch
Patch27: 0028-net-mlx5-Bridge-use-debug-not-warn-if-entry-not-found.patch
Patch27: 0028-net-mlx5-Bridge-Use-debug-instead-of-warn-if-entry-d.patch
BuildRequires: audit-devel
BuildRequires: bash
BuildRequires: bc
@ -435,6 +435,10 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
%{_sysconfdir}/bash_completion.d/bpftool
%changelog
* Mon Jan 22 2024 Vince Perri <viperri@microsoft.com> - 5.15.145.2-2
- Fix header for patch 27 and rename to
- 0028-net-mlx5-Bridge-Use-debug-instead-of-warn-if-entry-d.patch
* Tue Jan 16 2024 Gary Swalling <gaswal@microsoft.com> - 5.15.145.2-1
- Update to 5.15.145.2