linux-next: Tree for July 16 - Build failure

2012-07-16 Thread Alexandre Pereira da Silva
Hi,

I am getting errors building lpc32xx defconfig on linux-next tree for
next-20120716 tag.

Here are the errors:
drivers/built-in.o: In function `of_clk_get':
drivers/clk/clkdev.c:42: undefined reference to `of_clk_get_from_provider'
make[1]: ** [vmlinux] Erro 1

Any suggestions?

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


Re: linux-next: Tree for July 16

2012-07-16 Thread Al Viro
On Mon, Jul 16, 2012 at 09:56:45AM +0200, Sedat Dilek wrote:
> On Mon, Jul 16, 2012 at 9:54 AM, Sedat Dilek  wrote:
> > On Mon, Jul 16, 2012 at 9:48 AM, Al Viro  wrote:
> >> On Mon, Jul 16, 2012 at 05:17:09PM +1000, Stephen Rothwell wrote:
> >>> Hi all,
> >>>
> >>> Changes since 20120713:
> >>>
> >>> The ext4 tree lost its build failure.
> >>>
> >>> The vfs tree gained a build failure so I used the version from
> >>> next-20120713.
> >>
> >> Details, please?
> >
> > [1] http://lkml.indiana.edu/hypermail/linux/kernel/1107.2/00046.html
> >
> 
> Grr right subject - wrong email, Stephen's mail seems to be not in the
> offline mail-archives, so I am quoting:
> 
> "Hi Al,
> 
> After merging the vfs tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
> 
> fs/ext2/super.c: In function 'ext2_sync_fs':
> fs/ext2/super.c:1191:2: error: implicit declaration of function
> 'dquot_writeback_dquots' [-Werror=implicit-function-declaration]
> fs/ext3/super.c: In function 'ext3_sync_fs':
> fs/ext3/super.c:2534:2: error: implicit declaration of function
> 'dquot_writeback_dquots' [-Werror=implicit-function-declaration]
> fs/ext4/super.c: In function 'ext4_sync_fs':
> fs/ext4/super.c:4493:2: error: implicit declaration of function
> 'dquot_writeback_dquots' [-Werror=implicit-function-declaration]
> 
> Caused by commits 05566b558a47 ("quota: Move quota syncing to ->sync_fs
> method") and ad04033e79d2 ("quota: Split dquot_quota_sync() to writeback
> and cache flushing part").  Please do build testing with and without
> CONFIG QUOTA for quota changes ...

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


Re: linux-next: Tree for July 16

2012-07-16 Thread Sedat Dilek
On Mon, Jul 16, 2012 at 9:54 AM, Sedat Dilek  wrote:
> On Mon, Jul 16, 2012 at 9:48 AM, Al Viro  wrote:
>> On Mon, Jul 16, 2012 at 05:17:09PM +1000, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20120713:
>>>
>>> The ext4 tree lost its build failure.
>>>
>>> The vfs tree gained a build failure so I used the version from
>>> next-20120713.
>>
>> Details, please?
>
> [1] http://lkml.indiana.edu/hypermail/linux/kernel/1107.2/00046.html
>

Grr right subject - wrong email, Stephen's mail seems to be not in the
offline mail-archives, so I am quoting:

"Hi Al,

After merging the vfs tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

fs/ext2/super.c: In function 'ext2_sync_fs':
fs/ext2/super.c:1191:2: error: implicit declaration of function
'dquot_writeback_dquots' [-Werror=implicit-function-declaration]
fs/ext3/super.c: In function 'ext3_sync_fs':
fs/ext3/super.c:2534:2: error: implicit declaration of function
'dquot_writeback_dquots' [-Werror=implicit-function-declaration]
fs/ext4/super.c: In function 'ext4_sync_fs':
fs/ext4/super.c:4493:2: error: implicit declaration of function
'dquot_writeback_dquots' [-Werror=implicit-function-declaration]

Caused by commits 05566b558a47 ("quota: Move quota syncing to ->sync_fs
method") and ad04033e79d2 ("quota: Split dquot_quota_sync() to writeback
and cache flushing part").  Please do build testing with and without
CONFIG QUOTA for quota changes ...

I have used the vfs tree from next-20120713 for today."

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


Re: linux-next: Tree for July 16

2012-07-16 Thread Sedat Dilek
On Mon, Jul 16, 2012 at 9:48 AM, Al Viro  wrote:
> On Mon, Jul 16, 2012 at 05:17:09PM +1000, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20120713:
>>
>> The ext4 tree lost its build failure.
>>
>> The vfs tree gained a build failure so I used the version from
>> next-20120713.
>
> Details, please?

[1] http://lkml.indiana.edu/hypermail/linux/kernel/1107.2/00046.html

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


Re: linux-next: Tree for July 16

2012-07-16 Thread Al Viro
On Mon, Jul 16, 2012 at 05:17:09PM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20120713:
> 
> The ext4 tree lost its build failure.
> 
> The vfs tree gained a build failure so I used the version from
> next-20120713.

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


linux-next: Tree for July 16

2012-07-16 Thread Stephen Rothwell
Hi all,

Changes since 20120713:

The ext4 tree lost its build failure.

The vfs tree gained a build failure so I used the version from
next-20120713.

The drm tree gained a conflict against Linus' tree.

The battery tree tree gained a build failure so I used the version from
next-20120713.

The remoteproc tree gained a conflict against Linus' tree.

The tty tree still has its build failure, so I used the version from
next-20120712.

I have still reverted 3 commits from the signal tree at the request of the
arm maintainer.

The akpm tree gained a conflict against the ext4 tree and lost a few
patches that turned up elsewhere.



I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
(patches at http://www.kernel.org/pub/linux/kernel/next/ ).  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" as mentioned in the FAQ on the wiki
(see below).

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
a ppc64_defconfig for powerpc and an allmodconfig for x86_64. After the
final fixups (if any), it is also built with powerpc allnoconfig (32 and
64 bit), ppc44x_defconfig and allyesconfig (minus
CONFIG_PROFILE_ALL_BRANCHES - this fails its final link) and i386, sparc,
sparc64 and arm defconfig. These builds also have
CONFIG_ENABLE_WARN_DEPRECATED, CONFIG_ENABLE_MUST_CHECK and
CONFIG_DEBUG_INFO disabled when necessary.

Below is a summary of the state of the merge.

We are up to 197 trees (counting Linus' and 26 trees of patches pending
for Linus' tree), more are welcome (even if they are currently empty).
Thanks to those who have contributed, and to those who haven't, please do.

Status of my 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.

Thanks to Randy Dunlap for doing many randconfig builds.  And to Paul
Gortmaker for triage and bug fixes.

There is a wiki covering stuff to do with linux-next at
http://linux.f-seidel.de/linux-next/pmwiki/ .  Thanks to Frank Seidel.

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au

$ git checkout master
$ git reset --hard stable
Merging origin/master (84a1caf Linux 3.5-rc7)
Merging fixes/master (9023a40 Merge tag 'mmc-fixes-for-3.5-rc4' of 
git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc)
Merging kbuild-current/rc-fixes (f8f5701 Linux 3.5-rc1)
Merging arm-current/fixes (ff081e0 ARM: 7457/1: smp: Fix suspicious RCU 
originating from cpu_die())
Merging m68k-current/for-linus (d8ce726 m68k: Use generic strncpy_from_user(), 
strlen_user(), and strnlen_user())
Merging powerpc-merge/merge (50fb31c tty/hvc_opal: Fix debug function name)
Merging sparc/master (d55de60 sparc64: remove unused function 
straddles_64bit_va_hole())
Merging net/master (7ac2908 sch_sfb: Fix missing NULL check)
Merging sound-current/for-linus (68e67f4 ALSA: snd-usb: move calls to 
usb_set_interface)
Merging pci-current/for-linus (314489b Merge tag 'fixes-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc)
Merging wireless/master (8a70e7f NFC: NCI module license 'unspecified' taints 
kernel)
Merging driver-core.current/driver-core-linus (5becfb1 kmsg: merge continuation 
records while printing)
Merging tty.current/tty-linus (6b16351 Linux 3.5-rc4)
Merging usb.current/usb-linus (dbf0e4c PCI: EHCI: fix crash during suspend on 
ASUS computers)
Merging staging.current/staging-linus (6887a41 Linux 3.5-rc5)
Merging char-misc.current/char-misc-linus (16a50b1 mei: pci_resume: set 
IRQF_ONESHOT for msi request_threaded_irq)
Merging input-current/for-linus (e76b8ee Input: xpad - add Andamiro Pump It Up 
pad)
Merging md-current/for-linus (2d4f4f3 md/raid1: fix use-after-free bug in RAID1 
data-check code.)
Merging audit-current/for-linus (c158a35 audit: no leading space in 
audit_log_d_path prefix)
Merging crypto-current/master (c475c06 hwrng: atmel-rng - fix data valid check)
Merging ide/master (39a50b4 Merge branch 'hfsplus')
Merging dwmw2/master (244dc4e Merge 
git://git.infradead.org/users/dwmw2/random-2.6)
Merging sh-current/sh-fixes-for-linus (4403310 SH: Convert out[bwl] macros to 
inline functions)
Merging irqdomain-current/irqdomain/merge (15e06bf irqdomain: Fix debugfs 
formatting)
Merging devicetree-current/devicetree/merge (4e8383b of: release node fix for 
of_parse_phandle_with_args)
Merging spi-current/spi/merge (d1c185b of/spi: Fix SPI module loading by using 
proper "spi:" modalias prefixes.)
Merging gpio-current/gpio/merge (96b7064 gpio/tca6424: merge I2C transactions, 
remove cast)
Merging arm/for-next (