Message ID | 20240603215558.2722969-1-aahringo@redhat.com (mailing list archive) |
---|---|
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 4E23313C911 for <linux-raid@vger.kernel.org>; Mon, 3 Jun 2024 21:56:15 +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=1717451776; cv=none; b=UpfDCxmbcoRroaIsb6Hvxd1rnwNUeSUwEPtOrsnAjSBDwu4sB0YWkBDOVruMwCZb0TCzgl0xKLuwX8Viu8ZmzqMScTOwEgUzR9j1m2na9xiNLaEDHT6Lo6V5zDSpMf0eRVWE5MtSz94iZqDVk5dvYzsiFAnbLOGsW1iOw3V5ck4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717451776; c=relaxed/simple; bh=esCrcK1hL/w/ZiludLoyUUUfautnucmQqQN+Usu1e00=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KlqhGE9qZjEP2B6J3+RtTXDv4mQWey1jR7xsCEOFcgTe7PIa/ugRKnl3KE8psEI6w0sBZiQDVqismEUi9sw1Axg4IOV/UUUzMGzNCznjp5UYDqARNwesa7++32oS8QLkTfp+OxXJBog1t5/ldP0A9a1JhDIEdw7w+Jgy3gu9Qn0= 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=PfzphSoR; 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="PfzphSoR" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1717451774; 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=8JDzwe/yCUGojkan1XT5FIDGF0tkQFafvqD1IvJ0UmI=; b=PfzphSoRJDs2zpaG0sxwVGMdeVF9WSIOp7c8PWYuD9okpylC3AgfAuCV+HoleS6T7BUowx vi4ICVRXnhrXY3S+wFWoAVKiGnbo4CSSjin3qVqPkP3UdTAxkOGJ2NlhKx1wcMXTpUdxg5 fCvLzdlJvtUdQnyM6n5gAdvaFw3eEUc= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-507-Pj6O3KEhO8entYKk8qn7EA-1; Mon, 03 Jun 2024 17:56:08 -0400 X-MC-Unique: Pj6O3KEhO8entYKk8qn7EA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (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 9139929AA382; Mon, 3 Jun 2024 21:56:08 +0000 (UTC) Received: from fs-i40c-03.mgmt.fast.eng.rdu2.dc.redhat.com (fs-i40c-03.mgmt.fast.eng.rdu2.dc.redhat.com [10.6.24.150]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3993A200E4A1; Mon, 3 Jun 2024 21:56:08 +0000 (UTC) From: Alexander Aring <aahringo@redhat.com> To: teigland@redhat.com Cc: gfs2@lists.linux.dev, song@kernel.org, yukuai3@huawei.com, linux-raid@vger.kernel.org, aahringo@redhat.com Subject: [PATCH dlm/next 0/8] dlm: md: introduce DLM_LSFL_SOFTIRQ_SAFE Date: Mon, 3 Jun 2024 17:55:50 -0400 Message-ID: <20240603215558.2722969-1-aahringo@redhat.com> Precedence: bulk X-Mailing-List: linux-raid@vger.kernel.org List-Id: <linux-raid.vger.kernel.org> List-Subscribe: <mailto:linux-raid+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-raid+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 |
Series |
dlm: md: introduce DLM_LSFL_SOFTIRQ_SAFE
|
expand
|