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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 7CB15E9A02C for ; Wed, 18 Feb 2026 22:22:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D8DA410E03D; Wed, 18 Feb 2026 22:22:11 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="FppAmKrS"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6F27610E03D for ; Wed, 18 Feb 2026 22:22:11 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 1928B40308; Wed, 18 Feb 2026 22:22:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF3F8C116D0; Wed, 18 Feb 2026 22:22:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771453330; bh=lzLcD0AsNtvgIa4v+iQyMVG3o2l0D6Gk5ly9tU1d0gw=; h=From:Subject:Date:To:Cc:From; b=FppAmKrSFhR8Y316Y6xj63PncDQq0u5M6DLGt+w63laXqXpZwzreZBEw0MHOeSUeG i4Y4EOpn/1ycZ01h4EqHKvmdFjTdPTskgmtjSHpOYKVJdmi6So2Ra10AJ4yFX6kTau yqmwL9nBCZrzgl2+Pg+M/3uWBUQAGAihf8S8IhWguywq/XL17SXWfg47pO0TqfWb+t urYfNto+yt9wvKqj9mMyZMKi2wbFYMxKQnNqz5NDjyqR15O35pQYSJzy/cafiDh3aU EbWHRMsRANtvm5+/LQHs2arpxb6ym5bZ1+gzgpgdKBOCF1WemWdUtZSBcjhYvNXAVP EDOh0NhWI2+pg== From: "Rob Herring (Arm)" Subject: [PATCH 0/3] accel: ethosu: Runtime PM refcounting and cmd stream validation fixes Date: Wed, 18 Feb 2026 16:21:54 -0600 Message-Id: <20260218-ethos-fixes-v1-0-be3fa3ea9a30@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIAII7lmkC/x3LQQqAIBBA0avIrBPUsKyrRAupKWej4UQE4t2Tl o/PL8CYCRlmUSDjQ0wpNuhOwBZ8PFHS3gxGmUEZ7STeIbE86EWW2FvlvB0n6wy048r4hzYsa60 fwanwbF0AAAA= X-Change-ID: 20260218-ethos-fixes-e3508a579582 To: Tomeu Vizoso , Anders Roxell , Oded Gabbay , Thomas Zimmermann , Frank Li Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This is series of fixes for issues I found in testing additional models and adding more supported operations in mesa. Signed-off-by: Rob Herring (Arm) --- Rob Herring (Arm) (3): accel: ethosu: Fix job submit error clean-up refcount underflows accel: ethosu: Fix NPU_OP_ELEMENTWISE validation with scalar accel: ethosu: Handle possible underflow in IFM size calculations drivers/accel/ethosu/ethosu_gem.c | 12 +++++++++--- drivers/accel/ethosu/ethosu_job.c | 26 ++++++++++++++++++-------- 2 files changed, 27 insertions(+), 11 deletions(-) --- base-commit: 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b change-id: 20260218-ethos-fixes-e3508a579582 Best regards, -- Rob Herring (Arm)