git: 156da725d3ef - main - linux(4): bump osrelease to 4.4.0.

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Apr 19 11:09:53 UTC 2021


The branch main has been updated by trasz:

URL: https://cgit.FreeBSD.org/src/commit/?id=156da725d3ef6bbafdb0389aada57cf268f44b1e

commit 156da725d3ef6bbafdb0389aada57cf268f44b1e
Author:     Edward Tomasz Napierala <trasz at FreeBSD.org>
AuthorDate: 2021-04-19 10:37:47 +0000
Commit:     Edward Tomasz Napierala <trasz at FreeBSD.org>
CommitDate: 2021-04-19 10:37:58 +0000

    linux(4): bump osrelease to 4.4.0.
    
    This is required for the current Arch Linux binaries to work.
    
    PR:             254112
    Reviewed By:    emaste
    Sponsored By:   EPSRC
    Differential Revision:  https://reviews.freebsd.org/D29218
---
 sys/compat/linux/linux_mib.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h
index 0a1baec39826..b3d5949c9630 100644
--- a/sys/compat/linux/linux_mib.h
+++ b/sys/compat/linux/linux_mib.h
@@ -46,8 +46,8 @@ int	linux_get_oss_version(struct thread *td);
 
 int	linux_kernver(struct thread *td);
 
-#define	LINUX_KVERSION		3
-#define	LINUX_KPATCHLEVEL	17
+#define	LINUX_KVERSION		4
+#define	LINUX_KPATCHLEVEL	4
 #define	LINUX_KSUBLEVEL		0
 
 #define	LINUX_KERNVER(a,b,c)	(((a) << 16) + ((b) << 8) + (c))


More information about the dev-commits-src-all mailing list