From patchwork Fri Feb 23 23:25:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 1904052 Return-Path: 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=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TjkBV56NFz23cb for ; Mon, 26 Feb 2024 12:52:02 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1reQ9l-00022P-0J; Mon, 26 Feb 2024 01:51:50 +0000 Received: from mail.tpi.com ([50.126.108.186]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rdevG-0000Il-4s for kernel-team@lists.ubuntu.com; Fri, 23 Feb 2024 23:25:42 +0000 Received: from mail.tpi.om (174-045-099-030.res.spectrum.com [174.45.99.30]) (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) (Authenticated sender: timg) by mail.tpi.com (Postfix) with ESMTPSA id 339772C0E8F; Fri, 23 Feb 2024 15:25:40 -0800 (PST) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/1][j linux-azure] Azure: Network doesn't get configured after triggering kdump Date: Fri, 23 Feb 2024 16:25:36 -0700 Message-Id: <20240223232537.253005-1-timg@tpi.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2054855 SRU Justification [Impact] The network doesn't get configured after a kdump on some generations of hardware. [Fix] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2a8a8afba0c305 [Test Plan] Microsoft tested. [[Where things could go wrong] You're already in deep doo doo if you have to run kdump. However. not having a network afterwards is a sure sign that this patch doesn't work for your hardware. [Other Info] SF: #00378199 Acked-by: Andrei Gherzan Acked-by: Magali Lemes