From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 1761619E96D for ; Wed, 5 Aug 2026 01:49:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785894551; cv=none; b=fyaeTzJ+tibpQKjEMuaC5cnK6ZNnAWTU4sOs5dtusI8s5S/nJ7LjMwjidUO0M2Sfx+hWlTosh1T5fH30KhqB985LY/DaGNxfbnbACf87B5IPrMSPjq10kM78XHU/YybwVIGTWLL6m0WAD1HceNRx6yLUTxiV5uz0azGZKJP/gLU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785894551; c=relaxed/simple; bh=bV1HjNHSdUvh4Arc2h5ItF1H0Jhz2fndcWU0XtyElv4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=GxK3kMjLi/u50R2HXkcUQHtkQCyxwBuLM/TYI1vo4kfC0ZLQ16GfQYePC8juv0n/MQXQo21oSLsP0bH4h7KDRaUrZuRvyNIgLciXaI69upKB/9uftxs4yM8dDGFKcJNcXmZLscViDcjTa8VwAYhpRAWwUgRLCvGb9B5HDRY9Mxs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=C39kjNTJ; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="C39kjNTJ" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785894545; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B1W+UjeXk91S0yuvvgiC5h6kwJ9V8sPuQWn6NQ/dnMo=; b=C39kjNTJkhpTYMAUOpsJd4tUCdVjiltDHHT6cUhrg+cHk2Ap8AZ1skBUYRN8fH0WaF/ceC LhPsewMCO5zfD5TlqoVnDm7VFGW0L3cxvSLfPXF379MNuPnIMNsFg8o2Lap5K0xqyKC91z y/H/WGOIsPGiMtQSQTALZQ55HDo81Js= Date: Wed, 5 Aug 2026 09:48:41 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v7 0/2] hung_task: Improve warning budget handling and task reporting To: Aaron Tomlin Cc: akpm@linux-foundation.org, mhiramat@kernel.org, pmladek@suse.com, linux-kernel@vger.kernel.org, david.laight.linux@gmail.com, neelx@suse.com, sean@ashe.io, chjohnst@gmail.com, steve@abita.co, mproche@gmail.com, nick.lange@gmail.com References: <20260804155406.254810-1-atomlin@atomlin.com> <20260804163015.73614-1-lance.yang@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Lance Yang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2026/8/5 01:32, Aaron Tomlin wrote: > On Wed, Aug 05, 2026 at 12:30:15AM +0800, Lance Yang wrote: >> >> On Tue, Aug 04, 2026 at 11:54:04AM -0400, Aaron Tomlin wrote: >> [...] >> >> A couple of things look off ... >> >>> Petr Mladek (2): >>> hung_task: Reset warning budget when problem gets resolved >>> hung_task: Always print basic hung task info header >> >> The authorship is still wrong ... Petr is listed in the in-body From:, >> but there is no matching Signed-off-by from him. That in-body From: >> should be dropped :) >> >> All patch changelogs read AI-ish: lots of words, but unclear on what >> changes and why ... >> >> Cheers, Lance > > Hi Lance, > > Sorry, I missed that. > > I didn't describe the differences between v6 and v7. Was mostly looking at code and didn't pay enough attention to the wording. That's on me ...