lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 8 Jan 2013 10:26:14 +0800
From:	Fengguang Wu <fengguang.wu@...el.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Kent Overstreet <koverstreet@...gle.com>,
	Haavard Skinnemoen <hskinnemoen@...il.com>,
	Hans-Christian Egtvedt <egtvedt@...fundet.no>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [avr32] [next:akpm 212/227] lib/percpu-refcount.c:57: warning: value
 computed is not used

[CC avr32 maintainers]

On Mon, Jan 07, 2013 at 12:20:52PM -0800, Andrew Morton wrote:
> On Mon, 07 Jan 2013 12:45:36 +0800
> kbuild test robot <fengguang.wu@...el.com> wrote:
> 
> > tree:   git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git akpm
> > head:   e862d51dae9808e394a118ca1692f09bf0751aba
> > commit: 6311ac08e93b12f1367da092b413dd2434be45f5 [212/227] generic dynamic per cpu refcounting
> > config: make ARCH=avr32 atngw100_defconfig
> > 
> > All warnings:
> > 
> > lib/percpu-refcount.c: In function 'percpu_ref_init':
> > lib/percpu-refcount.c:22: error: 'jiffies' undeclared (first use in this function)
> > lib/percpu-refcount.c:22: error: (Each undeclared identifier is reported only once
> > lib/percpu-refcount.c:22: error: for each function it appears in.)
> > lib/percpu-refcount.c: In function 'percpu_ref_alloc':
> > lib/percpu-refcount.c:36: error: 'jiffies' undeclared (first use in this function)
> > lib/percpu-refcount.c:41: error: 'HZ' undeclared (first use in this function)
> > lib/percpu-refcount.c:57: warning: value computed is not used
> > 
> 
> Confused. 
> http://ozlabs.org/~akpm/mmotm/broken-out/generic-dynamic-per-cpu-refcounting-fix.patch
> added the jiffies.h include.

Oh that patch's linux-next commit is 18bc58821de88e5621cfdaac78c814ea479accab
and goes _after_ the current commit 6311ac08e93b12f1367da092b413dd2434be45f5.

So linux-next HEAD no longer has the build errors, however I still got these
warnings:

          CC      lib/percpu-refcount.o
        In file included from /c/wfg/linux/include/uapi/linux/param.h:4,
                         from /c/wfg/linux/include/linux/timex.h:63,
                         from /c/wfg/linux/include/linux/jiffies.h:8,
                         from /c/wfg/linux/lib/percpu-refcount.c:4:
==>     /c/wfg/linux/arch/avr32/include/asm/param.h:6:1: warning: "HZ" redefined

That's a trivial avr32 problem.

        In file included from /c/wfg/linux/arch/avr32/include/asm/param.h:4,
                         from /c/wfg/linux/include/uapi/linux/param.h:4,
                         from /c/wfg/linux/include/linux/timex.h:63,
                         from /c/wfg/linux/include/linux/jiffies.h:8,
                         from /c/wfg/linux/lib/percpu-refcount.c:4:
        /c/wfg/linux/arch/avr32/include/uapi/asm/param.h:6:1: warning: this is the location of the previous definition
        /c/wfg/linux/lib/percpu-refcount.c: In function 'percpu_ref_alloc':
==>     /c/wfg/linux/lib/percpu-refcount.c:58: warning: value computed is not used

That's perhaps related to how cmpxchg() is expanded in avr32.

        /c/wfg/linux/lib/percpu-refcount.c: In function 'percpu_ref_kill':
==>     /c/wfg/linux/lib/percpu-refcount.c:114: warning: 'new' may be used uninitialized in this function

Should be a false warning. The code looks fine.

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ