From patchwork Tue Jan 16 07:05:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Marzinski X-Patchwork-Id: 13520500 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 21F4F11183 for ; Tue, 16 Jan 2024 07:05:11 +0000 (UTC) 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="c5QJCwhK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705388710; 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=riTeuUNcuw1W2gcugO/21duoSmZYGfUdJGTWE4FvxLs=; b=c5QJCwhKY37RW6px0pfVGgt+CD2hVm5ch4efmSw7Zs9qD0hjLz6C2Gsk/cycHKBqEwPWP1 lXHj9H/ol8BjfTXr1jVFFdVHlajdikzT16ReyFnVBKzbuvzd2WkTOLeivJnSOu5CvfO7VT mPDyZ/Vv8ZbaktgCGTF5mAwEdeXWodc= 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-131-r4XQ5-nBOaWi-8P_cuH1TQ-1; Tue, 16 Jan 2024 02:05:08 -0500 X-MC-Unique: r4XQ5-nBOaWi-8P_cuH1TQ-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 1E50284A292; Tue, 16 Jan 2024 07:05:08 +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 smtp.corp.redhat.com (Postfix) with ESMTPS id 14B4328AC; Tue, 16 Jan 2024 07:05:07 +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.1/8.17.1) with ESMTPS id 40G757Re010574 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 16 Jan 2024 02:05:07 -0500 Received: (from bmarzins@localhost) by bmarzins-01.fast.eng.rdu2.dc.redhat.com (8.17.1/8.17.1/Submit) id 40G757jg010573; Tue, 16 Jan 2024 02:05:07 -0500 From: Benjamin Marzinski To: Christophe Varoqui Cc: device-mapper development , Martin Wilck Subject: [PATCH 0/2] Fix auto resize code Date: Tue, 16 Jan 2024 02:05:05 -0500 Message-ID: <20240116070507.10563-1-bmarzins@redhat.com> Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Fix to bugs in my auto-resize feature. Benjamin Marzinski (2): multipathd: fix null pointer dereference in uev_update_path multipathd: fix auto-resize configuration libmultipath/defaults.h | 1 - libmultipath/structs.h | 3 +-- multipathd/main.c | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-)