From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5EB11C77B7A for ; Fri, 26 May 2023 13:57:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243779AbjEZN5j (ORCPT ); Fri, 26 May 2023 09:57:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243481AbjEZN5i (ORCPT ); Fri, 26 May 2023 09:57:38 -0400 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07249DF for ; Fri, 26 May 2023 06:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1685109456; x=1716645456; h=from:subject:date:message-id:mime-version: content-transfer-encoding:to:cc; bh=+pRMtqz9M0MkiP7GC7T1ugAxvsxIHVc59tban5NM8k8=; b=AFDqNMM8s6H5YZ1Yh0d/AZfIAp64SbdgH/G5JLYs7xQFSt4rlsBkTe3u MgZB/U9/1uIbdPOM2vJmA5tLo4IQo6Ta9pYA+VATJeyZNHYpVgX6iaOax +dpEBtc1Vy7N8WOM9yVhEYqAoWjuOIgVC4P7eNP9g7Z/5p4B5NjlDdOFW 0OVsT8KTCAus9HL80cpLh0BWaPIKH4quIph+q69ZcdreBj5zoPCA1HyLJ +ClxrTwQzbvORgtcfq9dsSE2B7/bFdRo3CuV7kXheaURFkmHo0jV6B5Lk nYJwqmrkpv7khLgI4k8J4XoE7Tp2jEZ/TyK3RkHsU8ycJxeomp3N813LL Q==; From: Vincent Whitchurch Subject: [PATCH mm-nonmm-unstable v2 0/2] squashfs: fixups for caching Date: Fri, 26 May 2023 15:57:29 +0200 Message-ID: <20230526-squashfs-cache-fixup-v2-0-6fb7723c3647@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIAMm6cGQC/32OwQ6CMBBEf4Xs2TVQUKIn/8Nw2JbFNpEWu0BQw r9b+QAvk0xmXmZWEI6OBa7ZCpFnJy74ZNQhA2PJPxhdmzyoXJX5SZ1RXhOJ7QQNGcvYuWUasLh UVVm0XCnWkFBNwqgjeWN/cBeCps8vGCInYt+7Q9+jDz7p5GUk/WRoUsU6GUN874/mYi/+H58Lz LE9VVR3pEqu9Y0WJ0cTemi2bfsCst+lLeMAAAA= To: Phillip Lougher , Andrew Morton CC: , , , "Vincent Whitchurch" X-Mailer: b4 0.12.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These are a couple of fixups for squashfs-cache-partial-compressed-blocks.patch which is currently in mm-nonmm-unstable. --- Changes in v2: - Add Christoph's Reviewed-by in 1/2 - Restrict line lengths to 80 columns in 2/2 - Link to v1: https://lore.kernel.org/r/20230526-squashfs-cache-fixup-v1-0-d54a7fa23e7b@axis.com --- Vincent Whitchurch (2): squashfs: fix page update race squashfs: fix page indices fs/squashfs/block.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) --- base-commit: 84cc8b966a3d4cde585761d05cc448dc1da0824f change-id: 20230526-squashfs-cache-fixup-194431de42eb Best regards, -- Vincent Whitchurch