mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
[bot] upd: 5.15.73 -> 5.15.74
Changelog: ALSA: hda: Fix position reporting on Poulsbo ceph: don't truncate file in atomic_open efi: Correct Macmini DMI match in uefi cert quirk Input: xpad - add supported devices as contributed on github Input: xpad - fix wireless 360 controller breaking after suspend mac80211: always allocate struct ieee802_11_elems mac80211: fix memory leaks with element parsing mac80211: mesh: clean up rx_bcn_presp API mac80211: mlme: find auth challenge directly mac80211: move CRC into struct ieee802_11_elems misc: pci_endpoint_test: Aggregate params checking for xfer misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic nilfs2: fix leak of nilfs_root in case of writer thread creation failure nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level() nilfs2: fix use-after-free bug of struct nilfs_root nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure random: avoid reading two cache lines on irq randomness random: clamp credited irq bits to maximum mixed random: restore O_NONBLOCK support random: use expired timer rather than wq for mixing fast pool Revert "crypto: qat - reduce size of mapped region" Revert "powerpc/rtas: Implement reentrant rtas call" scsi: stex: Properly zero out the passthrough command structure USB: serial: qcserial: add new usb-id for Dell branded EM7455 wifi: cfg80211: avoid nontransmitted BSS list corruption wifi: cfg80211: ensure length byte is present before access wifi: cfg80211: fix BSS refcounting bugs wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans() wifi: cfg80211/mac80211: reject bad MBSSID elements wifi: cfg80211: update hidden BSSes to avoid WARN_ON wifi: mac80211: fix crash in beacon protection for P2P-device wifi: mac80211: fix MBSSID parsing use-after-free wifi: mac80211_hwsim: avoid mac80211 warning on bad rate Updated by kernel-updater-bot (https://abf.io/mikhailnov/kernel-updater-bot)
This commit is contained in:
parent
01757d8892
commit
db6e1a5228
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -12,4 +12,4 @@ sources:
|
|||
public_key_RSA_10.pem: ea4752f0a0671a998ba83050acad926a1cbd8c37
|
||||
public_key_RSA_11.pem: b71d76f7f322fcd107b3607dfcacb99a0ca20892
|
||||
public_key_RSA_12.pem: ce9600ed7fb5c505dc7208a4a2fab4c8ba20df72
|
||||
patch-5.15.73.xz: 409003b6953debf5375213a9228ee30ab5c95666
|
||||
patch-5.15.74.xz: 494c9936b6ae0b5f845fe80e2ac99d14c9e32e66
|
||||
|
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
%define kernelversion 5
|
||||
%define patchlevel 15
|
||||
%define sublevel 73
|
||||
%define sublevel 74
|
||||
|
||||
# Release number. Increase this before a rebuild.
|
||||
%define rpmrel 2
|
||||
%define rpmrel 1
|
||||
%define fullrpmrel %{rpmrel}
|
||||
|
||||
%define rpmtag %{disttag}
|
||||
|
|
Loading…
Add table
Reference in a new issue