All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Ryabinin <aryabinin@virtuozzo.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>,
	<linux-s390@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-kbuild@vger.kernel.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Michal Marek <mmarek@suse.com>, Yang Shi <yang.shi@linaro.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 0/2] ubsan for s390
Date: Mon, 12 Sep 2016 19:38:57 +0300	[thread overview]
Message-ID: <aea3cefc-7699-6fe5-ceb9-f8ea58f063fc@virtuozzo.com> (raw)
In-Reply-To: <1473683840-8700-1-git-send-email-borntraeger@de.ibm.com>

On 09/12/2016 03:37 PM, Christian Borntraeger wrote:
> This patch set enables ubsan for s390.
> 
> We have to fence some files and can then enable
> ARCH_HAS_UBSAN_SANITIZE_ALL. (patch 2)
> 
> We have to disable the null pointer sanitizer as
> we use the S390_lowcore macro to access several 
> memory location after address 0  (patch 1)
> 
> If patch 1 is ok, is the s390 tree the right place
> also for patch1?
> 

Fine by me
	Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>

> Christian Borntraeger (2):
>   ubsan: allow to disable the null sanitizer
>   s390/ubsan: enable UBSAN for s390
> 
>  arch/s390/Kconfig                  |  2 ++
>  arch/s390/boot/compressed/Makefile |  1 +
>  arch/s390/kernel/Makefile          |  3 +++
>  arch/s390/kernel/vdso32/Makefile   |  3 ++-
>  arch/s390/kernel/vdso64/Makefile   |  3 ++-
>  lib/Kconfig.ubsan                  | 11 +++++++++++
>  scripts/Makefile.ubsan             |  5 ++++-
>  7 files changed, 25 insertions(+), 3 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Andrey Ryabinin <aryabinin@virtuozzo.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>,
	linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kbuild@vger.kernel.org
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Michal Marek <mmarek@suse.com>, Yang Shi <yang.shi@linaro.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 0/2] ubsan for s390
Date: Mon, 12 Sep 2016 19:38:57 +0300	[thread overview]
Message-ID: <aea3cefc-7699-6fe5-ceb9-f8ea58f063fc@virtuozzo.com> (raw)
In-Reply-To: <1473683840-8700-1-git-send-email-borntraeger@de.ibm.com>

On 09/12/2016 03:37 PM, Christian Borntraeger wrote:
> This patch set enables ubsan for s390.
> 
> We have to fence some files and can then enable
> ARCH_HAS_UBSAN_SANITIZE_ALL. (patch 2)
> 
> We have to disable the null pointer sanitizer as
> we use the S390_lowcore macro to access several 
> memory location after address 0  (patch 1)
> 
> If patch 1 is ok, is the s390 tree the right place
> also for patch1?
> 

Fine by me
	Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>

> Christian Borntraeger (2):
>   ubsan: allow to disable the null sanitizer
>   s390/ubsan: enable UBSAN for s390
> 
>  arch/s390/Kconfig                  |  2 ++
>  arch/s390/boot/compressed/Makefile |  1 +
>  arch/s390/kernel/Makefile          |  3 +++
>  arch/s390/kernel/vdso32/Makefile   |  3 ++-
>  arch/s390/kernel/vdso64/Makefile   |  3 ++-
>  lib/Kconfig.ubsan                  | 11 +++++++++++
>  scripts/Makefile.ubsan             |  5 ++++-
>  7 files changed, 25 insertions(+), 3 deletions(-)
> 

  parent reply	other threads:[~2016-09-12 22:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-12 12:37 [PATCH 0/2] ubsan for s390 Christian Borntraeger
2016-09-12 12:37 ` [PATCH 1/2] ubsan: allow to disable the null sanitizer Christian Borntraeger
2016-09-13  6:46   ` Heiko Carstens
2016-09-12 12:37 ` [PATCH 2/2] s390/ubsan: enable UBSAN for s390 Christian Borntraeger
2016-09-12 16:38 ` Andrey Ryabinin [this message]
2016-09-12 16:38   ` [PATCH 0/2] ubsan " Andrey Ryabinin

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=aea3cefc-7699-6fe5-ceb9-f8ea58f063fc@virtuozzo.com \
    --to=aryabinin@virtuozzo.com \
    --cc=akpm@linux-foundation.org \
    --cc=borntraeger@de.ibm.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mmarek@suse.com \
    --cc=schwidefsky@de.ibm.com \
    --cc=yang.shi@linaro.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.