public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@kernel•org>
To: Thomas Meyer <thomas@m3y3r•de>
Cc: Linux Kernel <linux-kernel@vger•kernel.org>,
	linux-next@vger•kernel.org, mpatocka@redhat•com,
	Alasdair G Kergon <agk@redhat•com>
Subject: Re: next-20080723: build fails for dm-snapshot.ko
Date: Wed, 23 Jul 2008 23:51:02 +0300	[thread overview]
Message-ID: <20080723205102.GC5991@cs181140183.pp.htv.fi> (raw)
In-Reply-To: <1216835917.19707.3.camel@dhcppc2>

On Wed, Jul 23, 2008 at 07:58:37PM +0200, Thomas Meyer wrote:
> 
>   Building modules, stage 2.
> Kernel: arch/x86/boot/bzImage is ready  (#24)
>   MODPOST 1518 modules
> ERROR: "__umoddi3" [drivers/md/dm-snapshot.ko] undefined!
> WARNING: modpost: Found 6 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
> 
> 
> CONFIG_MD=y
> CONFIG_BLK_DEV_MD=y
> CONFIG_MD_LINEAR=m
> CONFIG_MD_RAID0=m
> CONFIG_MD_RAID1=m
> CONFIG_MD_RAID10=m
> CONFIG_MD_RAID456=m
> CONFIG_MD_RAID5_RESHAPE=y
> CONFIG_MD_MULTIPATH=m
> CONFIG_MD_FAULTY=m
> CONFIG_BLK_DEV_DM=m
> CONFIG_DM_DEBUG=y
> CONFIG_DM_CRYPT=m
> CONFIG_DM_SNAPSHOT=m
> CONFIG_DM_MIRROR=m
> CONFIG_DM_ZERO=m
> CONFIG_DM_MULTIPATH=m
> # CONFIG_DM_DELAY is not set
> CONFIG_DM_UEVENT=y

and CONFIG_LBD=y


In the following code in drivers/md/dm-exception-store.c:persistent_prepare():

                            vvv
        if ((++ps->next_free % stride) == 1)
                ps->next_free++;


Caused by:

commit 7624decba23d3e7a8e7411214501cfaf19041c30
Author: Mikulas Patocka <mpatocka@redhat•com>
Date:   Wed Jul 23 10:05:33 2008 +1000

    dm-exception-store-64-bit-values
    
    Change uint32_t into chunk_t to remove 32-bit limitation on the
    number of chunks on systems with 64-bit sector numbers.
    
    Signed-off-by: Mikulas Patocka <mpatocka@redhat•com>
    Signed-off-by: Alasdair G Kergon <agk@redhat•com>


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

  parent reply	other threads:[~2008-07-23 20:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-23 17:58 next-20080723: build fails for dm-snapshot.ko Thomas Meyer
2008-07-23 18:28 ` Adrian Bunk
2008-07-23 18:33   ` Mikulas Patocka
2008-07-23 18:43   ` Thomas Meyer
2008-07-23 20:51 ` Adrian Bunk [this message]
2008-07-23 21:16   ` [PATCHES] " Mikulas Patocka

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=20080723205102.GC5991@cs181140183.pp.htv.fi \
    --to=bunk@kernel$(echo .)org \
    --cc=agk@redhat$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=mpatocka@redhat$(echo .)com \
    --cc=thomas@m3y3r$(echo .)de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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