From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 45FF61BF58 for ; Sun, 6 Jul 2025 21:05:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751835921; cv=none; b=ZaxS9AlPpPuGLVnSm01vfAEOF8o5keeshEj+6OyULtZn4bYQdzXNAhr6XlTKj76q3GRJP7wr+6YvBGcT8P3lO/BwiCTjY9qkr5cF0NPYA8qerK5RhaY5VYyCcxjSF59guRKVEknORLDHhnFqvL0crGXTA8Hm7ME4nvh9CYrCHYQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751835921; c=relaxed/simple; bh=DQq8YRm3/ytQV12mFqCC31vcZJM2dVv1ItsuEHy3B0A=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=tDCTTsvA08o6pklCxblkEz8smCzk/S0hmpGY19zJPr1DPbPRdAWYIP8Lh1RLZupGDxMVVvPDPxooSa/O8tgpTzanpk7BFLnUnmgAt14Gvqk9SQU+Wv2TDYB1bETt5BOWfY+5Q9ATuQ7tkZw9R5rTVSqcrVcqFY0kYMORxTAGK14= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=m0RbrLaC; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="m0RbrLaC" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1751835910; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cV4Rqtm91hjKif3BbwFfQH+ZWTX/llutJehbPJVtTUY=; b=m0RbrLaC9J8wxVcsEOtPnrCxYg7n7xp3elDOgNGnmrulrGJuxlwTIdtyz4dLifXV7RRYyf 7++v/Km428YPzyKEWrrkoJyCyHiHgDbCQRVsE75A2y61WpLTU7/Mx6/vicfGxc/YaPYZbV 3obKG5C5LLwUz/QoIsRzUnKCK5HY9ws= Date: Sun, 6 Jul 2025 14:04:55 -0700 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [syzbot] [rdma?] WARNING in rxe_skb_tx_dtor To: syzbot , jgg@ziepe.ca, leon@kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, syzkaller-bugs@googlegroups.com References: <6865d59b.a70a0220.5d25f.0781.GAE@google.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zhu Yanjun In-Reply-To: <6865d59b.a70a0220.5d25f.0781.GAE@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2025/7/2 17:58, syzbot 写道: > Hello, > > syzbot has tested the proposed patch and the reproducer did not trigger any issue: Today I made tests with rdma-core after this patch is applied on the linux upstream. All the test cases in rdma-core can pass successfully. I will send this commit out based on the rdma next repository. Zhu Yanjun > > Reported-by: syzbot+8425ccfb599521edb153@syzkaller.appspotmail.com > Tested-by: syzbot+8425ccfb599521edb153@syzkaller.appspotmail.com > > Tested on: > > commit: 6f8d023e RDMA/rxe: Fix rxe_skb_tx_dtor problem > git tree: https://github.com/zhuyj/linux.git v6.16_fix_rxe_skb_tx_dtor > console output: https://syzkaller.appspot.com/x/log.txt?x=13973770580000 > kernel config: https://syzkaller.appspot.com/x/.config?x=36b0e72cad5298f8 > dashboard link: https://syzkaller.appspot.com/bug?extid=8425ccfb599521edb153 > compiler: Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132), Debian LLD 20.1.7 > > Note: no patches were applied. > Note: testing is done by a robot and is best-effort only.