Searched hist:dc7c5163 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firewire/ |
H A D | .kunitconfig | dc7c5163 Mon May 29 18:12:39 CDT 2023 Takashi Sakamoto <o-takashi@sakamocchi.jp> firewire: add KUnit test to check layout of UAPI structures
In future commits, some new structure will be added to express new type of event. They are exposed to user space as the part of UAPI. It is likely to get trouble in ioctl compatibility layer for 32 bit binaries in 64 bit host machine since the layout of structure could differ depending on System V ABI for these architectures. Actually the subsystem already got such trouble at v2.6.27. It is preferable to decide the layout of structure carefully so that the layer is free from such trouble.
This commit utilizes KUnit framework to check the layout of structure for the purpose. A test is added for the existent issue.
Cc: kunit-dev@googlegroups.com Link: https://lore.kernel.org/r/20230529113406.986289-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
|
H A D | uapi-test.c | dc7c5163 Mon May 29 18:12:39 CDT 2023 Takashi Sakamoto <o-takashi@sakamocchi.jp> firewire: add KUnit test to check layout of UAPI structures
In future commits, some new structure will be added to express new type of event. They are exposed to user space as the part of UAPI. It is likely to get trouble in ioctl compatibility layer for 32 bit binaries in 64 bit host machine since the layout of structure could differ depending on System V ABI for these architectures. Actually the subsystem already got such trouble at v2.6.27. It is preferable to decide the layout of structure carefully so that the layer is free from such trouble.
This commit utilizes KUnit framework to check the layout of structure for the purpose. A test is added for the existent issue.
Cc: kunit-dev@googlegroups.com Link: https://lore.kernel.org/r/20230529113406.986289-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
|
H A D | Makefile | dc7c5163 Mon May 29 18:12:39 CDT 2023 Takashi Sakamoto <o-takashi@sakamocchi.jp> firewire: add KUnit test to check layout of UAPI structures
In future commits, some new structure will be added to express new type of event. They are exposed to user space as the part of UAPI. It is likely to get trouble in ioctl compatibility layer for 32 bit binaries in 64 bit host machine since the layout of structure could differ depending on System V ABI for these architectures. Actually the subsystem already got such trouble at v2.6.27. It is preferable to decide the layout of structure carefully so that the layer is free from such trouble.
This commit utilizes KUnit framework to check the layout of structure for the purpose. A test is added for the existent issue.
Cc: kunit-dev@googlegroups.com Link: https://lore.kernel.org/r/20230529113406.986289-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
|
H A D | Kconfig | dc7c5163 Mon May 29 18:12:39 CDT 2023 Takashi Sakamoto <o-takashi@sakamocchi.jp> firewire: add KUnit test to check layout of UAPI structures
In future commits, some new structure will be added to express new type of event. They are exposed to user space as the part of UAPI. It is likely to get trouble in ioctl compatibility layer for 32 bit binaries in 64 bit host machine since the layout of structure could differ depending on System V ABI for these architectures. Actually the subsystem already got such trouble at v2.6.27. It is preferable to decide the layout of structure carefully so that the layer is free from such trouble.
This commit utilizes KUnit framework to check the layout of structure for the purpose. A test is added for the existent issue.
Cc: kunit-dev@googlegroups.com Link: https://lore.kernel.org/r/20230529113406.986289-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
|