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
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.
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
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
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
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
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
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
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
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
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:
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
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
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
,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
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
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
: 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
: 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
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
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
nd
document
> + ||
> + |* [620] --- POWER3/630 --- POWER3+ --- POWER4 ---
> POWER4+ --- POWER5 --- POWER5+ --- POWER5++ --- POWER6 --- POWER7 --- POWER7+
> --- POWER8
Its a pity that this wraps ...
--
Cheers,
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
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
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
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
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..
-
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
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
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
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_
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
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
+
> + 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
> +}
> +
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
/* _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
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
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
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
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
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
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
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
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
> ++
> 3 files changed, 47 insertions(+), 50 deletions(-)
--
Cheers,
Stephen Rothwells...@canb.auug.org.au
pgpR0Zprq9vER.pgp
Description: OpenPGP digital signature
___
Linuxppc-dev mail
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
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
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.
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
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
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
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
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
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-
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(+)
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:
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
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:
> >
>
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
___
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 "
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
>
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
")
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
ith the maintainer of the conflicting tree to minimise any
particularly complex conflicts.
--
Cheers,
Stephen Rothwell
pgpF8g8zJblRL.pgp
Description: OpenPGP digital signature
(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)
--
(.gnu.attributes)
*(.eh_frame)
+#ifndef CONFIG_RELOCATABLE
+ *(.rela*)
+#endif
}
}
--
Cheers,
Stephen Rothwell
pgpRDnjg8B0lk.pgp
Description: OpenPGP digital signature
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
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_
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
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
~
Introduced by commit
ad723674d675 ("x86/efi: move common keyring handler functions to new file")
--
Cheers,
Stephen Rothwell
pgp3VzXPMc7I9.pgp
Description: OpenPGP digital signature
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
> @@ -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
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
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
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
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
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
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
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
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
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
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
>
> 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
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
101 - 200 of 1869 matches
Mail list logo