mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
[bot] upd: 5.15.71 -> 5.15.72
Changelog: ALSA: hda: Do disconnect jacks at codec unbind ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturation ALSA: hda: Fix Nvidia dp infoframe ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 arm64: dts: qcom: sm8350: fix UFS PHY serdes size ARM: dts: am33xx: Fix MMCHS0 dma properties ARM: dts: am5748: keep usb4_tm disabled ARM: dts: integrator: Tag PCI host with device_type ASoC: imx-card: Fix refcount issue with of_node_put ASoC: tas2770: Reinit regcache on reset can: c_can: don't cache TX messages for C_CAN cores cgroup: cgroup_get_from_id() must check the looked-up kn is a directory cgroup: reduce dependency on cgroup_mutex clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks clk: ingenic-tcu: Properly enable registers before accessing timers clk: iproc: Do not rely on node name for correct PLL setup cxgb4: fix missing unlock on ETHOFLD desc collect fail path drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV drm/bridge: lt8912b: add vsync hsync drm/bridge: lt8912b: fix corrupted image output drm/bridge: lt8912b: set hdmi or dvi mode drm/i915/gem: Really move i915_gem_context.link under ref protection drm/i915/gt: Restrict forced preemption to the active context fs: split off setxattr_copy and do_setxattr function from setxattr gpio: mvebu: Fix check for pwm support on non-A8K platforms Input: melfas_mip4 - fix return value check in mip4_probe() Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205 media: dvb_vb2: fix possible out of bound access media: rkvdec: Disable H.264 error detection media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args() mmc: hsq: Fix data stomping during mmc recovery mmc: moxart: fix 4-bit bus width and remove 8-bit bus width mm/damon/dbgfs: fix memory leak when using debugfs_lookup() mm: fix dereferencing possible ERR_PTR mm: fix madivse_pageout mishandling on non-LRU page mm,hwpoison: check mm when killing accessing process mm/migrate_device.c: flush TLB while holding PTL mm/page_alloc: fix race condition between build_all_zonelists and page allocation mm: prevent page_frag_alloc() from corrupting the memory net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe net: mt7531: only do PLL once after the reset net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume() net: sched: act_ct: fix possible refcount leak in tcf_ct_init() net: stmmac: power up/down serdes in stmmac_open/release net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455 ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices reset: imx7: Fix the iMX8MP PCIe PHY PERST support Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time" Revert "firmware: arm_scmi: Add clock management to the SCMI power domain" selftests: Fix the if conditions of in test_extra_filter() soc: sunxi: sram: Actually claim SRAM regions soc: sunxi: sram: Fix debugfs info for A64 SRAM C soc: sunxi: sram: Fix probe function ordering issues soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource() soc: sunxi: sram: Prevent the driver from being unbound swiotlb: max mapping size takes min align mask into account thunderbolt: Explicitly reset plug events delay back to USB4 spec value uas: add no-uas quirk for Hiksemi usb_disk uas: ignore UAS for Thinkplus chips usbnet: Fix memory leak in usbnet_disconnect() usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS usb: typec: ucsi: Remove incorrect warning vdpa/ifcvf: fix the calculation of queuepair vduse: prevent uninitialized memory accesses wifi: mac80211: fix regression with non-QoS drivers x86/alternative: Fix race in try_get_desc() x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd Updated by kernel-updater-bot (https://abf.io/mikhailnov/kernel-updater-bot)
This commit is contained in:
parent
d89c352618
commit
5db788950d
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.71.xz: fa4e55ef69d4769876feae8fc9b52aef9284190c
|
||||
patch-5.15.72.xz: 213c68bcead30662d2c9590070e60016c14b7ee4
|
||||
|
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
%define kernelversion 5
|
||||
%define patchlevel 15
|
||||
%define sublevel 71
|
||||
%define sublevel 72
|
||||
|
||||
# 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