From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: metag test failure in -next due to commit 'module: relocate module_init from init.h to module.h' Date: Fri, 5 Jun 2015 13:40:55 -0700 Message-ID: <20150605204055.GA981@roeck-us.net> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date; bh=SO59XZ2v1a0XIUTorp1Cn85JVLKrKJ79u3YPaCQS9mU=; b=jMCGEYPns+qkIHsZGnYAg/4qmEPvYzHj0e9tHCoPrpaN5R6+cMsatTpgtV3RI4zkehsLZcPjJZl0nDKHtMCcDS/lN4s8/WNOTwlhdI3p7PfBLEL4qIhYwMizc4gajpWgB7STB5aLJWqMbV5rXejO3tiLBfIWGl2yo5ukDplbBxM=; Content-Disposition: inline Sender: linux-metag-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Gortmaker Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, James Hogan , linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi, My qemu metag runtime test fails in -next due to commit 5ebbb3badaa8 ("module: relocate module_init from init.h to module.h"). Bisect log is as follows. A log of a failed test is available at http://server.roeck-us.net:8010/builders/qemu-metag-next/builds/173/steps/qemubuildcommand/logs/stdio Essentially the test just hangs in boot. Reverting the commit fixes the problem. Guenter --- # bad: [94feb25d6fcd34b0d45c18cf0185d83d0c13c60a] Add linux-next specific files for 20150604 # good: [c65b99f046843d2455aa231747b5a07a999a9f3d] Linux 4.1-rc6 git bisect start 'HEAD' 'v4.1-rc6' # good: [46cb2717b4b827977bccd276096791d0efdb4119] Merge remote-tracking branch 'drm/drm-next' git bisect good 46cb2717b4b827977bccd276096791d0efdb4119 # good: [37104644ae9384d6fc6574f16dc9782259ab89b1] Merge remote-tracking branch 'kvms390/next' git bisect good 37104644ae9384d6fc6574f16dc9782259ab89b1 # good: [311942c925377a65157e4b14778a22bb05808314] Merge remote-tracking branch 'staging/staging-next' git bisect good 311942c925377a65157e4b14778a22bb05808314 # good: [4b40a87efb321750a527aea556337f24b5268783] Merge remote-tracking branch 'clk/clk-next' git bisect good 4b40a87efb321750a527aea556337f24b5268783 # good: [0cd6ba7205ab368b324d5a5f601aa3f5f89c246f] MAINTAINERS: update sound soc intel patterns git bisect good 0cd6ba7205ab368b324d5a5f601aa3f5f89c246f # good: [076edbd2f016f2fb4a80b95625cd65a9aed4e06c] Merge remote-tracking branch 'rtc/rtc-next' git bisect good 076edbd2f016f2fb4a80b95625cd65a9aed4e06c # good: [8c169d94c31fced71d907e26b19b4f5f0bd9d7bf] scsi-resolve-sg-buffer-const-ness-issue-fix git bisect good 8c169d94c31fced71d907e26b19b4f5f0bd9d7bf # good: [baaf163cd06a517d85dc39a6fa00107e3620b779] Merge branch 'module_init-device_initcall-4.1-rc6' into init-v4.1-rc6 git bisect good baaf163cd06a517d85dc39a6fa00107e3620b779 # good: [8f0b9591c464a9fd783b481b2c9cddf008043ba4] Merge branch 'module-builtin_driver-4.1-rc6' into init-v4.1-rc6 git bisect good 8f0b9591c464a9fd783b481b2c9cddf008043ba4 # bad: [fc3af372b8c176c08e8921d772ca2bff5620f15b] kernel/relay.c: use kvfree() in relay_free_page_array() git bisect bad fc3af372b8c176c08e8921d772ca2bff5620f15b # bad: [cdcdbb925bb730624d1312620263c0cf3666da5c] Merge remote-tracking branch 'init/init-v4.1-rc6' git bisect bad cdcdbb925bb730624d1312620263c0cf3666da5c # good: [3a283d1794f58a054f247152fb4aa15088aad561] mips: make loongsoon serial driver explicitly modular git bisect good 3a283d1794f58a054f247152fb4aa15088aad561 # bad: [3491bfd125cd3d2b7654e2244fb1c262c7212049] Merge branch 'module-misc-4.1-rc6' into init-v4.1-rc6 git bisect bad 3491bfd125cd3d2b7654e2244fb1c262c7212049 # bad: [5ebbb3badaa8ffc50558af88cdea27497953356a] module: relocate module_init from init.h to module.h git bisect bad 5ebbb3badaa8ffc50558af88cdea27497953356a # first bad commit: [5ebbb3badaa8ffc50558af88cdea27497953356a] module: relocate module_init from init.h to module.h