kernel-source

Edit Package kernel-source
No description set
Refresh
Refresh
Source Files
Filename Size Changed
README.KSYMS 0000000345 345 Bytes
README.PATCH-POLICY.SUSE 0000013708 13.4 KB
README.SUSE 0000016933 16.5 KB
_constraints 0000004730 4.62 KB
apply-patches 0000001098 1.07 KB
arch-symbols 0000001535 1.5 KB
check-for-config-changes 0000000994 994 Bytes
check-module-license 0000000293 293 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 0000000665 665 Bytes
config.sh 0000000637 637 Bytes
config.tar.bz2 0000174791 171 KB
constraints.in 0000003498 3.42 KB
dtb-aarch64.changes 0008497009 8.1 MB
dtb-aarch64.spec 0000021915 21.4 KB
dtb-armv7l.changes 0008497009 8.1 MB
dtb-armv7l.spec 0000034753 33.9 KB
dtb.spec.in.in 0000002890 2.82 KB
group-source-files.pl 0000001875 1.83 KB
guards 0000007935 7.75 KB
host-memcpy-hack.h 0000000183 183 Bytes
kabi.pl 0000004716 4.61 KB
kabi.tar.bz2 0006153384 5.87 MB
kernel-64kb.changes 0008497009 8.1 MB
kernel-64kb.spec 0000067859 66.3 KB
kernel-binary.spec.in 0000050944 49.8 KB
kernel-cert-subpackage 0000000950 950 Bytes
kernel-debug.changes 0008497009 8.1 MB
kernel-debug.spec 0000067482 65.9 KB
kernel-default-base.spec.txt 0000005575 5.44 KB
kernel-default.changes 0008497009 8.1 MB
kernel-default.spec 0000070064 68.4 KB
kernel-docs.changes 0008497009 8.1 MB
kernel-docs.spec 0000007683 7.5 KB
kernel-docs.spec.in 0000003796 3.71 KB
kernel-kvmsmall.changes 0008497009 8.1 MB
kernel-kvmsmall.spec 0000068825 67.2 KB
kernel-lpae.changes 0008497009 8.1 MB
kernel-lpae.spec 0000067547 66 KB
kernel-module-subpackage 0000003447 3.37 KB
kernel-obs-build.changes 0008497009 8.1 MB
kernel-obs-build.spec 0000005863 5.73 KB
kernel-obs-build.spec.in 0000005852 5.71 KB
kernel-obs-qa.changes 0008497009 8.1 MB
kernel-obs-qa.spec 0000002181 2.13 KB
kernel-obs-qa.spec.in 0000002184 2.13 KB
kernel-source.changes 0008497009 8.1 MB
kernel-source.rpmlintrc 0000000945 945 Bytes
kernel-source.spec 0000010523 10.3 KB
kernel-source.spec.in 0000010161 9.92 KB
kernel-spec-macros 0000003119 3.05 KB
kernel-subpackage-build 0000002734 2.67 KB
kernel-subpackage-spec 0000004862 4.75 KB
kernel-syms.changes 0008497009 8.1 MB
kernel-syms.spec 0000002633 2.57 KB
kernel-syms.spec.in 0000002359 2.3 KB
kernel-zfcpdump.changes 0008497009 8.1 MB
kernel-zfcpdump.spec 0000067701 66.1 KB
klp-symbols 0000001912 1.87 KB
linux-5.14.tar.xz 0120669872 115 MB
log.sh 0000004034 3.94 KB
macros.kernel-source 0000003448 3.37 KB
mergedep 0000000608 608 Bytes
mkspec 0000013879 13.6 KB
mkspec-dtb 0000010244 10 KB
moddep 0000000404 404 Bytes
modflist 0000000290 290 Bytes
modules.fips 0000000788 788 Bytes
modversions 0000003564 3.48 KB
old-flavors 0000000972 972 Bytes
package-descriptions 0000004836 4.72 KB
patches.addon.tar.bz2 0000000133 133 Bytes
patches.apparmor.tar.bz2 0000000132 132 Bytes
patches.arch.tar.bz2 0000000127 127 Bytes
patches.drivers.tar.bz2 0000000132 132 Bytes
patches.fixes.tar.bz2 0000000132 132 Bytes
patches.kabi.tar.bz2 0000000130 130 Bytes
patches.kernel.org.tar.bz2 0000000133 133 Bytes
patches.rpmify.tar.bz2 0000004486 4.38 KB
patches.rt.tar.bz2 0000000127 127 Bytes
patches.suse.tar.bz2 0007665424 7.31 MB
release-projects 0000000509 509 Bytes
series.conf 0000595043 581 KB
source-timestamp 0000000106 106 Bytes
split-modules 0000005629 5.5 KB
splitflist 0000000411 411 Bytes
supported.conf 0000230830 225 KB
sysctl.tar.bz2 0000000880 880 Bytes
try-disable-staging-driver 0000002654 2.59 KB
Revision 18 (latest revision is 28)
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 18)
Regular submission of SLE15-SP4 kernel.

This contains the fixes for CVE-2022-0001/CVE-2022-0002, but only
for x86.  The arm64 fixes are still missing.

- x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF +
  SMT (bsc#1191580 CVE-2022-0001 CVE-2022-0002).
- commit 0161c6c

- x86/speculation: Warn about Spectre v2 LFENCE mitigation
  (bsc#1191580 CVE-2022-0001 CVE-2022-0002).
- commit 8114d57

- x86/speculation: Use generic retpoline by default on AMD
  (bsc#1191580 CVE-2022-0001 CVE-2022-0002).
- commit e9a2f46

- x86/speculation: Include unprivileged eBPF status in Spectre v2
  mitigation reporting (bsc#1191580 CVE-2022-0001 CVE-2022-0002).
- commit 8400263

- Documentation/hw-vuln: Update spectre doc (bsc#1191580
  CVE-2022-0001 CVE-2022-0002).
- commit bc2948e

- x86/speculation: Add eIBRS + Retpoline options (bsc#1191580
  CVE-2022-0001 CVE-2022-0002).
- commit 6e19c5a

- x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
  (bsc#1191580 CVE-2022-0001 CVE-2022-0002).
- commit 2a3d074

- drm/i915: Fix mbus join config lookup (git-fixes bsc#1193640).
- drm/i915: Fix dbuf slice config lookup (git-fixes bsc#1193640).
Comments 0
openSUSE Build Service is sponsored by