From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (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 278239454 for ; Thu, 14 Mar 2024 03:55:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710388512; cv=none; b=iZZ4qqVlzf35wecJJe2zbxrf0hBEtxtimCgF/vA6ewgXVv9i3HQAG/8gTwnP5MlsmMsHQVxOzfklx2zoP0hajiz19qat1tYO8ONhE/T6WmAQnbIcw0eQHm6KmfAH7U4S8ZsXq+tY0Pntf4lwcjnkXYfWaw8fyVwNUbegsxfFbKM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710388512; c=relaxed/simple; bh=TSjb5kKr71IZo4aIoklR+N5ASgrPafOemLfJHoCPdY0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=emjv9zc6IVAuZ4rQ8zFYF7iW5jSwA2xm4AmaykWC3O0hFNGUnuEJMOhCGuoTtMg8jYotIsMPvTurpRsAI4xg1whA2DVc3c2TVwoAncomgziuHkuoEFRqAx/4bPo0kknmjsZr+h/HJsnVTgx8mA5VBKp9hQVtljbodx+3irTIzsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b=dr5/Oo6J; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b="dr5/Oo6J" Received: from cwcc.thunk.org (pool-173-48-116-252.bstnma.fios.verizon.net [173.48.116.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 42E3snPd003036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Mar 2024 23:54:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1710388491; bh=AvNLx2MZZmUfIZ52kPuRs6GSVepWGaRvDEyCw/zq9bQ=; h=From:Subject:Date:Message-ID:MIME-Version:Content-Type; b=dr5/Oo6JqmMBORYUCELRUyJmbwUEKTdYoS2KcLEOn2iiTl/YWMSAkuYnV9N6feDEO 9josqWyqZiJYUshwztT+e12vGO4eUSac4/fNi5ELJeeStJiOOI4dODvZEmbGLEaDzs BWdCMlN15Pyqa63r0Kv61SGk/+Ja5zNF+JovGOd1D9GDFHl7Fe2mzAWEzF8QMG81Ty FenpUDXbf9p1c265gQCepP62c1lhbJthqLaz/mCNmfG1Ldgq+VYGY0jQq3YYPlFV0W Y0rEjMGJ0bQcXFp4FpMsUUUMspXUlw1iVWHmmeFFcAWQ8vERqEVL6RMVmNgL4YfHBg 3GYItVLaHRtMw== Received: by cwcc.thunk.org (Postfix, from userid 15806) id E9ED415C0225; Wed, 13 Mar 2024 23:54:48 -0400 (EDT) From: "Theodore Ts'o" To: Andreas Dilger , Kemeng Shi , Arnd Bergmann Cc: "Theodore Ts'o" , Arnd Bergmann , "Ritesh Harjani (IBM)" , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ext4: kunit: use dynamic inode allocation Date: Wed, 13 Mar 2024 23:54:41 -0400 Message-ID: <171038847843.855927.17076324311685588663.b4-ty@mit.edu> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240227161548.2929881-1-arnd@kernel.org> References: <20240227161548.2929881-1-arnd@kernel.org> Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Tue, 27 Feb 2024 17:15:39 +0100, Arnd Bergmann wrote: > Storing an inode structure on the stack pushes some functions over the warning > limit for stack frame size: > > In file included from fs/ext4/mballoc.c:7039: > fs/ext4/mballoc-test.c:506:13: error: stack frame size (1032) exceeds limit (1024) in 'test_mark_diskspace_used' [-Werror,-Wframe-larger-than] > 506 | static void test_mark_diskspace_used(struct kunit *test) > | ^ > > [...] Applied, thanks! [1/1] ext4: kunit: use dynamic inode allocation commit: d60c53694c6ff560963590971720d632bb3d481e Best regards, -- Theodore Ts'o