Message ID | 20250224234154.2014840-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
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 B07C01C8602 for <netdev@vger.kernel.org>; Mon, 24 Feb 2025 23:42:08 +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=1740440530; cv=none; b=U35glny3T6s7ttpFa6xJSLPcq3rwijWMNh1MhMtq87Unuylm3ZE/V17D4e5kFl4E4IK+Sdt9y2jUMIGIyGI1kpjM7z2jgwPfBjw5Gl0/IaamXNSN6H2SuAFZWUHQkKVPlgoTKWY50VdR7Jc7/cmr+5eE9Pw23evKtiMmOBve7eE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740440530; c=relaxed/simple; bh=16zL/XF6wfUSDCzrCVzmUwXhl5SdLyuBXgX+5oIZkWI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ixudhOQwIYy1FAtqel7B9uZcvaiGcXjhksnYfdxHvV5IcTQqH+8x25ZfhE5POBn8E/79401DcKlr9EzkjZo2fZ09X6z6isU6b2YvaKGfNthLN++Dng3QkwwPYh7zcjMX5g65bBM9B6zU6f+r5Pma/61/g5qqrXB7CJKnMCVsEAw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none 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=PmYYiaDG; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none 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="PmYYiaDG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1740440527; 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=93uY6gagY63USM5e5KI9PRClg9kYawtsBZpalOdSzx0=; b=PmYYiaDGmwPhkupT6IwGWxcPaVfOngREktU8QhtdSA1x9fKMXeAh1LPg0RC+o9VcBKC9AQ XLm5/9rkt2mzrmNIVW3cn+tPnO7AdZxR49llpI2/qR0lwyG6j1a89J2qNPjk+5E8YEYP1c sNuSlHnVragTn0FWKIRUsNq6xVwQ7bI= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-275-j6czRUGhMUiy3r8HCtlU9Q-1; Mon, 24 Feb 2025 18:42:02 -0500 X-MC-Unique: j6czRUGhMUiy3r8HCtlU9Q-1 X-Mimecast-MFC-AGG-ID: j6czRUGhMUiy3r8HCtlU9Q_1740440520 Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (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-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 88B08196E078; Mon, 24 Feb 2025 23:42:00 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.9]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id B6DA81800945; Mon, 24 Feb 2025 23:41:57 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: netdev@vger.kernel.org Cc: David Howells <dhowells@redhat.com>, Marc Dionne <marc.dionne@auristor.com>, Jakub Kicinski <kuba@kernel.org>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Paolo Abeni <pabeni@redhat.com>, Christian Brauner <brauner@kernel.org>, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next 00/15] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records Date: Mon, 24 Feb 2025 23:41:37 +0000 Message-ID: <20250224234154.2014840-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 X-Patchwork-Delegate: kuba@kernel.org |
Series |
afs, rxrpc: Clean up refcounting on afs_cell and afs_server records
|
expand
|