Date: Sat, 05 May 2018 01:17:28 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 227983] sys/cam: fail build with -fsanitize=safe-stack Message-ID: <bug-227983-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227983 Bug ID: 227983 Summary: sys/cam: fail build with -fsanitize=safe-stack Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rozhuk.im@gmail.com /etc/make.conf: COPTFLAGS= -O2 -mretpoline -fsanitize=safe-stack -funroll-loops -pipe ... linking kernel.full cam.o: In function `cam_fetch_status_entry': /usr/src/sys/cam/cam.c:310: undefined reference to `__safestack_unsafe_stack_ptr' cam.o: In function `cam_error_string': /usr/src/sys/cam/cam.c:342: undefined reference to `__safestack_unsafe_stack_ptr' /usr/src/sys/cam/cam.c:519: undefined reference to `__safestack_unsafe_stack_ptr' cam.o: In function `cam_error_print': /usr/src/sys/cam/cam.c:527: undefined reference to `__safestack_unsafe_stack_ptr' cam_compat.o: In function `cam_compat_translate_dev_match_0x18': /usr/src/sys/cam/cam_compat.c:361: undefined reference to `__safestack_unsafe_stack_ptr' cam_compat.o:/usr/src/sys/cam/cam_compat.c:(.text+0xbf0): more undefined references to `__safestack_unsafe_stack_ptr' follow --- kernel.full --- ... -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227983-227>
