linux-next: Tree for September 13

Previous thread: [ANNOUNCE] GIT 1.6.0.2 by Junio C Hamano on Friday, September 12, 2008 - 11:13 pm. (1 message)

Next thread: [PATCH 0/3] [MTD] physmap.c: Minor cleanups by Zev Weiss on Friday, September 12, 2008 - 11:32 pm. (1 message)
From: Stephen Rothwell
Date: Friday, September 12, 2008 - 11:23 pm

Hi all,

Changes since next-20080905:

New tree: pxa

The arm tree lost its 4 conflicts.

The parisc tree gained a conflict against the dwmw2 tree.

The pxa tree gained a conflict against the arm tree and required a build
fix patch.

The sparc tree lost its conflict.

The x86 tree lost a conflict but gained a conflict against each of Linus'
tree and the pci-current tree and required a build fix patch.

The driver-core tree gained a build fix patch.

The tip-core tree gained a patch to eliminate a build warning.

The cpus4096 tree gained a conflict against the x86 tree.

The ftrace tree lost a build warning patch.

The timers tree gained a conflict against each of the x86 and pci-current
trees.

The kvm tree gained a conflict against the timers tree.

The rr tree gained conflicts against the driver-core and ftrace trees but
lost a build fix patch.

The block tree lost 2 conflicts.

The oprofile tree gained a conflict against the timers tree but also lost
a conflict.

The sparseirq tree lost its 4 conflicts.

I have also applied the following patches for known problems:

	revert BUILD_BUG_ON change
	sparc: qlogicpti fallout from sbus removal
	fix IXGBE dependencies
	Revert "lockdep: fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT
		is not set"
	net: ip_vs_proto_tcp build fix

----------------------------------------------------------------------------

I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git
(patches at
http://www.kernel.org/pub/linux/kernel/people/sfr/linux-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 ...
From: Randy Dunlap
Date: Sunday, September 14, 2008 - 2:17 pm

drivers/net/3c509.c fails (CONFIG_PM=y) with:

drivers/built-in.o:(.data+0x7dcc): undefined reference to `el3_resume'
drivers/built-in.o:(.data+0x7e08): undefined reference to `el3_resume'

It seems that this function does not exist in the source file.

---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--

From: Adrian Bunk
Date: Monday, September 15, 2008 - 7:11 am

It got removed by:


commit 107aeb9753159da848f066b26557f0aaab900a90
Author: Hannes Reinecke <hare@suse.de>
Date:   Wed Sep 10 14:16:04 2008 +0200

    Driver core: Use dev_get_drvdata() accessors
    
    Deprecated direct access to the ->driver_data field and
    use accessors throughout.
    
    Signed-off-by: Hannes Reinecke <hare@suse.de>
    Cc: Kay Sievers <kay.sievers@vrfy.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--

From: Hannes Reinecke
Date: Monday, September 15, 2008 - 7:27 am

Hi Adrian,

Sorry. Here it is again.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N
From: Randy Dunlap
Date: Monday, September 15, 2008 - 8:03 am

Ack, that [attached] patch fixes the build.

---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--

From: Greg KH
Date: Monday, September 15, 2008 - 11:55 am

Now merged in with Hannes's original patch.

thanks,

greg k-h
--

Previous thread: [ANNOUNCE] GIT 1.6.0.2 by Junio C Hamano on Friday, September 12, 2008 - 11:13 pm. (1 message)

Next thread: [PATCH 0/3] [MTD] physmap.c: Minor cleanups by Zev Weiss on Friday, September 12, 2008 - 11:32 pm. (1 message)