Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp1039972pxu; Fri, 16 Oct 2020 02:11:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx8m/YtzKaQYga16F8fgzYHNWX0xoYSp78nr9eiNRdGGlQifgq113CzFnlZpCdqEW9nauX0 X-Received: by 2002:a17:907:43c3:: with SMTP id i3mr2580155ejs.231.1602839483106; Fri, 16 Oct 2020 02:11:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602839483; cv=none; d=google.com; s=arc-20160816; b=bnf25SnHl2VlPfHTw5d125gIg8uBgliwWrlN6RkIP22kyG/nDd65N8PpEPF/5lgcsg 1vYiZO61SoFMF1m51FVTYfi74UKY03a8YPUswXHo5HW+tfKbiFGC9L605ssuWz8XwTXT IaVD+JS5EIBn9H0HdMMEvv3Jb7XO+7TohT/M37VtZl8akZP/VFNRMyTMOJ5FDrzv+4A2 CWN5fwVpU8dnSN3c5+MPY+DgcaVwFqA0b6aT33hD7CPrQPTHV30o4Bud5GttL0W3QgET DiW7dtzQevMn4Uj0DTRIXmTQfKXy/Bj1fzP2RllQJvnO91HECJj13xTt/1LaM3TpY8O/ KP0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=Sl6Bdc+eksIaVk1vlGtZPgqMc9n+LXQGEhyk1vG2qEo=; b=J5jJjkBu9d6N7PaKhGmPe0b/rSSdWBVwAjEopC5qUxdfD+/qmwNRiiNd4CoE9kbVjm xavzp1yrNTLwXS/vt6W+UtFuf47ccHkIROIAQS7LQBxOWlh6ke/O0P96TQA7qCQ0Vn79 1K4+zwX/wOMmzWdMoIatz/y8/O0aExkGSFhPtfgSaNKw5/yB0RJDhI09G2Rj5/SCIFr2 sFheDCEzJ0YEz4CH5JlPfFSvwYEUicTgYlaZZQrapj52kkEma8/M1u3AcnmvVLLE9sWo JzHfy9ilXnfZOUEgIwZCizdgXW/KZz1VrKVNMOd1C3dApgzsXD+hp694U0qPbIue/Z2g BJEQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=qx8e4fpF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u1si1222948edy.369.2020.10.16.02.11.00; Fri, 16 Oct 2020 02:11:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=qx8e4fpF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405467AbgJPJIP (ORCPT + 99 others); Fri, 16 Oct 2020 05:08:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:36640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405430AbgJPJIL (ORCPT ); Fri, 16 Oct 2020 05:08:11 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EEDA620789; Fri, 16 Oct 2020 09:08:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602839290; bh=+29EIaAcVoezGNthw0g7AKKff4dhMIEVgITuKMzcfIg=; h=From:To:Cc:Subject:Date:From; b=qx8e4fpFo2wBYP4vOn0H3zbypFNui3Y2Jvwjk83KRC19wNv4jf+NhAV+xv2C8Htua Xlwq7yiX+9h4CiKxVt25lDfdIOvveoiiID1HLqkKGWlsa08pICDVQLoFXhu1Rm7mBg jJkq/Hl0T6N0ftofYJrVnlZtJlB+1yN3j+ltuZIs= 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, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: [PATCH 4.9 00/16] 4.9.240-rc1 review Date: Fri, 16 Oct 2020 11:07:04 +0200 Message-Id: <20201016090437.205626543@linuxfoundation.org> X-Mailer: git-send-email 2.28.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.9.240-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.240-rc1 X-KernelTest-Deadline: 2020-10-18T09:04+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.9.240 release. There are 16 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, 18 Oct 2020 09:04:25 +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.240-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.240-rc1 Dominik Przychodni crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA Jan Kara reiserfs: Fix oops during mount Jan Kara reiserfs: Initialize inode keys properly Mychaela N. Falconia USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters Scott Chen USB: serial: pl2303: add device-id for HP GC device Anant Thazhemadam staging: comedi: check validity of wMaxPacketSize of usb endpoints found Leonid Bloch USB: serial: option: Add Telit FT980-KS composition Wilken Gottwalt USB: serial: option: add Cellient MPL200 card Oliver Neukum media: usbtv: Fix refcounting mixup Luiz Augusto von Dentz Bluetooth: Disconnect if E0 is used for Level 4 Patrick Steinhardt Bluetooth: Fix update of connection state in `hci_encrypt_cfm` Luiz Augusto von Dentz Bluetooth: Consolidate encryption handling in hci_encrypt_cfm Alain Michaud Bluetooth: fix kernel oops in store_pending_adv_report Luiz Augusto von Dentz Bluetooth: MGMT: Fix not checking if BT_HS is enabled Luiz Augusto von Dentz Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel Luiz Augusto von Dentz Bluetooth: A2MP: Fix not initializing all members ------------- Diffstat: Makefile | 4 +- drivers/crypto/qat/qat_common/qat_algs.c | 10 ++++- drivers/media/usb/usbtv/usbtv-core.c | 3 +- drivers/staging/comedi/drivers/vmk80xx.c | 3 ++ drivers/usb/serial/ftdi_sio.c | 5 +++ drivers/usb/serial/ftdi_sio_ids.h | 7 ++++ drivers/usb/serial/option.c | 5 +++ drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 1 + fs/reiserfs/inode.c | 6 +-- fs/reiserfs/xattr.c | 7 ++++ include/net/bluetooth/hci_core.h | 30 +++++++++++--- include/net/bluetooth/l2cap.h | 2 + net/bluetooth/a2mp.c | 22 +++++++++- net/bluetooth/hci_conn.c | 17 ++++++++ net/bluetooth/hci_event.c | 70 +++++++++++++------------------- net/bluetooth/l2cap_core.c | 7 ++-- net/bluetooth/l2cap_sock.c | 14 +++++++ net/bluetooth/mgmt.c | 7 +++- 19 files changed, 159 insertions(+), 62 deletions(-)