!712 release 5.10.0-112.0.0

From: @zhengzengkai 
Reviewed-by: @xiexiuqi 
Signed-off-by: @xiexiuqi
This commit is contained in:
openeuler-ci-bot 2022-08-18 03:41:03 +00:00 committed by Gitee
commit 8c9a912404
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 187 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
5.10.0-109.0.0 5.10.0-112.0.0

View File

@ -10,9 +10,9 @@
%global upstream_version 5.10 %global upstream_version 5.10
%global upstream_sublevel 0 %global upstream_sublevel 0
%global devel_release 109 %global devel_release 112
%global maintenance_release .0.0 %global maintenance_release .0.0
%global pkg_release .58 %global pkg_release .59
%define with_debuginfo 1 %define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh # Do not recompute the build-id of vmlinux in find-debuginfo.sh
@ -879,6 +879,190 @@ fi
%endif %endif
%changelog %changelog
* Wed Aug 17 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-112.0.0.59
- mm: support pagecache limit
- mm: support periodical memory reclaim
- Revert "mm/page_cache_limit: add pagecache limit proc interface"
- Revert "mm/page_cache_limit: create kernel thread for page cache limit"
- Revert "mm/page_cache_limit: calculate reclaim pages for each node"
- Revert "mm/page_cache_limit: shrink page cache"
- Revert "mm/page_cache_limit: reconfiguration about page cache limit when memory plug/unplug"
- Revert "mm/page_cache_limit: do shrink_page_cache when adding page to page cache"
- Revert "mm/page_cache_limit: add support for droping caches for target node"
- memblock: stop poisoning raw allocations
- mm: introduce memmap_alloc() to unify memory map allocation
- microblaze: simplify pte_alloc_one_kernel()
- mm/page_alloc: always initialize memory map for the holes
- mm: sharepool: sp_alloc_mmap_populate bugfix
- mm: sharepool: use built-in-statistics
- mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events
- mm: sparsemem: fix missing higher order allocation splitting
- crypto: arm64/poly1305 - fix a read out-of-bound
- posix-cpu-timers: Cleanup CPU timers before freeing them during exec
- net_sched: cls_route: remove from list when handle is 0
- tty: serial: 8250: 8250_port: Move prototypes to shared location
- mm/slub: add missing TID updates on slab deactivation
- signal/seccomp: Dump core when there is only one live thread
- netfilter: nft_compat: use nfnetlink_unicast()
- netfilter: use nfnetlink_unicast()
- dm-mpath: fix UAF in multipath_message()
- tun: avoid double free in tun_free_netdev
- efi/libstub: arm64: Fix KASLR and memmap= collision
- efi/libstub: arm64: support strchr function for EFI stub
- io_uring:drop identity before creating a private one
- module: check for exit sections in layout_sections() instead of module_init_section()
- afs: Fix afs_getattr() to refetch file status if callback break occurred
- i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()
- module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOAD
- dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group
- Input: ili210x - fix reset timing
- arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs
- net: atlantic: verify hw_head_ lies within TX buffer ring
- net: atlantic: add check for MAX_SKB_FRAGS
- net: atlantic: reduce scope of is_rsc_complete
- net: atlantic: fix "frag[0] not initialized"
- net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
- ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
- nl80211: fix locking in nl80211_set_tx_bitrate_mask()
- selftests: add ping test with ping_group_range tuned
- nl80211: validate S1G channel width
- mac80211: fix rx reordering with non explicit / psmp ack policy
- scsi: qla2xxx: Fix missed DMA unmap for aborted commands
- perf bench numa: Address compiler error on s390
- gpio: mvebu/pwm: Refuse requests with inverted polarity
- gpio: gpio-vf610: do not touch other bits when set the target bit
- riscv: dts: sifive: fu540-c000: align dma node name with dtschema
- net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.
- igb: skip phy status check where unavailable
- ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
- ARM: 9196/1: spectre-bhb: enable for Cortex-A15
- net: af_key: add check for pfkey_broadcast in function pfkey_process
- net/mlx5e: Properly block LRO when XDP is enabled
- NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
- net/qla3xxx: Fix a test in ql_reset_work()
- clk: at91: generated: consider range when calculating best rate
- ice: fix possible under reporting of ethtool Tx and Rx statistics
- net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
- net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
- net: systemport: Fix an error handling path in bcm_sysport_probe()
- net/sched: act_pedit: sanitize shift argument before usage
- net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrm
- net: macb: Increment rx bd head after allocating skb and buffer
- net: ipa: record proper RX transaction count
- ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group
- pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl
- ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi
- dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace
- drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
- libceph: fix potential use-after-free on linger ping and resends
- crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ
- arm64: mte: Ensure the cleared tags are visible before setting the PTE
- arm64: paravirt: Use RCU read locks to guard stolen_time
- KVM: x86/mmu: Update number of zapped pages even if page list is stable
- PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold
- Fix double fget() in vhost_net_set_backend()
- selinux: fix bad cleanup on error in hashtab_duplicate()
- ALSA: hda/realtek: Add quirk for TongFang devices with pop noise
- ALSA: wavefront: Proper check of get_user() error
- ALSA: usb-audio: Restore Rane SL-1 quirk
- nilfs2: fix lockdep warnings during disk space reclamation
- nilfs2: fix lockdep warnings in page operations for btree nodes
- platform/chrome: cros_ec_debugfs: detach log reader wq from devm
- drbd: remove usage of list iterator variable after loop
- MIPS: lantiq: check the return value of kzalloc()
- fs: fix an infinite loop in iomap_fiemap
- rtc: mc146818-lib: Fix the AltCentury for AMD platforms
- nvme-multipath: fix hang when disk goes live over reconnect
- tools/virtio: compile with -pthread
- vhost_vdpa: don't setup irq offloading when irq_num < 0
- s390/pci: improve zpci_dev reference counting
- ALSA: hda/realtek: Enable headset mic on Lenovo P360
- crypto: x86/chacha20 - Avoid spurious jumps to other functions
- crypto: stm32 - fix reference leak in stm32_crc_remove
- rtc: sun6i: Fix time overflow handling
- gfs2: Disable page faults during lockless buffered reads
- nvme-pci: add quirks for Samsung X5 SSDs
- Input: stmfts - fix reference leak in stmfts_input_open
- Input: add bounds checking to input_set_capability()
- um: Cleanup syscall_handler_t definition/cast, fix warning
- rtc: pcf2127: fix bug when reading alarm registers
- rtc: fix use-after-free on device removal
- igc: Update I226_K device ID
- igc: Remove phy->type checking
- igc: Remove _I_PHY_ID checking
- io_uring: always grab file table for deferred statx
- usb: gadget: fix race when gadget driver register via ioctl
- SUNRPC: Fix fall-through warnings for Clang
- usb: gadget: uvc: allow for application to cleanly shutdown
- usb: gadget: uvc: rename function to be more consistent
- ping: fix address binding wrt vrf
- arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map
- net: phy: Fix race condition on link status change
- SUNRPC: Don't call connect() more than once on a TCP socket
- SUNRPC: Prevent immediate close+reconnect
- SUNRPC: Clean up scheduling of autoclose
- drm/vmwgfx: Initialize drm_mode_fb_cmd2
- cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
- net: atlantic: always deep reset on pm op, fixing up my null deref regression
- i40e: i40e_main: fix a missing check on list iterator
- drm/nouveau/tegra: Stop using iommu_present()
- ceph: fix setting of xattrs on async created inodes
- serial: 8250_mtk: Fix register address for XON/XOFF character
- serial: 8250_mtk: Fix UART_EFR register address
- slimbus: qcom: Fix IRQ check in qcom_slim_probe
- USB: serial: option: add Fibocom MA510 modem
- USB: serial: option: add Fibocom L610 modem
- USB: serial: qcserial: add support for Sierra Wireless EM7590
- USB: serial: pl2303: add device id for HP LM930 Display
- usb: typec: tcpci_mt6360: Update for BMC PHY setting
- usb: typec: tcpci: Don't skip cleanup in .remove() on error
- usb: cdc-wdm: fix reading stuck on device close
- tty: n_gsm: fix mux activation issues in gsm_config()
- tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()
- firmware_loader: use kernel credentials when reading firmware
- tcp: resalt the secret every 10 seconds
- net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT
- net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
- s390: disable -Warray-bounds
- ASoC: ops: Validate input values in snd_soc_put_volsw_range()
- ASoC: max98090: Generate notifications on changes for custom control
- ASoC: max98090: Reject invalid values in custom control put()
- hwmon: (f71882fg) Fix negative temperature
- gfs2: Fix filesystem block deallocation for short writes
- tls: Fix context leak on tls_device_down
- net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
- net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
- net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()
- net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
- net/sched: act_pedit: really ensure the skb is writable
- s390/lcs: fix variable dereferenced before check
- s390/ctcm: fix potential memory leak
- s390/ctcm: fix variable dereferenced before check
- selftests: vm: Makefile: rename TARGETS to VMTARGETS
- hwmon: (ltq-cputemp) restrict it to SOC_XWAY
- dim: initialize all struct fields
- ionic: fix missing pci_release_regions() on error in ionic_probe()
- nfs: fix broken handling of the softreval mount option
- mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
- net: sfc: fix memory leak due to ptp channel
- sfc: Use swap() instead of open coding it
- netlink: do not reset transport header in netlink_recvmsg()
- drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()
- ipv4: drop dst in multicast routing path
- net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filters
- net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0
- net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups
- net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when deleted
- net: Fix features skip in for_each_netdev_feature()
- mac80211: Reset MBSSID parameters upon connection
- hwmon: (tmp401) Add OF device ID table
- iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
- batman-adv: Don't skb_split skbuffs with frag_list
- !67 scsi: mpt3sas: Transition IOC to Ready state during shutdown
- scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown
- scsi: mpt3sas: Transition IOC to Ready state during shutdown
- x86: Clear .brk area at early boot
* Wed Aug 10 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-109.0.0.58 * Wed Aug 10 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-109.0.0.58
- memcg: export high_async_ratio to userland - memcg: export high_async_ratio to userland
- memcg: enable memcg async reclaim - memcg: enable memcg async reclaim