Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.27 KB

SLE15-SP7.md

File metadata and controls

60 lines (49 loc) · 2.27 KB
title redirect_from
SLE15-SP7 branch
/branches/SLE15-SP7/

SLE15-SP7

The persons in charge of this branch are: Takashi Iwai <[email protected]> Tony Jones <[email protected]> Juergen Gross <[email protected]>

It is the above persons' responsiblity for checking in this kernel to the build system, anyone else who wishes to do so, needs to get permission from them first.

If there are any questions about this branch, please contact the above mentioned maintainer.

To install prebuilt kernel from this branch run

zypper ar -f https://download.opensuse.org/repositories/Kernel:/SLE15-SP7/pool \
    Kernel:SLE15-SP7
zypper in --from Kernel:SLE15-SP7 kernel-default

Please note: The packages are built for the distribution they are targetting. In case of the vanilla and linux-next branches, this is the latest released openSUSE version. While the packages should work fine on a distribution that is slightly newer or slightly older, installing ancient kernels on the latest distributions is asking for trouble. Same goes for the opposite case, e.g. installing the Factory kernel on SLES 11.

There are two SUSE Kernel repositories. Development happens in the kernel-source git repository. This tree is a quile-like series of patches against the upstream kernel, plus spec files and various scripts. You can clone it with

git clone https://github.com/SUSE/kernel-source -b SLE15-SP7

If you just want to hack on the sources and do not need to package the kernel, use the kernel git repository. This one has the same layout as the upstream kernel. Clone command:

git clone https://github.com/SUSE/kernel -b SLE15-SP7

live patches

Sources of kernel live patch updates SLE15-SP7_Update_0