All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH For 4.10 0/4] Add support for using the Undefined Behaviour Sanitiser
@ 2017-10-03 18:07 Andrew Cooper
  2017-10-03 18:07 ` [PATCH 1/4] xen/tmem: Drop unnecessary noinline attribute Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Andrew Cooper @ 2017-10-03 18:07 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

Andrew Cooper (4):
  xen/tmem: Drop unnecessary noinline attribute
  xen/ubsan: Import ubsan implementation from Linux 4.13
  xen/ubsan: Implement __ubsan_handle_nonnull_arg()
  xen/ubsan: Introduce and use CONFIG_UBSAN

 xen/Kconfig                |   6 +
 xen/Kconfig.debug          |   8 +
 xen/Rules.mk               |   4 +
 xen/arch/x86/Kconfig       |   1 +
 xen/common/Makefile        |   1 +
 xen/common/tmem.c          |   2 +-
 xen/common/ubsan/Makefile  |   1 +
 xen/common/ubsan/ubsan.c   | 484 +++++++++++++++++++++++++++++++++++++++++++++
 xen/common/ubsan/ubsan.h   |  84 ++++++++
 xen/include/xen/compiler.h |   1 +
 10 files changed, 591 insertions(+), 1 deletion(-)
 create mode 100644 xen/common/ubsan/Makefile
 create mode 100644 xen/common/ubsan/ubsan.c
 create mode 100644 xen/common/ubsan/ubsan.h

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-10-05 14:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 18:07 [PATCH For 4.10 0/4] Add support for using the Undefined Behaviour Sanitiser Andrew Cooper
2017-10-03 18:07 ` [PATCH 1/4] xen/tmem: Drop unnecessary noinline attribute Andrew Cooper
2017-10-05 12:47   ` Konrad Rzeszutek Wilk
2017-10-03 18:07 ` [PATCH 2/4] xen/ubsan: Import ubsan implementation from Linux 4.13 Andrew Cooper
2017-10-03 18:07 ` [PATCH 3/4] xen/ubsan: Implement __ubsan_handle_nonnull_arg() Andrew Cooper
2017-10-04 11:56   ` Jan Beulich
2017-10-03 18:07 ` [PATCH 4/4] xen/ubsan: Introduce and use CONFIG_UBSAN Andrew Cooper
2017-10-04  9:42   ` Wei Liu
2017-10-04 10:11   ` Andrew Cooper
2017-10-04 12:03   ` Jan Beulich
2017-10-04 13:28     ` Andrew Cooper
2017-10-04 16:07       ` Jan Beulich
2017-10-05 12:49   ` Konrad Rzeszutek Wilk
2017-10-05 14:11     ` Wei Liu

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.