The Linux Kernel Sources

Edit Package kernel-source

Linux kernel sources with many fixes and improvements.

Refresh
Refresh
Source Files
Filename Size Changed
README.KSYMS 0000000345 345 Bytes
README.PATCH-POLICY.SUSE 0000013708 13.4 KB
README.SUSE 0000017016 16.6 KB
_constraints 0000003024 2.95 KB
apply-patches 0000001098 1.07 KB
arch-symbols 0000001525 1.49 KB
check-for-config-changes 0000000436 436 Bytes
compress-vmlinux.sh 0000000385 385 Bytes
compute-PATCHVERSION.sh 0000001635 1.6 KB
config-options.changes.txt 0000058678 57.3 KB
config.addon.tar.bz2 0000000130 130 Bytes
config.conf 0000000654 654 Bytes
config.sh 0000000426 426 Bytes
config.tar.bz2 0000142961 140 KB
constraints.in 0000002304 2.25 KB
devel-post.sh 0000000413 413 Bytes
devel-pre.sh 0000000138 138 Bytes
dtb-aarch64.changes 0002594814 2.47 MB
dtb-aarch64.spec 0000021623 21.1 KB
dtb-armv6l.changes 0002594814 2.47 MB
dtb-armv6l.spec 0000005843 5.71 KB
dtb-armv7l.changes 0002594814 2.47 MB
dtb-armv7l.spec 0000033994 33.2 KB
dtb.spec.in.in 0000002835 2.77 KB
group-source-files.pl 0000001875 1.83 KB
guards 0000007935 7.75 KB
host-memcpy-hack.h 0000000183 183 Bytes
kabi.pl 0000003459 3.38 KB
kabi.tar.bz2 0000000469 469 Bytes
kernel-binary.spec.in 0000033846 33.1 KB
kernel-cert-subpackage 0000001109 1.08 KB
kernel-debug.changes 0002594814 2.47 MB
kernel-debug.spec 0000046585 45.5 KB
kernel-default.changes 0002594814 2.47 MB
kernel-default.spec 0000049119 48 KB
kernel-docs.changes 0002594814 2.47 MB
kernel-docs.spec 0000007275 7.1 KB
kernel-docs.spec.in 0000003750 3.66 KB
kernel-lpae.changes 0002594814 2.47 MB
kernel-lpae.spec 0000046650 45.6 KB
kernel-module-subpackage 0000002677 2.61 KB
kernel-obs-build.changes 0002594814 2.47 MB
kernel-obs-build.spec 0000004824 4.71 KB
kernel-obs-build.spec.in 0000004840 4.73 KB
kernel-obs-qa.changes 0002594814 2.47 MB
kernel-obs-qa.spec 0000002159 2.11 KB
kernel-obs-qa.spec.in 0000002162 2.11 KB
kernel-source.changes 0002594814 2.47 MB
kernel-source.rpmlintrc 0000000871 871 Bytes
kernel-source.spec 0000008429 8.23 KB
kernel-source.spec.in 0000008187 8 KB
kernel-spec-macros 0000001753 1.71 KB
kernel-syms.changes 0002594814 2.47 MB
kernel-syms.spec 0000002328 2.27 KB
kernel-syms.spec.in 0000002161 2.11 KB
kernel-vanilla.changes 0002594814 2.47 MB
kernel-vanilla.spec 0000046439 45.4 KB
kernel-zfcpdump.changes 0002594814 2.47 MB
kernel-zfcpdump.spec 0000046804 45.7 KB
linux-4.12.tar.xz 0099186576 94.6 MB
log.sh 0000004034 3.94 KB
macros.kernel-source 0000002673 2.61 KB
mkspec 0000012573 12.3 KB
mkspec-dtb 0000009545 9.32 KB
modversions 0000003564 3.48 KB
old-flavors 0000000972 972 Bytes
package-descriptions 0000004663 4.55 KB
patches.addon.tar.bz2 0000000133 133 Bytes
patches.apparmor.tar.bz2 0000114893 112 KB
patches.arch.tar.bz2 0000748982 731 KB
patches.drivers.tar.bz2 0004116608 3.93 MB
patches.fixes.tar.bz2 0000345048 337 KB
patches.kabi.tar.bz2 0000000130 130 Bytes
patches.kernel.org.tar.bz2 0000606245 592 KB
patches.rpmify.tar.bz2 0000001431 1.4 KB
patches.rt.tar.bz2 0000000127 127 Bytes
patches.suse.tar.bz2 0001005679 982 KB
post.sh 0000002010 1.96 KB
postun.sh 0000001267 1.24 KB
pre.sh 0000002197 2.15 KB
preun.sh 0000000138 138 Bytes
series.conf 0000529550 517 KB
source-post.sh 0000000329 329 Bytes
source-timestamp 0000000107 107 Bytes
split-modules 0000003478 3.4 KB
supported.conf 0000119764 117 KB
sysctl.tar.bz2 0000000841 841 Bytes
try-disable-staging-driver 0000002475 2.42 KB
Revision 7 (latest revision is 126)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 567758 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 7)
Leap 15.0 kernel update.

- Update config files: refresh arm64, ppc64le and s390x configs
  Some configs got removed from default but only in vanilla:
  CONFIG_TREE_RCU_TRACE and CONFIG_PPC_ICSWX*
- commit b9e21dc

- Update config files: fix x86_64/vanilla build breakage
- commit 9c77b4d

- x86/pti: Make unpoison of pgd for trusted boot work for real
  (bsc#1068032 CVE-2017-5754).
- blacklist.conf:
- commit 3bf8f4e

- x86,perf: Disable intel_bts when PTI (bsc#1068032
  CVE-2017-5754).
- Update config files.
- x86/pti: Fix !PCID and sanitize defines (bsc#1068032
  CVE-2017-5754).
- x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()
  (bsc#1068032 CVE-2017-5754).
- x86/tboot: Unbreak tboot with PTI enabled (bsc#1068032
  CVE-2017-5754).
- x86/tlb: Drop the _GPL from the cpu_tlbstate export (bsc#1068032
  CVE-2017-5754).
- x86/events/intel/ds: Use the proper cache flush method for
  mapping ds buffers (bsc#1068032 CVE-2017-5754).
- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
  (bsc#1068032 CVE-2017-5754).
- x86/pti: Make sure the user/kernel PTEs match (bsc#1068032
  CVE-2017-5754).
Comments 0
openSUSE Build Service is sponsored by