[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240601050601.1782063-1-mika.westerberg@linux.intel.com>
Date: Sat, 1 Jun 2024 08:05:59 +0300
From: Mika Westerberg <mika.westerberg@...ux.intel.com>
To: Jesse Brandeburg <jesse.brandeburg@...el.com>,
Tony Nguyen <anthony.l.nguyen@...el.com>
Cc: "David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Corinna Vinschen <vinschen@...hat.com>,
Hariprasad Kelam <hkelam@...vell.com>,
Vinicius Costa Gomes <vinicius.gomes@...el.com>,
Naama Meir <naamax.meir@...ux.intel.com>,
netdev@...r.kernel.org,
Mika Westerberg <mika.westerberg@...ux.intel.com>
Subject: [PATCH 0/2] igc: fix BUG() during the driver probe
Hi,
I noticed that with the v6.10-rc1 kernel I get BUG() because the
spinlock used by the PTP code is not properly initialized. This is due
the ordering change done recently and I suspect there might be other
issues the change causes. These two patches try to address this by
reverting the commit in question and then fixing the original issue by
using PCI device pointer instead for logging.
Mika Westerberg (2):
Revert "igc: fix a log entry using uninitialized netdev"
igc: Use PCI device pointer in logging in igc_ptp_init()
drivers/net/ethernet/intel/igc/igc_main.c | 5 ++---
drivers/net/ethernet/intel/igc/igc_ptp.c | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
--
2.43.0
Powered by blists - more mailing lists