Message ID | 20250107213129.28454-1-James.Bottomley@HansenPartnership.com (mailing list archive) |
---|---|
Headers | show
Received: from bedivere.hansenpartnership.com (bedivere.hansenpartnership.com [104.223.66.194]) (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 EDC4B1802AB; Tue, 7 Jan 2025 21:31:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=104.223.66.194 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736285514; cv=none; b=gksiYTvDYh7HwDQI08yM1n0qZxiKdSm1Y/cWeuqr321uE8vm5dmy3EcDfnWLERw4Iqo7hNybm4cKwLyZGG2eg+3o8lSCaYaX7hVmL3E6sR7L/4zqRXk7i+GZIXmj9oQV9YXQOg7sHKtJmKPePHSBb1pSDYdSW0B7xO0fU4hLhOw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736285514; c=relaxed/simple; bh=0ee1yytagWWh+LM17oG9lW48tso28G+hG5WX4aNO+14=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=TaAfLwimuGwWtvE+xS9WMqWuCoXyPDwterUEncZJSMizO6lHLv+L0emwqPErRTqilqJpEDRWH0X60KkJaANmdDsu4QhdKpkU34NtXJZPo0K5dPWppjPCjbNL+ij2QyH4Z63N+e8YQh+KiZOIdlWEjHgZkpwQ6ugY87cQm51VnqQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=HansenPartnership.com; spf=pass smtp.mailfrom=HansenPartnership.com; dkim=pass (1024-bit key) header.d=hansenpartnership.com header.i=@hansenpartnership.com header.b=f1fRj/54; arc=none smtp.client-ip=104.223.66.194 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=HansenPartnership.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=HansenPartnership.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=hansenpartnership.com header.i=@hansenpartnership.com header.b="f1fRj/54" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1736285510; bh=0ee1yytagWWh+LM17oG9lW48tso28G+hG5WX4aNO+14=; h=From:To:Subject:Date:Message-Id:From; b=f1fRj/540GLnGrFTx/Un2Gs9kKxRrNuzpcPTDtlAuEbW/Pprw5iJMAVwfeudQwQMd ar5Y6HRge+VKCyucYJDXU4ZVzj5O2Z+2J0JUmbdKaOJezVA8nNEhrIQhO+OkxV1SRe Xw0sPM5pEKeC6Elncb1hiMnbYdXyA2X1YlgNQosc= Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id 25EB01286BD6; Tue, 07 Jan 2025 16:31:50 -0500 (EST) Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavis, port 10024) with ESMTP id Cfeyics6kfPZ; Tue, 7 Jan 2025 16:31:50 -0500 (EST) Received: from lingrow.int.hansenpartnership.com (unknown [153.66.160.227]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id 36B311286B13; Tue, 07 Jan 2025 16:31:49 -0500 (EST) From: James Bottomley <James.Bottomley@HansenPartnership.com> To: linux-fsdevel@vger.kernel.org, linux-efi@vger.kernel.org, linux-pm@vger.kernel.org Cc: Ard Biesheuvel <ardb@kernel.org>, Jeremy Kerr <jk@ozlabs.org>, Christian Brauner <brauner@kernel.org>, Al Viro <viro@zeniv.linux.org.uk>, Lennart Poettering <mzxreary@0pointer.de> Subject: [PATCH 0/2] efivarfs: fix hibernation problem with EFI variables Date: Tue, 7 Jan 2025 13:31:27 -0800 Message-Id: <20250107213129.28454-1-James.Bottomley@HansenPartnership.com> X-Mailer: git-send-email 2.35.3 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
efivarfs: fix hibernation problem with EFI variables
|
expand
|