From: "Stefan Lippers-Hollmann" <s.L-H@gmx.de>
To: Greg KH <gregkh@suse.de>
Cc: Neil Brown <neilb@suse.de>,
linux-kernel@vger.kernel.org, king.br@gmail.com,
stable@kernel.org
Subject: Re: patch md-raid5-allow-for-more-than-2-31-chunks.patch added to 2.6.33-stable tree
Date: Fri, 23 Apr 2010 13:53:52 +0200 [thread overview]
Message-ID: <201004231353.56030.s.L-H@gmx.de> (raw)
In-Reply-To: <20100423031100.GA1637@suse.de>
Hi
On Friday 23 April 2010, Greg KH wrote:
> On Thu, Apr 22, 2010 at 01:36:26PM +0200, Stefan Lippers-Hollmann wrote:
> > Hi
> >
> > On Thursday 22 April 2010, Neil Brown wrote:
> > > On Thu, 22 Apr 2010 04:08:30 +0200
> > > "Stefan Lippers-Hollmann" <s.L-H@gmx.de> wrote:
> > > > On Thursday 22 April 2010, gregkh@suse.de wrote:
> > [...]
> > > > > From 35f2a591192d0a5d9f7fc696869c76f0b8e49c3d Mon Sep 17 00:00:00 2001
> > > > > From: NeilBrown <neilb@suse.de>
> > > > > Date: Tue, 20 Apr 2010 14:13:34 +1000
> > > > > Subject: md/raid5: allow for more than 2^31 chunks.
> > > > >
> > > > > From: NeilBrown <neilb@suse.de>
> > > > >
> > > > > commit 35f2a591192d0a5d9f7fc696869c76f0b8e49c3d upstream.
> > > > >
> > > > > With many large drives and small chunk sizes it is possible
> > > > > to create a RAID5 with more than 2^31 chunks. Make sure this
> > > > > works.
> > > > >
> > > > > Reported-by: Brett King <king.br@gmail.com>
> > > > > Signed-off-by: NeilBrown <neilb@suse.de>
> > > > > Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
> > > >
> > > > This patch, as part of the current 2.6.33 stable queue, breaks compiling
> > > > on i386 (CONFIG_LBDAF=y) for me (amd64 builds fine):
> > > >
> > > > [...]
> > > > BUILD arch/x86/boot/bzImage
> > > > Root device is (254, 6)
> > > > Setup is 12700 bytes (padded to 12800 bytes).
> > > > System is 2415 kB
> > > > CRC db6fa5fa
> > > > Kernel: arch/x86/boot/bzImage is ready (#1)
> > > > ERROR: "__umoddi3" [drivers/md/raid456.ko] undefined!
> > > >
> > > > reverting just this patch fixes the problem for me.
> > >
> > > Thanks for testing and reporting.
> > >
> > > If you could verify that this additional patch fixes the compile error I
> > > would really appreciate it.
> >
> > I can confirm that this patch on top of the original
> > md-raid5-allow-for-more-than-2-31-chunks.patch fixes the build problem on
> > i386 for me (amd64 continues to build fine as well).
> >
> > Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
>
> Neil, care to push this to Linus?
Gitweb: http://git.kernel.org/linus/6e3b96ed610e5a1838e62ddae9fa0c3463f235fa
Commit: 6e3b96ed610e5a1838e62ddae9fa0c3463f235fa
Parent: 35f2a591192d0a5d9f7fc696869c76f0b8e49c3d
Author: NeilBrown <neilb@suse.de>
AuthorDate: Fri Apr 23 07:08:28 2010 +1000
Committer: NeilBrown <neilb@suse.de>
CommitDate: Fri Apr 23 07:08:28 2010 +1000
md/raid5: fix previous patch.
Previous patch changes stripe and chunk_number to sector_t but
mistakenly did not update all of the divisions to use sector_dev().
This patch changes all the those divisions (actually the '%' operator)
to sector_div.
Signed-off-by: NeilBrown <neilb@suse.de>
Cc: stable@kernel.org
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Regards
Stefan Lippers-Hollmann
prev parent reply other threads:[~2010-04-23 11:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <12718801381479@kroah.org>
2010-04-22 2:08 ` patch md-raid5-allow-for-more-than-2-31-chunks.patch added to 2.6.33-stable tree Stefan Lippers-Hollmann
2010-04-22 2:40 ` Neil Brown
2010-04-22 11:36 ` Stefan Lippers-Hollmann
2010-04-23 3:11 ` Greg KH
2010-04-23 11:13 ` Neil Brown
2010-04-23 11:53 ` Stefan Lippers-Hollmann [this message]
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=201004231353.56030.s.L-H@gmx.de \
--to=s.l-h@gmx.de \
--cc=gregkh@suse.de \
--cc=king.br@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@suse.de \
--cc=stable@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox