1. 03 May, 2005 1 commit
    • Chris Wright's avatar
      [PATCH] add new audit data to last skb · 0dd8e06b
      Chris Wright authored
      
      When adding more formatted audit data to an skb for delivery to userspace,
      the kernel will attempt to reuse an skb that has spare room.  However, if
      the audit message has already been fragmented to multiple skb's, the search
      for spare room in the skb uses the head of the list.  This will corrupt the
      audit message with trailing bytes being placed midway through the stream.
      Fix is to look at the end of the list.
      Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      0dd8e06b
  2. 29 Apr, 2005 7 commits
  3. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4