forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes representative of linux-3.10.0-1160.81.1.el7.tar.xz
- Loading branch information
1 parent
bd9b51a
commit 89da121
Showing
4 changed files
with
45 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ Summary: The Linux kernel | |
%global distro_build 1160 | ||
|
||
%define rpmversion 3.10.0 | ||
%define pkgrelease 1160.80.1.el7 | ||
%define pkgrelease 1160.81.1.el7 | ||
|
||
# allow pkg_release to have configurable %%{?dist} tag | ||
%define specrelease 1160.80.1%{?dist} | ||
%define specrelease 1160.81.1%{?dist} | ||
|
||
%define pkg_release %{specrelease}%{?buildid} | ||
|
||
|
@@ -1804,6 +1804,11 @@ fi | |
%kernel_variant_files %{with_kdump} kdump | ||
|
||
%changelog | ||
* Thu Nov 24 2022 Rado Vrbovsky <[email protected]> [3.10.0-1160.81.1.el7] | ||
- [netdrv] bnxt: don't lock the tx queue from napi poll (Jamie Bainbridge) [2110869] | ||
- [netdrv] bnxt_en: reverse order of TX disable and carrier off (Jamie Bainbridge) [2110869] | ||
- [netdrv] qede: confirm skb is allocated before using (Jamie Bainbridge) [2131145] | ||
|
||
* Sat Oct 08 2022 Rado Vrbovsky <[email protected]> [3.10.0-1160.80.1.el7] | ||
- scsi: lpfc: Fix FCP I/O flush functionality for TMF routines (Dick Kennedy) [1969988] | ||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs (Dick Kennedy) [1969988] | ||
|