RE: [PATCH 4.19 00/40] 4.19.117-rc1 review

From: Chris Paterson
Date: Mon Apr 20 2020 - 10:17:08 EST


Hello Greg,

> From: stable-owner@xxxxxxxxxxxxxxx <stable-owner@xxxxxxxxxxxxxxx> On
> Behalf Of Greg Kroah-Hartman
> Sent: 20 April 2020 13:39
>
> This is the start of the stable review cycle for the 4.19.117 release.
> There are 40 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.

No build/boot issues seen for CIP configs for Linux 4.19.117-rc1 (df86600ce713).

Build/test pipeline/logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/137867597
GitLab CI pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/master/trees/linux-4.19.y.yml
Relevant LAVA jobs: https://lava.ciplatform.org/scheduler/alljobs?length=25&search=df86600ce#table

Kind regards, Chris

>
> Responses should be made by Wed, 22 Apr 2020 12:10:36 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-
> 4.19.117-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> linux-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
>
> Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Linux 4.19.117-rc1
>
> Austin Kim <austindh.kim@xxxxxxxxx>
> mm/vmalloc.c: move 'area->pages' after if statement
>
> Karthick Gopalasubramanian <kargop@xxxxxxxxxxxxxx>
> wil6210: remove reset file from debugfs
>
> Dedy Lansky <dlansky@xxxxxxxxxxxxxx>
> wil6210: make sure Rx ring sizes are correlated
>
> Alexei Avshalom Lazar <ailizaro@xxxxxxxxxxxxxx>
> wil6210: add general initialization/size checks
>
> Maya Erez <merez@xxxxxxxxxxxxxx>
> wil6210: ignore HALP ICR if already handled
>
> Dedy Lansky <dlansky@xxxxxxxxxxxxxx>
> wil6210: check rx_buff_mgmt before accessing it
>
> Reinette Chatre <reinette.chatre@xxxxxxxxx>
> x86/resctrl: Fix invalid attempt at removing the default resource group
>
> James Morse <james.morse@xxxxxxx>
> x86/resctrl: Preserve CDP enable over CPU hotplug
>
> John Allen <john.allen@xxxxxxx>
> x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE
>
> Maurizio Lombardi <mlombard@xxxxxxxxxx>
> scsi: target: fix hang when multiple threads try to destroy the same iscsi
> session
>
> Maurizio Lombardi <mlombard@xxxxxxxxxx>
> scsi: target: remove boilerplate code
>
> Jim Mattson <jmattson@xxxxxxxxxx>
> kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
>
> Jan Kara <jack@xxxxxxx>
> ext4: do not zeroout extents beyond i_disksize
>
> Sergei Lopatin <magist3r@xxxxxxxxx>
> drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled
>
> Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx>
> usb: dwc3: gadget: Don't clear flags before transfer ended
>
> Sasha Levin <sashal@xxxxxxxxxx>
> usb: dwc3: gadget: don't enable interrupt when disabling endpoint
>
> Tuomas Tynkkynen <tuomas.tynkkynen@xxxxxx>
> mac80211_hwsim: Use kstrndup() in place of kasprintf()
>
> Josef Bacik <josef@xxxxxxxxxxxxxx>
> btrfs: check commit root generation in should_ignore_root
>
> Xiao Yang <yangx.jy@xxxxxxxxxxxxxx>
> tracing: Fix the race between registering 'snapshot' event trigger and
> triggering 'snapshot' operation
>
> Vasily Averin <vvs@xxxxxxxxxxxxx>
> keys: Fix proc_keys_next to increase position index
>
> Takashi Iwai <tiwai@xxxxxxx>
> ALSA: usb-audio: Check mapping at creating connector controls, too
>
> Takashi Iwai <tiwai@xxxxxxx>
> ALSA: usb-audio: Don't create jack controls for PCM terminals
>
> Takashi Iwai <tiwai@xxxxxxx>
> ALSA: usb-audio: Don't override ignore_ctl_error value from the map
>
> Takashi Iwai <tiwai@xxxxxxx>
> ALSA: usb-audio: Filter error from connector kctl ops, too
>
> Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ASoC: Intel: mrfld: return error codes when an error occurs
>
> Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ASoC: Intel: mrfld: fix incorrect check on p->sink
>
> Josh Triplett <josh@xxxxxxxxxxxxxxxx>
> ext4: fix incorrect inodes per group in error message
>
> Josh Triplett <josh@xxxxxxxxxxxxxxxx>
> ext4: fix incorrect group count in ext4_fill_super error message
>
> Sven Van Asbroeck <TheSven73@xxxxxxxxx>
> pwm: pca9685: Fix PWM/GPIO inter-operation
>
> zhangyi (F) <yi.zhang@xxxxxxxxxx>
> jbd2: improve comments about freeing data buffers whose page mapping is
> NULL
>
> Can Guo <cang@xxxxxxxxxxxxxx>
> scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic
>
> Amir Goldstein <amir73il@xxxxxxxxx>
> ovl: fix value of i_ino for lower hardlink corner case
>
> DENG Qingfang <dqfext@xxxxxxxxx>
> net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode
>
> Florian Fainelli <f.fainelli@xxxxxxxxx>
> net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
>
> Konstantin Khlebnikov <khlebnikov@xxxxxxxxxxxxxx>
> net: revert default NAPI poll timeout to 2 jiffies
>
> Wang Wenhu <wenhu.wang@xxxxxxxx>
> net: qrtr: send msgs from local of same id as broadcast
>
> Tim Stallard <code@xxxxxxxxxxxxxxxxx>
> net: ipv6: do not consider routes via gateways for anycast address check
>
> Taras Chornyi <taras.chornyi@xxxxxxxxxxx>
> net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
>
> Taehee Yoo <ap420073@xxxxxxxxx>
> hsr: check protocol version in hsr_newlink()
>
> Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
> amd-xgbe: Use __napi_schedule() in BH context
>
>
> -------------
>
> Diffstat:
>
> Makefile | 4 +-
> arch/x86/include/asm/microcode_amd.h | 2 +-
> arch/x86/kernel/cpu/intel_rdt.c | 2 +
> arch/x86/kernel/cpu/intel_rdt.h | 1 +
> arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 16 ++++-
> arch/x86/kvm/cpuid.c | 3 +-
> drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 5 +-
> drivers/net/dsa/mt7530.c | 18 +++--
> drivers/net/dsa/mt7530.h | 7 ++
> drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 2 +-
> drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c | 2 +
> drivers/net/wireless/ath/wil6210/debugfs.c | 29 +-------
> drivers/net/wireless/ath/wil6210/interrupt.c | 12 ++--
> drivers/net/wireless/ath/wil6210/main.c | 5 +-
> drivers/net/wireless/ath/wil6210/txrx.c | 4 +-
> drivers/net/wireless/ath/wil6210/txrx_edma.c | 14 +++-
> drivers/net/wireless/ath/wil6210/wil6210.h | 3 +-
> drivers/net/wireless/ath/wil6210/wmi.c | 2 +-
> drivers/net/wireless/mac80211_hwsim.c | 12 ++--
> drivers/pwm/pwm-pca9685.c | 85 +++++++++++++----------
> drivers/scsi/ufs/ufshcd.c | 5 ++
> drivers/target/iscsi/iscsi_target.c | 79 ++++++---------------
> drivers/target/iscsi/iscsi_target.h | 1 -
> drivers/target/iscsi/iscsi_target_configfs.c | 5 +-
> drivers/target/iscsi/iscsi_target_login.c | 5 +-
> drivers/usb/dwc3/gadget.c | 18 ++---
> fs/btrfs/relocation.c | 4 +-
> fs/ext4/extents.c | 8 +--
> fs/ext4/super.c | 6 +-
> fs/jbd2/commit.c | 7 +-
> fs/overlayfs/inode.c | 4 +-
> include/net/ip6_route.h | 1 +
> include/target/iscsi/iscsi_target_core.h | 2 +-
> kernel/trace/trace_events_trigger.c | 10 +--
> mm/vmalloc.c | 8 ++-
> net/core/dev.c | 3 +-
> net/hsr/hsr_netlink.c | 10 ++-
> net/ipv4/devinet.c | 13 ++--
> net/qrtr/qrtr.c | 7 +-
> security/keys/proc.c | 2 +
> sound/soc/intel/atom/sst-atom-controls.c | 2 +-
> sound/soc/intel/atom/sst/sst_pci.c | 2 +-
> sound/usb/mixer.c | 31 +++++----
> sound/usb/mixer_maps.c | 4 +-
> 44 files changed, 252 insertions(+), 213 deletions(-)
>