linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Tree for Sep 5
@ 2014-09-05 16:50 Mark Brown
  2014-09-06 15:32 ` linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom' Guenter Roeck
  2014-09-06 15:43 ` linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma' Guenter Roeck
  0 siblings, 2 replies; 7+ messages in thread
From: Mark Brown @ 2014-09-05 16:50 UTC (permalink / raw)
  To: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

Changes since 20140904:

None.

Non-merge commits (relative to Linus' tree): 3727
 3261 files changed, 133225 insertions(+), 99782 deletions(-)
 
I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git .
If you are tracking the linux-next tree using git, you should not use
git pull" to do so as that will try to merge the new linux-next release
with the old one.  You should use "git fetch" and checkout or reset to
the new master.

You can see which trees have been included by looking in the Next/Trees
file in the source.  There are also quilt-import.log and merge.log files
in the Next directory.  Between each merge, the tree was built with an
allmodconfig for x86_64 and a multi_v7_defconfig for arm.

Below is a summary of the state of the merge.

I am currently merging 215 trees (counting Linus' and 30 trees of patches
pending for Linus' tree).

Stats about the size of the tree over time can be seen at
http://neuling.org/linux-next-size.html .

Status of Stephen's local build tests will be at
http://kisskb.ellerman.id.au/linux-next .  If maintainers want to give
advice about cross compilers/configs that work, we are always open to add
more builds.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom'
  2014-09-05 16:50 linux-next: Tree for Sep 5 Mark Brown
@ 2014-09-06 15:32 ` Guenter Roeck
  2014-09-06 18:14   ` Geert Uytterhoeven
  2014-09-06 15:43 ` linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma' Guenter Roeck
  1 sibling, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2014-09-06 15:32 UTC (permalink / raw)
  To: Mark Brown, Jade Bilkey, John W. Linville; +Cc: linux-next, linux-kernel

I see the following build error on linux-next-20140905.

Guenter

---

Building alpha:allmodconfig ... failed
Building sparc64:allmodconfig ... failed

drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
	implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration]
drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
	assignment makes pointer from integer without a cast [enabled by default]
drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
	implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
make[3]: *** [drivers/net/wireless/ath] Error 2

Bisect results:

db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
commit db906eb2101b0564b0c65edf4a8647395196342e
Author: Jade Bilkey <herself@thefumon.com>
Date:   Sat Aug 30 15:14:14 2014 -0400

ath5k: added debugfs file for dumping eeprom

Signed-off-by: Jade Bilkey <herself@thefumon.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Bisect log:

# bad: [92d88cb068a5dc66d53ef017999b2419b125f764] Add linux-next specific files for 20140905
# good: [69e273c0b0a3c337a521d083374c918dc52c666f] Linux 3.17-rc3
git bisect start 'HEAD' 'v3.17-rc3'
# bad: [9ecc6d43871f92e01c8aafa9563538ed92825778] Merge remote-tracking branch 'drm/drm-next'
git bisect bad 9ecc6d43871f92e01c8aafa9563538ed92825778
# good: [43b1c66453f3f04c5faa271c9918aa9764e04f98] Merge remote-tracking branch 'hwmon-staging/hwmon-next'
git bisect good 43b1c66453f3f04c5faa271c9918aa9764e04f98
# good: [92bfbb73a8714144c5d74bf886b3b8b6b93a29dc] Merge remote-tracking branch 'ipsec-next/master'
git bisect good 92bfbb73a8714144c5d74bf886b3b8b6b93a29dc
# bad: [15f51956b321a1ddf683c2b151aa85e84fbc3c4d] Merge remote-tracking branch 'l2-mtd/master'
git bisect bad 15f51956b321a1ddf683c2b151aa85e84fbc3c4d
# good: [705d0bf83dbef34d49927d3bf05c6d497f42e8b0] ath9k: Add a routine for initializing channel contexts
git bisect good 705d0bf83dbef34d49927d3bf05c6d497f42e8b0
# good: [d17ec4d55223d9487df195012762da6f85862d4c] Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
git bisect good d17ec4d55223d9487df195012762da6f85862d4c
# bad: [d377921ed031588e1a39e4be730033d962b2c456] Merge remote-tracking branch 'mtd/master'
git bisect bad d377921ed031588e1a39e4be730033d962b2c456
# good: [15c9ec43b0948940926ce4c063b5d78a28511771] Bluetooth: Remove hci_conn_hold/drop from hci_chan
git bisect good 15c9ec43b0948940926ce4c063b5d78a28511771
# good: [cf0ba860a91ed2f912f5598a331e3fbd40688f8d] Bluetooth: Move clock offset reading into hci_disconnect()
git bisect good cf0ba860a91ed2f912f5598a331e3fbd40688f8d
# bad: [c728ab656f738adfd5da968b5039789edad1ebc3] Merge remote-tracking branch 'wireless-next/master'
git bisect bad c728ab656f738adfd5da968b5039789edad1ebc3
# bad: [db906eb2101b0564b0c65edf4a8647395196342e] ath5k: added debugfs file for dumping eeprom
git bisect bad db906eb2101b0564b0c65edf4a8647395196342e
# good: [87fed556d08d21dd7dd3e0222c94c187e4c2d5e2] bcma: get info about flash type SoC booted from
git bisect good 87fed556d08d21dd7dd3e0222c94c187e4c2d5e2
# first bad commit: [db906eb2101b0564b0c65edf4a8647395196342e] ath5k: added debugfs file for dumping eeprom

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

* linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma'
  2014-09-05 16:50 linux-next: Tree for Sep 5 Mark Brown
  2014-09-06 15:32 ` linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom' Guenter Roeck
@ 2014-09-06 15:43 ` Guenter Roeck
  2014-09-06 15:45   ` Guenter Roeck
  2014-09-06 15:47   ` Sasha Levin
  1 sibling, 2 replies; 7+ messages in thread
From: Guenter Roeck @ 2014-09-06 15:43 UTC (permalink / raw)
  To: Mark Brown, Sasha Levin, Naoya Horiguchi, Andrew Morton
  Cc: linux-next, linux-kernel

I see the following build failure in next-20140905.

Guenter

---

Building tile:tilegx_defconfig ... failed
--------------
Error log:
mm/page_alloc.c: In function 'dump_vma':
mm/page_alloc.c:6742:46: error: 'pgprot_t' has no member named 'pgprot'
make[1]: *** [mm/page_alloc.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [mm] Error 2
make: *** Waiting for unfinished jobs....
--------------

bisect results:

d1305f0fa17f1d3e659a8aa2134610a1a6884f77 is the first bad commit
commit d1305f0fa17f1d3e659a8aa2134610a1a6884f77
Author: Sasha Levin <sasha.levin@oracle.com>
Date:   Fri Sep 5 16:58:49 2014 +0100

    mm: introduce dump_vma
    
    Introduce a helper to dump information about a VMA, this also makes
    dump_page_flags more generic and re-uses that so the output looks very
    similar to dump_page:
    
    [   61.903437] vma ffff88070f88be00 start 00007fff25970000 end 00007fff25992000
    [   61.903437] next ffff88070facd600 prev ffff88070face400 mm ffff88070fade000
    [   61.903437] prot 8000000000000025 anon_vma ffff88070fa1e200 vm_ops           (null)
    [   61.903437] pgoff 7ffffffdd file           (null) private_data           (null)
    [   61.909129] flags: 0x100173(read|write|mayread|maywrite|mayexec|growsdown|account)
    
    Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
    Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
    Cc: Rik van Riel <riel@redhat.com>
    Cc: Mel Gorman <mgorman@suse.de>
    Cc: Michal Hocko <mhocko@suse.cz>
    Cc: Hugh Dickins <hughd@google.com>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Cc: Michel Lespinasse <walken@google.com>
    Cc: Minchan Kim <minchan@kernel.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>


---
bisect log:

# bad: [92d88cb068a5dc66d53ef017999b2419b125f764] Add linux-next specific files for 20140905
# good: [69e273c0b0a3c337a521d083374c918dc52c666f] Linux 3.17-rc3
git bisect start 'HEAD' 'v3.17-rc3'
# good: [9ecc6d43871f92e01c8aafa9563538ed92825778] Merge remote-tracking branch 'drm/drm-next'
git bisect good 9ecc6d43871f92e01c8aafa9563538ed92825778
# good: [578445255f94602a32d2a05f38c983319e2e2c0c] Merge remote-tracking branch 'usb-gadget/next'
git bisect good 578445255f94602a32d2a05f38c983319e2e2c0c
# good: [db1afd18e9cddffd957abea6287a6eae9edbeccc] staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb
git bisect good db1afd18e9cddffd957abea6287a6eae9edbeccc
# good: [4b3423832f2d1cbb988b18c96d39474029a6156b] Merge remote-tracking branch 'llvmlinux/for-next'
git bisect good 4b3423832f2d1cbb988b18c96d39474029a6156b
# bad: [d1305f0fa17f1d3e659a8aa2134610a1a6884f77] mm: introduce dump_vma
git bisect bad d1305f0fa17f1d3e659a8aa2134610a1a6884f77
# good: [1eb2bc2558fecb3eb78114dbcc433d0e2e390372] mm/slab: move cache_flusharray() out of unlikely.text section
git bisect good 1eb2bc2558fecb3eb78114dbcc433d0e2e390372
# good: [1d414c4d9f077af5dd20135f135a498176b564a5] mm, compaction: skip buddy pages by their order in the migrate scanner
git bisect good 1d414c4d9f077af5dd20135f135a498176b564a5
# good: [05e2a5f419c0c5888bce1aeda4ffe89f7657e0a6] mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
git bisect good 05e2a5f419c0c5888bce1aeda4ffe89f7657e0a6
# good: [41da4bf4788f47cb1f0801562e378e549c7b350a] selftests/vm/transhuge-stress: stress test for memory compaction
git bisect good 41da4bf4788f47cb1f0801562e378e549c7b350a
# good: [6dd0fc5ec52ec2a0ae3a1c4e6816434c18052420] mm/balloon_compaction: general cleanup
git bisect good 6dd0fc5ec52ec2a0ae3a1c4e6816434c18052420
# good: [ada687f364aa0ffaebe5a66bd0b89af97e53a587] mm-balloon_compaction-general-cleanup-checkpatch-fixes
git bisect good ada687f364aa0ffaebe5a66bd0b89af97e53a587
# good: [834259904e3b9a9fd6409b9a38aa608158467822] mm/slab.c: use __seq_open_private() instead of seq_open()
git bisect good 834259904e3b9a9fd6409b9a38aa608158467822
# first bad commit: [d1305f0fa17f1d3e659a8aa2134610a1a6884f77] mm: introduce dump_vma

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

* Re: linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma'
  2014-09-06 15:43 ` linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma' Guenter Roeck
@ 2014-09-06 15:45   ` Guenter Roeck
  2014-09-06 15:47   ` Sasha Levin
  1 sibling, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2014-09-06 15:45 UTC (permalink / raw)
  To: Mark Brown, Sasha Levin, Naoya Horiguchi, Andrew Morton
  Cc: linux-next, linux-kernel

On Sat, Sep 06, 2014 at 08:43:09AM -0700, Guenter Roeck wrote:
> I see the following build failure in next-20140905.
> 
> Guenter
> 
> ---
> 
> Building tile:tilegx_defconfig ... failed

Also:

Building powerpc:allmodconfig ... failed
Building powerpc:ppc6xx_defconfig ... failed

with the same error.

> --------------
> Error log:
> mm/page_alloc.c: In function 'dump_vma':
> mm/page_alloc.c:6742:46: error: 'pgprot_t' has no member named 'pgprot'
> make[1]: *** [mm/page_alloc.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [mm] Error 2
> make: *** Waiting for unfinished jobs....
> --------------
> 
> bisect results:
> 
> d1305f0fa17f1d3e659a8aa2134610a1a6884f77 is the first bad commit
> commit d1305f0fa17f1d3e659a8aa2134610a1a6884f77
> Author: Sasha Levin <sasha.levin@oracle.com>
> Date:   Fri Sep 5 16:58:49 2014 +0100
> 
>     mm: introduce dump_vma
>     
>     Introduce a helper to dump information about a VMA, this also makes
>     dump_page_flags more generic and re-uses that so the output looks very
>     similar to dump_page:
>     
>     [   61.903437] vma ffff88070f88be00 start 00007fff25970000 end 00007fff25992000
>     [   61.903437] next ffff88070facd600 prev ffff88070face400 mm ffff88070fade000
>     [   61.903437] prot 8000000000000025 anon_vma ffff88070fa1e200 vm_ops           (null)
>     [   61.903437] pgoff 7ffffffdd file           (null) private_data           (null)
>     [   61.909129] flags: 0x100173(read|write|mayread|maywrite|mayexec|growsdown|account)
>     
>     Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
>     Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
>     Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
>     Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
>     Cc: Rik van Riel <riel@redhat.com>
>     Cc: Mel Gorman <mgorman@suse.de>
>     Cc: Michal Hocko <mhocko@suse.cz>
>     Cc: Hugh Dickins <hughd@google.com>
>     Cc: Vlastimil Babka <vbabka@suse.cz>
>     Cc: Michel Lespinasse <walken@google.com>
>     Cc: Minchan Kim <minchan@kernel.org>
>     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> 
> 
> ---
> bisect log:
> 
> # bad: [92d88cb068a5dc66d53ef017999b2419b125f764] Add linux-next specific files for 20140905
> # good: [69e273c0b0a3c337a521d083374c918dc52c666f] Linux 3.17-rc3
> git bisect start 'HEAD' 'v3.17-rc3'
> # good: [9ecc6d43871f92e01c8aafa9563538ed92825778] Merge remote-tracking branch 'drm/drm-next'
> git bisect good 9ecc6d43871f92e01c8aafa9563538ed92825778
> # good: [578445255f94602a32d2a05f38c983319e2e2c0c] Merge remote-tracking branch 'usb-gadget/next'
> git bisect good 578445255f94602a32d2a05f38c983319e2e2c0c
> # good: [db1afd18e9cddffd957abea6287a6eae9edbeccc] staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb
> git bisect good db1afd18e9cddffd957abea6287a6eae9edbeccc
> # good: [4b3423832f2d1cbb988b18c96d39474029a6156b] Merge remote-tracking branch 'llvmlinux/for-next'
> git bisect good 4b3423832f2d1cbb988b18c96d39474029a6156b
> # bad: [d1305f0fa17f1d3e659a8aa2134610a1a6884f77] mm: introduce dump_vma
> git bisect bad d1305f0fa17f1d3e659a8aa2134610a1a6884f77
> # good: [1eb2bc2558fecb3eb78114dbcc433d0e2e390372] mm/slab: move cache_flusharray() out of unlikely.text section
> git bisect good 1eb2bc2558fecb3eb78114dbcc433d0e2e390372
> # good: [1d414c4d9f077af5dd20135f135a498176b564a5] mm, compaction: skip buddy pages by their order in the migrate scanner
> git bisect good 1d414c4d9f077af5dd20135f135a498176b564a5
> # good: [05e2a5f419c0c5888bce1aeda4ffe89f7657e0a6] mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
> git bisect good 05e2a5f419c0c5888bce1aeda4ffe89f7657e0a6
> # good: [41da4bf4788f47cb1f0801562e378e549c7b350a] selftests/vm/transhuge-stress: stress test for memory compaction
> git bisect good 41da4bf4788f47cb1f0801562e378e549c7b350a
> # good: [6dd0fc5ec52ec2a0ae3a1c4e6816434c18052420] mm/balloon_compaction: general cleanup
> git bisect good 6dd0fc5ec52ec2a0ae3a1c4e6816434c18052420
> # good: [ada687f364aa0ffaebe5a66bd0b89af97e53a587] mm-balloon_compaction-general-cleanup-checkpatch-fixes
> git bisect good ada687f364aa0ffaebe5a66bd0b89af97e53a587
> # good: [834259904e3b9a9fd6409b9a38aa608158467822] mm/slab.c: use __seq_open_private() instead of seq_open()
> git bisect good 834259904e3b9a9fd6409b9a38aa608158467822
> # first bad commit: [d1305f0fa17f1d3e659a8aa2134610a1a6884f77] mm: introduce dump_vma

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

* Re: linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma'
  2014-09-06 15:43 ` linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma' Guenter Roeck
  2014-09-06 15:45   ` Guenter Roeck
@ 2014-09-06 15:47   ` Sasha Levin
  2014-09-06 16:34     ` Guenter Roeck
  1 sibling, 1 reply; 7+ messages in thread
From: Sasha Levin @ 2014-09-06 15:47 UTC (permalink / raw)
  To: Guenter Roeck, Mark Brown, Naoya Horiguchi, Andrew Morton
  Cc: linux-next, linux-kernel

On 09/06/2014 11:43 AM, Guenter Roeck wrote:
> I see the following build failure in next-20140905.
> 
> Guenter

Hey Guenter,

Apologies for that. There is already a fix in -mm:

	http://ozlabs.org/~akpm/mmots/broken-out/introduce-dump_vma-fix-2.patch

So -next would be fixed once -mm is pulled in again.


Thanks,
Sasha

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

* Re: linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma'
  2014-09-06 15:47   ` Sasha Levin
@ 2014-09-06 16:34     ` Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2014-09-06 16:34 UTC (permalink / raw)
  To: Sasha Levin, Mark Brown, Naoya Horiguchi, Andrew Morton
  Cc: linux-next, linux-kernel

On 09/06/2014 08:47 AM, Sasha Levin wrote:
> On 09/06/2014 11:43 AM, Guenter Roeck wrote:
>> I see the following build failure in next-20140905.
>>
>> Guenter
>
> Hey Guenter,
>
> Apologies for that. There is already a fix in -mm:
>
No worries.

> 	http://ozlabs.org/~akpm/mmots/broken-out/introduce-dump_vma-fix-2.patch
>
> So -next would be fixed once -mm is pulled in again.
>
Great!

Thanks,
Guenter

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

* Re: linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom'
  2014-09-06 15:32 ` linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom' Guenter Roeck
@ 2014-09-06 18:14   ` Geert Uytterhoeven
  0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2014-09-06 18:14 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Mark Brown, Jade Bilkey, John W. Linville, Linux-Next, linux-kernel

On Sat, Sep 6, 2014 at 5:32 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> I see the following build error on linux-next-20140905.
>
> Guenter
>
> ---
>
> Building alpha:allmodconfig ... failed
> Building sparc64:allmodconfig ... failed
>
> drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
> drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
>         implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration]
> drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
>         assignment makes pointer from integer without a cast [enabled by default]
> drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
>         implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors

Missing #include <linux/vmalloc.h>?

> make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
> make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
> make[3]: *** [drivers/net/wireless/ath] Error 2
>
> Bisect results:
>
> db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
> commit db906eb2101b0564b0c65edf4a8647395196342e
> Author: Jade Bilkey <herself@thefumon.com>
> Date:   Sat Aug 30 15:14:14 2014 -0400
>
> ath5k: added debugfs file for dumping eeprom
>
> Signed-off-by: Jade Bilkey <herself@thefumon.com>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>




-- 
Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2014-09-06 18:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05 16:50 linux-next: Tree for Sep 5 Mark Brown
2014-09-06 15:32 ` linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom' Guenter Roeck
2014-09-06 18:14   ` Geert Uytterhoeven
2014-09-06 15:43 ` linux-next: Tree for Sep 5: build failure due to 'mm: introduce dump_vma' Guenter Roeck
2014-09-06 15:45   ` Guenter Roeck
2014-09-06 15:47   ` Sasha Levin
2014-09-06 16:34     ` Guenter Roeck

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