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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5BB60CE8D5C for ; Thu, 19 Sep 2024 08:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To: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=n+GMMfHK9J44Wlf8260bk8kWFfVHUXApFmLqhZ8WgA4=; b=H3FT729P2xWap8+F+Rj6GJY3xc 5U0nJ7pAAnGT8wHVm0+k8/XVz6wBGtZfncktKvtDYDUyv6eHBjVa0KorMmyQmQRGlpLvgEpEKdOUT lN5h3z26r5Ggky5d11CqD/dr7lCAdhyYg+8WT2U5JixQ0yFSrcMf0a5FrLXrd8ypMO7SK2iWQ4sEq 0ygKCj62I+2ZDh00jmJDkIU6Vdv1JueT37btN4N8xgDfSYi/HnGiJyXP9o26ZMtmdQKZpJuQ8q2r8 j2cbw4CpMSK959H1yr8J0OsBS6VNWCOWx9UetgrWW8NIH2hamybe3iT5LuaJ+nn6ewXpXI1OroLUc lxVPa6rg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1srCZD-00000009mez-0niI; Thu, 19 Sep 2024 08:31:11 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1srCY6-00000009mbL-3OLf for linux-arm-kernel@lists.infradead.org; Thu, 19 Sep 2024 08:30:04 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6C4725C5C8B; Thu, 19 Sep 2024 08:29:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06620C4CEC4; Thu, 19 Sep 2024 08:29:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726734601; bh=/V6ckSt9rlF2Ghd/La3jfYZGsugwDECJeVQPyNJg88k=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=rWWTebargj9GDQaolP61DoYMRsuCcz4VezSrH5ZMTJyqHYng7fm1mShYYKao5Xdmr BuT9AVIQIjJQrFgNh5pDlJZx0awyWdMBGm3RPkC+Tt0jAddar8qGFKY7qAzpz6ntdK po+yFQpsYQCW7rqIl/kNAO3mjUsjJlD5FimTv4IrsRNL0qLKupXnVcNgtapT1vGx1c 1663qKEN1rIWyI2za3fIswF0Mp7fMFVTt5YKb5brcfk6U+KtOf/9nE5lE4xXt22fFr myIOsE5+pcQC4bX+4RlnasP3W0/b8Pw2mqkPYUzFF0ADNHlVCXnI9TiZgJ6i81n5ss 8iJvxwv2eIfbw== From: Mark Brown To: Ray Liu , AngeloGioacchino Del Regno , Andy Shevchenko , Lorenzo Bianconi Cc: Christian Marangi , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, upstream@airoha.com In-Reply-To: <20240913-airoha-spi-fixes-v1-0-de2e74ed4664@kernel.org> References: <20240913-airoha-spi-fixes-v1-0-de2e74ed4664@kernel.org> Subject: Re: (subset) [PATCH 0/4] spi: airoha: Fix errors reported by mtd_test kernel modules Message-Id: <172673459965.1807523.13398242599346549903.b4-ty@kernel.org> Date: Thu, 19 Sep 2024 10:29:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-99b12 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240919_013002_967131_DA34A76F X-CRM114-Status: UNSURE ( 9.67 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 13 Sep 2024 23:07:12 +0200, Lorenzo Bianconi wrote: > Fix errors detected running mtd_test kernel test modules. > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/4] spi: airoha: fix dirmap_{read,write} operations commit: 2e6bbfe7b0c0607001b784082c2685b134174fac [2/4] spi: airoha: fix airoha_snand_{write,read}_data data_len estimation commit: 0e58637eb968c636725dcd6c7055249b4e5326fb 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