Message ID | 20240206161111.454699-1-kovalev@altlinux.org |
---|---|
Headers | show
Return-Path: <linux-cifs+bounces-1200-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:4601:e00::3; helo=am.mirrors.kernel.org; envelope-from=linux-cifs+bounces-1200-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from am.mirrors.kernel.org (am.mirrors.kernel.org [IPv6:2604:1380:4601:e00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TTpRb3zNpz23gb for <incoming@patchwork.ozlabs.org>; Wed, 7 Feb 2024 03:22:03 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id 358CF1F23EDC for <incoming@patchwork.ozlabs.org>; Tue, 6 Feb 2024 16:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 24992134CE2; Tue, 6 Feb 2024 16:21:56 +0000 (UTC) X-Original-To: linux-cifs@vger.kernel.org Received: from air.basealt.ru (air.basealt.ru [194.107.17.39]) (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 CD4E2134CE7; Tue, 6 Feb 2024 16:21:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.107.17.39 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707236516; cv=none; b=tX6/YQe1cqxqcA1GxTQCTr1KU8l8ehj0myz7w8Gzndu86ytmif1S3ewFcZsmgn6y4S/EHFnp4b3nvdJZLsOmAgZs7KtvoAuVin0OcMUTCC8OmOgnVyloy7xwfoFJ4zd+k4OyLereY/4L1PcR2u3ciYP+l64ZHlU2gG/PM/9cB1Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707236516; c=relaxed/simple; bh=NbkL5XfG6+SdYyqh4jAsn7dWL31t3PQHaDc2LY+xSQQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=gsINK8BSi0mOgGThKYTa0l6nwTSFRrS2/kedT6aj20xJxBk8sO80xOSoF53l8r80pTv3rv/LT9GIg/wDOogbTgFNT8i5FATHDG06HhQdKTOuYmQFcpqf09B8kQfLwRgMU8tNBNDrCgO4Yb14JV8ZLn56X9fy81KsZIO8EQ7bcHo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=194.107.17.39 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: by air.basealt.ru (Postfix, from userid 490) id A655D2F20247; Tue, 6 Feb 2024 16:11:48 +0000 (UTC) X-Spam-Level: Received: from altlinux.malta.altlinux.ru (obninsk.basealt.ru [217.15.195.17]) by air.basealt.ru (Postfix) with ESMTPSA id 350FC2F20247; Tue, 6 Feb 2024 16:11:46 +0000 (UTC) From: kovalev@altlinux.org To: stable@vger.kernel.org, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, linux-cifs@vger.kernel.org, keescook@chromium.org, sfrench@samba.org, pc@manguebit.com, harshit.m.mogalapalli@oracle.com Subject: [PATCH 5.15.y 0/1] smb: client: fix "df: Resource temporarily unavailable" on 5.15 stable kernel Date: Tue, 6 Feb 2024 19:11:10 +0300 Message-Id: <20240206161111.454699-1-kovalev@altlinux.org> X-Mailer: git-send-email 2.33.8 Precedence: bulk X-Mailing-List: linux-cifs@vger.kernel.org List-Id: <linux-cifs.vger.kernel.org> List-Subscribe: <mailto:linux-cifs+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-cifs+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
smb: client: fix "df: Resource temporarily unavailable" on 5.15 stable kernel
|
expand
|