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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33B34C433F5 for ; Mon, 27 Dec 2021 15:29:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237736AbhL0P3M (ORCPT ); Mon, 27 Dec 2021 10:29:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237632AbhL0P2n (ORCPT ); Mon, 27 Dec 2021 10:28:43 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE643C0617A2; Mon, 27 Dec 2021 07:28:42 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 76C38B810BF; Mon, 27 Dec 2021 15:28:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 900B6C36AEA; Mon, 27 Dec 2021 15:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1640618920; bh=gbfq2Zuo6W3gPEoVtHl1a5oLx0LrSPQA4lpzqYZpB4M=; h=From:To:Cc:Subject:Date:From; b=SeEPhp373NbyaMdt09BcMxtzd7jgy2MtYenqMvK1sAlzEB4IJ85bCN6WKZFpLuq4y x6+vpibicivYocFkqeZI0z/K9wjYX1Cpe82QbjTmif8rWe1SwMbs7klV1/ic0nu8re hX+/Xda0fzW/nRvitNtpAnIsYTqnEF0yLxEbCPSA= 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.9 00/19] 4.9.295-rc1 review Date: Mon, 27 Dec 2021 16:27:02 +0100 Message-Id: <20211227151316.558965545@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 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.9.295-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.295-rc1 X-KernelTest-Deadline: 2021-12-29T15:13+00:00 Content-Type: text/plain; charset=UTF-8 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.9.295 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 Wed, 29 Dec 2021 15:13:09 +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.9.295-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.9.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.9.295-rc1 Rémi Denis-Courmont phonet/pep: refuse to enable an unbound pipe Lin Ma hamradio: improve the incomplete fix to avoid NPD Lin Ma hamradio: defer ax25 kfree after unregister_netdev Lin Ma ax25: NPD bug when detaching AX25 device Guenter Roeck hwmon: (lm90) Do not report 'busy' status bit as alarm Samuel Čavoj Input: i8042 - enable deferred probe quirk for ASUS UM325UA Ard Biesheuvel ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling Andrew Cooper x86/pkey: Fix undefined behaviour with PKRU_WD_BIT Colin Ian King ALSA: drivers: opl3: Fix incorrect use of vp->state Xiaoke Wang ALSA: jack: Check the return value of kstrdup() Guenter Roeck hwmon: (lm90) Fix usage of CONFIG2 register in detect function Jiasheng Jiang drivers: net: smc911x: Check for error irq Jiasheng Jiang fjes: Check for error irq Fernando Fernandez Mancera bonding: fix ad_actor_system option setting to default Jiasheng Jiang qlcnic: potential dereference null pointer of rx_queue->page_ring José Expósito IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() Benjamin Tissoires HID: holtek: fix mouse probing Jimmy Assarsson can: kvaser_usb: get CAN clock frequency from device Greg Jesionowski net: usb: lan78xx: add Allied Telesis AT29M2-AF ------------- Diffstat: Documentation/networking/bonding.txt | 11 +++--- Makefile | 4 +-- arch/arm/kernel/entry-armv.S | 8 ++--- arch/x86/include/asm/pgtable.h | 4 +-- drivers/hid/hid-holtek-mouse.c | 15 ++++++++ drivers/hwmon/lm90.c | 8 ++--- drivers/infiniband/hw/qib/qib_user_sdma.c | 2 +- drivers/input/serio/i8042-x86ia64io.h | 7 ++++ drivers/net/bonding/bond_options.c | 2 +- drivers/net/can/usb/kvaser_usb.c | 41 +++++++++++++++++++--- drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h | 2 +- .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 12 +++++-- .../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c | 4 ++- drivers/net/ethernet/smsc/smc911x.c | 5 +++ drivers/net/fjes/fjes_main.c | 5 +++ drivers/net/hamradio/mkiss.c | 5 +-- drivers/net/usb/lan78xx.c | 6 ++++ net/ax25/af_ax25.c | 4 ++- net/phonet/pep.c | 2 ++ sound/core/jack.c | 4 +++ sound/drivers/opl3/opl3_midi.c | 2 +- 21 files changed, 119 insertions(+), 34 deletions(-)