From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-124.freemail.mail.aliyun.com (out30-124.freemail.mail.aliyun.com [115.124.30.124]) (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 3063540B6D4; Thu, 2 Jul 2026 08:09:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782979762; cv=none; b=IPLMtVyZWvI3xLMOjAlke7ho0lVAnJ6trg8dgZCOzX0Nsibbq6avq61lH4pDRDCuF/G1zSN1lVfJkIv8xQuumR1rosm6ea9wlaFfv5yYDcexIMJIz113hh1tVq7uZDMEiPoi8qhHDwdtASBxse1mK5rD6XmqxLENXQeQ9rYiT20= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782979762; c=relaxed/simple; bh=9T7gA4muJccQ4K4ae0eZRd7SuZ58LOq1/A0SRcA8Uh8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=UEUsLLBbZTLihpIwHND+X7t8eluZT9zhDJ65zK0JnNp/+wLiiiolUIGRY/VpgBFghQsGKAkm0GO9qCkuppVr/hBiFBnv+B7NrJ+M44elLnJ9aDdKSdINbZOgLrsN4EKk0lYzm/f0EkiTnLORRvGEpwiBayhqG+U5n5k3xkdUJTM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=I2/muGzC; arc=none smtp.client-ip=115.124.30.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="I2/muGzC" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1782979756; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=/J7MfHrQKnYa9EwxkBIvK2Sjd7rLZop5blBuGuYOdos=; b=I2/muGzCYZ7lHb0E7e8/ABsVzPkmvKOcspI3UUWJiGY2FLtMtUQT2LMXOPnDpKjTkLttsIcr4HrFoLRE/Zdz+GH2oYVkgB5n6PuaWY8XbA+Zd64k8X3qcYFXf+5aXtNG1plGweP2/CZx0W9WTUcX/hSunlYi/3BO7QnskEDZRko= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033032089153;MF=zelin.deng@linux.alibaba.com;NM=1;PH=DS;RN=10;SR=0;TI=SMTPD_---0X6DcFaW_1782979755; Received: from 30.74.129.76(mailfrom:zelin.deng@linux.alibaba.com fp:SMTPD_---0X6DcFaW_1782979755 cluster:ay36) by smtp.aliyun-inc.com; Thu, 02 Jul 2026 16:09:15 +0800 Message-ID: Date: Thu, 2 Jul 2026 16:09:14 +0800 Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] selftests: livepatch: unset sub_make_done in case top level Makefile be overwritten To: =?UTF-8?Q?Thomas_Wei=C3=9Fschuh?= Cc: Petr Mladek , Miroslav Benes , shuah@kernel.org, linux-kselftest@vger.kernel.org, live-patching@vger.kernel.org, mpdesouza@suse.com, Nathan Chancellor , Nicolas Schier , linux-kbuild@vger.kernel.org References: <20260525083721.27857-1-zelin.deng@linux.alibaba.com> <20260630181125-a7a41726-4270-4bb7-92fe-17ec28cbe176@linutronix.de> <20260701171713-7dd2f65f-abe2-4ae6-bcd4-e0bcdada6bed@linutronix.de> <20260702090852-9fe31739-3a7c-4604-9afa-805a6dcd8755@linutronix.de> From: Zelin Deng In-Reply-To: <20260702090852-9fe31739-3a7c-4604-9afa-805a6dcd8755@linutronix.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 2026/7/2 15:11, Thomas Weißschuh wrote: > On Thu, Jul 02, 2026 at 10:40:21AM +0800, Zelin Deng wrote: >> 在 2026/7/1 23:19, Thomas Weißschuh 写道: > (...) :) Now client language has changed. >> I had verify your proposal, it worked well - liveupatch kmod was built >> successfully and top-level Makefile wasn't overwritten any more. > Thanks for testing! > >> Petr thank you for your Ack, I think Thomas's proposal is better than mine, >> we don't have to do the quirk everytime when new selftest kmod is added. >> >> Thomas, so do I have to send a updated patch or you will do it by youself? > Your choice. You did most of the work, so should be credited as author. > If you don't want I can do it, too. Never mind, it will be good if you can do the change, so please do it thank you. I'm just glad to report the issue and get some positive feedbacks. > > Thomas