From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [62.89.141.173]) (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 E519533120D for ; Thu, 26 Feb 2026 19:12:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.89.141.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772133139; cv=none; b=h5q48M3kQzkATMnNYnWxMv7y18Xjn3qK2xTxq/kYlBQyc/tj6b4+oOpDMG3VOdwf6hh7bfDBsunBB305TV7dSjJWlUAZpa+0kQaCoScGRA8wunnmUqrTX2FCCAbcCaW4Xay7IIpi2MJvaoTb6dgt+y2AgcgazlhX4DCnJ5IIi2o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772133139; c=relaxed/simple; bh=kEOW6vGMD4twO6biGlUX3hO+NMeXX6ctsvEVTIP5Q3c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=D/gWVxU8DROFVHqhY+QhUDz7w8YIH2Mp2qpx19DvqNbtaW8ej5utgYYKmauxW6dLRwWcQJlOFK+lSOotnqb/YDIY/AVwhRZPZQJnfPjMFYEYVf1GdFxlotnxerzYmo2Kc5y98+1KiTSBq51IGs+mkZa3AKsJx4sGMVTRowAWZX4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk; spf=none smtp.mailfrom=ftp.linux.org.uk; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b=jDymquUq; arc=none smtp.client-ip=62.89.141.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=ftp.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b="jDymquUq" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=55JS09urW5kg6IBB472nUpUnerD3DNtPPL0yC99Zq8Y=; b=jDymquUqKEXSG2ooKC6Z8ULzzS S+dRhFVrIg+LaqErfK1zIp6sv4ZSVeKpthgReeP9/rsBJF7xDeHtHKxgz9Kjv2WrSxiI1JsCwGun7 NuW37aQ2X9jLBNuYIjkQGNVab2W0U4PPPhUwlw7EF38AStNlp8vEPB0Mc23L6hDeJpccoOQjjUDNS ntJy0ZkpekV35N0AYgZtbZi8YSA+32nKzKvlK/UE1sJH9poqiA9ej+lmFBZGfV+284Xf5casmvg3S 0kcYtQktN0JhDP5yhm/HFcTF385z3Qb0fRlPwBPrCxz99+8SMPCESzE7YiSBp/o7ZyktLLETD9Z9z oog3TT6w==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.99.1 #2 (Red Hat Linux)) id 1vvgp3-00000001fqg-0K7N; Thu, 26 Feb 2026 19:14:53 +0000 Date: Thu, 26 Feb 2026 19:14:53 +0000 From: Al Viro To: Steve French Cc: LKML Subject: Re: new noisy sparse warnings building 7.0-rc1 Message-ID: <20260226191453.GA3836593@ZenIV> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro On Thu, Feb 26, 2026 at 10:47:49AM -0600, Steve French wrote: > I see some very noisy sparse warnings building 7.0-rc1 > > Any ideas how to avoid them? Sigh... __VA_OPT__ is currently unsupported in sparse; I have a stalled branch adding that (from back in December), hopefully will have something usable posted in a few days.