From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8907ABA2D; Sat, 22 Feb 2025 04:17:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740197866; cv=none; b=L0uMYTUfKacqz28yRJ/qtBT3bPFey+rv78wTnr/+PlbRSWWsUHjzkal7kqm8r4wZwsO16LQYZpztM5HSXVznHKFiZGNJ8LNq4T7n2hNXhcwmYbErP06Kk+ysQZDwHpkYC9xcp1hF9iXy8M9PszzGAdK+FNLPb8c0iLz1WRFyO8o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740197866; c=relaxed/simple; bh=XGzj2md212LaOjPHOjWC7GnDU4NWo1XIpaMinL5/MHY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OPqRJEEL+AeSiOjXxpgiV/LaG2l0TEvSysg7/YfcZbyybROgz749mlJ37+DXZ1KHw9sdsjopHilKWDJ7zSwi8Hs43wkLxjrP6+d0EQoS+KJRI2k26o/hZE+iEU9sn5sBF4xig1J/GOE2NEUzHLJ/I3Hqq8r/YWKQiA/blqx2P5g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=G297iUlI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G297iUlI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CE36C4CED1; Sat, 22 Feb 2025 04:17:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740197865; bh=XGzj2md212LaOjPHOjWC7GnDU4NWo1XIpaMinL5/MHY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G297iUlISYs8cijPfToFlxvk0zIc+29EfqwR34hgjXrhP0cBDkrCmaIoljJY5lPrI ciPJvilarAmN/o/o3A3+XacaAyvugBtbIwY5bs/V3kpt/nvnkmqGh42zAyBLRvOOG7 QTWdwOrzXeDvsB2C+OkJJGxvZeCELeS1ExzgshM/2RrYe1GJUZMb3ShWLj0xjMocza QmIEf4uTJTkVeSQrrY1VdP7j3tnar+CorCL1woKfV2j2w9s9OoOA5ggggEZ1IuVOjB 5xyTjP5BZag24NPuSoBt8HU2eewnuimxnMC2bMaRFugFhwNlXneHnQOfk82bUYjYJC /PyPfad30TMAg== Date: Sat, 22 Feb 2025 06:17:41 +0200 From: Jarkko Sakkinen To: Miguel Ojeda Cc: Hamza Mahfooz , Tejun Heo , Lai Jiangshan , rust-for-linux@vger.kernel.org, Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Wedson Almeida Filho , Nell Shamrell-Harrington , Dirk Behme , Konstantin Andrikopoulos , Danilo Krummrich , Roland Xu , linux-kernel@vger.kernel.org Subject: Re: [PATCH] rust: workqueue: define built-in bh queues Message-ID: References: <20250221223533.158959-1-hamzamahfooz@linux.microsoft.com> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Fri, Feb 21, 2025 at 11:45:38PM +0100, Miguel Ojeda wrote: > On Fri, Feb 21, 2025 at 11:36 PM Hamza Mahfooz > wrote: > > > > We provide these methods because it lets us access these queues from > > Rust without using unsafe code. > > > > Signed-off-by: Hamza Mahfooz > > Cc'ing WORKQUEUE -- thanks! Not meaning to complain but it by practical has no commit message. Does not meet any quality standards in that area tbh. In order to make Rust more appealing you really should pay more attention to this. I learned absolutely nothing from this. > > Cheers, > Miguel > BR, Jarkko