1. 27 May, 2010 1 commit
    • David S. Miller's avatar
      sunsu: Fix use after free in su_remove(). · 9616ff43
      David S. Miller authored
      Real serial port 'up' objects are statically allocated from an
      array in the driver.  Keyboard and mouse ports, on the other
      hand, are dynamically allocated.
      
      Unfortunately, we free these dynamic 'up' objects before we unmap the
      I/O registers.
      
      Rearrange su_remove() so that this does not happen.
      
      Noticed by Julia Lawall.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      9616ff43
  2. 26 May, 2010 2 commits
  3. 25 May, 2010 37 commits