From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta0.migadu.com (out-170.mta0.migadu.com [91.218.175.170]) (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 3A616481B1 for ; Thu, 30 Jul 2026 07:22:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785396137; cv=none; b=i5W2U9E05G73uhnaSq/PF7lJhvD+L/K9iOCO/2nNsS/GlSD+NaRC7p+eR2BhiWeNwERe/9WAduC7AAF9Ea744E0Byx0Qu1NQq2xpQ2SAb7mR7QTcIHhUAhFmgfiYHg/2kL6FQsszIeZiE3jy1xqzdzFbDvgNXDlbsAHdAR7ec0E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785396137; c=relaxed/simple; bh=IXggokwOMadlCeZXv+eYNi8UZHQS/W5+wna9rSDzDAs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=kQg8/yt6IjRMycwCCKNb/BWb25qIq9y+8gO3D+PdR/3N4Dz4w4cWyrM/l8AmybpsTAGJj2PmIcVVqdkr3WJa4UUfKMjqNZIEy7c62VGVJETUvkOAUkeJSKk+E4T/lOHAOnHcckCROAoX/wiS2bJrfCiWlI/yQR+mWyV0R2ThsIQ= 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=PhJbUb3U; arc=none smtp.client-ip=91.218.175.170 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="PhJbUb3U" Message-ID: <300d2e77-50d8-4b20-82e5-1d39c70d53ef@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785396131; 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=qT1BUDNd0bynvANLZBeBAThmSNLjm0UG0ch9YFm3OxU=; b=PhJbUb3UvrIweBucUVsX/QRj4XicaoYf5xrxMC29lwA75K97feGsOcQUo6qUu1oUq/qi1v ukLsJ3KV8qf1osLnb7H+KqMTqMkRO3thcspwwyvh/u4t6Rhf5ZEMLVj74RfsMT02OVeFKi /86ABcfw/fefDkr7L0Pe9CjhiTI6Hg4= Date: Thu, 30 Jul 2026 15:21:24 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v2] hung_task: update DETECT_HUNG_TASK_BLOCKER Kconfig help To: Xibo Wang Cc: linux-kernel@vger.kernel.org, mhiramat@kernel.org, pmladek@suse.com, akpm@linux-foundation.org References: <20260730031751.67840-1-wangxb12@chinatelecom.cn> <20260730061854.176547-1-wangxb12@chinatelecom.cn> 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: <20260730061854.176547-1-wangxb12@chinatelecom.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2026/7/30 14:18, Xibo Wang wrote: > The help text still says the feature only covers mutexes, but blocker > tracking has since been extended to semaphores and rwsems. Update the > description to match the supported lock types. > > Cc: Petr Mladek > Suggested-by: Lance Yang > Signed-off-by: Xibo Wang > --- Thanks. Reviewed-by: Lance Yang