summaryrefslogtreecommitdiff
path: root/include/linux/stackprotector.h
blob: 6f3e54c704c00257a4180934bee801b488570d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _LINUX_STACKPROTECTOR_H
#define _LINUX_STACKPROTECTOR_H 1

#include <linux/compiler.h>
#include <linux/sched.h>
#include <linux/random.h>

#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#else
static inline void boot_init_stack_canary(void)
{
}
#endif

#endif
supportCollin L. Walling 2017-08-28KVM: s390: Support Configuration z/Architecture ModeJason J. Herne 2017-07-26s390: add support for IBM z14 machinesMartin Schwidefsky 2017-06-12s390/facilities: remove stfle requirementHeiko Carstens 2017-06-12s390: Remove 'message security assist' from the list of vital facilitiesThomas Huth 2017-04-26s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne 2017-01-30KVM: s390: instruction-execution-protection supportJanosch Frank 2017-01-30KVM: s390: gaccess: add ESOP2 handlingChristian Borntraeger 2016-11-08s390: remove unneeded dependency for gen_facilitiesMasahiro Yamada 2016-11-07s390: squash facilities_src.h into gen_facilities.cMasahiro Yamada 2016-07-31s390/facilities: do not generate DWORDS define anymoreHeiko Carstens 2015-12-18s390/facilities: add helper tool to generate facility listsHeiko Carstens e4323f2'>tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman 2011-02-22tty: move Kconfig entries into drivers/tty from drivers/charGreg Kroah-Hartman 2011-02-17hvc: add Blackfin JTAG console supportMike Frysinger 2011-01-20Merge branch 'akpm'Linus Torvalds 2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes 2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman 2011-01-13cs5535: deprecate older cs5535_gpio driverAndres Salomon 2010-11-30drivers: char: hvc: add arm JTAG DCC console supportDaniel Walker 2010-10-22add ttyprintk driverSamo Pogacnik