From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7A2A288D0 for ; Fri, 23 Jan 2026 15:28:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769182139; cv=none; b=PKuEPZkfyam5VO5laD2PrI1sR8F5RmNAdVFaCwfeDx7GPbMC2VrFfdz8kngHCHXWbGlUX9ul2v9izIKXuz9IVh/2OKkjyhsF1f4xp8SZut4kEN2UhzQulSNE2rws3oNnaI/Uvbx1k0Jt46L7VdsSwUleZlnmbY3FujDcBeygqGo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769182139; c=relaxed/simple; bh=YE3Kdb2B3CtXIcuqm1P7M2MGxvvwsfzLLzU6EQbFhrc=; h=Message-ID:From:To:Cc:Subject:Date; b=MihCWk9SlYzx0gtcXIMmnBz2agaO0xXh+CyI5GoYi1P2NNAcrSnbMEHc/BYZVv3Lgs0fA88aKIY2ukLGzl2JURX/xolxV99HotVtFV5q60GyUgdrKfrwUPSsgaBIZ/f0X68/GV+dBMyo6b5myJT/PTYaJSSbCfLXnL/gjE4c8pk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=S/9Y20dS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="S/9Y20dS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C757C4CEF1; Fri, 23 Jan 2026 15:28:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769182139; bh=YE3Kdb2B3CtXIcuqm1P7M2MGxvvwsfzLLzU6EQbFhrc=; h=From:To:Cc:Subject:Date:From; b=S/9Y20dSlrD3VkI1jdAU2CQ855kuZ9A4InFgQnWUaCYrfCaLc0rckio9I+vLSqwCm C1tkrvqUqEhTk2g2+WG6LbuC0c80pAlWSPend98aUJXgMeQo+W+WXXFNj72+/1hezb lXAo6IeAzJzrm75i4qhcIjWOIxZmO8UX798EoXX5UPvll53+bipf04XGs96qCcTCO5 RE0ls/7vXvsdXG0zTGlvvWu3iwbCd7wFPU6ctI/p3l5IfFHFFNXqm5F+w0dCmpFPvI zERpNzUhSJugxk36h4uQl/gFsojZoW2wwXNRA1mSu44Ke+Eeu/565nTcOMBHzUcBj9 lx3/bGjJPvW9g== Message-ID: From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regmap fixes for v6.19-rc6 Date: Fri, 23 Jan 2026 15:28:43 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb: Linux 6.19-rc4 (2026-01-04 14:41:55 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.19-rc6 for you to fetch changes up to 4b58aac989c1e3fafb1c68a733811859df388250: regmap: Fix race condition in hwspinlock irqsave routine (2026-01-12 12:25:29 +0000) ---------------------------------------------------------------- regmap: Fixes for v6.19 A couple of small fixes, one error handling one and another for misuse of the hwspinlock API. ---------------------------------------------------------------- Cheng-Yu Lee (1): regmap: Fix race condition in hwspinlock irqsave routine Kaushlendra Kumar (1): regmap: maple: free entry on mas_store_gfp() failure drivers/base/regmap/regcache-maple.c | 11 ++++++----- drivers/base/regmap/regmap.c | 4 +++- 2 files changed, 9 insertions(+), 6 deletions(-)