Message ID | 1653989775-14267-1-git-send-email-quic_linyyuan@quicinc.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-usb-owner@kernel.org> 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 A6A31C433F5 for <linux-usb@archiver.kernel.org>; Tue, 31 May 2022 09:36:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245319AbiEaJgY (ORCPT <rfc822;linux-usb@archiver.kernel.org>); Tue, 31 May 2022 05:36:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238680AbiEaJgX (ORCPT <rfc822;linux-usb@vger.kernel.org>); Tue, 31 May 2022 05:36:23 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F2EF819BE for <linux-usb@vger.kernel.org>; Tue, 31 May 2022 02:36:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1653989782; x=1685525782; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CRd+0vixje8x8KfN2Pkxtt7YwDEJRpyNPrKJcNe2Bjk=; b=piSJLaeACGKK3ix/psYRcB1heHSSe95SuV4KOU+Wcr0rxTErBXLEoWql lvdqHfIxelKt7VI/AevYAV0Rwu+Gnk682jheOXerCMDW4O9JRGwDGaRU8 VYhN32WgoRsYuJCy3ZhFoX3xbQGhPcMf6eDjxSjPn8fFmMDyNo/wOhKR2 Q=; Received: from ironmsg-lv-alpha.qualcomm.com ([10.47.202.13]) by alexa-out.qualcomm.com with ESMTP; 31 May 2022 02:36:22 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg-lv-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 May 2022 02:36:21 -0700 Received: from nalasex01b.na.qualcomm.com (10.47.209.197) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 31 May 2022 02:36:21 -0700 Received: from linyyuan-gv.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 31 May 2022 02:36:19 -0700 From: Linyu Yuan <quic_linyyuan@quicinc.com> To: Felipe Balbi <balbi@kernel.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org> CC: <linux-usb@vger.kernel.org>, Michael Wu <michael@allwinnertech.com>, "John Keeping" <john@metanate.com>, Linyu Yuan <quic_linyyuan@quicinc.com> Subject: [PATCH v1 0/2] usb: f_fs: safe operation in ffs_epfile_io() Date: Tue, 31 May 2022 17:36:13 +0800 Message-ID: <1653989775-14267-1-git-send-email-quic_linyyuan@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org |
Series |
usb: f_fs: safe operation in ffs_epfile_io()
|
expand
|