Message ID | 20240722232308.2495956-1-bmarzins@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.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 03E163CF74 for <dm-devel@lists.linux.dev>; Mon, 22 Jul 2024 23:23:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721690596; cv=none; b=UcYD9lVd9dmHXFn/UHkL9HnFpXiZeEBolGClzCOKc1a0b1dDeVFJ3vaeoZot/opca9zLyV4I4w+Qam0WlMzdsw5NRj6/7aeNGtlYO9StUtXD93NaIWWXfWF2Nai8A4QcvmyJhN2rPSTBErq3sefoSEXp9KDYsHPjDSIc0rAut78= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721690596; c=relaxed/simple; bh=DMzNWrnLx6uwcUSuEYN4IbX+W5RVvmRSnRABc4GGTck=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=O7+31sBCY87l5PC3LyyGFxYwRl19a4H/jfojKmHS4M917JOY2hfg1dfjlZ5mgFddrzlgygwmoCHvhM+yb91UNf+dwX+bqU7Goodv0+wuePrWkZyy13V6wTZwi6n8IMPOP6xCpiE7Gf30o9scd99Ou4qW4QpYCdJ61jlOY24XAQw= 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=ZmThcXQV; arc=none smtp.client-ip=170.10.133.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="ZmThcXQV" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1721690593; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Y9rX9CzTJRRFDODWVrbXt73hpaALRjB2mtsXUatGiDw=; b=ZmThcXQVlGOATe2RO2vw6c55et8B56fVahqlAmlfAS6l/ExPgtvrDg3+XpqovK3Ot1fvit h8t2luL4C+uRxsphg6pJWQpTRP33VREvdIregFsxigWhM0qjq5GOl8B5LbBA1KC66rJhMa fLyMf/6PkbwQOnm6KIedtErrEDbLbDI= Received: from mx-prod-mc-03.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-628-0zz-mqbSOKOld08dVIuZKg-1; Mon, 22 Jul 2024 19:23:12 -0400 X-MC-Unique: 0zz-mqbSOKOld08dVIuZKg-1 Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (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-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id EADF319560AB; Mon, 22 Jul 2024 23:23:10 +0000 (UTC) Received: from bmarzins-01.fast.eng.rdu2.dc.redhat.com (bmarzins-01.fast.eng.rdu2.dc.redhat.com [10.6.23.12]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 6D62E195605A; Mon, 22 Jul 2024 23:23:10 +0000 (UTC) Received: from bmarzins-01.fast.eng.rdu2.dc.redhat.com (localhost [127.0.0.1]) by bmarzins-01.fast.eng.rdu2.dc.redhat.com (8.17.2/8.17.1) with ESMTPS id 46MNN8tv2495968 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 22 Jul 2024 19:23:09 -0400 Received: (from bmarzins@localhost) by bmarzins-01.fast.eng.rdu2.dc.redhat.com (8.17.2/8.17.2/Submit) id 46MNN8QD2495967; Mon, 22 Jul 2024 19:23:08 -0400 From: Benjamin Marzinski <bmarzins@redhat.com> To: Christophe Varoqui <christophe.varoqui@opensvc.com> Cc: device-mapper development <dm-devel@lists.linux.dev>, Martin Wilck <Martin.Wilck@suse.com> Subject: [PATCH v3 00/20] path checker refactor and misc fixes Date: Mon, 22 Jul 2024 19:23:05 -0400 Message-ID: <20240722232308.2495956-1-bmarzins@redhat.com> Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: <dm-devel.lists.linux.dev> List-Subscribe: <mailto:dm-devel+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:dm-devel+unsubscribe@lists.linux.dev> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true |
Series | path checker refactor and misc fixes | expand |