Message ID | 166201964443.3817988.12088441548413332725.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.org> 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 36E75ECAAD3 for <netdev@archiver.kernel.org>; Thu, 1 Sep 2022 08:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233237AbiIAIHe (ORCPT <rfc822;netdev@archiver.kernel.org>); Thu, 1 Sep 2022 04:07:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229682AbiIAIHc (ORCPT <rfc822;netdev@vger.kernel.org>); Thu, 1 Sep 2022 04:07:32 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5561D97ED2 for <netdev@vger.kernel.org>; Thu, 1 Sep 2022 01:07:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1662019649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0uCnWiAEDfJywNfK0lzUva/0zQOA/PsY0Ah0npIzpqQ=; b=KKD5XA1pxBQjNmXMgwjKItu1DF7oUGsgUk4GTm7dNyspXfl9LG1DgFYaR2CYV2oVIK2302 NQprNW3dDgRRZPKDZl6Ga0yR8wxR14nVEQfrtN2yUYaj36NFDwZx89LThWxrxhZUJ8pbUN SWVx1Xj2fB8VSkQCIfnoe7938/sgBTU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-515-CmgCuUdQNKyNCCGlBQihtQ-1; Thu, 01 Sep 2022 04:07:26 -0400 X-MC-Unique: CmgCuUdQNKyNCCGlBQihtQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0787685A585; Thu, 1 Sep 2022 08:07:26 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.72]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4C4931415125; Thu, 1 Sep 2022 08:07:25 +0000 (UTC) Subject: [PATCH net 0/6] rxrpc: Miscellaneous fixes From: David Howells <dhowells@redhat.com> To: netdev@vger.kernel.org Cc: Marc Dionne <marc.dionne@auristor.com>, linux-afs@lists.infradead.org, Jeffrey E Altman <jaltman@auristor.com>, dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 01 Sep 2022 09:07:24 +0100 Message-ID: <166201964443.3817988.12088441548413332725.stgit@warthog.procyon.org.uk> User-Agent: StGit/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org |
Series |
rxrpc: Miscellaneous fixes
|
expand
|
Please don't pull this. The kernel test robot spotted a bug in it. David