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 6278F35AC11 for ; Fri, 20 Mar 2026 09:04:21 +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=1773997461; cv=none; b=qyV6QtA82SwfNgIHTYbU8ejWDam8WyIA3HvCXzk9KaGY62vhsB3pEGgX8W8aCCOvgvmgdohWIPJFSYsuL6nITAqemgK3Ivq/3X9EAmZmX2JIqnq47Y2yKQ5aJxHvSQDVZhvgHjRLhNjgrdmKJhAxbMaBVZznAaRb5ShDbv9gTaU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773997461; c=relaxed/simple; bh=xUkj9g/+sF9hLqzuMN/RQEM4VIjN8lYjJ0chPrZqsI0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=q83OkAxMZ91bulCivpH9CybKOe1z9yTb8y1OTGnKPswCy9vD/KlA7LmvOLQJkwH7ZKWxgo9yrkKpPAFpaasq8F2RWgzXqLWekOdMuReCNmGK8NzeTA4hC4V5l44vTh6Z5CoTXnEmFvyZak0P4qqIMFBpjjz8YAyxJH3hirpntOw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B13IVhId; 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="B13IVhId" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4994C4CEF7; Fri, 20 Mar 2026 09:04:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773997461; bh=xUkj9g/+sF9hLqzuMN/RQEM4VIjN8lYjJ0chPrZqsI0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=B13IVhIdYsDkKyGIkMxVS9c/MB3na1dxWmD0JTg3kt1A0lhM0cflQ92WWV6Js5LeS mHe13DWUJR5o+yDFAZOCmxw3i0bPJlOJgVHJ/QPFovh12DIRNBnKacZWOcVoKB8qOo jMCWFi/p6eYXV0bK0XOZLgLgLAuFIsYAKcaxfUybbTZBT+wEoUdWaAeBLsoHCRBqiL eBccbPQBi8UjNZolplSiY0MmlMnURPDpu97rlfs2uurYNAkoP8m4/OWEvKLm1SvvcT D+KqgdsoGOXFxyKvjEcc+NeDCPpo99dSE0Ac67ihP1IHS04RJ/SEcHdk0hC0lKmzDw nJWpyCes5UvTg== From: Thomas Gleixner To: Rosen Penev , linux-stm32@st-md-mailman.stormreply.com Cc: Maxime Coquelin , Alexandre Torgue , "open list:IRQCHIP DRIVERS" , "moderated list:ARM/STM32 ARCHITECTURE" Subject: Re: [PATCH] irqchip/stm32-exti: Use kzalloc_flex In-Reply-To: <20260320040443.46038-1-rosenp@gmail.com> References: <20260320040443.46038-1-rosenp@gmail.com> Date: Fri, 20 Mar 2026 10:04:18 +0100 Message-ID: <87cy0ylvn1.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, Mar 19 2026 at 21:04, Rosen Penev wrote: This is not a new submission. It's either V3 or a resend of V2. Please follow the documented process. Also this still applies: https://lore.kernel.org/87ms0erbx4.ffs@tglx > Simplifies allocations by using a flexible array member in these structs. Simplify ... > No need for a second kfree. That's redundant information and can be seen from the patch. No? Thanks, tglx