LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Kernel Oops on hot insertion of USB
@ 2008-04-10 13:06 Rachmel, Nir (Nir)
2008-04-10 13:48 ` Bart Van Assche
2008-04-12 4:29 ` Greg KH
0 siblings, 2 replies; 6+ messages in thread
From: Rachmel, Nir (Nir) @ 2008-04-10 13:06 UTC (permalink / raw)
To: linux-kernel
Hi,
I am running linux kernel version 2.6.14.7, and have a problem
when
inserting / removing a disk-on-key device from my system: I get
a
"kernel oops". Using some debugging tools I managed to trace the
problem down to an event of "double free" that occurs within the
hot
insertion module.
googling didn't help much. Is this a known issue which is
resolved in
later kernel versions?
Thanks in advance,
- Nir.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Kernel Oops on hot insertion of USB
2008-04-10 13:06 Kernel Oops on hot insertion of USB Rachmel, Nir (Nir)
@ 2008-04-10 13:48 ` Bart Van Assche
2008-04-12 4:29 ` Greg KH
1 sibling, 0 replies; 6+ messages in thread
From: Bart Van Assche @ 2008-04-10 13:48 UTC (permalink / raw)
To: Rachmel, Nir (Nir); +Cc: linux-kernel
On Thu, Apr 10, 2008 at 3:06 PM, Rachmel, Nir (Nir) <rachmel@avaya.com> wrote:
> I am running linux kernel version 2.6.14.7, and have a problem
> when inserting / removing a disk-on-key device from my system: I get
> a "kernel oops". Using some debugging tools I managed to trace the
> problem down to an event of "double free" that occurs within the
> hot insertion module.
>
> googling didn't help much. Is this a known issue which is resolved in
> later kernel versions?
Can you try yourself whether the kernel oops still occurs with a more
recent kernel, e.g. 2.6.24.4 ? If you can reproduce this with a recent
kernel, the change is much higher that someone will look at this issue
than for kernel 2.6.14.7.
Bart.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Kernel Oops on hot insertion of USB
2008-04-10 13:06 Kernel Oops on hot insertion of USB Rachmel, Nir (Nir)
2008-04-10 13:48 ` Bart Van Assche
@ 2008-04-12 4:29 ` Greg KH
[not found] ` <11486DD9B957EA488E21C44BC8737EFC55F379@307622ANEX5.global.avaya.com>
1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2008-04-12 4:29 UTC (permalink / raw)
To: Rachmel, Nir (Nir); +Cc: linux-kernel
On Thu, Apr 10, 2008 at 03:06:05PM +0200, Rachmel, Nir (Nir) wrote:
> Hi,
>
> I am running linux kernel version 2.6.14.7, and have a problem
> when
> inserting / removing a disk-on-key device from my system: I get
> a
> "kernel oops". Using some debugging tools I managed to trace the
> problem down to an event of "double free" that occurs within the
> hot
> insertion module.
>
> googling didn't help much. Is this a known issue which is
> resolved in
> later kernel versions?
Yes it is, please upgrade :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Kernel Oops on hot insertion of USB
[not found] ` <11486DD9B957EA488E21C44BC8737EFC55F379@307622ANEX5.global.avaya.com>
@ 2008-04-12 16:59 ` Greg KH
2008-04-12 19:08 ` Yinghai Lu
0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2008-04-12 16:59 UTC (permalink / raw)
To: Rachmel, Nir (Nir); +Cc: linux-kernel
A: No.
Q: Should I include quotations after my reply?
On Sat, Apr 12, 2008 at 11:20:08AM +0200, Rachmel, Nir (Nir) wrote:
> Hi greg,
>
> Thanks for your reply. I am aware that I am "a bit" far behind in the
> Linux revsions tree,
Just a "bit", if you consider almost 3 years and many hundreds of
thousands of changes a "bit" :)
> however it will be very difficult for me to upgrade.
Why? Userspace should work just fine. If you are relying on custom
kernel modules, well, I think you now know the reason the kernel
developers are saying for people to get their code upstream to prevent
this kind of issue...
> I have done much work and testing with 2.6.14.7 and would
> prefer to patch it over upgrading it to the current version.
Hopefully you are able to patch all of the bugs and security issues that
have been found in the past 3 years.
> Was this problem fixed in a specific revision, or was the fix
> introduced due to several fixes in different areas? Maybe I can look
> at the specific fix and implement it on my own version.
All of our changes are public, I would suggest going through them and
trying to find it. Because you are relying on such an old, outdated,
and unsupported kernel version, you really are on your own.
good luck,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Kernel Oops on hot insertion of USB
2008-04-12 16:59 ` Greg KH
@ 2008-04-12 19:08 ` Yinghai Lu
2008-04-12 19:47 ` Simon Holm Thøgersen
0 siblings, 1 reply; 6+ messages in thread
From: Yinghai Lu @ 2008-04-12 19:08 UTC (permalink / raw)
To: Greg KH; +Cc: Rachmel, Nir (Nir), linux-kernel
On Sat, Apr 12, 2008 at 9:59 AM, Greg KH <greg@kroah.com> wrote:
> A: No.
> Q: Should I include quotations after my reply?
>
> On Sat, Apr 12, 2008 at 11:20:08AM +0200, Rachmel, Nir (Nir) wrote:
> > Hi greg,
> >
> > Thanks for your reply. I am aware that I am "a bit" far behind in the
> > Linux revsions tree,
>
> Just a "bit", if you consider almost 3 years and many hundreds of
> thousands of changes a "bit" :)
>
> > however it will be very difficult for me to upgrade.
>
> Why? Userspace should work just fine. If you are relying on custom
> kernel modules, well, I think you now know the reason the kernel
> developers are saying for people to get their code upstream to prevent
> this kind of issue...
>
> > I have done much work and testing with 2.6.14.7 and would
> > prefer to patch it over upgrading it to the current version.
>
> Hopefully you are able to patch all of the bugs and security issues that
> have been found in the past 3 years.
should be typo. Is there any 2.6.14.7 ?, it could be 2.6.24.7
YH
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Kernel Oops on hot insertion of USB
2008-04-12 19:08 ` Yinghai Lu
@ 2008-04-12 19:47 ` Simon Holm Thøgersen
0 siblings, 0 replies; 6+ messages in thread
From: Simon Holm Thøgersen @ 2008-04-12 19:47 UTC (permalink / raw)
To: Yinghai Lu; +Cc: Greg KH, Rachmel, Nir (Nir), linux-kernel
lør, 12 04 2008 kl. 12:08 -0700, skrev Yinghai Lu:
> On Sat, Apr 12, 2008 at 9:59 AM, Greg KH <greg@kroah.com> wrote:
> > > I have done much work and testing with 2.6.14.7 and would
> > > prefer to patch it over upgrading it to the current version.
> >
> > Hopefully you are able to patch all of the bugs and security issues that
> > have been found in the past 3 years.
>
> should be typo. Is there any 2.6.14.7 ?, it could be 2.6.24.7
>
Yes, there is a 2.6.14.7, see the ChangeLog at
http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.14.7
Simon Holm Thøgersen
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-12 20:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-10 13:06 Kernel Oops on hot insertion of USB Rachmel, Nir (Nir)
2008-04-10 13:48 ` Bart Van Assche
2008-04-12 4:29 ` Greg KH
[not found] ` <11486DD9B957EA488E21C44BC8737EFC55F379@307622ANEX5.global.avaya.com>
2008-04-12 16:59 ` Greg KH
2008-04-12 19:08 ` Yinghai Lu
2008-04-12 19:47 ` Simon Holm Thøgersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).