git: 6eaaed42943b - main - netlink: add UPDATING entry on linux_common(4) reliance on netlink.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 15:13:53 UTC
The branch main has been updated by melifaro:
URL: https://cgit.FreeBSD.org/src/commit/?id=6eaaed42943bb67ecff470f406ab203177b9d937
commit 6eaaed42943bb67ecff470f406ab203177b9d937
Author: Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2023-01-30 15:12:19 +0000
Commit: Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2023-01-30 15:13:38 +0000
netlink: add UPDATING entry on linux_common(4) reliance on netlink.
Reviewed by: dchagin
---
UPDATING | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/UPDATING b/UPDATING
index 172c611ee9f0..4d40cf842c0c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,10 @@ 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".)
+20230130:
+ As of commit 7c40e2d5f685, the dependency on netlink(4) has been added
+ to the linux_common(4) module. Users relying on linux_common may need
+ to complile netlink(4) module if it is not present in their kernel.
20230126:
The WITHOUT_CXX option has been removed. C++ components in the base
system are now built unconditionally.