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 D8DA017BBB; Tue, 2 Apr 2024 05:42:42 +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=1712036563; cv=none; b=kcrM28podk1aXzBnJZk0tIIjrIQRSrnFfwCHAjmBu9JG1xuOGRyrf8xMJOgdgFRPVPlQJCqcd/XpjhmthFpC7v1do7Ifg5IFhB9C0WoDk0aBkNvEV2iptJLNlAK9kbZIdF6bIn+in8c4b4JeXkKG+Pt1coH2Z5zNG+vfxIg2U3Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712036563; c=relaxed/simple; bh=wjKa61zXYDVrcZt81c4gmK2Wg06oWwgdqgv0grMT/jE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Wg6aRER3pVxnNHmK1Ep07dnqUHGJFceV1B1pVtm4p/0BTtaNn+m9r8uwfACtZLBjUi23jWgjwn4UPSMJMhAyxiLp5PGsu1X0jnX7d8pgMtmHSfKCzVytTIvamEQ6VTDev08iQ30XC0YCvYc04og+aeYp7h+igByc0S1P/tg9dMw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=pP7xSJuS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="pP7xSJuS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA920C433F1; Tue, 2 Apr 2024 05:42:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712036562; bh=wjKa61zXYDVrcZt81c4gmK2Wg06oWwgdqgv0grMT/jE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pP7xSJuSg8hNGaX8I9wu2sPgg52gpHylYTWcqHdZALSVZJb3uhwCLJStNscRjZIRF 9QjCR6x9HeMHNp3pyymfeBY2FxvKFFvUHg0veDgWZSdFxhjHYMcGMyeLbfWgiD2zXI 3sfmcvvDZGensxPElDl9jnhDh0fM0+/T9o76GA4o= Date: Tue, 2 Apr 2024 07:42:39 +0200 From: Greg KH To: Laine Taffin Altman Cc: Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho , Boqun Feng , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Martin Rodriguez Reboredo , stable@vger.kernel.org, rust-for-linux@vger.kernel.org, lkml Subject: Re: [PATCH v3] rust: init: remove impl Zeroable for Infallible Message-ID: <2024040209-cardiac-recede-06bc@gregkh> References: <98DBB275-AEA9-4B1A-94B0-99C01BD3BE50@me.com> Precedence: bulk X-Mailing-List: stable@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: <98DBB275-AEA9-4B1A-94B0-99C01BD3BE50@me.com> On Mon, Apr 01, 2024 at 06:57:57PM -0700, Laine Taffin Altman wrote: > A type is inhabited if at least one valid value of that type exists; a type is uninhabited if no valid values of that type exist. The terms "inhabited" and "uninhabited" in this sense originate in type theory, a branch of mathematics. Always run checkpatch.pl on your changes so you don't get maintainers asking you why you didn't run checkpatch.pl on your changes. thanks, greg k-h