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 2852A367 for ; Wed, 5 Apr 2023 00:24:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 793F2C433D2; Wed, 5 Apr 2023 00:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680654245; bh=1M6cvLW0Xd/QG7c/z+xe00ry1BpvxevACez2MPuh+jM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=F3Kxt6iNKdbueN4CosmmptKKb7bg2/KttdEdJcvYvg3SVxJDkNrxF4HsWavjDQOjj 1ZGwfSHzUPsTCqnIublhv4DSonximWwuZvUAai192m9UDkASto/SLBwKe4jtqpebkE jfUPyk+oiZMLN1K1O+W/fPzcCIq9pqszHtTp37nnFuEKa5m3XL9xreIgavWe6Isf3O ljjJqYmZ/1RSn7f7dERWXc6aq7uyfdxFN6Qd82efQK3U2DR23bCoTYRvzhasQtZyKW 8+Bmh6QKALNJVvNEV7w/V/CKOXEZFWwBNsdxGf+TXv/vPpx70inDkuc6hlUAHOecSB AGYLdX8yqVfyQ== Date: Tue, 4 Apr 2023 17:24:04 -0700 From: Jakub Kicinski To: Chuck Lever Cc: pabeni@redhat.com, edumazet@google.com, borisp@nvidia.com, netdev@vger.kernel.org, kernel-tls-handshake@lists.linux.dev, john.haxby@oracle.com Subject: Re: [PATCH v8 3/4] net/handshake: Add Kunit tests for the handshake consumer API Message-ID: <20230404172404.335cac5c@kernel.org> In-Reply-To: <168054757552.2138.13089316455964656033.stgit@klimt.1015granger.net> References: <168054723583.2138.14337249041719295106.stgit@klimt.1015granger.net> <168054757552.2138.13089316455964656033.stgit@klimt.1015granger.net> Precedence: bulk X-Mailing-List: kernel-tls-handshake@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 03 Apr 2023 14:46:15 -0400 Chuck Lever wrote: > From: Chuck Lever > > These verify the API contracts and help exercise lifetime rules for > consumer sockets and handshake_req structures. Does it build with allmodconfig for you? error: the following would cause module name conflict: lib/kunit/kunit-test.ko net/handshake/kunit-test.ko