Prev: [patch] rocket: release_region or error path
Next: cgroups: read-write lock CLONE_THREAD forking per threadgroup
From: Randy Dunlap on 4 Aug 2010 12:50 On Wed, 4 Aug 2010 15:10:35 +1000 Stephen Rothwell wrote: > Hi all, > > As the merge window is open, please do not add 2.6.27 material to your > linux-next included trees until after 2.6.36-rc1. > > Changes since 20100803: drivers/power/olpc_battery.c:387: error: unknown field 'owner' specified in initializer drivers/power/olpc_battery.c:387: warning: excess elements in struct initializer drivers/power/olpc_battery.c:387: warning: (near initialization for 'olpc_bat_eeprom.attr') The .owner field has been dropped from the attr struct. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Randy Dunlap on 9 Aug 2010 12:50 On Wed, 4 Aug 2010 09:47:55 -0700 Randy Dunlap wrote: > On Wed, 4 Aug 2010 15:10:35 +1000 Stephen Rothwell wrote: > > > Hi all, > > > > As the merge window is open, please do not add 2.6.27 material to your > > linux-next included trees until after 2.6.36-rc1. > > > > Changes since 20100803: > > > drivers/power/olpc_battery.c:387: error: unknown field 'owner' specified in initializer > drivers/power/olpc_battery.c:387: warning: excess elements in struct initializer > drivers/power/olpc_battery.c:387: warning: (near initialization for 'olpc_bat_eeprom.attr') > > > The .owner field has been dropped from the attr struct. Build still fails in linux-next 20100809. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: David Woodhouse on 9 Aug 2010 13:20 On Mon, 2010-08-09 at 09:39 -0700, Randy Dunlap wrote: > On Wed, 4 Aug 2010 09:47:55 -0700 Randy Dunlap wrote: > > > On Wed, 4 Aug 2010 15:10:35 +1000 Stephen Rothwell wrote: > > > > > Hi all, > > > > > > As the merge window is open, please do not add 2.6.27 material to your > > > linux-next included trees until after 2.6.36-rc1. > > > > > > Changes since 20100803: > > > > > > drivers/power/olpc_battery.c:387: error: unknown field 'owner' specified in initializer > > drivers/power/olpc_battery.c:387: warning: excess elements in struct initializer > > drivers/power/olpc_battery.c:387: warning: (near initialization for 'olpc_bat_eeprom.attr') > > > > > > The .owner field has been dropped from the attr struct. > > > Build still fails in linux-next 20100809. Anton, please pull from git://git.infradead.org/~dwmw2/battery-2.6.git (or I can just push it, but I figured I'd ask first). -- David Woodhouse Open Source Technology Centre David.Woodhouse(a)intel.com Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Anton Vorontsov on 9 Aug 2010 13:30
On Mon, Aug 09, 2010 at 06:17:52PM +0100, David Woodhouse wrote: [...] > > > drivers/power/olpc_battery.c:387: error: unknown field 'owner' specified in initializer > > > drivers/power/olpc_battery.c:387: warning: excess elements in struct initializer > > > drivers/power/olpc_battery.c:387: warning: (near initialization for 'olpc_bat_eeprom.attr') > > > > > > > > > The .owner field has been dropped from the attr struct. > > > > > > Build still fails in linux-next 20100809. > > Anton, please pull from git://git.infradead.org/~dwmw2/battery-2.6.git > (or I can just push it, but I figured I'd ask first). Pulled and pushed back out, thanks! -- Anton Vorontsov email: cbouatmailru(a)gmail.com irc://irc.freenode.net/bd2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |