ChangeSet@1.1856, 2004-07-12 09:09:51-07:00, viro@www.linux.org.uk
  [PATCH] sparse: drivers/media/* annotation

ChangeSet@1.1855, 2004-07-12 09:09:37-07:00, viro@www.linux.org.uk
  [PATCH] sparse: blind dereference of userland pointers in ac7110

ChangeSet@1.1854, 2004-07-12 09:09:26-07:00, viro@www.linux.org.uk
  [PATCH] sparse: dvb_ringbuffer_pkt_write()/dvb_ringbuffer_write() annotation
  
  copy_from_user() moved from dvb_ringbuffer_{write,pkt_write}() to callers;
  these functions are always getting kernel pointer now.  "usermem" argument
  killed, code annotated.

ChangeSet@1.1853, 2004-07-12 09:09:14-07:00, viro@www.linux.org.uk
  [PATCH] sparse: drivers/isdn/* annotation

ChangeSet@1.1852, 2004-07-12 09:09:03-07:00, viro@www.linux.org.uk
  [PATCH] sparse: blind dereference of userland pointers in divasproc

ChangeSet@1.1851, 2004-07-12 09:08:51-07:00, viro@www.linux.org.uk
  [PATCH] sparse: ISDN ->readstat() and ->writecmd() annotation
  
  	->readstat() and ->writecmd() are always getting a userland pointer;
  marked argument as such, killed "user" flag, killed dead code.

ChangeSet@1.1850, 2004-07-12 09:08:39-07:00, viro@www.linux.org.uk
  [PATCH] sparse: misc NULL noise in drivers/*

ChangeSet@1.1849, 2004-07-12 09:08:24-07:00, viro@www.linux.org.uk
  [PATCH] sparse: NULL noise in drivers/isdn

ChangeSet@1.1848, 2004-07-12 09:08:11-07:00, viro@www.linux.org.uk
  [PATCH] sparse: megaraid annotation

ChangeSet@1.1847, 2004-07-12 09:08:00-07:00, viro@www.linux.org.uk
  [PATCH] sparse: megaraid inline fixes
  
  	inlined functions moved, a couple of heavy-weight ones (issue_scb()
  and meg_cmd_done()) uninlined.

ChangeSet@1.1846, 2004-07-12 09:07:49-07:00, viro@www.linux.org.uk
  [PATCH] sparse: aacraid annotation

ChangeSet@1.1845, 2004-07-12 09:07:37-07:00, viro@www.linux.org.uk
  [PATCH] sparse: misc NULL noise in fs/*

ChangeSet@1.1844, 2004-07-12 09:07:25-07:00, viro@www.linux.org.uk
  [PATCH] sparse: NULL noise in fs/reiserfs

ChangeSet@1.1843, 2004-07-11 20:34:31-07:00, torvalds@ppc970.osdl.org
  x86: fix stackframe ownership confusion in sys_sigaltstack()
  
  gcc doesn't understand that "asmlinkage" routines have the
  argument stack owned by the assembly-language caller, and the
  recent sparse cleanup made gcc think it owns enough stack
  frame space to make a tailcall by overwriting "struct pt_regs"
  that is set up by the low-level system call code.
  
  Hide that problem again.
  
  The real fix would be to tell gcc that the caller owns the
  stack frame that it set up, but we don't have any such
  interfaces, so for now the best we can do is to hide it.

ChangeSet@1.1841, 2004-07-11 17:49:02-07:00, gandalf@netfilter.org
  [NETFILTER]: Add timestamping to ipt_ULOG
  
  After Andi's timestamp optimizations we don't have any timestamps on the
  packets unless someone requested them. Here's a patch for 2.6 to
  explicitly timestamp the packets before we log them.
  
  Harald approved it some time ago, he's pretty busy so I'm sending it
  instead.
  
  Signed-off-by: Martin Josefsson <gandalf@netfilter.org>
  Signed-off-by: David S. Miller <davem@redhat.com>

ChangeSet@1.1840, 2004-07-11 17:47:10-07:00, akpm@osdl.org
  [SPARSE]: Fix warnings in net/sctp/
  
  Signed-off-by: Andrew Morton <akpm@osdl.org>
  Signed-off-by: David S. Miller <davem@redhat.com>

ChangeSet@1.1839, 2004-07-11 17:41:54-07:00, bunk@fs.tum.de
  [IPV4]: Remove no longer available URL.
  
  This patch solves Bugzilla #2445 by removing a no longer available URL 
  from the help text for NET_IPIP.
  
  Noted by Nils Hammar <m4341@bedug.com>.
  
  Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
  Signed-off-by: David S. Miller <davem@redhat.com>

ChangeSet@1.1818.1.71, 2004-07-11 14:54:01-07:00, torvalds@ppc970.osdl.org
  Remove obsoleted drivers/char/h8.c drivers/char/h8.h.

ChangeSet@1.1818.1.70, 2004-07-11 10:32:43-07:00, torvalds@ppc970.osdl.org
  Linux 2.6.8-rc1
  TAG: v2.6.8-rc1