On Fri, 20 Jul 2007 20:59:25 +0200 Arnd Bergmann <[EMAIL PROTECTED]> wrote:
> On Friday 20 July 2007, Andrew Morton wrote: > > And what's up with all these powerpc people sending out patchbombs after > > the merge window has opened? __Formally, _all_ of this: > > > ... > > > > should be pushed back into 2.6.24 because it all arrived too late. > > > > I guess you're all doing that to Paul on a regular basis. __Bad. > > Yes, I'm particularly bad at this usually. > > However, for the ps3 drivers and oprofile, the problem was really > miscommunication about who gets to merge what first, because there > were interdependencies with other subsystems: Paul wanted to have > that code merged through other subsystems maintainers, which for > different reasons just did not happen at first. > > The spufs patches mostly basically fixes that came up after all the > other spufs code got merged. > > I'm also still sitting on the fixes (and two new drivers) that I > submitted to you earlier this week, and asked Linus to pull consequently. > My plan was to ask Linus again for merging them today, together > with Jeremy's spufs patches and the oprofile stuff and another patch > from Christoph. > > Would you prefer me not to do that but to instead just push out the > patches I have queued myself? > I think it's better if you do it, please - I'm not doing anything useful here. Bob has just sent out an udpate to the oprofile patches btw. I'll cc you on the incrementals in case that's some use. btw, I also found the below which I guess I'll merge: From: Mariusz Kozlowski <[EMAIL PROTECTED]> allnoconfig results in this: CC arch/powerpc/mm/tlb_32.o In file included from include/asm/tlb.h:60, from arch/powerpc/mm/tlb_32.c:30: include/asm-generic/tlb.h: In function 'tlb_flush_mmu': include/asm-generic/tlb.h:76: error: implicit declaration of function 'release_pages' include/asm-generic/tlb.h: In function 'tlb_remove_page': include/asm-generic/tlb.h:105: error: implicit declaration of function 'page_cache_release' Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Cc: Paul Mackerras <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- arch/powerpc/mm/tlb_32.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/powerpc/mm/tlb_32.c~powerpc-tlb_32c-build-fix arch/powerpc/mm/tlb_32.c --- a/arch/powerpc/mm/tlb_32.c~powerpc-tlb_32c-build-fix +++ a/arch/powerpc/mm/tlb_32.c @@ -26,6 +26,8 @@ #include <linux/mm.h> #include <linux/init.h> #include <linux/highmem.h> +#include <linux/pagemap.h> + #include <asm/tlbflush.h> #include <asm/tlb.h> _ _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev