Arnd Bergmann
4bfaa5c4b9
3w-xxxx: fix mis-aligned struct accesses
...
Building an allmodconfig ARM kernel, I get multiple such
warnings because of a spinlock contained in packed structure
in the 3w-xxxx driver:
../drivers/scsi/3w-xxxx.c: In function 'tw_chrdev_ioctl':
../drivers/scsi/3w-xxxx.c:1001:68: warning: mis-aligned access used for structure member [-fstrict-volatile-bitfields]
timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout);
^
../drivers/scsi/3w-xxxx.c:1001:68: note: when a volatile object spans multiple type-sized locations, the compiler must choose between using a single mis-aligned access to preserve the volatility, or using multiple aligned accesses to avoid runtime faults; this code may fail at runtime if the hardware does not allow this access
The same bug apparently was present in 3w-sas and 3w-9xxx, but has been
fixed in the past. This patch uses the same fix by moving the pragma
in front of the TW_Device_Extension definition, so it only covers
hardware structures.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Adam Radford <aradford@gmail.com >
Cc: Adam Radford <linuxraid@lsi.com >
Signed-off-by: Christoph Hellwig <hch@lst.de >
2014-07-25 17:16:56 -04:00
..
2014-07-17 22:07:37 +02:00
2014-07-25 17:16:54 -04:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2014-07-25 17:16:54 -04:00
2014-07-25 17:16:55 -04:00
2014-07-17 22:07:37 +02:00
2014-07-25 17:16:54 -04:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:38 +02:00
2014-06-06 07:57:37 -06:00
2014-05-19 19:12:23 +02:00
2014-05-07 13:15:46 +02:00
2014-07-25 17:16:34 -04:00
2014-07-25 17:16:55 -04:00
2014-04-18 14:20:48 +02:00
2014-07-25 07:43:43 -04:00
2014-07-17 22:07:38 +02:00
2014-07-17 22:07:37 +02:00
2014-05-28 18:13:24 +02:00
2014-07-17 22:07:38 +02:00
2014-06-20 08:22:39 +08:00
2014-06-06 07:57:37 -06:00
2014-07-17 22:07:37 +02:00
2014-06-25 13:29:05 +02:00
2014-07-25 17:16:55 -04:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2014-05-28 12:25:13 +02:00
2013-11-29 08:48:39 +04:00
2013-11-29 08:48:39 +04:00
2013-11-29 08:48:39 +04:00
2014-07-25 17:16:56 -04:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2013-11-26 11:09:07 +01:00
2013-11-26 11:09:07 +01:00
2013-11-26 11:09:07 +01:00
2014-07-25 07:43:43 -04:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2014-06-09 18:54:06 -07:00
2014-05-28 12:11:08 +02:00
2013-10-14 15:26:04 +02:00
2013-10-25 09:57:57 +01:00
2014-07-17 22:07:40 +02:00
2014-07-17 22:07:38 +02:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2014-05-28 12:10:43 +02:00
2014-03-19 15:04:44 -07:00
2014-07-17 22:07:38 +02:00
2014-07-17 22:07:37 +02:00
2014-05-28 12:05:37 +02:00
2014-03-19 15:04:44 -07:00
2013-11-26 11:09:07 +01:00
2014-07-25 17:16:28 -04:00
2014-06-02 09:55:02 +02:00
2014-07-17 22:07:37 +02:00
2014-06-02 09:54:59 +02:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2014-03-19 15:04:44 -07:00
2014-04-01 19:19:15 -07:00
2014-03-19 15:04:42 -07:00
2013-11-29 08:48:39 +04:00
2014-03-15 10:19:19 -07:00
2014-05-23 16:28:53 -04:00
2014-04-11 16:15:36 -04:00
2014-07-25 17:16:55 -04:00
2014-03-15 10:19:18 -07:00
2014-07-25 07:43:43 -04:00
2014-05-28 12:10:43 +02:00
2014-05-28 12:05:37 +02:00
2014-07-17 22:07:44 +02:00
2014-07-17 22:07:38 +02:00
2014-03-27 08:26:31 -07:00
2014-07-17 22:07:37 +02:00
2013-10-14 15:26:04 +02:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:35 +02:00
2014-07-25 17:16:56 -04:00
2014-07-17 22:07:37 +02:00
2014-05-28 18:14:16 +02:00
2014-07-17 22:07:37 +02:00
2014-06-06 07:57:37 -06:00
2014-07-25 17:16:55 -04:00
2014-05-28 12:05:36 +02:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:37 +02:00
2014-02-27 08:07:39 -08:00
2014-07-25 17:16:55 -04:00
2014-07-25 07:43:43 -04:00
2014-07-17 22:07:37 +02:00
2014-07-25 07:43:43 -04:00
2014-07-17 22:07:41 +02:00
2014-07-25 17:16:28 -04:00
2014-04-24 13:44:54 -04:00
2014-04-10 15:30:35 -07:00
2014-07-25 17:16:28 -04:00
2014-07-17 22:07:37 +02:00
2014-07-25 17:16:41 -04:00
2014-06-06 16:08:16 -07:00
2014-07-25 17:16:28 -04:00
2014-07-25 17:16:54 -04:00
2014-07-25 17:16:54 -04:00
2014-07-17 22:07:37 +02:00
2014-07-17 22:07:44 +02:00
2014-07-25 17:16:40 -04:00
2013-11-23 22:33:50 -08:00
2014-07-25 17:16:42 -04:00
2014-07-17 22:07:33 +02:00
2014-03-27 08:26:31 -07:00
2014-07-25 07:43:45 -04:00
2014-07-17 22:07:39 +02:00
2014-07-17 22:07:39 +02:00
2014-07-25 17:16:41 -04:00
2014-07-25 17:16:41 -04:00
2014-07-17 22:07:41 +02:00
2013-10-14 15:26:04 +02:00
2014-03-12 13:16:54 +04:00
2014-07-17 22:07:37 +02:00
2014-05-28 12:16:28 +02:00
2014-05-28 12:16:28 +02:00
2014-05-28 12:11:33 +02:00
2014-05-28 12:05:37 +02:00
2014-05-28 12:05:37 +02:00
2014-07-17 22:07:37 +02:00
2013-10-25 11:51:37 +01:00
2014-07-17 22:07:37 +02:00
2014-06-25 13:29:33 +02:00
2014-03-19 15:04:46 -07:00
2014-03-19 15:04:46 -07:00
2014-07-17 22:07:37 +02:00
2014-03-19 15:04:44 -07:00
2013-11-26 11:09:07 +01:00