1. 20 Dec, 2013 1 commit
    • John Stultz's avatar
      ion_test: Add compat_ioctl support (v2) · 07300f43
      John Stultz authored
      Prior to subitting this, Colin reworked the compat_ioctl support
      for the ion_test driver, moving the structure to be the same size
      on both 32 and 64 bit architectures.
      
      Two small things were left out. The compat_ioctl ptr assignment,
      and the fact that despite having uniform sized types in the
      structure, the structure pads out to different sizes on different
      arches.
      
      This patch resolves this issue by adding a padding entry after
      the write flag, and adding the compat_ioctl ptr.
      
      Changes in v2:
      - Add a padding int rather then making write a u64
      Acked-by: default avatarColin Cross <ccross@android.com>
      Cc: Android Kernel Team <kernel-team@android.com>
      Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      07300f43
  2. 19 Dec, 2013 8 commits
  3. 18 Dec, 2013 9 commits
  4. 17 Dec, 2013 22 commits