Re: powerpc/ppc64: Allow allmodconfig to build (finally !)

2014-05-13 Thread Stephen Rothwell
This assembler was configured for a target of `powerpc64-linux'. $ /opt/cross/gcc-4.8.1-nolibc/powerpc64-linux/bin/powerpc64-linux-as -o test.o test.s (no error) Alan, can you shed light on when it was fixed? -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocations

2014-05-22 Thread Stephen Rothwell
ough here by removing the above 3 lines? > + > +out_hcall: > + kfree(result_buffer); > +out_resb: > + kfree(request_buffer); > +out_reqb: > return ret; > } -- Cheers, Stephen Rothwells...@canb.auug.org.

Re: [PATCH v2] powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocations

2014-05-22 Thread Stephen Rothwell
fer); > +out_reqb: > return ret; > } > otherwise looks good to me. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2] powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocations

2014-05-22 Thread Stephen Rothwell
blem. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

linux-next: manual merge of the powerpc tree with Linus' tree

2014-05-28 Thread Stephen Rothwell
on_descriptor") from the powerpc tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc arch/powerpc/include/asm/sections.h index 521790330672,d1bb96d5a298.. --- a

Re: [PATCH] powerpc: Remove platforms/wsp and associated pieces

2014-05-29 Thread Stephen Rothwell
Hi Michael, On Thu, 29 May 2014 18:50:29 +1000 Michael Ellerman wrote: > > __attribute__ ((unused)) > > Signed-off-by: Michael Ellerman So this was the only use of CONFIG_PPC_A2 ... so more cleanup possible :-) I always appreciate negative work :-) -- Cheers, Step

Re: [PATCH] powerpc: Remove platforms/wsp and associated pieces

2014-05-29 Thread Stephen Rothwell
Hi Michael, On Thu, 29 May 2014 19:32:52 +1000 Stephen Rothwell wrote: > > On Thu, 29 May 2014 18:50:29 +1000 Michael Ellerman > wrote: > > > > __attribute__ ((unused)) > > > > Signed-off-by: Michael Ellerman > > So this was the only use of CONFI

Re: [PATCH] gpio: removes all usage of gpiochip_remove retval

2014-05-29 Thread Stephen Rothwell
log for this patch. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2] sched: Fix compiler warnings

2014-06-25 Thread Stephen Rothwell
tatic inline const int cpu_numa_flags(void) > +static inline int cpu_numa_flags(void) > { > return SD_NUMA; > } The same is true of those three, but then they would have to be moved into a .c file and replaced with prototypes ... -- Cheers, Stephen Rothwell

Re: [PATCH] powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64

2014-06-30 Thread Stephen Rothwell
eck I'll dump this in my "fixes" tree today and see how it goes. Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: powerpc allyesconfig fix

2014-07-07 Thread Stephen Rothwell
ch, you should include a From line as the first line of the email body containing their email address and you should include a Signed-off-by line from yourself. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description:

Re: [PATCH] powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE

2014-07-09 Thread Stephen Rothwell
remap_pfn_range((vma), (addr), (pfn), PAGE_SIZE, \ + __pgprot(pgprot_val((prot)) | _PAGE_4K_PFN))) -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

linux-next: build failure after merge of the powerpc tree

2014-08-05 Thread Stephen Rothwell
Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:890: Error: attempt to move .org backwards Its back again and I have left it broken. Maybe caused by commit 0869b6fd209b ("powerpc/book3s: Add basic infrastructure to handle HMI in Linux"). -- Cheers, S

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-08-10 Thread Stephen Rothwell
f the file. > > Cc: Mahesh Salgaonkar > Signed-off-by: Guenter Roeck > --- > Compile tested with all ppc configurations. > The reported checkpatch error appears to be a false positive. Thanks. I have added that to my fixes tree for today. -- Cheers, Stephen Roth

Re: [PATCH 6/6] powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c

2014-08-22 Thread Stephen Rothwell
,42 @@ > -#include You removed export.h ... > +EXPORT_SYMBOL(flush_dcache_range); > +EXPORT_SYMBOL(flush_icache_range); But still use EXPORT_SYMBOL ... Or did I miss something? -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc

Re: [PATCH 4/4] powerpc: Move htab_remove_mapping function prototype into header file

2014-08-22 Thread Stephen Rothwell
remove "extern" in header files - I just happen to disagree with that trend. :-)) -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

linux-next: build failure after merge of the final tree (Linus' tree related - powerpc)

2013-11-20 Thread Stephen Rothwell
ndian /* ^ Caused by commit 7c105b63bd98 ("powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option"). I have reverted that commit for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpBlULjp0d08.pgp Description

linux-next: build failure after merge of the final tree (powerpc tree related)

2013-12-08 Thread Stephen Rothwell
: Add flush_tlb operation in cpu_spec" 4c703416efc0 "powerpc/book3s: Introduce a early machine check hook in cpu_spec" 1c51089f777b "powerpc/book3s: Return from interrupt if coming from evil context" 1e9b4507ed98 "powerpc/book3s: han

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2013-12-09 Thread Stephen Rothwell
: attempt to move .org > backwards > > Signed-off-by: Mahesh Salgaonkar Reported-by: Stephen Rothwell Tested-by: Stephen Rothwell Works for me. Thanks. I will add this to linux-next today if Ben doesn't add it to his tree. -- Ch

linux-next: build failure after merge of the final tree

2014-01-06 Thread Stephen Rothwell
apply patch "powerpc: Fix "attempt to move .org backwards" error", but that has been included in the powerpc tree now, so I guess something else has added code in a critical place. :-( I have just left this broken for today. -- Cheers, Stephen Rothwell pgp1XF9k6ifpC.pgp D

Re: [PATCH RFC 00/73] tree-wide: clean up some no longer required #include

2014-01-21 Thread Stephen Rothwell
uld be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au Legal Stuff: By participating in linux-next, your subsystem tree contributions are public and will be included in the linux-next

Re: [PATCH] powerpc: Add cpu family documentation

2014-01-29 Thread Stephen Rothwell
nd document > + || > + |* [620] --- POWER3/630 --- POWER3+ --- POWER4 --- > POWER4+ --- POWER5 --- POWER5+ --- POWER5++ --- POWER6 --- POWER7 --- POWER7+ > --- POWER8 Its a pity that this wraps ... -- Cheers, Stephen Rothwell

Re: [GIT PULL] tree-wide: clean up no longer required #include

2014-02-04 Thread Stephen Rothwell
own in the mail along with the usual pull request message (I guess he should have put that bit at the top). -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpV7SA4Dr8by.pgp Description: PGP signature ___ Linuxppc-dev mailing li

Re: [GIT PULL] tree-wide: clean up no longer required #include

2014-02-06 Thread Stephen Rothwell
gt; most of the changes in the last week have been trivial adding acks > or dropping patches that maintainers decided to take themselves. Any thoughts on merging this? I can feel it bitrotting :-( -- Cheers, Stephen Rothwells...@canb.auug.org.au pgp6ta0lC80wF.p

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-02-11 Thread Stephen Rothwell
Hi all, On Tue, 10 Dec 2013 10:26:10 +1100 Benjamin Herrenschmidt wrote: > > On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: > > Reported-by: Stephen Rothwell > > Tested-by: Stephen Rothwell > > > > Works for me. Thanks. I will add this to linux-nex

[RFC PATCH] powerpc: allow allyesconfig to build more

2014-02-26 Thread Stephen Rothwell
Fixes this build error: arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:1312: Error: attempt to move .org backwards Signed-off-by: Stephen Rothwell --- arch/powerpc/kernel/exceptions-64s.S | 20 ++-- 1 file changed, 10 insertions

linux-next: manual merge of the powernv-cpuidle tree with the powerpc tree

2014-03-17 Thread Stephen Rothwell
ase on wakeup") from the powernv-cpuidle tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc arch/powerpc/include/asm/opal.h index 2636acfcd340,c71c72e47d47.. -

linux-next: manual merge of the powernv-cpuidle tree with the powerpc tree

2014-03-17 Thread Stephen Rothwell
l to resync timebase on wakeup") from the powernv-cpuidle tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc arch/powerpc/platforms/powernv/opal-wrappers.S index

Re: [PATCH 1/7] powerpc: regenerate ppc64 and pseries defconfigs

2015-01-19 Thread Stephen Rothwell
Hi Anton, On Tue, 20 Jan 2015 10:24:19 +1100 Anton Blanchard wrote: > > Regenerate defconfigs using make savedefconfig. I assume that you checked that we end up with (basically) the same .config (as some previous (to be defined but sane) release)? :-) -- Cheers, Stephen Ro

Re: [PATCH 2/7] powerpc: Enable on demand governor on ppc64_defconfig

2015-01-19 Thread Stephen Rothwell
o more of these in Kconfig entries ... -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpC2JeQa4E1R.pgp Description: OpenPGP digital signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org

Re: [PATCH 05/15] fbdev: imsttfb: remove the dependency on PPC_OF

2015-01-31 Thread Stephen Rothwell
t; struct pci_device_id *ent) > printk(KERN_INFO "%s: OF name %s\n",__func__, dp->name); > else > printk(KERN_ERR "imsttfb: no OF node for pci device\n"); > -#endif /* CONFIG_PPC_OF */ This will emit the above error if CONFIG_

Re: [PATCH 05/15] fbdev: imsttfb: remove the dependency on PPC_OF

2015-02-02 Thread Stephen Rothwell
if (IS_ENABLED(CONFIG_OF)) > printk(KERN_ERR "imsttfb: no OF node for pci device\n"); Looks good. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgptJfdFLQlIg.pgp Description: OpenPGP digital signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 05/15] fbdev: imsttfb: remove the dependency on PPC_OF

2015-02-02 Thread Stephen Rothwell
here. > That is also why I didn't get the build failure for the non-OF archs. :-) Right. Seems ok, then. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpjJLy0n9AuO.pgp Description: OpenPGP digital signature ___ Linux

Re: [PATCH] Fix offset2lib issue for x86*, ARM*, PowerPC and MIPS

2015-02-26 Thread Stephen Rothwell
+ > + if ((current->personality & ADDR_NO_RANDOMIZE) || > + !(current->flags & PF_RANDOMIZE)) > + return base; > + ret = base + mmap_rnd(); > + return max(ret, base); > +} > + Didn't we have some trouble with some compile

Re: [PATCH] Fix offset2lib issue for x86*, ARM*, PowerPC and MIPS

2015-02-26 Thread Stephen Rothwell
> +} > + Didn't we have some trouble with some compilers when the weak function (mmap_rnd) was defined and used in the same file i.e. the wrong one was used? -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpFQjeciaw5p.pgp Description: OpenPGP digital signa

Re: [PATCH] seccomp: switch to using asm-generic for seccomp.h

2015-02-27 Thread Stephen Rothwell
/* _ASM_ARM_SECCOMP_H */ > +#include I think that these cases (where you replace the file by a stub that just include ) can be replaced by removing the file completely and adding generic-y = seccomp.h to /include/asm/Kbuild -- Cheers, Stephen Rothwells...@canb.auug.o

[PATCH] powerpc: comvert relocs_check to a shell script using grep

2015-03-11 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell --- arch/powerpc/Makefile| 4 +-- arch/powerpc/relocs_check.pl | 66 arch/powerpc/relocs_check.sh | 58

[PATCHv2] powerpc: comvert relocs_check to a shell script using grep

2015-03-12 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell --- v2: address ShellCheck comments from Michael arch/powerpc/Makefile| 4 +-- arch/powerpc/relocs_check.pl | 66 arch/powerpc

Re: [PATCHv2] powerpc: comvert relocs_check to a shell script using grep

2015-03-13 Thread Stephen Rothwell
Hi David, On Fri, 13 Mar 2015 14:18:10 + David Laight wrote: > > From: Stephen Rothwell > > This runs a bit faster and removes another use of perl from > > the kernel build. > ... > > diff --git a/arch/powerpc/relocs_check.sh b/arch/powerpc/relocs_check.sh > &g

[PATCHv3] powerpc: convert relocs_check to a shell script using grep

2015-03-15 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell --- v3: use $# instead of ${#*} (thanks David Laight) also added check on vmlinux and objdump v2: address ShellCheck comments from Michael arch/powerpc/Makefile| 4

Re: [PATCHv3] powerpc: convert relocs_check to a shell script using grep

2015-03-17 Thread Stephen Rothwell
Hi Michael, On Wed, 18 Mar 2015 16:19:40 +1100 (AEDT) Michael Ellerman wrote: > > On Sun, 2015-15-03 at 11:08:47 UTC, Stephen Rothwell wrote: > > This runs a bit faster and removes another use of perl from > > the kernel build. > > It tells me: > > $ make

[PATCHv4] powerpc: comvert relocs_check to a shell script using grep

2015-03-17 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell --- v4: don't do checks on $objdump or $vmlinux as it will become pretty obvious if they are not the correct things (Michael) v3: use $# instead of ${#*} (thanks David L

Re: [PATCHv4] powerpc: comvert relocs_check to a shell script using grep

2015-03-17 Thread Stephen Rothwell
Hi all, On Wed, 18 Mar 2015 16:46:16 +1100 Stephen Rothwell wrote: > > This runs a bit faster and removes another use of perl from > the kernel build. > > Signed-off-by: Stephen Rothwell I forgot to add in the Acked-By: Tony Breeds -- Cheers, Stephen Rothwell

linux-next: manual merge of the kselftest tree with the powerpc-mpe tree

2015-03-23 Thread Stephen Rothwell
Add install support for the powerpc tests") from the kselftest tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc tools/testing/selftests/powerpc/Makefile index

Re: [PATCH 01/27] powerpc: move find_and_init_phbs() to pSeries specific code

2015-03-25 Thread Stephen Rothwell
> ++ > 3 files changed, 47 insertions(+), 50 deletions(-) -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpR0Zprq9vER.pgp Description: OpenPGP digital signature ___ Linuxppc-dev mail

linux-next: build failure after merge of the powerpc-mpe tree

2015-03-25 Thread Stephen Rothwell
the powerpc tree. I have added the following merge fix patch: From: Stephen Rothwell Date: Thu, 26 Mar 2015 13:25:58 +1100 Subject: [PATCH] powerpc/powernv: fix for OpalMessageType name change Signed-off-by: Stephen Rothwell --- arch/powerpc/include/asm/opal.h | 2 +- arch/powerpc/platf

linux-next: manual merge of the kvm tree with the powerpc tree

2016-03-03 Thread Stephen Rothwell
ort for multiple-TCE hcalls") from the kvm tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell diff --cc arch/powerpc/kvm/book3s_64_vio_hv.c index 039028d3ccb5,44be73e6aa26.. --- a/arch/powerpc/kvm/book3s_64_vio_hv

linux-next: manual merge of the akpm-current tree with the powerpc tree

2016-03-03 Thread Stephen Rothwell
tic check for swapin readahead") from the akpm-current tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell diff --cc mm/huge_memory.c index 43b11a695113,5b38aa24566f.. --- a/mm/huge_memory.c +++ b/mm/huge_memory.

linux-next: build failure after merge of the aio tree

2016-03-14 Thread Stephen Rothwell
t;unsigned long" which is only 32 bits on a 32 bit platform). I applied the patch below which seems to help (Michael, what do you think?), but given Al's and Christoph's reactions, I am inclined to remove the aio tree from tomorrow and maybe it can be revisited after the merge windo

Re: mailman From rewriting [was perf jit: genelf makes assumptions about endian]

2016-03-29 Thread Stephen Rothwell
otmail subscribers (at least) would bounce the email. So this rewriting will happen for any From: line that has an address that has such a DMARC policy. We have had posts from Yahoo subscribers bounced in the past. -- Cheers, Stephen Rothwell ___ Lin

Re: mailman From rewriting [was perf jit: genelf makes assumptions about endian]

2016-03-29 Thread Stephen Rothwell
submitters* put > their From: line in the content of their mails, as git send-email does > when user != author. But that's a little less-than-optimal. And hopeful :-) -- Cheers, Stephen Rothwell ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

linux-next: manual merge of the livepatching tree with the powerpc tree

2016-04-17 Thread Stephen Rothwell
or merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/kernel/process.c index 4695088e7dd2,a290ee374aa0.. --- a/arch/powerpc/kernel/process.c

linux-next: build failure after merge of the powerpc tree

2015-08-21 Thread Stephen Rothwell
endian.h:36:51: note: in definition of macro '__cpu_to_be64' #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) ^ drivers/leds/leds-powernv.c:300:37: note: in expansion of macro 'cpu_to_be64' powernv_led_common->max_led_t

linux-next: build failure after merge of Linus' tree

2015-10-07 Thread Stephen Rothwell
function ... Isn't this why we have linux-next ... to find this stuff early? :-( Oh, well, I have applied the following (that just copies zero_bytemask from asm-generic. I have done no testing beyond compiling. From: Stephen Rothwell Date: Thu, 8 Oct 2015 09:29:26 +1100 Subject: [PATCH] word-

[PATCH FIX] powerpc: discard .exit.data at runtime

2015-10-07 Thread Stephen Rothwell
f drivers/built-in.o `.exit.data' referenced in section `.exit.text' of drivers/built-in.o: defined in discarded section `.exit.data' of drivers/built-in.o Signed-off-by: Stephen Rothwell --- arch/powerpc/kernel/vmlinux.lds.S | 6 ++ 1 file changed, 6 insertions(+)

Re: [GIT PULL] strscpy powerpc fix for 3.4

2015-10-09 Thread Stephen Rothwell
Hi Linus, On Wed, 7 Oct 2015 20:27:38 -0400 Chris Metcalf wrote: > > On 10/7/2015 6:44 PM, Stephen Rothwell wrote: > > > > After merging Linus' tree, today's linux-next build (powerpc > > ppc64_defconfig) failed like this: > > > > lib/string.c:

linux-next: build warning after merge of the powerpc tree

2015-10-19 Thread Stephen Rothwell
t was slab allocated") -- Cheers, Stephen Rothwells...@canb.auug.org.au ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: linux-next: build warning after merge of the powerpc tree

2015-10-20 Thread Stephen Rothwell
Hi Michael, On Tue, 20 Oct 2015 21:06:51 +1100 Michael Ellerman wrote: > > On Tue, 2015-10-20 at 16:21 +1100, Stephen Rothwell wrote: > > > After merging the powerpc tree, today's linux-next build (powerpc > > allyesconfig) produced this warning: > > >

Re: [PATCH] powerpc/msi: fix section mismatch warning

2015-10-20 Thread Stephen Rothwell
msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int > irq_count, >struct device_node *of_node); I am pretty sure that we don't want or need the annotation in the header file. -- Cheers, Stephen Rothwells...@canb.auug.org.au ___

linux-next: manual merge of the akpm-current tree with the powerpc tree

2015-12-14 Thread Stephen Rothwell
splitting PMDs") from the akpm-current tree. I used the powerpc tree version of the first and the akpm-current tree version of the second and then I applied the following merge fix patch: From: Stephen Rothwell Date: Tue, 15 Dec 2015 16:50:42 +1100 Subject: [PATCH] merge fix for "

Re: linux-next: manual merge of the akpm-current tree with the powerpc tree

2015-12-14 Thread Stephen Rothwell
Hi Andrew, On Tue, 15 Dec 2015 16:53:42 +1100 Stephen Rothwell wrote: > > diff --git a/arch/powerpc/include/asm/book3s/64/hash.h > b/arch/powerpc/include/asm/book3s/64/hash.h > index 8b929e531758..4e69d9a273ed 100644 > --- a/arch/powerpc/include/asm/book3s/64/hash.h >

linux-next: manual merge of the akpm-current tree with the powerpc tree

2015-12-17 Thread Stephen Rothwell
e8474c0d55 ("mm, dax, gpu: convert vm_insert_mixed to pfn_t") from the akpm-current tree. I fixed it up (the code being changed was moved from this file - I added the fix up patch below) and can carry the fix as necessary (no action is required). From: Stephen Rothwell Date: Fri, 18 D

linux-next: build failure after merge of the powerpc tree

2016-01-07 Thread Stephen Rothwell
") This build has CONFIG_PPC_MM_SLICES not set ... I have applied the following patch for today: From: Stephen Rothwell Date: Thu, 7 Jan 2016 19:07:18 +1100 Subject: [PATCH] powerpc: restore the user_psize member of the mm_context_t in the paca It is used when CONFIG_PPC_MM_SLICES is no

Re: linux-next: manual merge of the akpm-current tree with the powerpc tree

2016-01-07 Thread Stephen Rothwell
Hi all, On Fri, 18 Dec 2015 16:33:51 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the akpm-current tree got a conflict in: > > arch/powerpc/include/asm/pgtable.h > > between commit: > > ee4889c7bc2a ("powerpc/mm: Don't have generic

[PATCH] powerpc: remove newly added extra definition of pmd_dirty

2016-01-20 Thread Stephen Rothwell
Commit d5d6a443b243 ("arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP") added a new identical definition of pdm_dirty. Remove it again. Cc: Minchan Kim Cc: Andrew Morton Signed-off-by: Stephen Rothwell --- arch/powerpc/include/asm/book3s/64/pgtable.h | 1

Re: [PATCH v3 2/3] x86: query dynamic DEBUG_PAGEALLOC setting

2016-02-02 Thread Stephen Rothwell
h > s390-query-dynamic-debug_pagealloc-setting.patch > > So please resend everything which you think is needed. Christian's tree will be empty in today's linux-next (I just refetched it). -- Cheers, Stephen Rothwell ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

linux-next: Signed-off-by missing for commit in the powerpc tree

2019-02-23 Thread Stephen Rothwell
Hi all, Commit f68e7927212f ("Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"") is missing a Signed-off-by from its author and committer. Reverts are commits as well :-) -- Cheers, Stephen Rothwell pgp62262pXv29.pgp Description: OpenPGP digital signature

Re: linux-next: Signed-off-by missing for commit in the powerpc tree

2019-02-24 Thread Stephen Rothwell
in future if that's The Rule ;) Its just as effective as the rest of our rules ... i.e. a strong suggestion :-) Thanks -- Cheers, Stephen Rothwell pgpkuQW6MX5Fw.pgp Description: OpenPGP digital signature

linux-next: manual merge of the akpm-current tree with the powerpc tree

2019-02-24 Thread Stephen Rothwell
s is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflic

linux-next: manual merge of the akpm-current tree with the powerpc tree

2019-02-24 Thread Stephen Rothwell
es to move device tree\n", + size); memcpy(p, initial_boot_params, size); initial_boot_params = p; DBG("Moved device tree to 0x%px\n", p); -- Cheers, Stephen Rothwell pgpsLr4KYbrHN.pgp Description: OpenPGP digital signature

Re: linux-next: manual merge of the akpm-current tree with the powerpc tree

2019-02-24 Thread Stephen Rothwell
Hi all, On Mon, 25 Feb 2019 17:42:48 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the akpm-current tree got a conflict in: This was actually the akpm tree. -- Cheers, Stephen Rothwell pgp1M_ZXESUtL.pgp Description: OpenPGP digital signature

linux-next: build failure after merge of the akpm tree

2019-02-25 Thread Stephen Rothwell
e akpm tree interacting with commit c8e409a33cf8 ("powerpc/irq: use memblock functions returning virtual address") from the powerpc tree. Both patches added the alloc_stack() function and git resolved it by adding both. :-( I have added a patch to remove one of them. -- Cheers, Stephen Roth

linux-next: Fixes tag needs some work in the powerpc tree

2019-03-03 Thread Stephen Rothwell
be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 or later) just making sure it is not set (or set to "auto"). -- Cheers, Stephen Rothwell pgp0hFFmPRXjo.pgp Description: OpenPGP digital signature

linux-next: Fixes tag needs some work in the powerpc-fixes tree

2019-04-21 Thread Stephen Rothwell
has these problem(s): - the ", 2018-12-19" is unexpected in a Fixes tag Just use git log -1 --format='Fixes: %h ("%s")' -- Cheers, Stephen Rothwell pgpFQ36HXQF4g.pgp Description: OpenPGP digital signature

linux-next: manual merge of the akpm-current tree with the powerpc tree

2019-04-23 Thread Stephen Rothwell
y particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/mm/mem.c index e12bec98366f,cc9425fb9056.. --- a/arch/powerpc/mm/mem.c +++ b/arch/powerpc/mm/mem.c @@@ -109,8 -109,8 +109,8 @@@ int __weak remove_section_mapping(unsig return -ENODEV; } - int

linux-next: manual merge of the akpm-current tree with the powerpc-fixes tree

2019-04-23 Thread Stephen Rothwell
hould be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/mm/mmu_context_iomm

linux-next: manual merge of the akpm-current tree with the powerpc-fixes and powerpc trees

2019-04-23 Thread Stephen Rothwell
bmitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/platforms/Kconfig.cputype index 00b2bb536c74,03ca91439473.. --- a/arch

linux-next: manual merge of the net-next tree with the powerpc tree

2020-03-05 Thread Stephen Rothwell
ng. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc fs/sysfs/group.c index 1e2a096057bc,5afe0e7ff7cd.. --- a/fs/sysfs/group.c +++ b/fs/sysfs/group.c @@@ -478,4

linux-next: manual merge of the akpm tree with the powerpc tree

2020-03-05 Thread Stephen Rothwell
ith the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell pgpF8g8zJblRL.pgp Description: OpenPGP digital signature

linux-next: manual merge of the akpm tree with the powerpc tree

2020-03-05 Thread Stephen Rothwell
(pgd_offset(mm, va), va) , va), va); } static inline pmd_t *pmd_ptr_k(unsigned long va) { - return pmd_offset(pud_offset(pgd_offset_k(va), va), va); + return pmd_offset(pud_offset(p4d_offset(pgd_offset_k(va), va) , va), va); } static inline pte_t *virt_to_kpte(unsigned long vaddr) --

Re: linux-next: build failure after merge of the tip tree

2020-03-29 Thread Stephen Rothwell
(.gnu.attributes) *(.eh_frame) +#ifndef CONFIG_RELOCATABLE + *(.rela*) +#endif } } -- Cheers, Stephen Rothwell pgpRDnjg8B0lk.pgp Description: OpenPGP digital signature

Re: linux-next: manual merge of the net-next tree with the powerpc tree

2020-04-01 Thread Stephen Rothwell
Hi all, On Fri, 6 Mar 2020 10:21:58 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the net-next tree got a conflict in: > > fs/sysfs/group.c > > between commit: > > 9255782f7061 ("sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj func

Re: linux-next: build warning after merge of the bpf-next tree

2019-10-27 Thread Stephen Rothwell
Hi all, On Fri, 18 Oct 2019 10:56:57 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the bpf-next tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > WARNING: 2 bad relocations > c1998a48 R_PPC64_ADDR64_

Re: Please add powerpc topic/kasan-bitops branch to linux-next

2019-11-06 Thread Stephen Rothwell
or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au pgp2JZBBQ4e2y.pgp Description: OpenPGP digital signature

linux-next: build warning after merge of the net-next tree

2019-11-10 Thread Stephen Rothwell
line__ long local_read(local_t *l) | ~^ Introduced by commit 316580b69d0a ("u64_stats: provide u64_stats_t type") Powerpc folks: is there some reason that local_read() cannot take a const argument? I have added this patch (which bu

linux-next: build warning after merge of the powerpc tree

2019-11-13 Thread Stephen Rothwell
~ Introduced by commit ad723674d675 ("x86/efi: move common keyring handler functions to new file") -- Cheers, Stephen Rothwell pgp3VzXPMc7I9.pgp Description: OpenPGP digital signature

Re: [PATCH v2] powerpc: Add const qual to local_read() parameter

2019-11-19 Thread Stephen Rothwell
y: Eric Dumazet > Reported-by: kbuild test robot > Acked-by: Michael Ellerman Tested-by: Stephen Rothwell # build only -- Cheers, Stephen Rothwell pgp0XBJePP0IM.pgp Description: OpenPGP digital signature

Re: [PATCH v2] powerpc: Add const qual to local_read() parameter

2019-11-23 Thread Stephen Rothwell
> @@ -17,7 +17,7 @@ typedef struct > > #define LOCAL_INIT(i){ (i) } > > -static __inline__ long local_read(local_t *l) > +static __inline__ long local_read(const local_t *l) > { > return READ_ONCE(l->v); > } > -- > 2.21.0 > -- Cheers, Stephen Rothwell pgpQGtSdonicG.pgp Description: OpenPGP digital signature

linux-next: manual merge of the pci tree with the powerpc tree

2019-11-24 Thread Stephen Rothwell
t to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/include/asm/Kbuild index 148bee20e7e2,17726f2e46de.. --- a/arch/powerpc/include/asm/Kbuild +++ b/arch/powerpc/include/a

linux-next: Fixes tag needs some work in the powerpc tree

2019-11-29 Thread Stephen Rothwell
Hi all, Commit 6f090192f822 ("x86/efi: remove unused variables") is missing a Signed-off-by from its committer. -- Cheers, Stephen Rothwell pgpwOkerSneth.pgp Description: OpenPGP digital signature

Re: linux-next: Fixes tag needs some work in the powerpc tree

2019-11-29 Thread Stephen Rothwell
Hi all, hmm, that subject is completely wrong, sorry. On Fri, 29 Nov 2019 23:12:00 +1100 Stephen Rothwell wrote: > > Commit > > 6f090192f822 ("x86/efi: remove unused variables") > > is missing a Signed-off-by from its committer. -- Cheers, Stephen

linux-next: build failure after merge of the powerpc tree

2020-04-21 Thread Stephen Rothwell
s should be self contained. I have added the following patch for today: From: Stephen Rothwell Date: Wed, 22 Apr 2020 15:28:26 +1000 Subject: [PATCH] powerpc/vas: uapi headers should be self contained Signed-off-by: Stephen Rothwell --- arch/powerpc/include/uapi/asm/vas-api.h | 2 ++ 1 file cha

linux-next: build failure after merge of the akpm tree

2020-04-21 Thread Stephen Rothwell
Caused by commit 7fe021a3f1c9 ("kernel: better document the use_mm/unuse_mm API contract") interacting with commit c96c4436aba4 ("powerpc/vas: Update CSB and notify process for fault CRBs") from the powerpc tree. I added the following patch for today: From: Stephen Ro

linux-next: manual merge of the powerpc tree with Linus' tree

2018-08-14 Thread Stephen Rothwell
ould be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc Documentation/admin-guide/ker

Re: [REVIEW][PATCH 1/9] signal/powerpc: Use force_sig_mceerr as appropriate

2018-09-21 Thread Stephen Rothwell
t;Eric W. Biederman" Looks good to me. I was going to mention further cleanup, but I see you do that in a later patch. Reviewed-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgpVxKypnsQPK.pgp Description: OpenPGP digital signature

Re: [REVIEW][PATCH 2/9] signal/powerpc: Remove pkey parameter from __bad_area

2018-09-21 Thread Stephen Rothwell
Hi Eric, On Tue, 18 Sep 2018 19:58:43 +0200 "Eric W. Biederman" wrote: > > There are no callers of __bad_area that pass in a pkey parameter so it makes > no sense to take one. > > Signed-off-by: "Eric W. Biederman" Fairly straight forward. Reviewed-by: Ste

Re: [REVIEW][PATCH 3/9] signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception

2018-09-21 Thread Stephen Rothwell
Hi Eric, On Tue, 18 Sep 2018 19:58:44 +0200 "Eric W. Biederman" wrote: > > This removes the need for other code paths to deal with pkey exceptions. > > Signed-off-by: "Eric W. Biederman" Straight forward expansion. Reviewed-by: Stephen Rothwel

Re: [REVIEW][PATCH 4/9] signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore

2018-09-21 Thread Stephen Rothwell
n, very straight forward given that _exception(a,b,c,d) -> _exception_pkey(a,b,c,d,0). Reviewed-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgp0bqDBHELKR.pgp Description: OpenPGP digital signature

Re: [REVIEW][PATCH 5/9] signal/powerpc: Factor the common exception code into exception_common

2018-09-21 Thread Stephen Rothwell
> > So factor out the code that all exceptions handlers must run > into exception_common, leaving the individual exception handlers > to generate the signals themselves. > > Signed-off-by: "Eric W. Biederman" Clearly no change in semantics. Reviewed-b

Re: [REVIEW][PATCH 6/9] signal/powerpc: Call force_sig_fault from _exception

2018-09-21 Thread Stephen Rothwell
to generate the appropriate siginfo > and deliver the appropriate signal. > > Signed-off-by: "Eric W. Biederman" Looks right to me. Reviewed-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgppIANvGZtDJ.pgp Description: OpenPGP digital signature

<    1   2   3   4   5   6   7   8   9   10   >