2011-06-05 03:42:14

by jiaweiwei

[permalink] [raw]
Subject: [Oops]RFC:include/trace/events/btrfs.h

From: Harry Wei <[email protected]>

When i compile 2.6.39.1, it shows something wrong
like below. When i open the file include/trace/events/btrfs.h
i don't know how to fix these oops. They just give the entry
of the function. So i can't get the exact line of the warnings.
Can anyone give me some suggestions?

Thanks in advance.
Harry Wei

In file included from include/trace/ftrace.h:283,
from include/trace/define_trace.h:96,
from include/trace/events/btrfs.h:667,
from fs/btrfs/super.c:56:
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_transaction_commit���:
include/trace/events/btrfs.h:47: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:47: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:47: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__inode���:
include/trace/events/btrfs.h:68: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:68: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:68: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_get_extent���:
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__ordered_extent���:
include/trace/events/btrfs.h:197: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:197: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:197: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__writepage���:
include/trace/events/btrfs.h:273: warning: large integer implicitly truncated to unsigned type
nclude/trace/events/btrfs.h:273: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:273: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_writepage_end_io_hook���:
clude/trace/events/btrfs.h:332: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:332: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:332: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_sync_file���:
nclude/trace/events/btrfs.h:365: warning: large integer implicitly truncated to unsigned type
nclude/trace/events/btrfs.h:365: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:365: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_delayed_tree_ref���:
nclude/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
nclude/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
clude/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_delayed_data_ref���:
include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__chunk���:
include/trace/events/btrfs.h:541: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:541: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:541: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_cow_block���:
include/trace/events/btrfs.h:591: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:591: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:591: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__reserved_extent���:
include/trace/events/btrfs.h:626: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:626: warning: large integer implicitly truncated to unsigned type
include/trace/events/btrfs.h:626: warning: large integer implicitly truncated to unsigned type


2011-06-06 20:48:05

by Randy Dunlap

[permalink] [raw]
Subject: Re: [Oops]RFC:include/trace/events/btrfs.h

On Sun, 5 Jun 2011 11:41:14 +0800 Harry Wei wrote:

> From: Harry Wei <[email protected]>
>
> When i compile 2.6.39.1, it shows something wrong
> like below. When i open the file include/trace/events/btrfs.h
> i don't know how to fix these oops. They just give the entry
> of the function. So i can't get the exact line of the warnings.
> Can anyone give me some suggestions?

Yeah, those line numbers (below) don't help very much.

There is a patch pending to fix these warnings. It's from
liubo <[email protected]>, posted on 2011-APR-19,
subject: [PATCH 1/2] tracing: add __print_symbolic_u64 to avoid warnings on 32bit machine


> Thanks in advance.
> Harry Wei
>
> In file included from include/trace/ftrace.h:283,
> from include/trace/define_trace.h:96,
> from include/trace/events/btrfs.h:667,
> from fs/btrfs/super.c:56:
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_transaction_commit���:
> include/trace/events/btrfs.h:47: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:47: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:47: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__inode���:
> include/trace/events/btrfs.h:68: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:68: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:68: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_get_extent���:
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:144: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__ordered_extent���:
> include/trace/events/btrfs.h:197: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:197: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:197: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__writepage���:
> include/trace/events/btrfs.h:273: warning: large integer implicitly truncated to unsigned type
> nclude/trace/events/btrfs.h:273: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:273: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_writepage_end_io_hook���:
> clude/trace/events/btrfs.h:332: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:332: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:332: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_sync_file���:
> nclude/trace/events/btrfs.h:365: warning: large integer implicitly truncated to unsigned type
> nclude/trace/events/btrfs.h:365: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:365: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_delayed_tree_ref���:
> nclude/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
> nclude/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
> clude/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:420: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_delayed_data_ref���:
> include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:459: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__chunk���:
> include/trace/events/btrfs.h:541: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:541: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:541: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs_cow_block���:
> include/trace/events/btrfs.h:591: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:591: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:591: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h: In function ���ftrace_raw_output_btrfs__reserved_extent���:
> include/trace/events/btrfs.h:626: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:626: warning: large integer implicitly truncated to unsigned type
> include/trace/events/btrfs.h:626: warning: large integer implicitly truncated to unsigned type


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

2011-06-07 01:04:00

by jiaweiwei

[permalink] [raw]
Subject: Re: [Oops]RFC:include/trace/events/btrfs.h

On Mon, Jun 06, 2011 at 01:47:19PM -0700, Randy Dunlap wrote:
> On Sun, 5 Jun 2011 11:41:14 +0800 Harry Wei wrote:
>
> > From: Harry Wei <[email protected]>
> >
> > When i compile 2.6.39.1, it shows something wrong
> > like below. When i open the file include/trace/events/btrfs.h
> > i don't know how to fix these oops. They just give the entry
> > of the function. So i can't get the exact line of the warnings.
> > Can anyone give me some suggestions?
>
> Yeah, those line numbers (below) don't help very much.
>
> There is a patch pending to fix these warnings. It's from
> liubo <[email protected]>, posted on 2011-APR-19,
> subject: [PATCH 1/2] tracing: add __print_symbolic_u64 to avoid warnings on 32bit machine
>
Yup, it is well for me.

Thanks.
Harry Wei.