/[packages]/backports/8/kernel/current/SPECS/kernel.spec
ViewVC logotype

Diff of /backports/8/kernel/current/SPECS/kernel.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1754133 by tmb, Sat Nov 6 14:48:28 2021 UTC revision 1755949 by tmb, Fri Nov 12 17:56:39 2021 UTC
# Line 33  Line 33 
33  #  #
34  %define kernelversion   5  %define kernelversion   5
35  # WARNING: when patchlevel is bumped, please update drakx/kernel/list_modules.pm for new modules!!!  # WARNING: when patchlevel is bumped, please update drakx/kernel/list_modules.pm for new modules!!!
36  %define patchlevel      14  %define patchlevel      15
37  # sublevel is now used for -stable patches  # sublevel is now used for -stable patches
38  %define sublevel        17  %define sublevel        2
39    
40  # Package release  # Package release
41  %define mgarel          1  %define mgarel          1
# Line 335  Patch1215:     dm-raid-aliases.patch Line 335  Patch1215:     dm-raid-aliases.patch
335  # disable floppy autoloading (mga #4696)  # disable floppy autoloading (mga #4696)
336  Patch1220:      block-floppy-disable-pnp-modalias.patch  Patch1220:      block-floppy-disable-pnp-modalias.patch
337    
338    # data corruption
339    Patch1225:      bcache-revert-bcache-use-bvec_virt.patch
340    
341    # iomap
342    Patch1230:      fs-iomap-Fix-inline-extent-handling-in-iomap_readpage.patch
343    
344  ###  ###
345  ### Crypto  ### Crypto
346  ###  ###
# Line 347  Patch1220:     block-floppy-disable-pnp-moda Line 353  Patch1220:     block-floppy-disable-pnp-moda
353  ### File-system  ### File-system
354  ###  ###
355    
356  # aufs diffed from: https://github.com/sfjro/aufs5-linux/tree/aufs5.14 (mga#8314)  # aufs diffed from: https://github.com/sfjro/aufs5-linux/tree/aufs5.15 (mga#8314)
357  Patch1310:      fs-aufs5.14.patch  Patch1310:      fs-aufs5.15.patch
358  # symbol exports needed for modular aufs  # symbol exports needed for modular aufs
359  Patch1311:      fs-aufs5.14-symbol-exports.patch  Patch1311:      fs-aufs5.15-symbol-exports.patch
360  # set aufs tristate  # set aufs tristate
361  Patch1312:      fs-aufs5.14-tristate.patch  Patch1312:      fs-aufs5.15-tristate.patch
   
 # paragon ntfs rw driver (TTL 5.15)  
 # https://github.com/Paragon-Software-Group/linux-ntfs3.git  
 Patch1321:      fs-ntfs3-Add-headers-and-misc-files.patch  
 Patch1322:      fs-ntfs3-Add-initialization-of-super-block.patch  
 Patch1323:      fs-ntfs3-Add-bitmap.patch  
 Patch1324:      fs-ntfs3-Add-file-operations-and-implementation.patch  
 Patch1325:      fs-ntfs3-Add-attrib-operations.patch  
 Patch1326:      fs-ntfs3-Add-compression.patch  
 Patch1327:      fs-ntfs3-Add-NTFS-journal.patch  
 Patch1328:      fs-ntfs3-Add-Kconfig-Makefile-and-doc.patch  
 Patch1329:      fs-ntfs3-Add-NTFS3-in-fs-Kconfig-and-fs-Makefile.patch  
 Patch1330:      fs-ntfs3-Add-MAINTAINERS.patch  
 Patch1331:      fs-ntfs3-Fix-various-spelling-mistakes.patch  
 Patch1332:      fs-ntfs3-Use-linux-log2-is_power_of_2-function.patch  
 Patch1333:      fs-ntfs3-Add-ifndef-define-to-all-header-files.patch  
 Patch1334:      fs-ntfs3-Fix-integer-overflow-in-multiplication.patch  
 Patch1335:      fs-ntfs3-Remove-unused-variable-cnt-in-ntfs_security.patch  
 Patch1336:      fs-ntfs3-Fix-one-none-utf8-char-in-source-file.patch  
 Patch1337:      fs-ntfs3-Fix-fall-through-warnings-for-Clang.patch  
 Patch1338:      fs-ntfs3-Remove-unused-including-linux-version.h.patch  
 Patch1339:      fs-ntfs3-Restyle-comment-block-in-ni_parse_reparse.patch  
 Patch1340:      fs-ntfs3-Use-kernel-ALIGN-macros-over-driver-specifi.patch  
 Patch1341:      fs-ntfs3-Do-not-use-driver-own-alloc-wrappers.patch  
 Patch1342:      fs-ntfs3-Use-kcalloc-kmalloc_array-over-kzalloc-kmal.patch  
 Patch1343:      fs-ntfs3-add-checks-for-allocation-failure.patch  
 Patch1344:      fs-ntfs3-fix-an-error-code-in-ntfs_get_acl_ex.patch  
 Patch1345:      fs-ntfs3-Fix-error-code-in-indx_add_allocate.patch  
 Patch1346:      fs-ntfs3-Potential-NULL-dereference-in-hdr_find_spli.patch  
 Patch1347:      fs-ntfs3-Fix-error-handling-in-indx_insert_into_root.patch  
 Patch1348:      fs-ntfs3-Restyle-comments-to-better-align-with-kerne.patch  
 Patch1349:      fs-ntfs3-Fix-integer-overflow-in-ni_fiemap-with-fiem.patch  
 Patch1350:      fs-ntfs3-Remove-unnecessary-condition-checking-from-.patch  
 Patch1351:      fs-ntfs3-Remove-GPL-boilerplates-from-decompress-lib.patch  
 Patch1352:      fs-ntfs3-Change-how-module-init-info-messages-are-di.patch  
362    
363  # procfs  # procfs
364  Patch1360:      fs-procfs-do-not-list-TID-0-in-proc-pid-task.patch  Patch1360:      fs-procfs-do-not-list-TID-0-in-proc-pid-task.patch
 Patch1361:      revert-proc-wchan-use-printk-format-instead-of-lookup_symbol_name.patch  
365    
366  ###  ###
367  ### FireWire  ### FireWire
# Line 408  Patch1400:     firewire-ieee1394-module-alia Line 378  Patch1400:     firewire-ieee1394-module-alia
378  ### GPU/DRM  ### GPU/DRM
379  ###  ###
380    
 # amdgpu  
 Patch1510:      drm-amdgpu-add-some-additional-RDNA2-PCI-IDs.patch  
   
381  # switch SI and CIK from radeon to amdgpu  # switch SI and CIK from radeon to amdgpu
382  Patch1520:      drm-amdgpu-SI-and-CIK-enabled-by-default.patch  Patch1520:      drm-amdgpu-SI-and-CIK-enabled-by-default.patch
383    
# Line 420  Patch1530:     char-agp-intel-new-Q57-id.pat Line 387  Patch1530:     char-agp-intel-new-Q57-id.pat
387  # https://bugzilla.kernel.org/show_bug.cgi?id=206653#c19  # https://bugzilla.kernel.org/show_bug.cgi?id=206653#c19
388  Patch1552:      i2c_nvidia_gpu-change-err-into-info.patch  Patch1552:      i2c_nvidia_gpu-change-err-into-info.patch
389    
390    # fbdev
391    Patch1560:      fbdev-Prevent-probing-generic-drivers-if-a-FB-is-already-registered.patch
392    
393  ###  ###
394  ### hwmon  ### hwmon
395  ###  ###
396    
397  # k10temp  Patch1600:      x86-amd_nb-Add-AMD-Family-19h-Models-10h-1Fh-and-A0h-AFh-PCI-IDs.patch
398  Patch1610:      hwmon-k10temp-support-Zen3-APUs.patch  Patch1601:      hwmon-k10temp-Remove-unused-definitions.patch
399  Patch1611:      hwmon-k10temp-Add-additional-missing-Zen2-and-Zen3-APUs.patch  Patch1602:      hwmon-k10temp-Add-support-for-AMD-Family-19h-Models-10h-1Fh-and-A0h-AFh.patch
 Patch1612:      hwmon-k10temp-Dont-show-Tdie-for-all-Zen-Zen2-Zen3-CPU-APU.patch  
400    
401  ###  ###
402  ### i2c  ### i2c
# Line 481  Patch1930:     net-wireless-rtw88-add-r8822b Line 450  Patch1930:     net-wireless-rtw88-add-r8822b
450  # add alias for the replaced 8723de 3rdparty driver  # add alias for the replaced 8723de 3rdparty driver
451  Patch1931:      net-wireless-rtw88-add-8723de-alias.patch  Patch1931:      net-wireless-rtw88-add-8723de-alias.patch
452    
 # rtl8xxxu  
 Patch1940:      net-wireless-rtl8xxxu-disable-interrupt_in-transfer-for-8188cu-and-8192cu.patch  
   
453  # rtw89 patchset v7 for 802.11ax hw (TTL: 5.16)  # rtw89 patchset v7 for 802.11ax hw (TTL: 5.16)
454  Patch1960:      net-wireless-rtw89-add-CAM-files.patch  Patch1960:      net-wireless-rtw89-add-CAM-files.patch
455  Patch1961:      net-wireless-rtw89-add-BT-coexistence-files.patch  Patch1961:      net-wireless-rtw89-add-BT-coexistence-files.patch
# Line 509  Patch1980:     net-wireless-rtw89-add-ser-to Line 475  Patch1980:     net-wireless-rtw89-add-ser-to
475  Patch1981:      net-wireless-rtw89-add-PS-files.patch  Patch1981:      net-wireless-rtw89-add-PS-files.patch
476  Patch1982:      net-wireless-rtw89-add-SAR-files.patch  Patch1982:      net-wireless-rtw89-add-SAR-files.patch
477  Patch1983:      net-wireless-rtw89-add-Kconfig-and-Makefile.patch  Patch1983:      net-wireless-rtw89-add-Kconfig-and-Makefile.patch
478    Patch1984:      net-wireless-rtw89-update-partition-size-of-firmware-header-on-skb-data.patch
479    
480  # iwlfiwi  # iwlfiwi
481  Patch1996:      net-wireless-iwlwifi-add-new-pci-id-for-6235.patch  Patch1996:      net-wireless-iwlwifi-add-new-pci-id-for-6235.patch
# Line 537  Patch2054:     platform-x86-shuttle-wmi-kern Line 504  Patch2054:     platform-x86-shuttle-wmi-kern
504  ### Sound  ### Sound
505  ###  ###
506    
507    Patch2150:      sound-alsa-hda-fix-general-protection-fault-in-azx_runtime_idle.patch
508    Patch2151:      sound-ALSA-hda-Free-card-instance-properly-at-probe-errors.patch
509    Patch2152:      sound-ALSA-PCM-Fix-NULL-dereference-at-mmap-checks.patch
510    
511  ###  ###
512  ### SPI  ### SPI
513  ###  ###
# Line 545  Patch2054:     platform-x86-shuttle-wmi-kern Line 516  Patch2054:     platform-x86-shuttle-wmi-kern
516  ### Staging  ### Staging
517  ###  ###
518    
 # switch to new staging driver r8188eu (TTL 5.15)  
 Patch2200:      staging-add-r8188eu.patch  
 Patch2201:      staging-switch-from-rtl8188eu-to-r8188eu.patch  
   
519  ###  ###
520  ### Thermal  ### Thermal
521  ###  ###
# Line 625  Patch3200:     3rd-rtl8812au.patch Line 592  Patch3200:     3rd-rtl8812au.patch
592  Patch3201:      3rd-rtl8812au-Kconfig-Makefile.patch  Patch3201:      3rd-rtl8812au-Kconfig-Makefile.patch
593  Patch3202:      3rd-rtl8812au-rename.patch  Patch3202:      3rd-rtl8812au-rename.patch
594  Patch3203:      3rd-rtl8812au-kernel-5.12.patch  Patch3203:      3rd-rtl8812au-kernel-5.12.patch
595    Patch3204:      3rd-rtl8812au-kernel-5.15.patch
596    
597  # add rtl8723de support (mga#22559)  # add rtl8723de support (mga#22559)
598  Patch3300:      3rd-rtl8723de.patch  Patch3300:      3rd-rtl8723de.patch
# Line 648  Patch3501:     3rd-rtl8821ce-Kconfig-Makefil Line 616  Patch3501:     3rd-rtl8821ce-Kconfig-Makefil
616  Patch3502:      3rd-rtl8821ce-5.8-fix.patch  Patch3502:      3rd-rtl8821ce-5.8-fix.patch
617  Patch3503:      3rd-rtl8821ce-kernel-5.10.patch  Patch3503:      3rd-rtl8821ce-kernel-5.10.patch
618  Patch3504:      3rd-rtl8821ce-kernel-5.12.patch  Patch3504:      3rd-rtl8821ce-kernel-5.12.patch
619    Patch3505:      3rd-rtl8821ce-kernel-5.15.patch
620    
621  # fix Kconfig files for 3rdparty:  # fix Kconfig files for 3rdparty:
622  Patch3900:      3rd-fix-kconfig.patch  Patch3900:      3rd-fix-kconfig.patch
# Line 655  Patch3900:     3rd-fix-kconfig.patch Line 624  Patch3900:     3rd-fix-kconfig.patch
624  ###  ###
625  ### Python fixes  ### Python fixes
626  ###  ###
627  Patch4000:      linux-5.14-python3.patch  Patch4000:      linux-5.15-python3.patch
628    
629  ###  ###
630  ### TTY  ### TTY

Legend:
Removed from v.1754133  
changed lines
  Added in v.1755949

  ViewVC Help
Powered by ViewVC 1.1.30