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 9C8F623C8B3 for ; Tue, 8 Jul 2025 21:15:19 +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=1752009321; cv=none; b=OiHnlK1+IryVQ9irFqEt4gXPQQaCff24WVgjUhHnaqWzxGJwnAzLNOnowyGDqWru4OB0tPzJFOvq36bnuT0nMbWY25CE9YQKbGbjnQwn2KVwNl6Mz9PAN1Pf3gwCibvKY9w/I9Bs1zY1uzp3cX1oy7UwqLl8wJDn3GpOaEQdXH4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752009321; c=relaxed/simple; bh=gcBBl2uhaU0yVxFwYI2lJl7+1TNo9HVTNuETgRLv13k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Gky53mHw0wGf0gsTx0gRj3JY0jHgPIekvn1ubPu6YSgJrBSwog0cklqL0xnV80nVPRn8B52cJluJRNs2i9u1AufGUBmdrlX+gsAdsMuHadVqlxdr3GXPbLbhd2ho9gQ9sFAU62PH/hmOlGs69hO5Ze91nSTZ9MHsdkYbATK/k8U= 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=WUvRAMs5; 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="WUvRAMs5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1752009318; 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=FWRdUp7oGKaEUhfD8Yy3WRtF8OKI+2g+/1sHlLVfExY=; b=WUvRAMs5RznLJ2HiIBSGygpkUyH4wVxrV++zJ+3HF+vdLLshxwj3OdHjgak5vLMVUfQbNE YZzq3jPlPkRQaR3EAgyvhEQU8ZZVxeLwKxwaE66C0qirhjrITi1I8zyxgIdDLccmqTW2LH ON0SkpMsRZEn47vRhSegUIhnA9wTz2o= 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-333-CCW479xSMRG90MzkFUsNug-1; Tue, 08 Jul 2025 17:15:15 -0400 X-MC-Unique: CCW479xSMRG90MzkFUsNug-1 X-Mimecast-MFC-AGG-ID: CCW479xSMRG90MzkFUsNug_1752009314 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (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 B5331180028D; Tue, 8 Jul 2025 21:15:13 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.81]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id DFE2230001B1; Tue, 8 Jul 2025 21:15:09 +0000 (UTC) From: David Howells To: netdev@vger.kernel.org Cc: David Howells , Marc Dionne , Jakub Kicinski , "David S. Miller" , Eric Dumazet , Paolo Abeni , linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH net v2 0/2] rxrpc: Miscellaneous fixes Date: Tue, 8 Jul 2025 22:15:02 +0100 Message-ID: <20250708211506.2699012-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.4.1 on 10.30.177.4 Here are some miscellaneous fixes for rxrpc: (1) Fix assertion failure due to preallocation collision. (2) Fix oops due to prealloc backlog struct not yet having been allocated if no service calls have yet been preallocated. David The patches can be found here also: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes Changes ======= ver #2) - Don't need to double-set RXRPC_CALL_RELEASED. - Drop applied frame size warning patch. - Add patch to fix oops. David Howells (2): rxrpc: Fix bug due to prealloc collision rxrpc: Fix oops due to non-existence of prealloc backlog struct net/rxrpc/call_accept.c | 4 ++++ 1 file changed, 4 insertions(+)