mbox series

[testsuite,0/2] FIOQSIZE followup fixes

Message ID 20220421081720.744534-1-omosnace@redhat.com (mailing list archive)
Headers show
Series FIOQSIZE followup fixes | expand

Message

Ondrej Mosnacek April 21, 2022, 8:17 a.m. UTC
Two small fixes for the recently merged switch to FIOQSIZE. One was
found when the testsuite was run on ppc64le and s390x arches, the other
one when looking at the code.

Ondrej Mosnacek (2):
  policy/test_ioctl_xperms.te: add ioctl numbers for other arches
  tests/ioctl: adjust size of variable passed to ioctl(2)

 policy/test_ioctl_xperms.te | 3 ++-
 tests/ioctl/test_ioctl.c    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Ondrej Mosnacek April 22, 2022, 7:48 a.m. UTC | #1
On Thu, Apr 21, 2022 at 10:17 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
> Two small fixes for the recently merged switch to FIOQSIZE. One was
> found when the testsuite was run on ppc64le and s390x arches, the other
> one when looking at the code.
>
> Ondrej Mosnacek (2):
>   policy/test_ioctl_xperms.te: add ioctl numbers for other arches
>   tests/ioctl: adjust size of variable passed to ioctl(2)
>
>  policy/test_ioctl_xperms.te | 3 ++-
>  tests/ioctl/test_ioctl.c    | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
> --
> 2.35.1

Both patches merged (the first one with a minor uppercase vs.
lowercase consistency correction).