From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0077C433ED for ; Fri, 16 Apr 2021 16:02:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8F22611C2 for ; Fri, 16 Apr 2021 16:02:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239082AbhDPQCo (ORCPT ); Fri, 16 Apr 2021 12:02:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:35178 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236696AbhDPQCk (ORCPT ); Fri, 16 Apr 2021 12:02:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E524A6113D; Fri, 16 Apr 2021 16:02:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618588935; bh=QcthwwJiMvVbK9IsIluy83Ialj889l/+NGpd6dpLfGU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=R7Ex9Fan5fo/F7GycbAWxy2T8HgYUeJQcrAA6QkXDKG7RcGwfIHzEdyv8T+Zt/LcD GL7zCFZ2FT4TT6iz+g577vyExyR5cmyJjvH//tmxCvvaLGuu9KzkMbaZGb1P9lfKUk Roca3AxJenfGhIoS/b0kLJX14v63xo8hG9WVSQU1mJC+iqrO0d4sZbrgL/y3yZoCfz 7F74xE/DDrX6TsvXJJBQztloJcnH1jwJ1nWf8GjKZNfe9urBEqd5twKinDGfi+FPpY Z3KbtWPsP4+wtyQsK7VBKEee7BywN86Z/75QEakw6IDDUr1uHyUk62YJND5KfzdUwo iI0FZ7MHeX3UA== From: Mark Brown To: Amit Kumar Mahapatra , quanyang.wang@windriver.com, Michal Simek Cc: Mark Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 0/5] spi: spi-zynqmp-gqspi: fix spi issues Date: Fri, 16 Apr 2021 17:01:46 +0100 Message-Id: <161858883110.29027.5432599534762847384.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210416142047.6349-1-quanyang.wang@windriver.com> References: <20210416142047.6349-1-quanyang.wang@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Apr 2021 22:20:42 +0800, quanyang.wang@windriver.com wrote: > V2: > Remove all "Fixes:" tags since they base on some patches are not > with "Fixes:". > > V1: > This series fix some issues that occurs in spi-zynqmp-gqspi.c. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/5] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue commit: c6bdae08012b2ca3e94f3a41ef4ca8cfe7c9ab6f [2/5] spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume commit: 799f923f0a66a9c99f0a3eaa078b306db7a8b33a [3/5] spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug commit: 2530b3df4326023a171977ab46fdfeac0340f5b2 [4/5] spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op commit: a2c5bedb2d55dd27c642c7b9fb6886d7ad7bdb58 [5/5] spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails commit: 126bdb606fd2802454e6048caef1be3e25dd121e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1C1BC433ED for ; Fri, 16 Apr 2021 16:03:51 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 848EB6113D for ; Fri, 16 Apr 2021 16:03:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 848EB6113D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mowQnzdIt1W+vLCMw7fGiF6W7aZZ6xderq0sJEeIJnk=; b=g5xuoNzqXgVKc5GwR0QhUD36q f9TXydfMK5PpizZVODCSQyHJSu0qzzfa6/+vM15htwqW2nQQdKDdwPLCd9SkilVjO4KtMnjDPacaQ dWZbbaKaSRX8xvYp8iWf/DmPcfnzC0ur1HVDbYS+lukMz5mFQMSR4ZB4mOkZu/GzISHHCf/wvCQvi hgL4TR5MqJIM9rMdjY5F2p5DMuZnmAy6Xu5OEuzb6l1f8NSEtQMpPU+lddgBJDmbUxeyfsIquhtcQ RPZgic1e5GnzBNbjD8jdTfdcGLnz5NBodZMrpCg+RFGaLG4YKpdH9z7JuE2Yjx1/dnsXsboWTXQ3O PfOkvCE3w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lXQvG-002irR-KF; Fri, 16 Apr 2021 16:02:22 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXQvC-002iqm-Ol for linux-arm-kernel@desiato.infradead.org; Fri, 16 Apr 2021 16:02:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc: To:From:Sender:Reply-To:Content-ID:Content-Description; bh=ahY5/acep0fz4ruo2UjqLpYhmru8UIj5X4BjP69I5XQ=; b=QK8Bhz/Cbx/bQXjhLRdsgYN09o I9SWDL8uV9oK+Z+S3bi3OI2Rq+BWkJMoWj5NNBjNg5ORoSSFr6KmZ4dOcVndY4+SpSY4J14COQU74 K0k2jKegF7M9w86nRCBOS/hcvx5I4j210AxnXxxDE2rl/ghzYBAngNATIQ8i7o4gi9cVlhvlf7i0+ 5T+F9RIx/0QmminFyUlYh9uzK2ZNkZZlQ/V1RvtSm/ka6WBPE+dNcdqs0OgnmjvG3GTWQ315cDR/p Im93+sXow4xYh2YN3OAyJ+h8a2GiiEzZiNbQIkB8xcvb9VR4CkqZUfkY+7/XpBVZHPeKJrdhnboZK uUV/KEKw==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXQvA-009XEO-7A for linux-arm-kernel@lists.infradead.org; Fri, 16 Apr 2021 16:02:17 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id E524A6113D; Fri, 16 Apr 2021 16:02:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618588935; bh=QcthwwJiMvVbK9IsIluy83Ialj889l/+NGpd6dpLfGU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=R7Ex9Fan5fo/F7GycbAWxy2T8HgYUeJQcrAA6QkXDKG7RcGwfIHzEdyv8T+Zt/LcD GL7zCFZ2FT4TT6iz+g577vyExyR5cmyJjvH//tmxCvvaLGuu9KzkMbaZGb1P9lfKUk Roca3AxJenfGhIoS/b0kLJX14v63xo8hG9WVSQU1mJC+iqrO0d4sZbrgL/y3yZoCfz 7F74xE/DDrX6TsvXJJBQztloJcnH1jwJ1nWf8GjKZNfe9urBEqd5twKinDGfi+FPpY Z3KbtWPsP4+wtyQsK7VBKEee7BywN86Z/75QEakw6IDDUr1uHyUk62YJND5KfzdUwo iI0FZ7MHeX3UA== From: Mark Brown To: Amit Kumar Mahapatra , quanyang.wang@windriver.com, Michal Simek Cc: Mark Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 0/5] spi: spi-zynqmp-gqspi: fix spi issues Date: Fri, 16 Apr 2021 17:01:46 +0100 Message-Id: <161858883110.29027.5432599534762847384.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210416142047.6349-1-quanyang.wang@windriver.com> References: <20210416142047.6349-1-quanyang.wang@windriver.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210416_090216_299497_AD13E854 X-CRM114-Status: GOOD ( 12.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 16 Apr 2021 22:20:42 +0800, quanyang.wang@windriver.com wrote: > V2: > Remove all "Fixes:" tags since they base on some patches are not > with "Fixes:". > > V1: > This series fix some issues that occurs in spi-zynqmp-gqspi.c. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/5] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue commit: c6bdae08012b2ca3e94f3a41ef4ca8cfe7c9ab6f [2/5] spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume commit: 799f923f0a66a9c99f0a3eaa078b306db7a8b33a [3/5] spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug commit: 2530b3df4326023a171977ab46fdfeac0340f5b2 [4/5] spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op commit: a2c5bedb2d55dd27c642c7b9fb6886d7ad7bdb58 [5/5] spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails commit: 126bdb606fd2802454e6048caef1be3e25dd121e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel