Please login to access the resource

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 0000002526 2.47 KB
apply-patches 0000001092 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 0000000655 655 Bytes
config.sh 0000000217 217 Bytes
config.tar.bz2 0000144928 142 KB
constraints.in 0000001950 1.9 KB
devel-post.sh 0000000413 413 Bytes
devel-pre.sh 0000000138 138 Bytes
find-provides 0000000555 555 Bytes
find-requires 0000001138 1.11 KB
group-source-files.pl 0000001837 1.79 KB
guards 0000007935 7.75 KB
host-memcpy-hack.h 0000000183 183 Bytes
kabi.pl 0000002661 2.6 KB
kabi.tar.bz2 0000000677 677 Bytes
kernel-binary.spec.in 0000033657 32.9 KB
kernel-cert-subpackage 0000001109 1.08 KB
kernel-debug.changes 0003595311 3.43 MB
kernel-debug.spec 0000037295 36.4 KB
kernel-default.changes 0003595311 3.43 MB
kernel-default.spec 0000039829 38.9 KB
kernel-docs.changes 0003595311 3.43 MB
kernel-docs.spec 0000004425 4.32 KB
kernel-docs.spec.in 0000004477 4.37 KB
kernel-lpae.changes 0003595311 3.43 MB
kernel-lpae.spec 0000037360 36.5 KB
kernel-module-subpackage 0000002666 2.6 KB
kernel-obs-build.changes 0003595311 3.43 MB
kernel-obs-build.spec 0000004587 4.48 KB
kernel-obs-build.spec.in 0000004592 4.48 KB
kernel-obs-qa.changes 0003595311 3.43 MB
kernel-obs-qa.spec 0000002157 2.11 KB
kernel-obs-qa.spec.in 0000002162 2.11 KB
kernel-source.changes 0003595311 3.43 MB
kernel-source.rpmlintrc 0000000871 871 Bytes
kernel-source.spec 0000008533 8.33 KB
kernel-source.spec.in 0000008263 8.07 KB
kernel-spec-macros 0000001753 1.71 KB
kernel-syms.changes 0003595311 3.43 MB
kernel-syms.spec 0000002327 2.27 KB
kernel-syms.spec.in 0000002161 2.11 KB
kernel-vanilla.changes 0003595311 3.43 MB
kernel-vanilla.spec 0000037149 36.3 KB
kernel-zfcpdump.changes 0003595311 3.43 MB
kernel-zfcpdump.spec 0000037514 36.6 KB
linux-4.4.tar.xz 0087295988 83.3 MB
log.sh 0000004034 3.94 KB
macros.kernel-source 0000002667 2.6 KB
mkspec 0000011629 11.4 KB
modversions 0000003564 3.48 KB
old-flavors 0000000972 972 Bytes
package-descriptions 0000003516 3.43 KB
patches.addon.tar.bz2 0000000133 133 Bytes
patches.apparmor.tar.bz2 0000015206 14.8 KB
patches.arch.tar.bz2 0002817564 2.69 MB
patches.drivers.tar.bz2 0011474446 10.9 MB
patches.fixes.tar.bz2 0000731165 714 KB
patches.kabi.tar.bz2 0000000130 130 Bytes
patches.kernel.org.tar.bz2 0001641995 1.57 MB
patches.rpmify.tar.bz2 0000002017 1.97 KB
patches.rt.tar.bz2 0000000127 127 Bytes
patches.suse.tar.bz2 0001942859 1.85 MB
patches.trace.tar.bz2 0000000131 131 Bytes
patches.xen.tar.bz2 0000000130 130 Bytes
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 0001216508 1.16 MB
source-post.sh 0000000329 329 Bytes
source-timestamp 0000000107 107 Bytes
split-modules 0000003478 3.4 KB
supported.conf 0000115867 113 KB
sysctl.tar.bz2 0000000585 585 Bytes
try-disable-staging-driver 0000002475 2.42 KB
Revision 45 (latest revision is 46)
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 508841 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 45)
Leap 42.3 kernel submission, including the stable 4.4.75 update.
The infamous btrfs issue is still not addressed.

- dm: fix second blk_delay_queue() parameter to be in msec units
  not (bsc#1047670).
- commit eadb677

- mac80211_hwsim: Replace bogus hrtimer clockid (bsc#1047651).
- hrtimer: Catch invalid clockids again (bsc#1047651).
- hrtimer: Revert CLOCK_MONOTONIC_RAW support (bsc#1047651).
- commit a925019

- i40evf: fix merge error in older patch (bsc#1024346 FATE#321239
  bsc#1024373 FATE#321247).
- i40e: fix ethtool to get EEPROM data from X722 interface
  (bsc#1047418).
- commit 916fb5f

- Refresh network patches sorted section
- commit 0c19277

- i40e: when adding or removing MAC filters, correctly handle
  VLANs (bsc#1039915).
- i40e: avoid O(n^2) loop when deleting all filters (bsc#1039915).
- i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
  (bsc#1039915).
- i40e: no need to check is_vsi_in_vlan before calling
  i40e_del_mac_all_vlan (bsc#1039915).
- i40e: fold the i40e_is_vsi_in_vlan check into
  i40e_put_mac_in_vlan (bsc#1039915).
- i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
  (bsc#1039915).
- i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
Comments 0
openSUSE Build Service is sponsored by