ChangeSet@1.1488, 2003-11-25 13:41:19-08:00, shaggy@austin.ibm.com
  [PATCH] JFS: Avoid segfault when dirty inodes are written on readonly mount
  
  This fixes an oops that can occur if JFS is used as the root filesystem.
  
  Writes to a device node may cause a ->write_inode to be called during a
  read-only mount.  JFS needs to check for NULL log in jfs_flush_journal. 

ChangeSet@1.1487, 2003-11-25 10:46:32-08:00, torvalds@home.osdl.org
  Fix error return on concurrent fork() with threaded exit()

ChangeSet@1.1481.2.6, 2003-11-24 20:00:19-08:00, davem@nuts.ninka.net
  [ECONET]: Do not leak SKBs if ec_queue_packet() fails.
  
  Also, make sure NET_RX_DROP is returned if we did not accept the
  packet.

ChangeSet@1.1481.2.5, 2003-11-24 19:49:48-08:00, davem@nuts.ninka.net
  [PPPOE]: Do not leak SKB if sock_queue_rcv_skb() fails.

ChangeSet@1.1481.2.4, 2003-11-24 19:44:51-08:00, davem@nuts.ninka.net
  [NET]: In sock_queue_rcv_skb(), do not deref skb->len after it is queued to the socket.
  
  In implementations that use no socket locking, such as RAW sockets,
  once we queue the SKB to the socket another cpu can remove the SKB
  from the socket queue and free up the SKB making the skb->len access
  touch freed memory.
  
  Based upon a report from Burton Windle, kernel bugzilla #937

ChangeSet@1.1481.1.5, 2003-11-24 11:26:26-05:00, jgarzik@redhat.com
  [libata] bump versions for core and serverworks driver

ChangeSet@1.1481.1.4, 2003-11-24 11:19:35-05:00, benh@kernel.crashing.org
  [libata] Fix flush of Device Control register to device
  
  Also add some ServerWorks-specific tweaks.

ChangeSet@1.1484, 2003-11-24 10:02:15-06:00, jejb@raven.il.steeleye.com
  Fix locking problems in scsi_report_bus_reset() causing aic7xxx to hang
  
  All the users of this function in the SCSI tree call it with the host
  lock held.  With the new list traversal code, it was trying to take
  the lock again to traverse the list.
  
  Fix it to use the unlocked version of list traversal and modify the
  header comments to make it clear that the lock is expected to be held
  on calling it.

ChangeSet@1.1481.2.3, 2003-11-23 22:45:16-08:00, dlstevens@us.ibm.com
  [IPV6]: Multicast output bypasses netfilter hooks, fix.
  
  Noted by Harald Welte (laforge@netfilter.org)

ChangeSet@1.1481.2.2, 2003-11-23 17:25:26-08:00, torvalds@home.osdl.org
  Linux 2.6.0-test10
  TAG: v2.6.0-test10