From patchwork Sun Dec 8 18:34:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Bottomley X-Patchwork-Id: 848488 Received: from bedivere.hansenpartnership.com (bedivere.hansenpartnership.com [96.44.175.130]) (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 6323A145324 for ; Sun, 8 Dec 2024 18:34:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=96.44.175.130 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733682874; cv=none; b=JE+Zy0Y0YFZhQCnTM81mr/KeXDT0Q0r/5B5ZBpsg4lBNSfvOI6FGwZulFw5+H5mI4eeh3GaNQ8c0Af9EHqAADy71/tVEWYkmtls6EtCNmcaOZClpqu76/uDddmY62tObubC2RuTAzRBzfFd8UQiYQCFt2Muxhr114P91XNYxwFk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733682874; c=relaxed/simple; bh=CEFbQO9WoUWjQ9yZuzLZ2S94EPhn+Z2/LJiAODcYJvo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=H+b3a3lNwHPB+/c2l92+sold9enyci2NA9NJBSQdRdAq3ZFzWfo/hWuPKJV/jic+jpzVGp3DSZPu73WABtXDDE+RuWcn3rzOsqTdqU7G20t/xtSni9bH8EKbnqBESzyUd+pHh6TsnmgJIiJwLXryNjggspyjB2cYprh9yOm6gjM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none 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=lIw3meQq; arc=none smtp.client-ip=96.44.175.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none 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="lIw3meQq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1733682869; bh=CEFbQO9WoUWjQ9yZuzLZ2S94EPhn+Z2/LJiAODcYJvo=; h=From:To:Subject:Date:Message-Id:From; b=lIw3meQqnAqRvyOtEaFcku5Znu4TO3lKOhhdotjopWc2MdzQsIAAe9zi9J9/0CWAC IruButYpTTRHBkFo6V8BsO6TCUbA+VnXCBxcp8ffsIW3+G6slZK+qg6paNEZbS4Bqe 6GHhfboTdjILOjOxWWc488CtbMzXudkL6R057H6Y= Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id BCBD11286D0B; Sun, 08 Dec 2024 13:34:29 -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 eVwlL2MnwyCp; Sun, 8 Dec 2024 13:34:29 -0500 (EST) Received: from lingrow.int.hansenpartnership.com (unknown [153.66.160.227]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id 32F5F1286D4F; Sun, 08 Dec 2024 13:34:28 -0500 (EST) From: James Bottomley To: linux-efi@vger.kernel.org Cc: Jeremy Kerr , Ard Biesheuvel Subject: [PATCH 0/3] efivarfs: bug fixes Date: Sun, 8 Dec 2024 13:34:12 -0500 Message-Id: <20241208183415.21181-1-James.Bottomley@HansenPartnership.com> X-Mailer: git-send-email 2.35.3 Precedence: bulk X-Mailing-List: linux-efi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Patch 1 is stand alone, but 2 depends on 3 Regards, James --- James Bottomley (3): efivarfs: fix error on non-existent file efivarfs: fix memory leak on variable removal efivarfs: fix incorrect variable creation fs/efivarfs/file.c | 30 ++++++++++++++++++++++-------- fs/efivarfs/inode.c | 1 + fs/efivarfs/super.c | 3 --- 3 files changed, 23 insertions(+), 11 deletions(-)