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 0000003886 3.79 KB
apply-patches 0000001098 1.07 KB
arch-symbols 0000001535 1.5 KB
check-for-config-changes 0000000610 610 Bytes
check-module-license 0000000245 245 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 0000000617 617 Bytes
config.sh 0000000542 542 Bytes
config.tar.bz2 0000101607 99.2 KB
constraints.in 0000002998 2.93 KB
devel-post.sh 0000000413 413 Bytes
devel-pre.sh 0000000138 138 Bytes
dtb.spec.in.in 0000002885 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 0000000799 799 Bytes
kernel-binary.spec.in 0000041238 40.3 KB
kernel-cert-subpackage 0000001320 1.29 KB
kernel-debug.changes 0006571966 6.27 MB
kernel-debug.spec 0000053862 52.6 KB
kernel-default-base.spec.txt 0000005570 5.44 KB
kernel-default.changes 0006571966 6.27 MB
kernel-default.spec 0000056436 55.1 KB
kernel-docs.changes 0006571966 6.27 MB
kernel-docs.spec 0000008000 7.81 KB
kernel-docs.spec.in 0000003798 3.71 KB
kernel-kvmsmall.changes 0006571966 6.27 MB
kernel-kvmsmall.spec 0000055197 53.9 KB
kernel-module-subpackage 0000002892 2.82 KB
kernel-obs-build.changes 0006571966 6.27 MB
kernel-obs-build.spec 0000004869 4.75 KB
kernel-obs-build.spec.in 0000004868 4.75 KB
kernel-obs-qa.changes 0006571966 6.27 MB
kernel-obs-qa.spec 0000002121 2.07 KB
kernel-obs-qa.spec.in 0000002134 2.08 KB
kernel-preempt.changes 0006571966 6.27 MB
kernel-preempt.spec 0000054075 52.8 KB
kernel-source.changes 0006571966 6.27 MB
kernel-source.rpmlintrc 0000000871 871 Bytes
kernel-source.spec 0000010138 9.9 KB
kernel-source.spec.in 0000009779 9.55 KB
kernel-spec-macros 0000001884 1.84 KB
kernel-subpackage-build 0000002853 2.79 KB
kernel-subpackage-spec 0000004309 4.21 KB
kernel-syms.changes 0006571966 6.27 MB
kernel-syms.spec 0000002541 2.48 KB
kernel-syms.spec.in 0000002354 2.3 KB
kernel-zfcpdump.changes 0006571966 6.27 MB
kernel-zfcpdump.spec 0000054081 52.8 KB
klp-symbols 0000001905 1.86 KB
linux-5.3.tar.xz 0108558876 104 MB
log.sh 0000004034 3.94 KB
macros.kernel-source 0000003434 3.35 KB
mergedep 0000000494 494 Bytes
mkspec 0000013879 13.6 KB
mkspec-dtb 0000010006 9.77 KB
moddep 0000000404 404 Bytes
modflist 0000000277 277 Bytes
modules.fips 0000000713 713 Bytes
modversions 0000003564 3.48 KB
old-flavors 0000000972 972 Bytes
package-descriptions 0000005082 4.96 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 0000004179 4.08 KB
patches.rt.tar.bz2 0000000127 127 Bytes
patches.suse.tar.bz2 0040045458 38.2 MB
post.sh 0000002010 1.96 KB
postun.sh 0000001267 1.24 KB
pre.sh 0000002197 2.15 KB
preun.sh 0000000148 148 Bytes
release-projects 0000000509 509 Bytes
series.conf 0003161272 3.01 MB
source-post.sh 0000000329 329 Bytes
source-timestamp 0000000103 103 Bytes
split-modules 0000005421 5.29 KB
splitflist 0000000297 297 Bytes
supported.conf 0000177927 174 KB
sysctl.tar.bz2 0000000880 880 Bytes
try-disable-staging-driver 0000002654 2.59 KB
Revision 15 (latest revision is 31)
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 15)
- drivers/base/memory.c: cache memory blocks in xarray to
  accelerate lookup (bsc#1159955 ltc#182993).
- Delete patches.suse/drivers-base-memory.c-cache-blocks-in-radix-tree-to-.patch.
  Refresh to upstream patch.
- commit 7c92ca5

- Refresh patches.suse/0001-btrfs-qgroup-don-t-try-to-wait-flushing.patch
  Fix commit hash
- commit 5ec0893

- ima: Fail rule parsing when asymmetric key measurement isn't
  supportable (jsc#SLE-15209).
- ima: Pre-parse the list of keyrings in a KEY_CHECK rule
  (jsc#SLE-15209).
- ima: Use the common function to detect LSM conditionals in a
  rule (jsc#SLE-15209).
- ima: Move comprehensive rule validation checks out of the
  token parser (jsc#SLE-15209).
- ima: Use correct type for the args_p member of
  ima_rule_entry.lsm elements (jsc#SLE-15209).
- ima: Shallow copy the args_p member of ima_rule_entry.lsm
  elements (jsc#SLE-15209).
- ima: Fail rule parsing when the KEY_CHECK hook is combined
  with an invalid cond (jsc#SLE-15209).
- ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined
  with an invalid cond (jsc#SLE-15209).
- ima: Fail rule parsing when buffer hook functions have an
  invalid action (jsc#SLE-15209).
  Refresh
  patches.suse/ima-Fail-rule-parsing-when-appraise_flag-blacklist-i.patch
Comments 0
openSUSE Build Service is sponsored by