git: d72cd275187c - main - Bump __FreeBSD_version to 1400015 for LinuxKPI changes.
Hartmann, O.
o.hartmann at walstatt.org
Tue May 25 21:51:03 UTC 2021
On Tue, 25 May 2021 18:15:21 GMT
"Bjoern A. Zeeb" <bz at FreeBSD.org> wrote:
> The branch main has been updated by bz:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=d72cd275187c6399caf0ca4125292dc7e55fa478
>
> commit d72cd275187c6399caf0ca4125292dc7e55fa478
> Author: Bjoern A. Zeeb <bz at FreeBSD.org>
> AuthorDate: 2021-05-25 17:37:15 +0000
> Commit: Bjoern A. Zeeb <bz at FreeBSD.org>
> CommitDate: 2021-05-25 18:01:49 +0000
>
> Bump __FreeBSD_version to 1400015 for LinuxKPI changes.
>
> Commits 17accc08ae15 and de102f870501 add new files to LinuxKPI
> which break drm-kmod. In addition various other additions where
> comitted. Bump __FreeBSD_version to 1400015 to be able to detect this.
>
> Sponsored by: The FreeBSD Foundation
> MFC after: 2 weeks
> ---
> UPDATING | 5 +++++
> sys/sys/param.h | 2 +-
> 2 files changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/UPDATING b/UPDATING
> index 45f85647980b..f1ff8a8b64b1 100644
> --- a/UPDATING
> +++ b/UPDATING
> @@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
> world, or to merely disable the most expensive debugging functionality
> at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
>
> +20210525:
> + Commits 17accc08ae15 and de102f870501 add new files to LinuxKPI
> + which break drm-kmod. In addition various other additions where
> + comitted. Bump __FreeBSD_version to 1400015 to be able to detect this.
> +
> 20210513:
> Commit ca179c4d74f2 changed the package in which the OpenSSL
> libraries and utilities are packaged.
> diff --git a/sys/sys/param.h b/sys/sys/param.h
> index 81971777e87b..279164f2115b 100644
> --- a/sys/sys/param.h
> +++ b/sys/sys/param.h
> @@ -76,7 +76,7 @@
> * cannot include sys/param.h and should only be updated here.
> */
> #undef __FreeBSD_version
> -#define __FreeBSD_version 1400014
> +#define __FreeBSD_version 1400015
>
> /*
> * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
> _______________________________________________
> dev-commits-src-main at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
> To unsubscribe, send any mail to "dev-commits-src-main-unsubscribe at freebsd.org"
After the latest source update of CURRENT, loading linux.ko and/or linux64.ko via
kldload fails and so does poudriere on our build server, see below.
I have not figured out what change/commit trigered the error.
[...]
kldload: unexpected relocation type 10, symbol index 1633
link_elf_obj: symbol CPUID_STDEXT_SMAP undefined
linker_load_file: /boot/kernel/linux.ko - unsupported file type
kldload: unexpected relocation type 10, symbol index 1460
link_elf_obj: symbol CPUID_STDEXT_SMAP undefined
linker_load_file: /boot/kernel/linux64.ko - unsupported file type
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/dev-commits-src-main/attachments/20210525/800a0a18/attachment.sig>
More information about the dev-commits-src-main
mailing list