Message ID | 20240306211445.1856768-1-alex.williamson@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 54C7C1B80F for <kvm@vger.kernel.org>; Wed, 6 Mar 2024 21:15:00 +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=1709759702; cv=none; b=TNIpbdPmxpUt9/Q2rim8ifQUdvSxVm0cRpIt9nNGmfhCcjOZkkaMk6kQPOKVv/yb4dK/qatnjoKIKalLmCtKWhUc7/mM9LlqgfgbBIrHeu2uH5+UYzBhNlf9SIhqMfF2sSG7vzmO4B8KLRcXcb1+9aKQK67VNOHa0rMT4rDOt20= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709759702; c=relaxed/simple; bh=tss029arMELf8P9oZyMNbDbxJhT3vnM9uBRT/uTHhek=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XLSOD40K13xlKOXGbabnVU8n+frXpuA9iIvnW5V6ihuBVP2bbfC3vBQPZsWksY96IFveuVkFsATvtQ9ynMbwZeDQV2qJApryYwKdLHP4Rf9m98WjHrmIiXGv2tYO64c9AbsCHbDN2UchmkmVhj6mCH3CP7xmV/sOQk9Cp9pUjP4= 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=TtESa4oe; 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="TtESa4oe" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709759699; 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=YYGc9sw6diBEdmxwj5a1wA/JSw+mtRCurx6p6ClaHxU=; b=TtESa4oe/x3RoRAjk3fGOsL5cChtcckfkYkwA7O8CNr1ah8xB4c5EsHKUCuURR52KHQoJZ 011Sz1Rz1pDLlG5qbg2YM/zihebQ/G8aZKd1uqFk7oGXt1Evwss9llcXS5ifMXPacX7r5i c4zqsnny+T5NncKdEbZLzNUK/fS43ZE= 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-516-w1TPYdHIP-qLUAL86kANSQ-1; Wed, 06 Mar 2024 16:14:55 -0500 X-MC-Unique: w1TPYdHIP-qLUAL86kANSQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (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 C5A9D386A0A8; Wed, 6 Mar 2024 21:14:54 +0000 (UTC) Received: from omen.home.shazbot.org (unknown [10.22.33.99]) by smtp.corp.redhat.com (Postfix) with ESMTP id C78C537F6; Wed, 6 Mar 2024 21:14:53 +0000 (UTC) From: Alex Williamson <alex.williamson@redhat.com> To: alex.williamson@redhat.com Cc: kvm@vger.kernel.org, eric.auger@redhat.com, clg@redhat.com, reinette.chatre@intel.com, linux-kernel@vger.kernel.org, kevin.tian@intel.com Subject: [PATCH 0/7] vfio: Interrupt eventfd hardening Date: Wed, 6 Mar 2024 14:14:35 -0700 Message-ID: <20240306211445.1856768-1-alex.williamson@redhat.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: <kvm.vger.kernel.org> List-Subscribe: <mailto:kvm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:kvm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 |
Series |
vfio: Interrupt eventfd hardening
|
expand
|