1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-20 13:24:11 +00:00
Igor Skalkin 47c50853bb virtio_bt: Fix alignment in configuration struct
The current version of the configuration structure has unaligned
16-bit fields, but according to the specification [1], access to
the configuration space must be aligned.

Add a second, aligned  version of the configuration structure
and a new feature bit indicating that this version is being used.

[1] https://docs.oasis-open.org/virtio/virtio/v1.1/virtio-v1.1.pdf

Signed-off-by: Igor Skalkin <Igor.Skalkin@opensynergy.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2022-12-12 14:19:23 -08:00
..
2022-09-15 09:08:09 +02:00
2022-08-04 11:41:28 -07:00
2022-08-11 10:31:19 -07:00
2022-12-08 18:25:31 -08:00
2022-11-03 15:16:50 +01:00
2022-08-23 14:54:54 -05:00
2022-09-24 07:00:00 +02:00
2022-08-10 13:49:50 +01:00
2022-07-17 07:52:46 -07:00
2022-09-20 09:13:38 +02:00
2022-09-29 18:43:04 +02:00
2022-12-01 20:06:06 -08:00
2022-09-07 16:46:03 +02:00
2022-09-20 09:13:38 +02:00
2022-08-03 16:29:08 -07:00
2022-09-27 17:29:09 -07:00
2022-09-08 12:59:00 -06:00
2022-08-12 09:50:34 -07:00
2022-08-11 04:31:15 -04:00
2022-12-05 10:30:47 +01:00