diff --git a/SOURCE b/SOURCE index ccb2751..486a5fa 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-94.0.0 +5.10.0-95.0.0 diff --git a/kernel.spec b/kernel.spec index 663aa49..96d9944 100644 --- a/kernel.spec +++ b/kernel.spec @@ -10,9 +10,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 94 +%global devel_release 95 %global maintenance_release .0.0 -%global pkg_release .46 +%global pkg_release .47 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -879,6 +879,110 @@ fi %endif %changelog +* Sat May 28 2022 Zheng Zengkai - 5.10.0-95.0.0.47 +- hamradio: fix macro redefine warning +- Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" +- btrfs: add missing run of delayed items after unlink during log replay +- btrfs: qgroup: fix deadlock between rescan worker and remove qgroup +- btrfs: fix lost prealloc extents beyond eof after full fsync +- tracing: Fix return value of __setup handlers +- tracing/histogram: Fix sorting on old "cpu" value +- HID: add mapping for KEY_ALL_APPLICATIONS +- HID: add mapping for KEY_DICTATE +- Input: samsung-keypad - properly state IOMEM dependency +- Input: elan_i2c - fix regulator enable count imbalance after suspend/resume +- Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power() +- net: dcb: disable softirqs in dcbnl_flush_dev() +- drm/amdgpu: fix suspend/resume hang regression +- nl80211: Handle nla_memdup failures in handle_nan_filter +- iavf: Refactor iavf state machine tracking +- net: chelsio: cxgb3: check the return value of pci_find_capability() +- ibmvnic: complete init_done on transport events +- ARM: tegra: Move panels to AUX bus +- soc: fsl: qe: Check of ioremap return value +- soc: fsl: guts: Add a missing memory allocation failure check +- soc: fsl: guts: Revert commit 3c0d64e867ed +- ARM: dts: Use 32KiHz oscillator on devkit8000 +- ARM: dts: switch timer config to common devkit8000 devicetree +- s390/extable: fix exception table sorting +- memfd: fix F_SEAL_WRITE after shmem huge page allocated +- ibmvnic: free reset-work-item when flushing +- igc: igc_write_phy_reg_gpy: drop premature return +- pinctrl: sunxi: Use unique lockdep classes for IRQs +- selftests: mlxsw: tc_police_scale: Make test more robust +- ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions +- ARM: Fix kgdb breakpoint for Thumb2 +- igc: igc_read_phy_reg_gpy: drop premature return +- arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output +- can: gs_usb: change active_channels's type from atomic_t to u8 +- ASoC: cs4265: Fix the duplicated control name +- firmware: arm_scmi: Remove space in MODULE_ALIAS name +- efivars: Respect "block" flag in efivar_entry_set_safe() +- ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() +- net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() +- ibmvnic: register netdev after init of adapter +- net: sxgbe: fix return value of __setup handler +- iavf: Fix missing check for running netdev +- mac80211: treat some SAE auth steps as final +- net: stmmac: fix return value of __setup handler +- mac80211: fix forwarded mesh frames AC & queue selection +- ice: fix concurrent reset and removal of VFs +- ice: Fix race conditions between virtchnl handling and VF ndo ops +- net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server +- net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client +- net/smc: fix connection leak +- net: dcb: flush lingering app table entries for unregistered devices +- net: ipv6: ensure we call ipv6_mc_down() at most once +- batman-adv: Don't expect inter-netns unique iflink indices +- batman-adv: Request iflink once in batadv_get_real_netdevice +- batman-adv: Request iflink once in batadv-on-batadv check +- netfilter: nf_queue: handle socket prefetch +- netfilter: nf_queue: fix possible use-after-free +- netfilter: nf_queue: don't assume sk is full socket +- net: fix up skbs delta_truesize in UDP GRO frag_list +- e1000e: Correct NVM checksum verification flow +- xfrm: enforce validity of offload input flags +- xfrm: fix the if_id check in changelink +- bpf, sockmap: Do not ignore orig_len parameter +- netfilter: fix use-after-free in __nf_register_net_hook() +- xfrm: fix MTU regression +- mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls +- ntb: intel: fix port config status offset for SPR +- thermal: core: Fix TZ_GET_TRIP NULL pointer dereference +- xen/netfront: destroy queues before real_num_tx_queues is zeroed +- drm/i915: s/JSP2/ICP2/ PCH +- iommu/amd: Recover from event log overflow +- ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min +- riscv: Fix config KASAN && DEBUG_VIRTUAL +- riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP +- riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value +- ALSA: intel_hdmi: Fix reference to PCM buffer address +- tracing: Add ustring operation to filtering string pointers +- drm/amdgpu: check vm ready by amdgpu_vm->evicting flag +- ata: pata_hpt37x: fix PCI clock detection +- serial: stm32: prevent TDR register overwrite when sending x_char +- tracing: Add test for user space strings when filtering on string pointers +- exfat: fix i_blocks for files truncated over 4 GiB +- exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() +- net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 +- i2c: qup: allow COMPILE_TEST +- i2c: cadence: allow COMPILE_TEST +- dmaengine: shdma: Fix runtime PM imbalance on error +- selftests/seccomp: Fix seccomp failure by adding missing headers +- cifs: fix double free race when mount fails in cifs_get_root() +- tipc: fix a bit overflow in tipc_crypto_key_rcv() +- KVM: arm64: vgic: Read HW interrupt pending state from the HW +- Input: clear BTN_RIGHT/MIDDLE on buttonpads +- regulator: core: fix false positive in regulator_late_cleanup() +- ASoC: rt5682: do not block workqueue if card is unbound +- ASoC: rt5668: do not block workqueue if card is unbound +- i2c: bcm2835: Avoid clock stretching timeouts +- mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work +- mac80211_hwsim: report NOACK frames in tx_status +- nfsd: Fix null-ptr-deref in nfsd_fill_super() +- arm64: Add non nmi ipi backtrace support +- slub: add back check for free nonslab objects + * Thu May 26 2022 Zheng Zengkai - 5.10.0-94.0.0.46 - sched/fair: Update rq clock before unthrottle a qos cfs_rq - io_uring: fix soft lockup in io_submit_sqes()