Home
last modified time | relevance | path

Searched hist:b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dstackprotector.hdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
H A Drandom.hdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
/openbmc/linux/arch/x86/kernel/
H A Dsetup_percpu.cdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
H A Dsmpboot.cdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.cdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.cdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
/openbmc/linux/kernel/
H A Dfork.cdiff b3883a9a1f09e7b41f4dcb1bbd7262216a62d253 Sun Oct 23 15:06:00 CDT 2022 Jason A. Donenfeld <Jason@zx2c4.com> stackprotector: move get_random_canary() into stackprotector.h

This has nothing to do with random.c and everything to do with stack
protectors. Yes, it uses randomness. But many things use randomness.
random.h and random.c are concerned with the generation of randomness,
not with each and every use. So move this function into the more
specific stackprotector.h file where it belongs.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>