linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Regression] dmesg warnings after "i2c: smbus: Support up to 8 SPD EEPROMs"
@ 2024-04-30 19:39 Mateusz Jończyk
  2024-05-01  7:27 ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Mateusz Jończyk @ 2024-04-30 19:39 UTC (permalink / raw)
  To: Jean Delvare; +Cc: linux-kernel, linux-i2c, ruirui.yang, Wolfram Sang

Hello,

I have received a regression report on
commit 13e3a512a29001c ("i2c: smbus: Support up to 8 SPD EEPROMs")
as I was subscribed to some kernel Bugzilla thread and I'm posting it here
to make you aware of it.

This thread was

Bug 213345 - i801_smbus: Timeout waiting for interrupt, driver can't access SMBus 

ruirui.yang@linux.dev on 2024-04-19 08:22:57 UTC wrote:
> I got similar issue on thinkpad X1 gen9 with latest 6.9.0-rc4+
> Git bisect the first bad commit is "13e3a512a29001c  i2c: smbus: Support up to 8 SPD EEPROMs
> "
> 
> modprobe without param:
> [ 1290.401393] i801_smbus 0000:00:1f.4: SPD Write Disable is set
> [ 1290.401486] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
> [ 1290.403340] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403383] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403410] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403437] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403465] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403492] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403519] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1290.403546] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> 
> with param 
> [ 1314.568785] i801_smbus 0000:00:1f.4: Interrupt disabled by user
> [ 1314.568837] i801_smbus 0000:00:1f.4: SPD Write Disable is set
> [ 1314.568894] i801_smbus 0000:00:1f.4: SMBus using po*lling
> [ 1314.570230] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570257] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570283] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570310] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570336] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570362] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570389] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> [ 1314.570415] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!

Link: https://bugzilla.kernel.org/show_bug.cgi?id=213345

The param mentioned was i2c-i801.disable_features=0x10, which disables interrupt usage
of this driver.

Please decide if this is serious enough to warrant a revert.

Greetings,
Mateusz


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Regression] dmesg warnings after "i2c: smbus: Support up to 8 SPD EEPROMs"
  2024-04-30 19:39 [Regression] dmesg warnings after "i2c: smbus: Support up to 8 SPD EEPROMs" Mateusz Jończyk
@ 2024-05-01  7:27 ` Wolfram Sang
  2024-05-01  9:57   ` Heiner Kallweit
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2024-05-01  7:27 UTC (permalink / raw)
  To: Mateusz Jończyk, Heiner Kallweit
  Cc: Jean Delvare, linux-kernel, linux-i2c, ruirui.yang, Wolfram Sang

[-- Attachment #1: Type: text/plain, Size: 2543 bytes --]


Adding Heiner...

On Tue, Apr 30, 2024 at 09:39:03PM +0200, Mateusz Jończyk wrote:
> Hello,
> 
> I have received a regression report on
> commit 13e3a512a29001c ("i2c: smbus: Support up to 8 SPD EEPROMs")
> as I was subscribed to some kernel Bugzilla thread and I'm posting it here
> to make you aware of it.
> 
> This thread was
> 
> Bug 213345 - i801_smbus: Timeout waiting for interrupt, driver can't access SMBus 
> 
> ruirui.yang@linux.dev on 2024-04-19 08:22:57 UTC wrote:
> > I got similar issue on thinkpad X1 gen9 with latest 6.9.0-rc4+
> > Git bisect the first bad commit is "13e3a512a29001c  i2c: smbus: Support up to 8 SPD EEPROMs
> > "
> > 
> > modprobe without param:
> > [ 1290.401393] i801_smbus 0000:00:1f.4: SPD Write Disable is set
> > [ 1290.401486] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
> > [ 1290.403340] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403383] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403410] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403437] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403465] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403492] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403519] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1290.403546] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > 
> > with param 
> > [ 1314.568785] i801_smbus 0000:00:1f.4: Interrupt disabled by user
> > [ 1314.568837] i801_smbus 0000:00:1f.4: SPD Write Disable is set
> > [ 1314.568894] i801_smbus 0000:00:1f.4: SMBus using po*lling
> > [ 1314.570230] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570257] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570283] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570310] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570336] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570362] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570389] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> > [ 1314.570415] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
> 
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=213345
> 
> The param mentioned was i2c-i801.disable_features=0x10, which disables interrupt usage
> of this driver.
> 
> Please decide if this is serious enough to warrant a revert.
> 
> Greetings,
> Mateusz
> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Regression] dmesg warnings after "i2c: smbus: Support up to 8 SPD EEPROMs"
  2024-05-01  7:27 ` Wolfram Sang
@ 2024-05-01  9:57   ` Heiner Kallweit
  0 siblings, 0 replies; 3+ messages in thread
From: Heiner Kallweit @ 2024-05-01  9:57 UTC (permalink / raw)
  To: Wolfram Sang, Mateusz Jończyk, Jean Delvare, linux-kernel,
	linux-i2c, ruirui.yang, Wolfram Sang

On 01.05.2024 09:27, Wolfram Sang wrote:
> 
> Adding Heiner...
> 
> On Tue, Apr 30, 2024 at 09:39:03PM +0200, Mateusz Jończyk wrote:
>> Hello,
>>
>> I have received a regression report on
>> commit 13e3a512a29001c ("i2c: smbus: Support up to 8 SPD EEPROMs")
>> as I was subscribed to some kernel Bugzilla thread and I'm posting it here
>> to make you aware of it.
>>
>> This thread was
>>
>> Bug 213345 - i801_smbus: Timeout waiting for interrupt, driver can't access SMBus 
>>
>> ruirui.yang@linux.dev on 2024-04-19 08:22:57 UTC wrote:
>>> I got similar issue on thinkpad X1 gen9 with latest 6.9.0-rc4+
>>> Git bisect the first bad commit is "13e3a512a29001c  i2c: smbus: Support up to 8 SPD EEPROMs
>>> "

Thanks for the report. Repeating what I just commented in bugzilla:

The mentioned commit showed up in 6.8 only, but the problem reports
date back to at least 5.12. Original bug report in bugzilla is from
2021. So I don't think this commit is the culprit.

What is the latest known good kernel version?
How about LTS version 6.6?

>>>
>>> modprobe without param:
>>> [ 1290.401393] i801_smbus 0000:00:1f.4: SPD Write Disable is set
>>> [ 1290.401486] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
>>> [ 1290.403340] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403383] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403410] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403437] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403465] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403492] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403519] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1290.403546] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>>
>>> with param 
>>> [ 1314.568785] i801_smbus 0000:00:1f.4: Interrupt disabled by user
>>> [ 1314.568837] i801_smbus 0000:00:1f.4: SPD Write Disable is set
>>> [ 1314.568894] i801_smbus 0000:00:1f.4: SMBus using po*lling
>>> [ 1314.570230] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570257] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570283] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570310] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570336] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570362] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570389] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>> [ 1314.570415] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
>>
>> Link: https://bugzilla.kernel.org/show_bug.cgi?id=213345
>>
>> The param mentioned was i2c-i801.disable_features=0x10, which disables interrupt usage
>> of this driver.
>>
>> Please decide if this is serious enough to warrant a revert.
>>
>> Greetings,
>> Mateusz
>>
>>
Heiner


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-01  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 19:39 [Regression] dmesg warnings after "i2c: smbus: Support up to 8 SPD EEPROMs" Mateusz Jończyk
2024-05-01  7:27 ` Wolfram Sang
2024-05-01  9:57   ` Heiner Kallweit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).