Kind regards, Chris > -----Original Message----- > From: stable-owner@xxxxxxxxxxxxxxx <stable-owner@xxxxxxxxxxxxxxx> On > Behalf Of Greg Kroah-Hartman > Sent: 07 July 2020 16:10 > To: linux-kernel@xxxxxxxxxxxxxxx > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>; torvalds@linux- > foundation.org; akpm@xxxxxxxxxxxxxxxxxxxx; linux@xxxxxxxxxxxx; > shuah@xxxxxxxxxx; patches@xxxxxxxxxxxx; ben.hutchings@xxxxxxxxxxxxxxx; > lkft-triage@xxxxxxxxxxxxxxxx; stable@xxxxxxxxxxxxxxx > Subject: [PATCH 4.4 00/19] 4.4.230-rc1 review > > This is the start of the stable review cycle for the 4.4.230 release. > There are 19 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. > > Responses should be made by Thu, 09 Jul 2020 14:57:34 +0000. > Anything received after that time might be too late. No build/boot issues seen for CIP configs with Linux 4.4.230-rc1 (c19eba6b3434). Build/test pipeline/logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/164002925 GitLab CI pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/master/trees/linux-4.4.y.yml Relevant LAVA jobs: https://lava.ciplatform.org/scheduler/alljobs?length=25&search=c19eba#table Kind regards, Chris > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v4.x/stable- > review/patch-4.4.230-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.4.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Linux 4.4.230-rc1 > > Vasily Averin <vvs@xxxxxxxxxxxxx> > netfilter: nf_conntrack_h323: lost .data_len definition for Q.931/ipv6 > > Hauke Mehrtens <hauke@xxxxxxxxxx> > MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen > > Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> > cifs: Fix the target file was deleted when rename failed. > > Paul Aurich <paul@xxxxxxxxxxxxxx> > SMB3: Honor persistent/resilient handle flags for multiuser mounts > > Paul Aurich <paul@xxxxxxxxxxxxxx> > SMB3: Honor 'seal' flag for multiuser mounts > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Revert "ALSA: usb-audio: Improve frames size computation" > > Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> > i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665 > > Hou Tao <houtao1@xxxxxxxxxx> > virtio-blk: free vblk-vqs in error path of virtblk_probe() > > Misono Tomohiro <misono.tomohiro@xxxxxxxxxxxxxx> > hwmon: (acpi_power_meter) Fix potential memory leak in > acpi_power_meter_add() > > Chu Lin <linchuyuan@xxxxxxxxxx> > hwmon: (max6697) Make sure the OVERT mask is set correctly > > Shile Zhang <shile.zhang@xxxxxxxxx> > sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in > milliseconds > > Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() > > Douglas Anderson <dianders@xxxxxxxxxxxx> > kgdb: Avoid suspicious RCU usage warning > > Zqiang <qiang.zhang@xxxxxxxxxxxxx> > usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect > > Qian Cai <cai@xxxxxx> > mm/slub: fix stack overruns with SLUB_STATS > > Borislav Petkov <bp@xxxxxxx> > EDAC/amd64: Read back the scrub rate PCI register on F15h > > Hugh Dickins <hughd@xxxxxxxxxx> > mm: fix swap cache node allocation mask > > Filipe Manana <fdmanana@xxxxxxxx> > btrfs: fix data block group relocation failure due to concurrent scrub > > Anand Jain <Anand.Jain@xxxxxxxxxx> > btrfs: cow_file_range() num_bytes and disk_num_bytes are same > > > ------------- > > Diffstat: > > Makefile | 4 ++-- > arch/mips/kernel/traps.c | 1 + > crypto/af_alg.c | 26 +++++++++----------- > crypto/algif_aead.c | 9 +++---- > crypto/algif_hash.c | 9 +++---- > crypto/algif_skcipher.c | 9 +++---- > drivers/block/virtio_blk.c | 1 + > drivers/edac/amd64_edac.c | 2 ++ > drivers/hwmon/acpi_power_meter.c | 4 +++- > drivers/hwmon/max6697.c | 7 +++--- > drivers/i2c/algos/i2c-algo-pca.c | 3 ++- > drivers/usb/misc/usbtest.c | 1 + > fs/btrfs/inode.c | 36 ++++++++++++++++++++-------- > fs/cifs/connect.c | 3 +++ > fs/cifs/inode.c | 10 ++++++-- > include/crypto/if_alg.h | 4 ++-- > include/linux/sched/sysctl.h | 1 + > kernel/debug/debug_core.c | 4 ++++ > kernel/sched/core.c | 5 ++-- > kernel/sched/rt.c | 1 + > kernel/sysctl.c | 2 +- > mm/slub.c | 3 ++- > mm/swap_state.c | 3 ++- > net/netfilter/nf_conntrack_h323_main.c | 1 + > sound/usb/card.h | 4 ---- > sound/usb/endpoint.c | 43 ++++------------------------------ > sound/usb/endpoint.h | 1 - > sound/usb/pcm.c | 2 -- > 28 files changed, 95 insertions(+), 104 deletions(-) >