From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta1.migadu.com (out-178.mta1.migadu.com [95.215.58.178]) (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 4A67C13AA3C for ; Tue, 25 Mar 2025 01:33:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742866429; cv=none; b=WNSHrOBGdcdzXMBtMiUAnq4+3h8zMD9vohridnMhyg1IioR8w2ZvCgF5a7F6W0KpUEHcdDRDYAF2IoCTEwv+wMRQiOBeIuExZW3vEfhjLrzdQT9FORnN/7V3ZLpy/5H63M2yP23SdoPwOLIt7M6EzkdnQJ4ABFvCN+mMnCWZL40= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742866429; c=relaxed/simple; bh=ntUEVsSD2dBd9PjmRGgfmtLZCpmt6tlv84fv+DULk4U=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=sYsDl06IHxo90HfmB/iNOp80QRaQyxqci66ayNbXjjSAnpVGr+/cOpTHrJ4Z4xLl426pSrNK1iafl3C5sypas8iD5CfYVGXBTuF4qMuK5oB24KbgvaqTFhVPaHUNqd2c5UI6aqHiqv+rO6mKIZTH93fSGSBp8xRaYVun5B4O3M4= 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=w/z1pPlJ; arc=none smtp.client-ip=95.215.58.178 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="w/z1pPlJ" Message-ID: <8f20cfb0-3257-430f-8660-016f10f86c7d@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1742866424; 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=ntUEVsSD2dBd9PjmRGgfmtLZCpmt6tlv84fv+DULk4U=; b=w/z1pPlJa12AAbZ8a+Kn3gV/PMDAmNirV+LZ+cEdqwIzaL8C9NQ0potDTdCsmiyhxtU49c yuzfEdWRdWg7Ze04Xgaljc97jHxTYBP6FX+7VNzSU6f80+l6Oafsma+FwC6Eo2ytq+NYek wY7ugz+0KewGtQYKYcsTUv5EY+FoauA= Date: Tue, 25 Mar 2025 09:33:01 +0800 Precedence: bulk X-Mailing-List: kernel-janitors@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] workqueue: Fix incorrect error return value in apply_workqueue_attrs_locked To: Markus Elfring , Ye Liu , kernel-janitors@vger.kernel.org, Tejun Heo Cc: LKML , Lai Jiangshan References: <20250324090748.753195-1-ye.liu@linux.dev> <32e08068-164b-4642-aedb-3c7a1658406f@web.de> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ye Liu In-Reply-To: <32e08068-164b-4642-aedb-3c7a1658406f@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2025/3/25 00:10, Markus Elfring 写道: > … >> This patch ensures … > See also: > https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.14#n94 Thanks for your feedback. I'll update the description accordingly and submit a revised patch. Do you have any other suggestions for this patch? Is it worth submitting?                                                      Thanks, Ye Liu > Regards, > Markus