From patchwork Fri Jul 26 04:59:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Herrenschmidt X-Patchwork-Id: 11060239 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4BFA21398 for ; Fri, 26 Jul 2019 05:01:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A80D28A24 for ; Fri, 26 Jul 2019 05:01:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2E69928A27; Fri, 26 Jul 2019 05:01:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E666828A24 for ; Fri, 26 Jul 2019 05:01:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725944AbfGZFBR (ORCPT ); Fri, 26 Jul 2019 01:01:17 -0400 Received: from gate.crashing.org ([63.228.1.57]:53496 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725836AbfGZFBR (ORCPT ); Fri, 26 Jul 2019 01:01:17 -0400 Received: from ufdda393ec48b57.ant.amazon.com (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x6Q4x6PR017198; Thu, 25 Jul 2019 23:59:07 -0500 From: Benjamin Herrenschmidt To: Linux USB List Cc: Felipe Balbi , Alan Stern , Greg KH , =?utf-8?q?Micha=C5=82_Nazarewicz?= Subject: [PATCH 0/2] usb: gadget: Composite and Mass Storage fixes Date: Fri, 26 Jul 2019 14:59:02 +1000 Message-Id: <20190726045904.17860-1-benh@kernel.crashing.org> X-Mailer: git-send-email 2.17.1 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP These two fixes have been rotting on the list for a while. The mass storage one should probably go to stable as well (Felipe ? Alan ?) as people have been chasing that for years and it can crash your kernel.