Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 19:30:23 +0100 (CET)
From:      freebsd@oldach.net (Helge Oldach)
To:        markj@FreeBSD.org (Mark Johnston)
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   Re: git: 5fa005e91560 - stable/13 - exec: Reimplement stack address randomization
Message-ID:  <202202161830.21GIUNIf004834@nuc.oldach.net>
In-Reply-To: <202202161759.21GHxF5W050008@gitrepo.freebsd.org> from Mark Johnston at "16 Feb 2022 17:59:15"

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Johnston wrote on Wed, 16 Feb 2022 18:59:15 +0100 (CET):
> The branch stable/13 has been updated by markj:
>=20
> URL: https://cgit.FreeBSD.org/src/commit/?id=3D5fa005e91560785dad5183db08=
0209447afde3c2
>=20
> commit 5fa005e91560785dad5183db080209447afde3c2
> Author:     Mark Johnston <markj@FreeBSD.org>
> AuthorDate: 2022-01-17 16:42:56 +0000
> Commit:     Mark Johnston <markj@FreeBSD.org>
> CommitDate: 2022-02-16 16:55:03 +0000
>=20
>     exec: Reimplement stack address randomization
>    =20

--- kern_exec.o ---
cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/usr/obj/usr/src/amd64.am=
d64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe  -fno-stric=
t-aliasing  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/incl=
ude -I/usr/src/sys/contrib/libf=
dt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common=
    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.ke=
rn_exec.o -MTkern_exec.o -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd6=
4/include -fdebug-prefix-map=3D./x8=
6=3D/usr/src/sys/x86/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-=
sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -f=
stack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype=
s -Wmissing-prototypes -Wpointer-=
arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprint=
f__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -=
Wno-error=3Dtautological-compare -Wno-error=3Dempty-body -Wno-error=3Dparen=
theses-equality -Wno-error=3Dunused-fun=
ction -Wno-error=3Dpointer-sign -Wno-error=3Dshift-negative-value -Wno-addr=
ess-of-packed-member -Wno-error=3Dunused-but-set-variable -Wno-format-zero-=
length   -mno-aes -mno-avx  -std=3Diso9899:1999 -Werror  /usr/src/sys/kern/=
kern_exec.c
/usr/src/sys/kern/kern_exec.c:1197:9: error: returning 'void' from a functi=
on with incompatible result type 'int'
        return (sv->sv_onexec !=3D NULL ? sv->sv_onexec(p, imgp) : 0);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
*** [kern_exec.o] Error code 1

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/HMO
--- modules-all ---

make[3]: stopped in /usr/src/sys/modules
*** [modules-all] Error code 2

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/HMO
2 errors

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/HMO

make[1]: stopped in /usr/src

make: stopped in /usr/src
      524.79 real       763.35 user        91.03 sys




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202161830.21GIUNIf004834>