From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 5F9883D75D1 for ; Tue, 30 Jun 2026 16:59:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782838797; cv=none; b=Tb4qJcJfTkkAjg/IntEEaYaBsRofmqRkDnAcsICoafG/PR4qvCyzs1z03HCDOLQkDH3l7dZ0TsRtluwQMxEgrBG7hVVvGaKCz59CdEkau9y1HmarN5bUtxXQ7A0yo3Uu1TqQKBUxuldL7v/H7pOg4ZrIMTktS0flz1ZxDjyLRWc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782838797; c=relaxed/simple; bh=ifu8R66a8GkrZlywQQ6RSWOZpq0QmSyL7PPxhjLYw58=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uECVC59z5vAjU/GuwPYz/UIhACDY5JPHoDTRjvn8vJU3gjt2dXHNnw0wtGf24Mu7tQ9KpjByOnu/lPoZ/ojBVKG1MRFtHVYSCEUKZi6Fibyio00im//r7i0vf9dUkxJBoV5T3/ooRfsPwu5RGDenyTAv1EwKCCJWckc8dOuKMjE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org; spf=pass smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=JvssSFWX; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="JvssSFWX" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=1OAjzIDSJlf5dXgtFBFo6B1n89KCYPNpGin7rW+WdPY=; b=JvssSFWX9/umc23Laea510fEpS Sabtib79rOdLqgDcXQ9x9N6pAGjOvec1ICJ05vwVoj7kIRRSCmzlhbAwo/smNjF+bpEgJ87rc+0jU ddG/bOR8jZkN3VeisVCTQibl3sWMMLrEgo0gtaDk/A2kelZzp2dGOCtaV1g9ZKFtabeonv3nGmCcv TVhX4sHTilNnYBEPgDWXhhz5FposXqem9Qs1eMcDfqla2839peTzLusd3dvVF/1x83z53DvtH0+nH 5PwwD+goSlhlVY4Xdlh7ruO3CQPV2H9JPb1hUH8pRHIms6Fhrr8Nq5LdntfbwoGsABnmMPMzhIiTs idK1CCMA==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1weboN-007DJA-2b; Tue, 30 Jun 2026 16:59:52 +0000 Date: Tue, 30 Jun 2026 09:59:47 -0700 From: Breno Leitao To: Tejun Heo Cc: Lai Jiangshan , Song Liu , linux-kernel@vger.kernel.org, Petr Mladek , marco.crivellari@suse.com, david.dai@linux.dev, kernel-team@meta.com Subject: Re: [PATCH v2 0/3] workqueue: improve stall diagnostics for pools with no running worker Message-ID: References: <20260630-wq_dump_petr-v2-0-c944cec38fc3@debian.org> 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=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: leitao Hello Tejun, On Tue, Jun 30, 2026 at 06:54:21AM -1000, Tejun Heo wrote: > Hello, Breno. > > Applied 1-2 to wq/for-7.3. Thanks > 3 doesn't apply on for-7.3. Can you rebase and resend? Damn, I am sorry, my fault. I will rebase and resend. Thanks!