From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (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 4AFE42FE59A for ; Wed, 19 Nov 2025 12:17:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763554644; cv=none; b=e4EXGjiaYqUJHBe+4Sm3XuWM2zOWX87Cb79LJ25UXt05xN2wVbceBiC/o5SuWyhiOIUAXtQTEf37oEAHzjV1DIA1q1kgJRiGtAtQn/H+/2NxtFFP8ytjGLVc7dP1eOZgaUcc1YMrgheut5j/Yc4pUckQWjPK1zFzKQ2LIT15t98= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763554644; c=relaxed/simple; bh=zHsMadIGhfmUdOCjf6H2FQQet5FlFj+mCTaBK97zDq4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Is4HvdUB9FEw5tbEh3vD+nUA+65jFRXWsXr26/hwkWGydvT9AYG8O/d19xEamA6oihjTuPc7m35nD2HRfBsUng3cvJ8rfkQuwjp4epH2bYG7RZNembvu+or8fI38E947OQyBDDSkwojIatyTlhegGtMRf7WCX19x30wP7MMYAjc= 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=PHlpfDyr; arc=none smtp.client-ip=95.215.58.186 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="PHlpfDyr" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1763554640; 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=wStvcswpwTGjpNmuRnAeKEF9MnAQB5Q4Dc0EYw6Ry5Y=; b=PHlpfDyrpGDqw2wEbA0a0uJWNuZ1nMW3IKX8sAQGNhxhg20RrXmpAm8CcPpftCovRRLLFQ HrUJVvsdrLQ8rXpx14CVnxynsReygcUA2J3dh2Xmht9KHTF8l5rn79G5op3Tl6rU0O2HGe YMOc4EelfS10NQI92fnYritigAXCmv4= Date: Wed, 19 Nov 2025 20:17:08 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 1/1] MAINTAINERS: add Petr as a reviewer of hung task detector Content-Language: en-US To: Petr Mladek Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, mhiramat@kernel.org, ioworker0@gmail.com References: <20251119110822.46566-1-lance.yang@linux.dev> 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 2025/11/19 20:10, Petr Mladek wrote: > On Wed 2025-11-19 19:08:22, Lance Yang wrote: >> From: Lance Yang >> >> Petr has been actively reviewing hung task detector patches lately. It's >> always good to have a fresh pair of eyes, so let's make it official. >> >> I checked with him, and he's happy to be added. >> >> Signed-off-by: Lance Yang > > Yes, thanks for adding me. > > Acked-by: Petr Mladek > Welcome to the party! Cheers!