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 161F129A9E9 for ; Tue, 20 Jan 2026 10:02:04 +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=1768903325; cv=none; b=bI/veOFtcqMTtBLpBim0pZhXZxKyC7PBuC3VyS7FYxzzRBerVdgoQTyUXgHj3TX8feGXro92Io2HamltYPpfFgFJHjsJAcGcftK9Dzde0DGzce9gyOudXH6QkQ8khQ5Vchs6uhBL1SwKjau+4WCFQw0+MsKOvImYGQqARtqXSjs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768903325; c=relaxed/simple; bh=dVfjmKD85/d4uGuMS+6lmIAfLF5ieoN2y/Unt7Rv5lA=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=TywWvj3vVu6ADilJVtPCnqaZxaIfDY1VL6FmGS8QgAS/oD6Se1BTnWcuRBEtKhgPTmd0ohAPL2OJuanuuughsrMZrpIU06pMIdCxl/TYxZ7h62hZDELawXUKZ2RDJOnNGjMpMAaokNYziVMJJ6O6BNDerjaQiZFN3o3wxkkp9w8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QCLGzl0D; 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="QCLGzl0D" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81EADC19423; Tue, 20 Jan 2026 10:02:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768903324; bh=dVfjmKD85/d4uGuMS+6lmIAfLF5ieoN2y/Unt7Rv5lA=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=QCLGzl0DdBjs5AdrsQSztN1xlLTMfXZUEuJs10t9U9NGRiNFd1AN4Xp6hGC/zNMIN MNvbrTgJrJY0w5dceReq7HnHZPD+IYTY+5UVFSZeBdJPuNM8a7HS4f/APHKC8uw3Js 1yJMsEc3tljuyjUkpjsEfiu6dYuV4rSEDQ4nU2auygaaIpX0zHLdtyOXnpJI/TgHt+ OS3pfFnHxrVfG9ZZ5PCCbrgKX+qjI2cVYdnBWWh2LtWTWw0pT1cULongINTNd6LMrP u/12TcdG227fP2MJe4qIpIejh5lvGzbPcoqCE+3fB8iQ8JbyY/k3IAoJjqzJV1rzQd uB3WnmFMU6dtg== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 20 Jan 2026 11:02:01 +0100 Message-Id: Subject: Re: [PATCH] revocable: fix missing module license and description Cc: To: , , , From: "Danilo Krummrich" References: <20260119195141.12843-1-dakr@kernel.org> In-Reply-To: <20260119195141.12843-1-dakr@kernel.org> On Mon Jan 19, 2026 at 8:51 PM CET, Danilo Krummrich wrote: > Fix missing MODULE_LICENSE() and MODULE_DESCRIPTION() in the revocable > Kunit test module. > > Reported-by: Mark Brown > Closes: https://lore.kernel.org/all/aW6GNvuQVNCUcoy-@sirena.org.uk/ > Fixes: cd7693419bb5 ("revocable: Add Kunit test cases") > Signed-off-by: Danilo Krummrich Applied to driver-core-next, thanks!