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 DB54935C1BE for ; Thu, 5 Feb 2026 07:27:53 +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=1770276473; cv=none; b=mU3iSykUGX86uHHMyDSkZhfOvFD8WjWaLcFg2r4fC0ZYhP7VvAHVCaHEQJRiTWhbfepDMw6KZQZMbVG5SkWUWLam0eTIvOCZcCW1JmQ15hqjNpJMDCMT6RFenojPKJCWgITpgfBCR6bMNeTiPZXi4KGmK9CrQsdeVBCuamvl5ng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770276473; c=relaxed/simple; bh=jiXhGUAYKc4MxsyTEHdQ/RgfhW2R3asCGWhxsPHy66o=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=oZvzODCJrEqWowK01aaeAo4wk81iqRDH5Ale3bUWsybjOiV2PiYiZewJ7pUN+23xBJbDLPWloy0tJM+2Brqde6g1r5gWVpMADq9Va2KuzdBtzjnEupwE9YJVLsLj+JvyNx81Hs5l4PGuja/c9rZWqzRDjwOCGbdmUQpWydCHGQw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JnM2QOH5; 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="JnM2QOH5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E536AC4CEF7; Thu, 5 Feb 2026 07:27:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770276473; bh=jiXhGUAYKc4MxsyTEHdQ/RgfhW2R3asCGWhxsPHy66o=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=JnM2QOH5pHhBcR4Ea6kM0RXiNVDyQT1qDxh950l2zY/jYK8SawEaEmv/7M4VZfWr1 1N3fw7mqZRB3tRtCZEE/6ScoKHpqhqAFyigbl/G3Aa059ZNlKnDOmAHmr10uRTtPkF exiSicFiFcxL7hODS+0JfKPFqprOFeed0On+FdtH/ZkVGP/RjZHt7JhyjuPN5TSGat 0lo2K0ke43tG6EclAPAUZXkh5WIqBfIZZENdtk+UeJUKngNkJUcEJWLRBo4aJ/6VpF sM8FtSKgZLyh3KtI4FXEEzxqr6me2hp9xEi7wfCe4/rd51MBaJxj6/jV+B/Jqgs2Sn iECPcfaoqIzkg== From: Thomas Gleixner To: Zhan Xusheng Cc: linux-kernel@vger.kernel.org, Zhan Xusheng Subject: Re: [PATCH v2] timers/migration: Ensure proper resource cleanup on error in tmigr_init In-Reply-To: <20260205024537.100664-1-zhanxusheng@xiaomi.com> References: <87sebg1r89.ffs@tglx> <20260205024537.100664-1-zhanxusheng@xiaomi.com> Date: Thu, 05 Feb 2026 08:27:49 +0100 Message-ID: <87ms1n1wga.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Thu, Feb 05 2026 at 10:45, Zhan Xusheng wrote: > Free resources allocated by zalloc_cpumask_var and kcalloc on failure. > > Reviewed-by: Thomas Gleixner I surely did not give you a reviewed-by tag. The fact that I reviewed V1 does not mean you can slap such a tag on it.