ChangeSet@1.1511, 2003-12-05 23:35:35-08:00, jgarzik@pobox.com
  [PATCH] remove manual driver poisoning of net_device
  
  From: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
     
     Such poisoning can cause oopses either because the refcount is not
     zero when the poisoning occurs, or due to kernel debugging options
     being enabled.

ChangeSet@1.1510, 2003-12-05 23:34:00-08:00, jgarzik@pobox.com
  [PATCH] fix oops on unload in pcnet32
  
  The driver was calling pci_unregister_driver for each _device_, and then
  again at the end of the module unload routine.  Remove the call that's
  inside the loop, pci_unregister_driver should only be called once.
     
  Caught by Don Fry (and many others)

ChangeSet@1.1509, 2003-12-05 23:32:14-08:00, jgarzik@pobox.com
  [PATCH] fix use-after-free in libata
  
  Fixes oops some were seeing on module unload.
  
  Caught by Jon Burgess.

ChangeSet@1.1506.1.2, 2003-12-05 12:41:31-08:00, ja@ssi.bg
  [BRIDGE]: Provide correct TOS value to IPv4 routing.

ChangeSet@1.1506.1.1, 2003-12-05 12:34:00-08:00, davem@nuts.ninka.net
  [NETFILTER]: In conntrack, do not fragment TSO packets by accident.

ChangeSet@1.1507, 2003-12-04 22:26:06-08:00, drepper@redhat.com
  [PATCH] Fix 'noexec' behaviour
  
  We should not allow mmap() with PROT_EXEC on mounts marked "noexec",
  since otherwise there is no way for user-supplied executable loaders
  (like ld.so and emulator environments) to properly honour the
  "noexec"ness of the target.

ChangeSet@1.1504.1.1, 2003-12-04 14:14:33-08:00, khali@linux-fr.org
  [PATCH] I2C: fix i2c_smbus_write_byte() for i2c-nforce2
  
  This patch fixes i2c_smbus_write_byte() being broken for i2c-nforce2.
  This causes trouble when that module is used together with eeprom (which
  is also in 2.6). We have had three user reports about the problem.
  
  Credits go to Mark D. Studebaker for finding and fixing the problem.

ChangeSet@1.1505, 2003-12-04 07:53:31-08:00, axboe@suse.de
  [PATCH] fix broken x86_64 rdtscll
  
  The scheduler is completed b0rked on x86_64, and I finally found out
  why.  sched_clock() always returned 0, because rdtscll() always returned
  0.  The 'a' in the macro doesn't agree with the 'a' in the function,
  yippe :-)
  
  This is a show stopper for x86_64.

ChangeSet@1.1500.1.1, 2003-12-03 12:59:12-08:00, mingo@elte.hu
  [PATCH] Fix /proc access to dead thread group list oops
  
  The pid_alive() check within the loop is incorrect.  If we are within
  the tasklist lock and the thread group leader is valid then the thread
  chain will be fully intact.
  
  Instead, the check should be _outside_ the loop, since if the group
  leader no longer exists, the whole list is gone and we must not try
  to access it.
  
  Move the check around, and add comment.
  
  Bug-hunting and fix by Srivatsa Vaddagiri

ChangeSet@1.1503, 2003-12-03 11:57:38-08:00, pavlin@icir.org
  [RTNETLINK]: Add RTPROT_XORP.

ChangeSet@1.1502, 2003-12-03 11:57:05-08:00, laforge@netfilter.org
  [NETFILTER]: Sanitize ip_ct_tcp_timeout_close_wait value, from 2.4.x

ChangeSet@1.1501, 2003-12-03 11:56:26-08:00, yoshfuji@linux-ipv6.org
  [IPV6]: Fix ipv4 mapped address calculation in udpv6_sendmsg().

ChangeSet@1.1500, 2003-12-02 19:04:01-08:00, torvalds@home.osdl.org
  Fix ide-scsi.c uninitialized variable

ChangeSet@1.1499, 2003-12-02 18:41:48-08:00, torvalds@home.osdl.org
  Fix x86 kernel page fault error codes

ChangeSet@1.1498, 2003-12-01 16:51:30-08:00, mingo@elte.hu
  [PATCH] Fix lost wakeups problem
  
  When doing sync wakeups we must not skip the notification of other cpus
  if the task is not on this runqueue.

ChangeSet@1.1497, 2003-12-01 10:40:47-08:00, hirofumi@mail.parknet.co.jp
  [PATCH] Missing initialization of /proc/net/tcp seq_file
  
  We need to initialize st->state in tcp_seq_start().  Otherwise
  tcp_seq_stop() is run with previous st->state, and it calls the unneeded
  unlock etc, causing a kernel crash.

ChangeSet@1.1496, 2003-11-26 12:38:22-08:00, torvalds@home.osdl.org
  Linux 2.6.0-test11
  TAG: v2.6.0-test11