From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 4BFAC4749E1 for ; Tue, 4 Aug 2026 16:30:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785861049; cv=none; b=kHTWp0Fi3cs5CofvneVB5ulpsxRtusHs9WEQ74Iu9gTvFKFtT7yyYx6253RTydTGe5+9lB15E56HylaZU4aH8X4t64+wxv9yIUhjoE0+uOXYJPeND57ze2qfewKxAboTkIoLYmNT2FR6Mm5K9cGCo/vZ37rhlPHVWNg9xONeJ2E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785861049; c=relaxed/simple; bh=5e84yEZGajlzwDz4kka32+fkzSvFZ3WiCV4X1/4aVgo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=E565JF/HhtVuUROVFBcPtA4aeIVSynbo7w1crBpBsWmjSCE/FWbY7cSkTWSd5DhF8VRLDVbPX54Yf28mwuqt+gZiCypZQ2vNdiX4XPZlI6Ck2TlQnUcpDsJ0IFXqvosMz9Fgvbzr1f/SD133m0eM7afoIxX6Tt6tiq58PWVah30= 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=is4zwt81; arc=none smtp.client-ip=91.218.175.183 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="is4zwt81" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785861042; 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=MUpMuaF8F+z9zilKDKAdNVcPR/MjqpSFkmqMqGMx5GA=; b=is4zwt81r3wtDJhYWYLXJIC0fedvNT1iNth3ttNK5+57IQohjIWhvecKcRxquskheQjdQe CU/Uit2/iqISDlXvDNweTkPi2W+j9lc784srQI15/bc6Lsu0b/jOFD5ouhh7joP5NEFZor WASsEwZXG1grbiMhmBCuM3Jb/cJaHNQ= From: Lance Yang To: atomlin@atomlin.com 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, Lance Yang Subject: Re: [PATCH v7 0/2] hung_task: Improve warning budget handling and task reporting Date: Wed, 5 Aug 2026 00:30:15 +0800 Message-Id: <20260804163015.73614-1-lance.yang@linux.dev> In-Reply-To: <20260804155406.254810-1-atomlin@atomlin.com> References: <20260804155406.254810-1-atomlin@atomlin.com> 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=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 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