All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bernhard C. Schrenk" <rlx@clemy.org>
To: "Lukasz Kosewski" <lkosewsk@gmail.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/3] Add disk hotswap support to libata RESEND #5
Date: Tue, 27 Sep 2005 21:42:23 +0200	[thread overview]
Message-ID: <017101c5c39b$95699900$1b00a8c0@FRSNOTI> (raw)
In-Reply-To: 355e5e5e05092618018840fc3@mail.gmail.com

Hi Luke,

I tested your previous version of this patch on an AMD64. I found one 64 bit
bug, crashing the kernel. After fixing it, it worked quite well.

Please change in the file libata-core.c the line

ap->hotplug_timer.data = (unsigned int)ap;

to

ap->hotplug_timer.data = (unsigned long)ap;

Thanks for this great patch,
Bernhard


  reply	other threads:[~2005-09-27 19:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-27  1:01 [PATCH 2/3] Add disk hotswap support to libata RESEND #5 Lukasz Kosewski
2005-09-27 19:42 ` Bernhard C. Schrenk [this message]
2005-09-27 21:47   ` Lukasz Kosewski
2005-09-28 19:10 ` Jeff Garzik
2005-09-28 23:20   ` Alan Cox
2005-10-03 15:19     ` Lukasz Kosewski
2005-10-03 15:53       ` Jeff Garzik
2005-10-03 16:09       ` Alan Cox
2005-10-03 14:30   ` Lukasz Kosewski
2005-10-03 15:47     ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='017101c5c39b$95699900$1b00a8c0@FRSNOTI' \
    --to=rlx@clemy.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkosewsk@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.