From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0E7A2348C55 for ; Wed, 20 May 2026 18:17:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779301022; cv=none; b=fuwvUp1DrbNOGgzMxxTG6oLIzKaqVC0CcM5nb7PpQETNuvNSTlv8Lw4ypgoUUCoYonaowfPoy3KG19SP392sJQOD7U8abDc/a9biX/ye7JVvEtWvdnFkgVsCESUFt1+X76YSLsZx6DBOYH8QVp0IAGTArcfR7AcO6APS+04GONk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779301022; c=relaxed/simple; bh=HVBzjlwZNfH3GRgwF0zM6WfSkPl4pphb/AJsxA3eiFs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=AZgmgsR9wv1hjxwviIiNF1JB6SoCwflw00sYjFWiunNEjvEC/2pMEtXXcZ0cDXXVSRcV+VAGc3BT8oh15SOXDlHgCTLQ9nk/K6nd0Dix1RQB9mAi2AG2/lqi1v1jz9MmiXU5yjL5SFMKgYtzBxSIngpV5BtF4xqHAEPoMVLLgV4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R2snVzjo; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="R2snVzjo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CB1E1F000E9; Wed, 20 May 2026 18:16:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779301020; bh=VSJu+tCWgnjTv5flT5BvhQpTydl8nUd92HKG/PI/z9E=; h=Date:From:To:Cc:Subject; b=R2snVzjo6eUUA17oOZ8cxXTFV4VDtXsvC87jQc2is+0GGXy9knHskvrI11VaEoOIp 0MyL2GrB8XbPuGClDEvxITeZUaCMl1PSmGfpMqlD1eyNjrXCcT3DAHez3GPzsOBDTo erU9z6cTrvm9Ukbu3IxM3eGGMpwVvcudhl1eF9gmyG0TWE0cWD2FuCgWhb1sIw0O3a ncUGurCp/ReK4FvEFc0TFsWK39mGncayyn3GL04ykrczb6b+hBJ4GrNP4XxTswzGgz ngZwADzgNIvZXemEF/61wPbSmcIH/XhupVU4KhZmDgE/2gJYygF0yfWA0xXRRap+VK mEjReNveDkzAw== Date: Thu, 21 May 2026 02:16:55 +0800 From: Gao Xiang To: Linus Torvalds Cc: linux-erofs@lists.ozlabs.org, LKML , Jia Zhu , Chao Yu Subject: [GIT PULL] erofs fixes for 7.1-rc5 Message-ID: Mail-Followup-To: Linus Torvalds , linux-erofs@lists.ozlabs.org, LKML , Jia Zhu , Chao Yu Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi Linus, Could you consider these fixes for 7.1-rc5? Two small fixes address issues reported recently and all commits have been in -next. Thanks, Gao Xiang The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.1-rc5-fixes for you to fetch changes up to 79b09c54c6563df9846ca3094bcfd72082c3e1d7: erofs: fix metabuf leak in inode xattr initialization (2026-05-20 14:53:14 +0800) ---------------------------------------------------------------- Changes since last update: - Fix a kernel crash related to unaligned zstd extents - Fix metabuf reference leak in shared xattr initialization ---------------------------------------------------------------- Gao Xiang (1): erofs: fix managed cache race for unaligned extents Jia Zhu (1): erofs: fix metabuf leak in inode xattr initialization fs/erofs/xattr.c | 4 +--- fs/erofs/zdata.c | 15 ++++++++------- 2 files changed, 9 insertions(+), 10 deletions(-)