All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carmelo AMOROSO <carmelo.amoroso@st.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] stackprotector: add stack smashing protector
Date: Thu, 06 Jan 2011 14:43:33 +0000	[thread overview]
Message-ID: <4D25D515.9060202@st.com> (raw)
In-Reply-To: <20110106141946.GE31708@n2100.arm.linux.org.uk>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 1/6/2011 3:19 PM, Russell King - ARM Linux wrote:
> On Thu, Jan 06, 2011 at 03:16:25PM +0100, Carmelo AMOROSO wrote:
>  > Well, SH (in CC) does not have this support. Indeed we posted it
>  > initially to linux-sh only. We got useful feedback from Paul, Mike and
>  > Nicolas suggesting to promote the ARM/SH solution based on the global
>  > __stack_chk_guard variable as a generic solution for all other
>  > architectures. This is why I thought to post to the LKML instead of each
>  > linux-<arch> list.
> 
> Have you thought about posting it to _the_ linux-arch list?
> 
I did not know this list. I'll do. Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0l1RUACgkQoRq/3BrK1s8a1gCgpSdHez/S8cJ8BM5jVhYH0TKy
84gAnRkeALaLGMoXJqtxdDRL7Xusc6JT
=L6Oj
-----END PGP SIGNATURE-----

WARNING: multiple messages have this Message-ID (diff)
From: carmelo.amoroso@st.com (Carmelo AMOROSO)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] stackprotector: add stack smashing protector generic implementation
Date: Thu, 6 Jan 2011 15:43:33 +0100	[thread overview]
Message-ID: <4D25D515.9060202@st.com> (raw)
In-Reply-To: <20110106141946.GE31708@n2100.arm.linux.org.uk>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 1/6/2011 3:19 PM, Russell King - ARM Linux wrote:
> On Thu, Jan 06, 2011 at 03:16:25PM +0100, Carmelo AMOROSO wrote:
>  > Well, SH (in CC) does not have this support. Indeed we posted it
>  > initially to linux-sh only. We got useful feedback from Paul, Mike and
>  > Nicolas suggesting to promote the ARM/SH solution based on the global
>  > __stack_chk_guard variable as a generic solution for all other
>  > architectures. This is why I thought to post to the LKML instead of each
>  > linux-<arch> list.
> 
> Have you thought about posting it to _the_ linux-arch list?
> 
I did not know this list. I'll do. Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0l1RUACgkQoRq/3BrK1s8a1gCgpSdHez/S8cJ8BM5jVhYH0TKy
84gAnRkeALaLGMoXJqtxdDRL7Xusc6JT
=L6Oj
-----END PGP SIGNATURE-----

WARNING: multiple messages have this Message-ID (diff)
From: Carmelo AMOROSO <carmelo.amoroso@st.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"nicolas.pitre@linaro.org" <nicolas.pitre@linaro.org>,
	"vapier@gentoo.org" <vapier@gentoo.org>,
	"nico@fluxnic.net" <nico@fluxnic.net>,
	"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>,
	Filippo ARCIDIACONO <filippo.arcidiacono@st.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/2] stackprotector: add stack smashing protector generic implementation
Date: Thu, 6 Jan 2011 15:43:33 +0100	[thread overview]
Message-ID: <4D25D515.9060202@st.com> (raw)
In-Reply-To: <20110106141946.GE31708@n2100.arm.linux.org.uk>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 1/6/2011 3:19 PM, Russell King - ARM Linux wrote:
> On Thu, Jan 06, 2011 at 03:16:25PM +0100, Carmelo AMOROSO wrote:
>  > Well, SH (in CC) does not have this support. Indeed we posted it
>  > initially to linux-sh only. We got useful feedback from Paul, Mike and
>  > Nicolas suggesting to promote the ARM/SH solution based on the global
>  > __stack_chk_guard variable as a generic solution for all other
>  > architectures. This is why I thought to post to the LKML instead of each
>  > linux-<arch> list.
> 
> Have you thought about posting it to _the_ linux-arch list?
> 
I did not know this list. I'll do. Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0l1RUACgkQoRq/3BrK1s8a1gCgpSdHez/S8cJ8BM5jVhYH0TKy
84gAnRkeALaLGMoXJqtxdDRL7Xusc6JT
=L6Oj
-----END PGP SIGNATURE-----

  reply	other threads:[~2011-01-06 14:43 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-23 13:44 [PATCH 1/2] stackprotector: add stack smashing protector generic Filippo ARCIDIACONO
2010-12-23 13:44 ` [PATCH 1/2] stackprotector: add stack smashing protector generic implementation Filippo ARCIDIACONO
2010-12-23 13:44 ` Filippo ARCIDIACONO
2010-12-23 13:44 ` [PATCH 2/2] sh: stackprotector: change the canary value per task Filippo ARCIDIACONO
2010-12-23 13:44   ` Filippo ARCIDIACONO
2010-12-23 13:44   ` Filippo ARCIDIACONO
2011-01-05 11:59 ` [PATCH 1/2] stackprotector: add stack smashing protector Carmelo AMOROSO
2011-01-05 11:59   ` [PATCH 1/2] stackprotector: add stack smashing protector generic implementation Carmelo AMOROSO
2011-01-05 11:59   ` Carmelo AMOROSO
2011-01-06  9:39   ` [PATCH 1/2] stackprotector: add stack smashing protector Russell King - ARM Linux
2011-01-06  9:39     ` [PATCH 1/2] stackprotector: add stack smashing protector generic implementation Russell King - ARM Linux
2011-01-06  9:39     ` Russell King - ARM Linux
2011-01-06 14:16     ` [PATCH 1/2] stackprotector: add stack smashing protector Carmelo AMOROSO
2011-01-06 14:16       ` [PATCH 1/2] stackprotector: add stack smashing protector generic implementation Carmelo AMOROSO
2011-01-06 14:16       ` Carmelo AMOROSO
2011-01-06 14:19       ` [PATCH 1/2] stackprotector: add stack smashing protector Russell King - ARM Linux
2011-01-06 14:19         ` [PATCH 1/2] stackprotector: add stack smashing protector generic implementation Russell King - ARM Linux
2011-01-06 14:19         ` Russell King - ARM Linux
2011-01-06 14:43         ` Carmelo AMOROSO [this message]
2011-01-06 14:43           ` Carmelo AMOROSO
2011-01-06 14:43           ` Carmelo AMOROSO
2011-01-11  5:30   ` Mike Frysinger
2011-01-11  5:30     ` Mike Frysinger
2011-01-11  5:30     ` Mike Frysinger
2011-01-11 15:56     ` [PATCH 1/2] stackprotector: add stack smashing protector Carmelo AMOROSO
2011-01-11 15:56       ` [PATCH 1/2] stackprotector: add stack smashing protector generic implementation Carmelo AMOROSO
2011-01-11 15:56       ` Carmelo AMOROSO

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D25D515.9060202@st.com \
    --to=carmelo.amoroso@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.