From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.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 589FE1A682A for ; Wed, 29 Jul 2026 14:17:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785334638; cv=none; b=P2gwKukRXBZ7pr2x2RzTOR88U+WhUTR3QvhhZQLVcnpymFzijIVsnn5XbBsMoAYtjjfZC1iiyiRdFB062FUjQ7qh1paX8GOLVpEUTpQBor9aFFQeUY7fwZYFvqPl5H6s7EpDghasXwiGv5ZvUI1PYlnr9V9GIPTUkrTtzG1NF4M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785334638; c=relaxed/simple; bh=4YWtOsbn5Mhi7VS6aqmr6wzCigPAWdplq6jzDD1yZG4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tnYK1Cg/nzW5k4eaMf6YL+ghTr1UwP/K0r1RtzP7ngbYm3KAgEy1TVVweqFmZWjMUGwDkjsQjEwL3Pf/82wdOCON92HpRSmmiHk0i4JBGkJH2TwS8q8U39ASH8qmRUSHTMpb6YqoR76JKJGKqI3kq0eo1GcL6wY2D8t+j2Wuf+0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine 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=WxB0sK8E; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine 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="WxB0sK8E" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1785334636; 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=7+n4j40225VPB6wZ9Q0L2w0LqypEnipePu3ccpC+yoU=; b=WxB0sK8EVd7gF32detLPNoh35f8hAK12LTgFdUxOJP3QYYzrYaTeqaoCev/EMT+ODhNoAB Ar1XmDfzK7P8Y+H3zxKDOUWbZmc/XRJmQ4jMEVGNE0hThufkvWc9QVzLNHpbgkAph5qI9w Oe81bfls4/wOrF6EAjdBPjVkk5qM8PM= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-639-DhfV98C_P-q5nCNObYc8vQ-1; Wed, 29 Jul 2026 10:17:13 -0400 X-MC-Unique: DhfV98C_P-q5nCNObYc8vQ-1 X-Mimecast-MFC-AGG-ID: DhfV98C_P-q5nCNObYc8vQ_1785334632 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (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 mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 925F01800358; Wed, 29 Jul 2026 14:17:11 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.44.33.159]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 0511E1956089; Wed, 29 Jul 2026 14:17:08 +0000 (UTC) From: David Howells To: Christian Brauner Cc: David Howells , Marc Dionne , linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] afs: Miscellaneous fixes Date: Wed, 29 Jul 2026 15:17:02 +0100 Message-ID: <20260729141705.1977658-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 Hi Christian, Can you pick up these miscellaneous AFS fixes, please? They were found by Sashiko[1]. (1) Fix missing kunmap in afs_dir_search_bucket(). (2) Fix double-unmap of directory block. The patches can be found here: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes Thanks, David [1] https://sashiko.dev/#/patchset/20260716103030.3065561-1-dhowells%40redhat.com David Howells (2): afs: Fix missing kunmap in afs_dir_search_bucket() afs: Fix double-unmap of directory block fs/afs/dir_edit.c | 9 ++------- fs/afs/dir_search.c | 11 ++--------- fs/afs/internal.h | 8 ++++++++ 3 files changed, 12 insertions(+), 16 deletions(-)