public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Building tilegx defconfig gets init/exit section errors in xfs.
@ 2012-03-25 18:20 Paul Gortmaker
  2012-03-26 21:53 ` Ben Myers
  2012-03-26 21:59 ` Dave Chinner
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Gortmaker @ 2012-03-25 18:20 UTC (permalink / raw)
  To: xfs; +Cc: linux-next, cmetcalf

Hi All,

Recently the tilegx defconfig was added to the linux-next build
coverage, which exposed this.
 
LD      .tmp_vmlinux1
`xfs_qm_exit' referenced in section `.init.text' of fs/built-in.o:
 defined in discarded section `.exit.text' of fs/built-in.o
make[1]: *** [.tmp_vmlinux1] Error 1

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

It seemed odd to me, since I didn't think there was anything arch
specific in the init/exit sectioning, so I thought I'd mention it
here, just in case it hasn't been brought up before.

Thanks,
Paul.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: Building tilegx defconfig gets init/exit section errors in xfs.
  2012-03-25 18:20 Building tilegx defconfig gets init/exit section errors in xfs Paul Gortmaker
@ 2012-03-26 21:53 ` Ben Myers
  2012-03-26 21:59 ` Dave Chinner
  1 sibling, 0 replies; 5+ messages in thread
From: Ben Myers @ 2012-03-26 21:53 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-next, cmetcalf, xfs

Hey Paul,

On Sun, Mar 25, 2012 at 02:20:35PM -0400, Paul Gortmaker wrote:
> Recently the tilegx defconfig was added to the linux-next build
> coverage, which exposed this.
>  
> LD      .tmp_vmlinux1
> `xfs_qm_exit' referenced in section `.init.text' of fs/built-in.o:
>  defined in discarded section `.exit.text' of fs/built-in.o
> make[1]: *** [.tmp_vmlinux1] Error 1
> 
> http://kisskb.ellerman.id.au/kisskb/buildresult/5941293/
> 
> It seemed odd to me, since I didn't think there was anything arch
> specific in the init/exit sectioning, so I thought I'd mention it
> here, just in case it hasn't been brought up before.

Yep, this is fixed in the xfs master branch, and we'll be requesting a pull
ASAP.  Thanks for reporting it!  ;)

Regards,
	Ben

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: Building tilegx defconfig gets init/exit section errors in xfs.
  2012-03-25 18:20 Building tilegx defconfig gets init/exit section errors in xfs Paul Gortmaker
  2012-03-26 21:53 ` Ben Myers
@ 2012-03-26 21:59 ` Dave Chinner
  2012-03-26 22:10   ` Paul Gortmaker
  1 sibling, 1 reply; 5+ messages in thread
From: Dave Chinner @ 2012-03-26 21:59 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-next, cmetcalf, xfs

On Sun, Mar 25, 2012 at 02:20:35PM -0400, Paul Gortmaker wrote:
> Hi All,
> 
> Recently the tilegx defconfig was added to the linux-next build
> coverage, which exposed this.
>  
> LD      .tmp_vmlinux1
> `xfs_qm_exit' referenced in section `.init.text' of fs/built-in.o:
>  defined in discarded section `.exit.text' of fs/built-in.o
> make[1]: *** [.tmp_vmlinux1] Error 1
> 
> http://kisskb.ellerman.id.au/kisskb/buildresult/5941293/
> 
> It seemed odd to me, since I didn't think there was anything arch
> specific in the init/exit sectioning, so I thought I'd mention it
> here, just in case it hasn't been brought up before.

Already been reported, a patch has been provided, too. So the fix
is underway.

Thanks for reporting the problem anyway, Paul.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: Building tilegx defconfig gets init/exit section errors in xfs.
  2012-03-26 21:59 ` Dave Chinner
@ 2012-03-26 22:10   ` Paul Gortmaker
  2012-03-26 22:12     ` Chris Metcalf
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Gortmaker @ 2012-03-26 22:10 UTC (permalink / raw)
  To: Dave Chinner; +Cc: bpm, linux-next, cmetcalf, xfs

On 12-03-26 05:59 PM, Dave Chinner wrote:
> On Sun, Mar 25, 2012 at 02:20:35PM -0400, Paul Gortmaker wrote:
>> Hi All,
>>
>> Recently the tilegx defconfig was added to the linux-next build
>> coverage, which exposed this.
>>  
>> LD      .tmp_vmlinux1
>> `xfs_qm_exit' referenced in section `.init.text' of fs/built-in.o:
>>  defined in discarded section `.exit.text' of fs/built-in.o
>> make[1]: *** [.tmp_vmlinux1] Error 1
>>
>> http://kisskb.ellerman.id.au/kisskb/buildresult/5941293/
>>
>> It seemed odd to me, since I didn't think there was anything arch
>> specific in the init/exit sectioning, so I thought I'd mention it
>> here, just in case it hasn't been brought up before.
> 
> Already been reported, a patch has been provided, too. So the fix
> is underway.
> 
> Thanks for reporting the problem anyway, Paul.

Thanks Dave, Ben - seems gmane archive isn't easily searchable, but
the nabble one is.  I'll add this link to the linux-next triage
report until the fix appears in a linux-next build:

http://old.nabble.com/-PATCH--fs%3A-xfs%3A-fix-section-mismatch-in-linux-next-td33519270.html

And next time I'll try harder to search a useful archive.  :)

Paul.


> 
> Cheers,
> 
> Dave.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: Building tilegx defconfig gets init/exit section errors in xfs.
  2012-03-26 22:10   ` Paul Gortmaker
@ 2012-03-26 22:12     ` Chris Metcalf
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Metcalf @ 2012-03-26 22:12 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: bpm, linux-next, xfs

On 12-03-26 05:59 PM, Dave Chinner wrote:
> On Sun, Mar 25, 2012 at 02:20:35PM -0400, Paul Gortmaker wrote:
>> Hi All,
>>
>> Recently the tilegx defconfig was added to the linux-next build
>> coverage, which exposed this.
>>  
>> LD      .tmp_vmlinux1
>> `xfs_qm_exit' referenced in section `.init.text' of fs/built-in.o:
>>  defined in discarded section `.exit.text' of fs/built-in.o
>> make[1]: *** [.tmp_vmlinux1] Error 1
>>
>> http://kisskb.ellerman.id.au/kisskb/buildresult/5941293/
>>
>> It seemed odd to me, since I didn't think there was anything arch
>> specific in the init/exit sectioning, so I thought I'd mention it
>> here, just in case it hasn't been brought up before.
> Already been reported, a patch has been provided, too. So the fix
> is underway.
>
> Thanks for reporting the problem anyway, Paul.

And I'll second that with my thanks for adding tilegx to the linux-next
build coverage!  Please do continue to cc me on any issues that are exposed.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2012-03-26 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 18:20 Building tilegx defconfig gets init/exit section errors in xfs Paul Gortmaker
2012-03-26 21:53 ` Ben Myers
2012-03-26 21:59 ` Dave Chinner
2012-03-26 22:10   ` Paul Gortmaker
2012-03-26 22:12     ` Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox