Message ID | cover.1734257330.git.lukas@wunner.de (mailing list archive) |
---|---|
Headers | show
Received: from bmailout1.hostsharing.net (bmailout1.hostsharing.net [83.223.95.100]) (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 71F3756B81 for <linux-pci@vger.kernel.org>; Sun, 15 Dec 2024 10:22:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=83.223.95.100 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734258128; cv=none; b=G0rOG2nJaqzxSzw/HhLmQv/oJXvMqxVmjDXnMHH0rnrCZHQZZ/FLzhHjp6v/77GenIHiJOWzfQRTvcEz/DBLh81T/ry8u7i5k8Iie5viUtl3bnTiSMONvaFmaqbE09VJAQYiMAaBFtqBB3wIJs7veBb+y1/eAh2PUAARzDEE2iI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734258128; c=relaxed/simple; bh=/g/ezvj3xEQqQynf091lUsRFtMTDv8v8tYdW5wKohmU=; h=Message-ID:From:Date:Subject:MIME-Version:Content-Type:To:Cc; b=bvHfVk4SZlga001asBPB2/CnGDPReJFTpG5RUmogu6sBHWbpJq8H0l8dFXnuaA+d1R2LUMSW34w2dyIZ+NC9ezy+7hzHdXtn8UtRiSHzJlVVa5LHF4XvUlsQkJ1kgUEIMmHSIHPxlHvfE25DGeESPtIgS9wngClua6vMuBGFGRk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de; spf=pass smtp.mailfrom=wunner.de; arc=none smtp.client-ip=83.223.95.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wunner.de Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id 631C33000D7A4; Sun, 15 Dec 2024 11:21:55 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 385AACEFE2; Sun, 15 Dec 2024 11:21:55 +0100 (CET) Message-ID: <cover.1734257330.git.lukas@wunner.de> From: Lukas Wunner <lukas@wunner.de> Date: Sun, 15 Dec 2024 11:20:50 +0100 Subject: [PATCH for-linus v2 0/3] Fix bwctrl boot hang Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: <linux-pci.vger.kernel.org> List-Subscribe: <mailto:linux-pci+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pci+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: Bjorn Helgaas <helgaas@kernel.org> Cc: linux-pci@vger.kernel.org, Niklas Schnelle <niks@kernel.org>, Ilpo Jarvinen <ilpo.jarvinen@linux.intel.com>, Jonathan Cameron <Jonathan.Cameron@huawei.com>, Mika Westerberg <mika.westerberg@linux.intel.com>, "Maciej W. Rozycki" <macro@orcam.me.uk>, Mario Limonciello <mario.limonciello@amd.com> |
Series | Fix bwctrl boot hang | expand |