* [PATCH] Documentation/stackprotector: powerpc supports stack protector
@ 2019-05-30 10:29 Bhupesh Sharma
2019-05-30 12:55 ` Michael Ellerman
0 siblings, 1 reply; 6+ messages in thread
From: Bhupesh Sharma @ 2019-05-30 10:29 UTC (permalink / raw)
To: linuxppc-dev; +Cc: inux-kernel, arnd, bhsharma, paulus, bhupesh.linux
powerpc architecture (both 64-bit and 32-bit) supports stack protector
mechanism since some time now [see commit 06ec27aea9fc ("powerpc/64:
add stack protector support")].
Update stackprotector arch support documentation to reflect the same.
Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
---
Documentation/features/debug/stackprotector/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
index 9999ea521f3e..32bbdfc64c32 100644
--- a/Documentation/features/debug/stackprotector/arch-support.txt
+++ b/Documentation/features/debug/stackprotector/arch-support.txt
@@ -22,7 +22,7 @@
| nios2: | TODO |
| openrisc: | TODO |
| parisc: | TODO |
- | powerpc: | TODO |
+ | powerpc: | ok |
| riscv: | TODO |
| s390: | TODO |
| sh: | ok |
--
2.7.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation/stackprotector: powerpc supports stack protector
2019-05-30 10:29 [PATCH] Documentation/stackprotector: powerpc supports stack protector Bhupesh Sharma
@ 2019-05-30 12:55 ` Michael Ellerman
2019-05-30 13:07 ` Bhupesh Sharma
0 siblings, 1 reply; 6+ messages in thread
From: Michael Ellerman @ 2019-05-30 12:55 UTC (permalink / raw)
To: Bhupesh Sharma, linuxppc-dev
Cc: arnd, corbet, bhsharma, linux-doc, linux-kernel, paulus,
bhupesh.linux
Bhupesh Sharma <bhsharma@redhat.com> writes:
> powerpc architecture (both 64-bit and 32-bit) supports stack protector
> mechanism since some time now [see commit 06ec27aea9fc ("powerpc/64:
> add stack protector support")].
>
> Update stackprotector arch support documentation to reflect the same.
>
> Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
> ---
> Documentation/features/debug/stackprotector/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
> index 9999ea521f3e..32bbdfc64c32 100644
> --- a/Documentation/features/debug/stackprotector/arch-support.txt
> +++ b/Documentation/features/debug/stackprotector/arch-support.txt
> @@ -22,7 +22,7 @@
> | nios2: | TODO |
> | openrisc: | TODO |
> | parisc: | TODO |
> - | powerpc: | TODO |
> + | powerpc: | ok |
> | riscv: | TODO |
> | s390: | TODO |
> | sh: | ok |
> --
> 2.7.4
Thanks.
This should probably go via the documentation tree?
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
cheers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation/stackprotector: powerpc supports stack protector
2019-05-30 12:55 ` Michael Ellerman
@ 2019-05-30 13:07 ` Bhupesh Sharma
2019-05-30 14:13 ` Jonathan Corbet
0 siblings, 1 reply; 6+ messages in thread
From: Bhupesh Sharma @ 2019-05-30 13:07 UTC (permalink / raw)
To: Michael Ellerman
Cc: Arnd Bergmann, corbet, linux-doc, Linux Kernel Mailing List,
Paul Mackerras, Bhupesh SHARMA, linuxppc-dev
On Thu, May 30, 2019 at 6:25 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Bhupesh Sharma <bhsharma@redhat.com> writes:
> > powerpc architecture (both 64-bit and 32-bit) supports stack protector
> > mechanism since some time now [see commit 06ec27aea9fc ("powerpc/64:
> > add stack protector support")].
> >
> > Update stackprotector arch support documentation to reflect the same.
> >
> > Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
> > ---
> > Documentation/features/debug/stackprotector/arch-support.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
> > index 9999ea521f3e..32bbdfc64c32 100644
> > --- a/Documentation/features/debug/stackprotector/arch-support.txt
> > +++ b/Documentation/features/debug/stackprotector/arch-support.txt
> > @@ -22,7 +22,7 @@
> > | nios2: | TODO |
> > | openrisc: | TODO |
> > | parisc: | TODO |
> > - | powerpc: | TODO |
> > + | powerpc: | ok |
> > | riscv: | TODO |
> > | s390: | TODO |
> > | sh: | ok |
> > --
> > 2.7.4
>
> Thanks.
>
> This should probably go via the documentation tree?
>
> Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Thanks for the review Michael.
I am ok with this going through the documentation tree as well.
Regards,
Bhupesh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation/stackprotector: powerpc supports stack protector
2019-05-30 13:07 ` Bhupesh Sharma
@ 2019-05-30 14:13 ` Jonathan Corbet
2019-05-31 15:13 ` Michael Ellerman
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2019-05-30 14:13 UTC (permalink / raw)
To: Bhupesh Sharma
Cc: Arnd Bergmann, linux-doc, Linux Kernel Mailing List,
Paul Mackerras, Bhupesh SHARMA, linuxppc-dev
On Thu, 30 May 2019 18:37:46 +0530
Bhupesh Sharma <bhsharma@redhat.com> wrote:
> > This should probably go via the documentation tree?
> >
> > Acked-by: Michael Ellerman <mpe@ellerman.id.au>
>
> Thanks for the review Michael.
> I am ok with this going through the documentation tree as well.
Works for me too, but I don't seem to find the actual patch anywhere I
look. Can you send me a copy?
Thanks,
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation/stackprotector: powerpc supports stack protector
2019-05-30 14:13 ` Jonathan Corbet
@ 2019-05-31 15:13 ` Michael Ellerman
2019-06-05 9:41 ` Bhupesh Sharma
0 siblings, 1 reply; 6+ messages in thread
From: Michael Ellerman @ 2019-05-31 15:13 UTC (permalink / raw)
To: Jonathan Corbet, Bhupesh Sharma
Cc: Arnd Bergmann, linux-doc, Linux Kernel Mailing List,
Paul Mackerras, Bhupesh SHARMA, linuxppc-dev
Jonathan Corbet <corbet@lwn.net> writes:
> On Thu, 30 May 2019 18:37:46 +0530
> Bhupesh Sharma <bhsharma@redhat.com> wrote:
>
>> > This should probably go via the documentation tree?
>> >
>> > Acked-by: Michael Ellerman <mpe@ellerman.id.au>
>>
>> Thanks for the review Michael.
>> I am ok with this going through the documentation tree as well.
>
> Works for me too, but I don't seem to find the actual patch anywhere I
> look. Can you send me a copy?
You can get it from lore:
https://lore.kernel.org/linuxppc-dev/1559212177-7072-1-git-send-email-bhsharma@redhat.com/raw
Or patchwork (automatically adds my ack):
https://patchwork.ozlabs.org/patch/1107706/mbox/
Or Bhupesh can send it to you :)
cheers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation/stackprotector: powerpc supports stack protector
2019-05-31 15:13 ` Michael Ellerman
@ 2019-06-05 9:41 ` Bhupesh Sharma
0 siblings, 0 replies; 6+ messages in thread
From: Bhupesh Sharma @ 2019-06-05 9:41 UTC (permalink / raw)
To: Michael Ellerman
Cc: Arnd Bergmann, Jonathan Corbet, Linux Doc Mailing List,
Linux Kernel Mailing List, Paul Mackerras, Bhupesh SHARMA,
linuxppc-dev
Hi Jonathan,
On Fri, May 31, 2019 at 8:44 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Jonathan Corbet <corbet@lwn.net> writes:
> > On Thu, 30 May 2019 18:37:46 +0530
> > Bhupesh Sharma <bhsharma@redhat.com> wrote:
> >
> >> > This should probably go via the documentation tree?
> >> >
> >> > Acked-by: Michael Ellerman <mpe@ellerman.id.au>
> >>
> >> Thanks for the review Michael.
> >> I am ok with this going through the documentation tree as well.
> >
> > Works for me too, but I don't seem to find the actual patch anywhere I
> > look. Can you send me a copy?
>
> You can get it from lore:
>
> https://lore.kernel.org/linuxppc-dev/1559212177-7072-1-git-send-email-bhsharma@redhat.com/raw
>
> Or patchwork (automatically adds my ack):
>
> https://patchwork.ozlabs.org/patch/1107706/mbox/
>
> Or Bhupesh can send it to you :)
Please let me know if I should send out the patch again, this time
Cc'ing you and the doc-list.
Thanks,
Bhupesh
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-06-05 9:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-30 10:29 [PATCH] Documentation/stackprotector: powerpc supports stack protector Bhupesh Sharma
2019-05-30 12:55 ` Michael Ellerman
2019-05-30 13:07 ` Bhupesh Sharma
2019-05-30 14:13 ` Jonathan Corbet
2019-05-31 15:13 ` Michael Ellerman
2019-06-05 9:41 ` Bhupesh Sharma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).