linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: bad merge in "Merge branch 'rmobile-fixes-for-linus'" ?
@ 2012-03-24 17:37 Paul Gortmaker
  2012-03-24 18:28 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2012-03-24 17:37 UTC (permalink / raw)
  To: arnd; +Cc: linux-next

Hi Arnd,

I fed this failure to git bisect:

arch/arm/mach-shmobile/setup-sh7372.c:63:2: error: implicit declaration
of function 'init_consistent_dma_size' 

http://kisskb.ellerman.id.au/kisskb/buildresult/5941296/

and it came back with your merge below.  Can you have a look and see if
that makes sense?

Thanks,
Paul.
--

commit 1b12178157470221e98511e6aa687a53feb29963
Merge: 5cd9eb2 e9dd7ed
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Thu Mar 22 22:02:16 2012 +0000

    Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh into renesas/soc
    
    Conflicts:
        arch/arm/mach-shmobile/board-ap4evb.c
    
    This moves the addition of init_consistent_dma_size() from the board
    files into the common sh7372_map_io() functions where all the other
    contents of the board specific map_io calls have gone.
    
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>


git bisect start
# good: [fde7d9049e55ab85a390be7f415d74c9f62dd0f9] Linux 3.3-rc7
git bisect good fde7d9049e55ab85a390be7f415d74c9f62dd0f9
# bad: [079afb9b013ffd40e6a45dffd2c9f0be90322e8c] Add linux-next specific files for 20120323
git bisect bad 079afb9b013ffd40e6a45dffd2c9f0be90322e8c
# good: [0a2eb3f1b5fad192e5a156a5526df8af85a7a9f2] Merge remote-tracking branch 'ext3/for_next'
git bisect good 0a2eb3f1b5fad192e5a156a5526df8af85a7a9f2
# good: [9566c47ff8a47246624cac534b04e63fb910600b] Merge remote-tracking branch 'mfd/for-next'
git bisect good 9566c47ff8a47246624cac534b04e63fb910600b
# good: [95ae6c7260c73082bfcfcb823d107d19932d0777] Merge remote-tracking branch 'tip/auto-latest'
git bisect good 95ae6c7260c73082bfcfcb823d107d19932d0777
# bad: [9f8c56c2dd30796e5e97e77b5ead2b3c67d68724] Merge branch 'next/soc2' into for-next
git bisect bad 9f8c56c2dd30796e5e97e77b5ead2b3c67d68724
# good: [f4aea255b4478f481b1af36f5feee4c0fb4b7441] Merge branch 'next/boards' into for-next
git bisect good f4aea255b4478f481b1af36f5feee4c0fb4b7441
# good: [f4eb28340771c12cdbf8b5ec149dbd3b0eef1687] Merge branch 'for-3.4/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into next/dt2
git bisect good f4eb28340771c12cdbf8b5ec149dbd3b0eef1687
# good: [4788d72ce6c0d71220c06a242f935a056eccf424] Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers
git bisect good 4788d72ce6c0d71220c06a242f935a056eccf424
# good: [ae525e18258424c962be5deac171f96aaef31de5] Merge branch 'next/dt' into for-next
git bisect good ae525e18258424c962be5deac171f96aaef31de5
# good: [6f71e9213c1dd31c44824e95ea4441883fceaf9c] ARM: iop13xx: fix missing declaration of iop13xx_init_early
git bisect good 6f71e9213c1dd31c44824e95ea4441883fceaf9c
# good: [8942fdfdff095366a315eab60799c17abcabd270] Merge branch 'next/clk' into for-next
git bisect good 8942fdfdff095366a315eab60799c17abcabd270
# good: [853a0231e057c04255a848f6998f84faaa635c58] Merge branch 'samsung/soc' into next/soc2
git bisect good 853a0231e057c04255a848f6998f84faaa635c58
# good: [bc57f2ea99798f9c918b36aabd2c05e5322041f9] [arm-soc internal] add back contents file
git bisect good bc57f2ea99798f9c918b36aabd2c05e5322041f9
# bad: [1b12178157470221e98511e6aa687a53feb29963] Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh into renesas/soc
git bisect bad 1b12178157470221e98511e6aa687a53feb29963
# good: [e9dd7ed2a365b021cdbb35b5cad62f6ab6aeb5d2] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer
git bisect good e9dd7ed2a365b021cdbb35b5cad62f6ab6aeb5d2

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

* Re: linux-next: bad merge in "Merge branch 'rmobile-fixes-for-linus'" ?
  2012-03-24 17:37 linux-next: bad merge in "Merge branch 'rmobile-fixes-for-linus'" ? Paul Gortmaker
@ 2012-03-24 18:28 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2012-03-24 18:28 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-next

On Saturday 24 March 2012, Paul Gortmaker wrote:
> Hi Arnd,
> 
> I fed this failure to git bisect:
> 
> arch/arm/mach-shmobile/setup-sh7372.c:63:2: error: implicit declaration
> of function 'init_consistent_dma_size' 
> 
> http://kisskb.ellerman.id.au/kisskb/buildresult/5941296/
> 
> and it came back with your merge below.  Can you have a look and see if
> that makes sense?
> 

Thanks a lot for the report, this was indeed my mistake when merging
the patch. Fixed now.

	Arnd

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

end of thread, other threads:[~2012-03-24 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-24 17:37 linux-next: bad merge in "Merge branch 'rmobile-fixes-for-linus'" ? Paul Gortmaker
2012-03-24 18:28 ` Arnd Bergmann

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).