From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zytor.com (terminus.zytor.com [198.137.202.136]) (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 F1E81A932 for ; Wed, 11 Feb 2026 19:23:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.136 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770837794; cv=none; b=sfla6G8Co59grt8c+AjF7xCk51zMwJHHnW+64NmNLTF0sRcFArflFmiL9pF164wwXUROHp3n8j7c8cEUueZfSCZ1S4aueDbBpm5l/UqeBCyc5nccyUFX+8+bNhhhbLpwm5SwMToKaTQlQKDW+NShl8LHw/zhys5lTzzzFa5kTnA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770837794; c=relaxed/simple; bh=2fIThOiQ9358x+cEHyLXtbQXz+w5womXHdF1x++Owxk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=LkbLNura2dPz4B/UQvRiMq0/6teeVfhAM2QGbrBChhbFAAOMLD3T+CBOROMDrBcoLcZ+l00yRNNu0hn20LN66y8AeQHRQX/uKi6m60E30yrmW2Nl2c664sB3smzOUCSZQUFzJ4pqGSx2OhM9IfEgeKtIr6+GlVLL5QgqjYFtSqY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zytor.com; spf=pass smtp.mailfrom=zytor.com; dkim=pass (2048-bit key) header.d=zytor.com header.i=@zytor.com header.b=HBe+i4Gb; arc=none smtp.client-ip=198.137.202.136 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zytor.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=zytor.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=zytor.com header.i=@zytor.com header.b="HBe+i4Gb" Received: from [172.27.2.41] (c-76-133-66-138.hsd1.ca.comcast.net [76.133.66.138]) (authenticated bits=0) by mail.zytor.com (8.18.1/8.17.1) with ESMTPSA id 61BJMvx34033276 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Wed, 11 Feb 2026 11:23:03 -0800 DKIM-Filter: OpenDKIM Filter v2.11.0 mail.zytor.com 61BJMvx34033276 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zytor.com; s=2026012301; t=1770837783; bh=HqLPblVIOH2g7QNFBh1rhTmLOegq6p0BdIlunNow/3M=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=HBe+i4GbyN0mLsRZ15ICfxUDgkf7UKTk2Xqjztf9+wkbmRz+u0f95u1eoBgXmJ3y6 gudKjQT/+YXpDysJ3WSr88RUCGvP9FUe7MGGq57zsj12WZYGZEzCOyILtgF/khd+lI t8/TASxmj8gjmPK17JHhy+g44+psDhyllZBLFOQqILxlrM+GzRsq095s4SYuRap4Y2 i2qtxIFPgIHakRkZf2hZW5zLjas2T9muPRi6l0HAzFEBAkv4MZkpooZalPD9CP9Zht h8neD9zk1g+fBcp272GBawlelqNzTR/BbAsCXSSUqJp6jk6CfFVB8K/s/phyVNwIyi 0odvBQwZdPq2w== Message-ID: <8853ba3f-09c6-4e57-8c33-a9f2fd60bbd7@zytor.com> Date: Wed, 11 Feb 2026 11:22:52 -0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [GIT PULL] x86/entry for 7.0-rc1 To: Linus Torvalds Cc: Dave Hansen , x86@kernel.org, linux-kernel@vger.kernel.org References: <20260209210924.2330728-1-dave.hansen@linux.intel.com> <712d7389-d744-4e0d-a1a3-2b938de55aaa@zytor.com> Content-Language: en-US, sv-SE From: "H. Peter Anvin" In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 2026-02-11 09:52, Linus Torvalds wrote: > On Wed, 11 Feb 2026 at 09:40, H. Peter Anvin wrote: >> >> Oh, I do too. And so I do make in the build directory, or tack on the O= >> option. FAR more annoying to me is that kbuild requires you to do the make >> command in the root directory of the tree. > > It would indeed be lovely if "make" in subdirectories would find their > way back home. > >> "make -C ../../../../.. arch/x86/entry/vdso/vdso32/sigreturn.o" is not really >> much better than > > Yeah, I live in the top directory most of the time, so I go the other > way and just do > > make arch/x86/entry/vdso/vdso32/sigreturn.o > > or whatever path I'm interested in (sometimes just a whole subdirectory). > > And then I depend on good autocomplete of filenames, so I never > actually type out that full path. > I just wrote up a script called kmake and added it to my scripts repository: https://git.zytor.com/linux/ktest/tree/bin/kmake -hpa