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 D53D32E7631 for ; Mon, 23 Mar 2026 18:38:31 +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=1774291113; cv=none; b=ch2+uKmK1HAmBBBWF040DDpi8sZmmxm3Jqo2KAA03T7rE7zVoIXHoBC/kT2Fm1Md6RJimamXYjSSH+MeyFjoSzshU/Pbl0TpUBhA44Z8jK7Wqytldie0G96IhvntjMXl9gaqQrXdOmmPfNUiFzN9TkFc1s3c/+aqF8fgSNcg4CY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774291113; c=relaxed/simple; bh=TFUmZIKArzEUHrx/CXoEred5L9ha2K6WsgFNy42+HH4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rF/2lhpDA2oca88K1h/wh8Uy6GG03o8Y+XeWSJArBzO9liehnOSsUoUHJIiECpxBRo3ubMFZxqBsylq6nvrYB7nQFCVRRuf12rqYL0gkcWmlQ+jXNBdPytDGJ6YtkzgMoHL88IeqBFWCPQeEVrh+BV7iQq3OAHI8ZduG0/NQYcc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org; spf=none smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=XvSZfNhR; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=none 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="XvSZfNhR" 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=LGUIZ8goeY0gVK0MT7lEd1Xza+IWMYAv0j4pX/MKsiw=; b=XvSZfNhRUPa1pctGO0n9rdf4wj NGhVsnb/HGX7H2DBNBVK8TF4Q5qw+GQZtxX1/ufI642XznqcUJoJlyr7kGMuqRCZQcbRqFMAOZpCx b1chPDjm36YvrLQTNrW6wWKvkYoU7Q2ZDj9XVW/e0C6jrQs03yQw8FeYFBKzDDJ6NSeVVUQ2NWCWi XwZXhdg0nqUWteas/6IAhLRR/H9w3wPm8yYf5ZGsa5wA6OE3BEg3NQUKvvSuxTe4UKs012Pz0hz3i cCEdThulo2uK9SYVrGjNv+IXdKB5qO+H+mpCwpdA0gvkSGqSs+69Rxi+XSIgq6FmNcjABDxkQfNvC 2kgHO4qA==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1w4kAX-007jG7-5E; Mon, 23 Mar 2026 18:38:28 +0000 Date: Mon, 23 Mar 2026 11:38:24 -0700 From: Breno Leitao To: Tejun Heo Cc: Lai Jiangshan , linux-kernel@vger.kernel.org, kernel-team@meta.com Subject: Re: [PATCH] workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error path Message-ID: References: <20260323-workqueue_link-v1-1-d32873f6c4a7@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 On Mon, Mar 23, 2026 at 08:35:50AM -1000, Tejun Heo wrote: > Applied to wq/for-7.1 with a minor commit message edit: > > "which may have side effect is not properly used" > -> "which may have side effects if not properly cleaned up" ack. Thanks for fixing it. --breno