Message ID | 20191028114228.3679219-1-john@metanate.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=C12n=YV=vger.kernel.org=linux-usb-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0CDE9112B for <patchwork-linux-usb@patchwork.kernel.org>; Mon, 28 Oct 2019 11:43:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DED0B21734 for <patchwork-linux-usb@patchwork.kernel.org>; Mon, 28 Oct 2019 11:43:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=metanate.com header.i=@metanate.com header.b="ZcWYUtkd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388671AbfJ1LnM (ORCPT <rfc822;patchwork-linux-usb@patchwork.kernel.org>); Mon, 28 Oct 2019 07:43:12 -0400 Received: from dougal.metanate.com ([90.155.101.14]:47568 "EHLO metanate.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731145AbfJ1LnA (ORCPT <rfc822;linux-usb@vger.kernel.org>); Mon, 28 Oct 2019 07:43:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=simple/simple; d=metanate.com; s=stronger; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=cdv0xQgJ2n1vBJ41Mjz8xUKcn4I+hqoHmHVbH34HW+0=; b=ZcWYUtkd4cKXClSd8/G6UDrnex KWGwycrxFAtYcy51bL1YLlMwqZfTAU3QOIabfhG7m4TpXRfYFn9RwETrrqbRPN2B7h4Dndgitf81F iHTRM4iSV0F8sht5bD5AnIoogk/pGXmRwDS97DheiqkqIodX2K+IwetSRMqaMuV/9CYPCIWBIWPRT +gcAe5uvQfgmdsml6jNwxeAXWOTnihg4aFwIwYXcCIypkD3rnjfA91VcxnvPgbuopv5Fhee1jPVCo BBmEYL4EaxJPW06tiOf2bK/qaaxdqrgGQNWl5IGs0Gh4hvO9EoyIQnoTeSCMRlUiamfcb79mfYnDC wSQx6tEg==; Received: from dougal.metanate.com ([192.168.88.1] helo=localhost.localdomain) by email.metanate.com with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from <john@metanate.com>) id 1iP3QH-00010o-5C; Mon, 28 Oct 2019 11:42:57 +0000 From: John Keeping <john@metanate.com> To: linux-usb@vger.kernel.org Cc: Felipe Balbi <balbi@kernel.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-kernel@vger.kernel.org, John Keeping <john@metanate.com> Subject: [PATCH v2 0/6] USB: gadget: f_hid: fix lifetime issues Date: Mon, 28 Oct 2019 11:42:22 +0000 Message-Id: <20191028114228.3679219-1-john@metanate.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191024164538.3161474-1-john@metanate.com> References: <20191024164538.3161474-1-john@metanate.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated: YES Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org |
Series |
USB: gadget: f_hid: fix lifetime issues
|
expand
|