public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [0/12] Debian bugfixes
@ 2004-06-14  0:31 William Lee Irwin III
  2004-06-14  0:33 ` [1/12] don't dereference netdev->name before register_netdev() William Lee Irwin III
  0 siblings, 1 reply; 37+ messages in thread
From: William Lee Irwin III @ 2004-06-14  0:31 UTC (permalink / raw)
  To: linux-kernel

The following series of patches are strict bugfix patches taken from the
debian kernel. Among the various Debian patches, these were deemed
critical enough by me (e.g. not compilefixes or comment fixes) to merit
consideration for 2.6.7.

Each patch is accompanied with a hyperlink to the Debian BTS entry for
the bug it fixes and an except from the bugreport it addresses.

These patches were all written by others, in most of the cases, Herbert Xu.
hch did the work of splitting these out from Debian cvs.


-- wli

^ permalink raw reply	[flat|nested] 37+ messages in thread
* Re: [3/12] remove irda usage of isa_virt_to_bus()
@ 2004-06-15  1:43 Jean Tourrilhes
  2004-06-15  9:12 ` William Lee Irwin III
  0 siblings, 1 reply; 37+ messages in thread
From: Jean Tourrilhes @ 2004-06-15  1:43 UTC (permalink / raw)
  To: Linux kernel mailing list, William Lee Irwin III

William Lee Irwin III wrote :
> 
>  * Removed uses of isa_virt_to_bus
> This resolves Debian BTS #218878.
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218878
> 
> 	From: Paavo Hartikainen <pahartik@sci.fi>
> 	To: Debian Bug Tracking System <submit@bugs.debian.org>
> 	Subject: IrDA modules fail to load
> 	Message-Id: <E1AGYn5-0000LT-00@mufasa.vip.fi>
> 
> When trying to "modprobe irda irtty", it fails with following message:
>   FATAL: Error inserting irda (/lib/modules/2.6.0-test9/kernel/net/irda/irda.ko): \
> Unknown symbol in module, or unknown parameter (see dmesg) And in "dmesg" I see \
> these:  irda: Unknown symbol isa_virt_to_bus
>   irda: Unknown symbol isa_virt_to_bus

	Could you please send this directly to me. I hate scrubbing
large patches from the mailing list archive.
	Note that before even thinking of pushing this patch in the
kernel, we need to perform testing with the hardware on i386 and
potentially on ARM. The author only tried with irtty that doesn't use
this function, so that's not a valid test at all. Finding people test
those changes is going to be tough, as usual.
	I'm also wondering about the validity of those changes, but
that's another matter I need to go through. During 2.5.X, some people
assured me that using isa_virt_to_bus was safe on all platform with an
ISA bus...

	Thanks...

	Jean


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

end of thread, other threads:[~2004-06-15 17:48 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-14  0:31 [0/12] Debian bugfixes William Lee Irwin III
2004-06-14  0:33 ` [1/12] don't dereference netdev->name before register_netdev() William Lee Irwin III
2004-06-14  0:34   ` [2/12] lower priority of "too many keys" msg in atkbd.c William Lee Irwin III
2004-06-14  0:36     ` [3/12] remove irda usage of isa_virt_to_bus() William Lee Irwin III
2004-06-14  0:37       ` [4/12] unregister driver if probing fails in sb_card.c William Lee Irwin III
2004-06-14  0:38         ` [5/12] Ignore errors from tw_setfeature in 3w-xxxx.c William Lee Irwin III
2004-06-14  0:39           ` [6/12] fix advansys.c highmem bugs William Lee Irwin III
2004-06-14  0:40             ` [7/12] Handle NO_SENSE in sd_rw_intr in sd.c William Lee Irwin III
2004-06-14  0:41               ` [8/12] fake inquiry for Sony Clie PEG-TJ25 in unusual_devs.h William Lee Irwin III
2004-06-14  0:43                 ` [9/12] fix duplicate environment variables passed to init William Lee Irwin III
2004-06-14  0:45                   ` [10/12] fix handling of '/' embedded in filenames in isofs William Lee Irwin III
2004-06-14  0:47                     ` [11/12] fix isofs ignoring noexec and mode mount options William Lee Irwin III
2004-06-14  0:48                       ` [12/12] fix thread_info.h ignoring __HAVE_THREAD_FUNCTIONS William Lee Irwin III
2004-06-14  8:16                         ` Christoph Hellwig
2004-06-14  8:34                           ` William Lee Irwin III
2004-06-14 10:19                           ` Roman Zippel
2004-06-14 10:23                             ` Christoph Hellwig
2004-06-14 10:47                               ` Roman Zippel
2004-06-14  8:15                     ` [10/12] fix handling of '/' embedded in filenames in isofs Christoph Hellwig
2004-06-14  8:14                 ` [8/12] fake inquiry for Sony Clie PEG-TJ25 in unusual_devs.h Christoph Hellwig
2004-06-14  8:14               ` [7/12] Handle NO_SENSE in sd_rw_intr in sd.c Christoph Hellwig
2004-06-14  4:26             ` [6/12] fix advansys.c highmem bugs Andrew Morton
2004-06-14  8:11               ` William Lee Irwin III
2004-06-14  8:13             ` Christoph Hellwig
2004-06-14  8:12           ` [5/12] Ignore errors from tw_setfeature in 3w-xxxx.c Christoph Hellwig
2004-06-14  8:11       ` [3/12] remove irda usage of isa_virt_to_bus() Christoph Hellwig
2004-06-14  8:11     ` [2/12] lower priority of "too many keys" msg in atkbd.c Christoph Hellwig
2004-06-14  4:14   ` [1/12] don't dereference netdev->name before register_netdev() Andrew Morton
2004-06-14  4:27   ` Jeff Garzik
2004-06-14  5:26     ` Herbert Xu
2004-06-14  8:21       ` William Lee Irwin III
2004-06-14  8:10   ` Christoph Hellwig
2004-06-14  8:22     ` William Lee Irwin III
  -- strict thread matches above, loose matches on Subject: below --
2004-06-15  1:43 [3/12] remove irda usage of isa_virt_to_bus() Jean Tourrilhes
2004-06-15  9:12 ` William Lee Irwin III
2004-06-15 17:01   ` Jean Tourrilhes
2004-06-15 17:35     ` William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox