Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2023 19:18:44 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0ef30b5d6b75 - main - linux(4): Bump osrelease to 5.15.0
Message-ID:  <202304221918.33MJIi3a085187@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=0ef30b5d6b75596e087a86c3cb01a0b2c611e7e6

commit 0ef30b5d6b75596e087a86c3cb01a0b2c611e7e6
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-04-22 19:18:08 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-04-22 19:18:08 +0000

    linux(4): Bump osrelease to 5.15.0
    
    Linux kernel version 5.15 named Trick or Treat is a 22nd LTS release.
    
    Reviewed by:            trasz, emaste
    Differential Revision:  https://reviews.freebsd.org/D39649
    MFC after:              1 month
---
 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 ae650934273e..41b53d40da3a 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		4
-#define	LINUX_KPATCHLEVEL	4
+#define	LINUX_KVERSION		5
+#define	LINUX_KPATCHLEVEL	15
 #define	LINUX_KSUBLEVEL		0
 
 #define	LINUX_KERNVER(a,b,c)	(((a) << 16) + ((b) << 8) + (c))



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