[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #11 from Yill Din (justinc...@yopmail.com) --- Thx for answer. I tried to patch my distribution-kernel with your bugfix. It works brilliant. I can use all my usb-devices again. -- You are receiving this mail because: You are the a

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #10 from Bart Van Assche (bvanass...@acm.org) --- This patch has been accepted in Martin's tree as commit dccc96abfb21 ("scsi: core: Reduce memory required for SCSI logging") and is on its way to kernel v5.4. If you need that patch in

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-08-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 Yill Din (justinc...@yopmail.com) changed: What|Removed |Added CC||justinc...@yopmail.com

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #8 from Bart Van Assche (bvanass...@acm.org) --- Thanks for testing! I will submit a more elaborate patch after the merge window has closed. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #7 from Jan Palus (jpa...@fastmail.com) --- The patch seems to fix the issue -- 5 successful boots in a row and no trace of failed percpu allocation. Thanks. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #6 from Bart Van Assche (bvanass...@acm.org) --- The "size=4104" in the error message probably refers to the SCSI log buffer. >From drivers/scsi/scsi_logging.c: #define SCSI_LOG_SPOOLSIZE 4096 struct scsi_log_buf { char buffer

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #5 from Jan Palus (jpa...@fastmail.com) --- Created attachment 283597 --> https://bugzilla.kernel.org/attachment.cgi?id=283597&action=edit kernel config 5.2 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #4 from Bart Van Assche (bvanass...@acm.org) --- Can you share your kernel config? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #3 from Jan Palus (jpa...@fastmail.com) --- Not sure if that's relevant but reported percpu values differ between those versions 5.1: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288 5.2: percpu: Embedded 54 pages/cpu s18

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 --- Comment #2 from Jan Palus (jpa...@fastmail.com) --- >From 5.1.15 where it works reliably well. Now I've noticed that this error seems somewhat random -- in most cases insert fails but every 10 boots or so it succeeds. Note that attempt to loa

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data

2019-07-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204119 Bart Van Assche (bvanass...@acm.org) changed: What|Removed |Added CC||bvanass...@acm.org