From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 C6CB412CDBE for ; Thu, 7 Mar 2024 14:09:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709820580; cv=none; b=INg2WQQXP2TIYt6qTtyK74iSaUFnFHLvwtmp8135IqeWjVwi4ectof5DoUywcUT9eXbpvwVPg5pvI/jftUp9J8T9hPu3I2qCv2NmIrtEw+p8OyJxn1PJO60IEza2k7oTbRe6maSmO5TqwGnGLGD1/0o0Bm64+5vVcJKfy2N3t0o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709820580; c=relaxed/simple; bh=y84S2Z0jnZaBjanw6DC1LDa/yDQ8vJGbVk0tGKPgZ6U=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=XeL7E0ItfPIjcYiTQE4gBlH325oo3rwuc/fn6ziQoSbt8PofdQh77jRob+OriCk2ZEavMnkGY/LcUK9xecFM/VBv/d5FGiJ7FDl2mMrMVPuo+hDzps4w5mnWDpG3dlSg+vmCCM+yegkNpB/lJBnpUBmyrqU3GSn0LvQXzS7zVBY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Q16+2tkq; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Q16+2tkq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709820577; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dEOWh0oXukXJlnalzgty0A1I2wzODMzK+vTK/vpIuWU=; b=Q16+2tkqvs40HHL6Twa2fcMSsZpZ/CKXJKryxg0kmeB40E8qhxr+0mxllsX8gYsFW+nZ7+ RTOFXOWKc5XHFwrrgCH07mNFungeT2n5AusaOoBMFfKm6cQ07fvQfFFwTI891CqTXvWpTq EJs45sIkFXtnSjvr7UCFW3nJOqS2WdE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-63-rxP2OuPCM6SLRDKQTLy2aQ-1; Thu, 07 Mar 2024 09:09:31 -0500 X-MC-Unique: rxP2OuPCM6SLRDKQTLy2aQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92FFB800264; Thu, 7 Mar 2024 14:09:31 +0000 (UTC) Received: from localhost.redhat.com (unknown [10.22.8.198]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5BFCE17A96; Thu, 7 Mar 2024 14:09:31 +0000 (UTC) From: Nico Pache To: linux-nfs@vger.kernel.org, kunit-dev@googlegroups.com Subject: [BUG REPORT] not ok 1 Derive Kc subkey for camellia128-cts-cmac Date: Thu, 7 Mar 2024 07:09:23 -0700 Message-ID: <20240307140923.16598-1-npache@redhat.com> Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 Hi, One of the RFC 6803 key derivation kunit subtests is failing. cki-project data warehouse : https://datawarehouse.cki-project.org/issue/2514 Arches: X86_64, ARM64, S390x, ppc64le First Appeared: ~6.8.rc2 TRACE: # Subtest: RFC 6803 key derivation # RFC 6803 key derivation: ASSERTION FAILED at net/sunrpc/auth_gss/gss_krb5_test.c:63 Expected err == 0, but err == -110 (0xffffffffffffff92) not ok 1 Derive Kc subkey for camellia128-cts-cmac ok 2 Derive Ke subkey for camellia128-cts-cmac ok 3 Derive Ki subkey for camellia128-cts-cmac ok 4 Derive Kc subkey for camellia256-cts-cmac ok 5 Derive Ke subkey for camellia256-cts-cmac ok 6 Derive Ki subkey for camellia256-cts-cmac # RFC 6803 key derivation: pass:5 fail:1 skip:0 total:6 not ok 1 RFC 6803 key derivation -- 2.44.0