Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1650748 > unrolled thread

Re: Linux 3.18.55

Started byPhilip Müller <philm@manjaro.org>
First post2017-05-25 21:00 +0200
Last post2017-05-25 21:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Re: Linux 3.18.55 Philip Müller <philm@manjaro.org> - 2017-05-25 21:00 +0200

#1650748 — Re: Linux 3.18.55

FromPhilip Müller <philm@manjaro.org>
Date2017-05-25 21:00 +0200
SubjectRe: Linux 3.18.55
Message-ID<tL69k-3pt-9@gated-at.bofh.it>
Hi there,

adding following patch[1] will result in following error on 32bit host:

  CC [M]  arch/x86/crypto/twofish_glue.o
  AS [M]  arch/x86/crypto/salsa20-i586-asm_32.o
  CC      fs/open.o
kernel/fork.c: In function ‘dup_task_struct’:
kernel/fork.c:341:22: error: implicit declaration of function
‘get_random_long’ [-Werror=implicit-function-declaration]
  tsk->stack_canary = get_random_long();
                      ^~~~~~~~~~~~~~~
  CC      fs/read_write.o
...
  LD      security/integrity/built-in.o
cc1: some warnings being treated as errors
make[1]: *** [scripts/Makefile.build:257: kernel/fork.o] Error 1
make[1]: *** Waiting for unfinished jobs....
  CC      security/keys/gc.o
  CC      ipc/ipcns_notifier.o

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-3.18/stackprotector-increase-the-per-task-stack-canary-s-random-range-from-32-bits-to-64-bits-on-64-bit-platforms.patch

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web