All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4.20-rc3
@ 2002-11-23 12:14 Margit Schubert-While
  2002-11-24 12:20 ` Jens Axboe
  0 siblings, 1 reply; 12+ messages in thread
From: Margit Schubert-While @ 2002-11-23 12:14 UTC (permalink / raw)
  To: linux-kernel

Is this patch (rc2-rc3) correct ?

diff -urN linux-2.4.20-rc2/drivers/scsi/scsi_merge.c 
linux-2.4.20-rc3/drivers/scsi/scsi_merge.c
--- linux-2.4.20-rc2/drivers/scsi/scsi_merge.c  Fri Nov 22 12:14:23 2002
+++ linux-2.4.20-rc3/drivers/scsi/scsi_merge.c  Fri Nov 22 12:14:32 2002
@@ -835,7 +835,7 @@
          * case.
          */
         if (count == 1 && !SCpnt->host->highmem_io) {
-               this_count = req->current_nr_sectors;
+               this_count = req->nr_sectors;
                 goto single_segment;
         }


Margit 


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Linux 2.4.20-rc3
@ 2002-11-22 17:21 Marcelo Tosatti
  2002-11-22 23:50 ` Mr. James W. Laferriere
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Marcelo Tosatti @ 2002-11-22 17:21 UTC (permalink / raw)
  To: lkml


Hi,

Finally, here goes -rc3.



Summary of changes from v2.4.20-rc2 to v2.4.20-rc3
============================================

<akpm@digeo.com>:
  o Change mark_dirty_kiobuf() to use set_page_dirty() instead of SetPageDirty(). The latter fails to move onto mapping->dirty_pages(), which breaks filemap_fdatasync()
  o Writeout directory blocks synchronously in case of sync mount

<hch@lst.de>:
  o update kbuild/makefiles.txt to match reality

<lee@compucrew.com>:
  o Fix typo in mk712 driver

<marcelo@freak.distro.conectiva>:
  o Changed EXTRAVERSION to -rc3
  o Fix typo in vmalloc leak fix
  o Fixup pci_alloc_consistent with 64bit DMA masks on i386

Adrian Bunk <bunk@fs.tum.de>:
  o Fix Intermezzo compilation

Alan Cox <alan@lxorguk.ukuu.org.uk>:
  o makefiles for 2.4.20-rc* to build amd76x_pm right

Dave Jones <davej@suse.de>:
  o Plug leak in get_vm_area()

David S. Miller <davem@nuts.ninka.net>:
  o [TG3]: Use spin_lock_irq{save,restore} on tx_lock

David Woodhouse <dwmw2@infradead.org>:
  o JFFS2 corruption/deadlock fix

Ivan Kokshaysky <ink@jurassic.park.msu.ru>:
  o PCI transparent bridge detection fix

Jens Axboe <axboe@suse.de>:
  o Fix SCSI I/O performance problems introduced in early 2.4.20

Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>:
  o ISDN: Fix error path in isdn_ppp.c

Rik van Riel <riel@conectiva.com.br>:
  o Only zero successfully handled blocks in prepare_write()

tmcreynolds@nvidia.com <TMcReynolds@nvidia.com>:
  o Add support for newer nForce chipset

Trond Myklebust <trond.myklebust@fys.uio.no>:
  o Fix NFS client problem






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-11-25 16:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-23 12:14 Linux 2.4.20-rc3 Margit Schubert-While
2002-11-24 12:20 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2002-11-22 17:21 Marcelo Tosatti
2002-11-22 23:50 ` Mr. James W. Laferriere
2002-11-22 23:59   ` Russell King
2002-11-23  0:01     ` Mr. James W. Laferriere
2002-11-22 23:59   ` Andre Hedrick
2002-11-23  8:02   ` Willy Tarreau
2002-11-23  0:06 ` Russell King
2002-11-23 17:07 ` Adrian Bunk
2002-11-25  5:25 ` Tim Connors
2002-11-25 17:02 ` Matthias Andree

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.