1. 13 Jul, 2004 3 commits
    • Alexander Viro's avatar
      [PATCH] sparse: usb ioctl cleanups · 5ffdb755
      Alexander Viro authored
      	usb ioctls in compat_ioctl.c switched to compat_alloc_user_space()
      and cleaned up; ioctl structures annotated.
      5ffdb755
    • Alexander Viro's avatar
      [PATCH] sparse: VIDIOCSWIN compat_ioctl fixes · 3851523a
      Alexander Viro authored
      In handling of VIDIOCSWIN for 32bit on 64bit platforms:
      	* switched to compat_alloc_user_space()
      	* fixed memory corruption in copying arguments from userland
      	* fixed arithmetic overflows
      	* added missing checks for get_user() results
      	  and corresponding returns with -EFAULT.
      3851523a
    • Alexander Viro's avatar
      [PATCH] sparse: switching afs to kvec · 7b091e02
      Alexander Viro authored
       - afs and rxrpc switched to kvec; definition of kvec moved to uio.h (duh).
       - afs/mntpt.c got missing cast added.
      
      at that point afs is sparse-clean and rxrpc has only one remaining warning
      (setsockopt from local variable, protected by set_fs()).
      7b091e02
  2. 12 Jul, 2004 6 commits
  3. 13 Jul, 2004 1 commit
    • Ben Dooks's avatar
      [ARM PATCH] 1961/1: S3C2410 - fix for UART FIFO size calculation · ee01d415
      Ben Dooks authored
      Patch from Ben Dooks
      
      Fixes calculation of how many bytes in the RX/TX FIFOs.
      
      Previous code failed to check wether the full flags 
      where set before returning the byte counter. This
      should ensure that the serial driver behaves correctly
      when the FIFO fills, and not just ignore the input
      data
      ee01d415
  4. 12 Jul, 2004 1 commit
  5. 13 Jul, 2004 2 commits
  6. 12 Jul, 2004 19 commits
  7. 11 Jul, 2004 4 commits
  8. 12 Jul, 2004 1 commit
  9. 11 Jul, 2004 3 commits