From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 847933EBF06; Wed, 18 Mar 2026 15:13:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773846802; cv=none; b=gmz/pN52zjRYnFlGJzKioxo2K2MMVrSBgRSm3A/M8F5Hv7y/IDWRTyGLej3Qk2GuOnPnV8IOaCx+kluZ7T30UJtDjvbALtqhBgdQF8d3fp1hjZqKcO0TKBWzZbMYki2PRngmE+q+ykG9HUm0A2CWERMcrhCetrYHzHwiR24tv1s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773846802; c=relaxed/simple; bh=mcByvHAC12ZJE2Ee6LT24Yp29yRr5rwa469/SF7LLN8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MyAMLy1HkB1x3qKJW4fFnhS0U9Q663gQahuGerS0NRh2Sz3Pxf2xim1HHn8gj6JMzYfGc8v34A3ycSKwySS6JUF46Eg6cBbjDUzwEHspSMcPyg8VXapDs0erGypw11pwYKhnGHe3AlgSbIGz/1+7SV1X+nZsH0Dx8Fpuur7nANY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 88D451E2F; Wed, 18 Mar 2026 08:13:12 -0700 (PDT) Received: from localhost (e132581.arm.com [10.1.196.87]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4F1533F73B; Wed, 18 Mar 2026 08:13:18 -0700 (PDT) Date: Wed, 18 Mar 2026 15:13:16 +0000 From: Leo Yan To: Peter Zijlstra Cc: Arnaldo Carvalho de Melo , Ian Rogers , Namhyung Kim , James Clark , Kees Cook , Quentin Monnet , Nathan Chancellor , Nicolas Schier , Nick Desaulniers , Bill Wendling , Justin Stitt , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Ingo Molnar , Mark Rutland , Alexander Shishkin , Adrian Hunter , Masami Hiramatsu , William Breathitt Gray , Barry Song , Qinxin Xia , Bartosz Golaszewski , Kent Gibson , "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Long Li , Jonathan Cameron , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Andrew Morton , Willy Tarreau , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Josh Poimboeuf , Robert Moore , Len Brown , Srinivas Pandruvada , Tejun Heo , David Vernet , Andrea Righi , Changwoo Min , Mark Brown , Steven Rostedt , Gabriele Monaco , Shuah Khan , Jiri Kosina , Benjamin Tissoires , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, bpf@vger.kernel.org, linux-perf-users@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v5 00/26] tools build: Append -fzero-init-padding-bits=all option Message-ID: <20260318151316.GN8048@e132581.arm.com> References: <20260318-tools_build_fix_zero_init-v5-0-bbeffd8da199@arm.com> <20260318115325.GB3738786@noisy.programming.kicks-ass.net> Precedence: bulk X-Mailing-List: linux-kbuild@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: <20260318115325.GB3738786@noisy.programming.kicks-ass.net> On Wed, Mar 18, 2026 at 12:53:25PM +0100, Peter Zijlstra wrote: > On Wed, Mar 18, 2026 at 09:16:44AM +0000, Leo Yan wrote: > > Thank you for reviewing and commenting on v4. > > > > For anyone new to the series, the reason for appending this compiler > > option is described in v3 (see "Link to v3" below). > > So why can't you just copy-paste that yourself, and save me from having > to go find a browser and copy/paste the stupid link, just to find > something that should have been here to begin with?! Sorry about that! I didn't expect a link to cause trouble. I'll include the information instead later.