Re: [GIT PULL] final round of SCSI updates for the 4.19+ merge window

2018-11-03 Thread Linus Torvalds
On Fri, Nov 2, 2018 at 2:41 PM James Bottomley wrote: > > This is a set of minor small (and safe changes) that didn't make the > initial pull request plus some bug fixes. Pulled, Linus

[Bug 201609] sysfs duplicate filename on driver loading Adaptec AIC-9410W

2018-11-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201609 Vitaly Vlasov (vnig...@gmail.com) changed: What|Removed |Added See Also||https://bugzilla.redha

[Bug 201609] sysfs duplicate filename on driver loading Adaptec AIC-9410W

2018-11-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201609 --- Comment #1 from Vitaly Vlasov (vnig...@gmail.com) --- I found same error on Redhat bugtracker: https://bugzilla.redhat.com/show_bug.cgi?id=1443678 Some people says that kernel 4.9.x is not affected -- You are receiving this mail because: Yo

[Bug 201609] New: sysfs duplicate filename on driver loading Adaptec AIC-9410W

2018-11-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201609 Bug ID: 201609 Summary: sysfs duplicate filename on driver loading Adaptec AIC-9410W Product: SCSI Drivers Version: 2.5 Kernel Version: 4.18.16 Hardware: x86-64

Re: [PATCH] scsi: myrs: avoid stack overflow warning

2018-11-03 Thread Hannes Reinecke
On 11/2/18 4:44 PM, Arnd Bergmann wrote: Putting a 1024 byte data structure on the stack is generally a bad idea. On 32-bit systems, it also triggers a compile-time warning when building with -Og: drivers/scsi/myrs.c: In function 'myrs_get_ctlr_info': drivers/scsi/myrs.c:212:1: error: the frame

Re: [PATCH] scsi: myrb: fix sprintf buffer overflow warning

2018-11-03 Thread Hannes Reinecke
On 11/2/18 4:34 PM, Arnd Bergmann wrote: gcc warns that the 12 byte fw_version field might not be long enough to contain the generated firmware name string: drivers/scsi/myrb.c: In function 'myrb_get_hba_config': drivers/scsi/myrb.c:1052:38: error: '%02d' directive writing between 2 and 3 bytes