Message ID | 20250228161919.2869102-1-ming.lei@redhat.com |
---|---|
Headers | show
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 426E828E7 for <linux-kselftest@vger.kernel.org>; Fri, 28 Feb 2025 16:19:36 +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=1740759578; cv=none; b=DKBqJNEwac91/EhECa8jksSLF3vFux5dm3RNFNZza3yvVk30jLx3Lzt/RaVCIT1X4MoPug1Ih5P/ZfkvamAjsEGV0cJBQ1WRP1/MGml5hPSakKNOYmZSXHeS2K4xSXAPmsPTAh53RuizcH+KFI+RIEDAl3dRE+0a2v5davpXvd4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740759578; c=relaxed/simple; bh=xHqhDBpGs/c0S60zBgSR6mnV4ugSzy4wEYs6iQvGjYw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=hU0bA2xoWl9zqxVP4ykKyw3r5JnOh6eUCBz5xAX10qK6xZEyC+o976we+ZeZapBMgeOZlsY4CnoRqyLpjxBrAScJ3BQiufNTI1WKCtC3ywJFeuWoGrSjQb6hunBs5fUpB9ffji02mc3X4VYUj3Norz6VjgYOAzTri+dvijI43ic= 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=hpYmnHXA; 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="hpYmnHXA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1740759576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dSC60nogDtbt1/sOIKHIvmCRxAOHn+S7+bhVoCo1v88=; b=hpYmnHXAMIdiPrzGq2WVP/fEjhzrkvwEeXHgfw5VDlsJZAj7guIWHJnM0mrEuvooRqirf9 d5nHtc74BkCwrXnLXbNSmpcRLWOFEXuBj7uRsK9z4k7gvbvzMqXIS9oiduGzAbR6dzeoTO 3DrBGO0lYrTB+ad8iriVHeoF/JyIlnM= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-205-IdmVib2zOPCxngTxXBK5pA-1; Fri, 28 Feb 2025 11:19:34 -0500 X-MC-Unique: IdmVib2zOPCxngTxXBK5pA-1 X-Mimecast-MFC-AGG-ID: IdmVib2zOPCxngTxXBK5pA_1740759573 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (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 mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 7CDE81944D03; Fri, 28 Feb 2025 16:19:33 +0000 (UTC) Received: from localhost (unknown [10.72.120.18]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 081501800357; Fri, 28 Feb 2025 16:19:31 +0000 (UTC) From: Ming Lei <ming.lei@redhat.com> To: Jens Axboe <axboe@kernel.dk>, linux-block@vger.kernel.org Cc: linux-kselftest@vger.kernel.org, Keith Busch <kbusch@kernel.org>, Ming Lei <ming.lei@redhat.com> Subject: [PATCH V3 0/3] selftests: add ublk selftests Date: Sat, 1 Mar 2025 00:19:13 +0800 Message-ID: <20250228161919.2869102-1-ming.lei@redhat.com> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 |
Series |
selftests: add ublk selftests
|
expand
|