From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from n169-110.mail.139.com (n169-110.mail.139.com [120.232.169.110]) (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 4EEC83C3C00 for ; Fri, 29 May 2026 10:24:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=120.232.169.110 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780050257; cv=none; b=oNHGok4zoxOzxoC7RUAhmOejYBctfqv5nIKpymBXSlvLM2WePvY8kU4cL8I8NwPRvvAjSmn6b0mSUMNtdJkjpYdAnazrzfHKMKBe2OrKe1j7lEkQpUspK42S/2BLM3F4wcW2vH5ami+llkkxwmReur/iOONp6rzzcW+IF6KCksU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780050257; c=relaxed/simple; bh=/38z7ZV9zHaiNxNBWo7SPMIItdUDg3n7sxYzdV2WgaU=; h=From:To:Subject:Date:Message-Id; b=IjhJIBMmh6aZuq0Ua3ENx4hVmbuY/hymVN4IlSE25p3tyTXiJuuSDVi+a2STeV2PRMrDQypbj706DtNrzRdEWgbrclT7pZL01nRecFB1vApMsv1HurdJpVON6W0QAZzvHTGCVajOtJ7G7twhr4IdR/0q+2bx8wCikGYfOcrYz+8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=139.com; spf=pass smtp.mailfrom=139.com; dkim=pass (1024-bit key) header.d=139.com header.i=@139.com header.b=viHM1oZO; arc=none smtp.client-ip=120.232.169.110 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=139.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=139.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=139.com header.i=@139.com header.b="viHM1oZO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=139.com; s=dkim; l=0; h=from:subject:message-id:to; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=viHM1oZOOPhh4W1HaqApI3aq63e99yrPEP8c6Mon8VSZYNv/WonfsPn64SMggualtcnNHHOluj/t9 5a+daFAqzGcyg7Fzrst+6pdZWEo+CDfMV+QScSPHLSgV9uLknyhgxdo4OO1N2ull1lFcpuZLbK+j5y NjFXwxBOEOUx3p54= X-RM-TagInfo: emlType=0 X-RM-SPAM: X-RM-SPAM-FLAG:00000000 Received:from NTT-kernel-dev (unknown[183.241.249.24]) by rmsmtp-lg-appmail-03-12081 (RichMail) with SMTP id 2f316a19694936d-1745a; Fri, 29 May 2026 18:24:10 +0800 (CST) X-RM-TRANSID:2f316a19694936d-1745a From: Rajani Kantha <681739313@139.com> To: kuba@kernel.org, edumazet@google.com, stable@vger.kernel.org Subject: [PATCH 6.6.y 0/2] Backport 2 commits to fix skbs flush pending Date: Fri, 29 May 2026 18:24:07 +0800 Message-Id: <20260529102409.3042-1-681739313@139.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Commit:006a5035b495 ("inet: frags: flush pending skbs in fqdir_pre_exit()") fixes a deadlocks issue. It depends on commit:1231eec6994b ("inet: frags: add inet_frag_queue_flush()"). In order to make a clean backport and line up with master branch, backport those 2 commits to stable kernel. Jakub Kicinski (2): inet: frags: add inet_frag_queue_flush() inet: frags: flush pending skbs in fqdir_pre_exit() include/net/inet_frag.h | 18 +++----------- include/net/ipv6_frag.h | 9 ++++--- net/ipv4/inet_fragment.c | 51 +++++++++++++++++++++++++++++++++++++--- net/ipv4/ip_fragment.c | 18 +++++++------- 4 files changed, 65 insertions(+), 31 deletions(-) -- 2.17.1