From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7350FC433EF for ; Fri, 8 Oct 2021 11:31:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D6CF61139 for ; Fri, 8 Oct 2021 11:31:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240225AbhJHLcz (ORCPT ); Fri, 8 Oct 2021 07:32:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:59712 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240946AbhJHLbg (ORCPT ); Fri, 8 Oct 2021 07:31:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1E78A6120C; Fri, 8 Oct 2021 11:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633692573; bh=yQ8uQrfIoW4oGG8ACTtjnTx7C/9vE+fOg8e9k2on/kg=; h=From:To:Cc:Subject:Date:From; b=2cl8YC1j5NDzOk50ChWhARM9lVarR3XcfDaV0k2sWA4LvluuHJ6qSaRoGQ+BxnoxR 9DM25SP0IC4FT091rvHmjtrm91CjVLeTPNO2EITdBKMYIsvJC8TKkkus0/Gw43MdWN +/Yalx85YmdGyAnLodTmJuiyB3QEL+dXpwVLv2wI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: [PATCH 4.14 00/10] 4.14.250-rc1 review Date: Fri, 8 Oct 2021 13:27:41 +0200 Message-Id: <20211008112714.445637990@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.250-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.250-rc1 X-KernelTest-Deadline: 2021-10-10T11:27+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.14.250 release. There are 10 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 Sun, 10 Oct 2021 11:27:07 +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.14.250-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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.250-rc1 Davidlohr Bueso lib/timerqueue: Rely on rbtree semantics for next timer Kate Hsuan libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD. Wen Xiong scsi: ses: Retry failed Send/Receive Diagnostic commands Yang Yingliang usb: dwc2: check return value after calling platform_get_resource() Faizel K B usb: testusb: Fix for showing the connection speed Ming Lei scsi: sd: Free scsi_disk device via put_device() Dan Carpenter ext2: fix sleeping in atomic bugs on error Linus Torvalds sparc64: fix pci_iounmap() when CONFIG_PCI is not set Jan Beulich xen-netback: correct success/error reporting for the SKB-with-fraglist case Vladimir Oltean net: mdio: introduce a shutdown method to mdio device drivers ------------- Diffstat: Makefile | 4 ++-- arch/sparc/lib/iomap.c | 2 ++ drivers/ata/libata-core.c | 34 ++++++++++++++++++++++++++++++++-- drivers/net/phy/mdio_device.c | 11 +++++++++++ drivers/net/xen-netback/netback.c | 2 +- drivers/scsi/sd.c | 9 +++++---- drivers/scsi/ses.c | 22 ++++++++++++++++++---- drivers/usb/dwc2/hcd.c | 4 ++++ fs/ext2/balloc.c | 14 ++++++-------- include/linux/libata.h | 1 + include/linux/mdio.h | 3 +++ include/linux/timerqueue.h | 13 ++++++------- lib/timerqueue.c | 30 ++++++++++++------------------ tools/usb/testusb.c | 14 ++++++++------ 14 files changed, 111 insertions(+), 52 deletions(-)