Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-module-tools for openSUSE:Factory checked in at 2021-12-08 22:08:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old) and /work/SRC/openSUSE:Factory/.suse-module-tools.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-module-tools" Wed Dec 8 22:08:30 2021 rev:51 rq:935939 version:16.0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes 2021-11-13 22:48:12.405235269 +0100 +++ /work/SRC/openSUSE:Factory/.suse-module-tools.new.31177/suse-module-tools.changes 2021-12-08 22:08:43.454856061 +0100 @@ -1,0 +2,13 @@ +Mon Dec 6 09:04:55 UTC 2021 - Martin Wilck <mwi...@suse.com> + +- Update to version 16.0.16: + * modprobe.d: split conf files (jsc#SLE-21626, boo#1193059) + - Rather than shipping two large files with modprobe.d options + (00-system.conf and 50-blacklist.conf), ship multiple small + per-module files. This makes it easier for users to override + distribution defaults. + * blacklist isst_if_mbox_msr (bsc#1187196) + * boot-sysctl: make sure file exists (fix for containers) + * remove blacklist entry for snd_bt87x (bsc#1192974, bsc#51718) + +------------------------------------------------------------------- Old: ---- suse-module-tools-16.0.14+2.obscpio New: ---- suse-module-tools-16.0.16.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-module-tools.spec ++++++ --- /var/tmp/diff_new_pack.XS52k5/_old 2021-12-08 22:08:43.906856273 +0100 +++ /var/tmp/diff_new_pack.XS52k5/_new 2021-12-08 22:08:43.906856273 +0100 @@ -45,7 +45,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.0.14+2 +Version: 16.0.16 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -106,23 +106,19 @@ sed -i 's/@FS_BLACKLIST@.*/%{fs_blacklist}/' README.md %install -# now assemble the parts for modprobe.conf -cp modprobe.conf/modprobe.conf.common 00-system.conf -%ifarch ppc64le -ln -f modprobe.conf/modprobe.conf.ppc64 modprobe.conf/modprobe.conf.$RPM_ARCH -%endif -if [ -f "modprobe.conf/modprobe.conf.$RPM_ARCH" ]; then - cat "modprobe.conf/modprobe.conf.$RPM_ARCH" >>00-system.conf -fi install -d -m 755 "%{buildroot}%{modprobe_dir}" install -d -m 755 "%{buildroot}%{_sysconfdir}/modprobe.d" -install -pm644 "10-unsupported-modules.conf" \ - "%{buildroot}%{modprobe_dir}/" -install -pm644 00-system.conf "%{buildroot}%{modprobe_dir}/" - -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100 -install -pm644 modprobe.conf/modprobe.conf.blacklist "%{buildroot}%{modprobe_dir}/50-blacklist.conf" +install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/common/*.conf +if [ -d modprobe.conf/%{_arch} ]; then + install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/%{_arch}/*.conf +fi +%ifarch i386 +install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/x86_64/*.conf +%endif +%ifarch ppc64le +install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/ppc64/*.conf %endif + install -d -m 755 "%{buildroot}/%{depmod_dir}" install -d -m 755 "%{buildroot}%{_sysconfdir}/depmod.d" install -pm 644 "depmod-00-system.conf" "%{buildroot}%{depmod_dir}/00-system.conf" ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.XS52k5/_old 2021-12-08 22:08:43.942856290 +0100 +++ /var/tmp/diff_new_pack.XS52k5/_new 2021-12-08 22:08:43.946856292 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/suse-module-tools.git</param> - <param name="changesrevision">5ab3f0d35965bb8b20dbfa1db6f3bfde511abc54</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">0d9e013bc845fd151bffaaec809e63a09b6eb4bb</param></service></servicedata> \ No newline at end of file ++++++ suse-module-tools-16.0.14+2.obscpio -> suse-module-tools-16.0.16.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/10-unsupported-modules.conf new/suse-module-tools-16.0.16/10-unsupported-modules.conf --- old/suse-module-tools-16.0.14+2/10-unsupported-modules.conf 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/10-unsupported-modules.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -# -# Every kernel module has a flag 'supported'. If this flag is not set loading -# this module will taint your kernel. You will not get much help with a kernel -# problem if your kernel is marked as tainted. In this case you firstly have -# to avoid loading of unsupported modules. -# -# Setting allow_unsupported_modules 1 enables loading of unsupported modules -# by modprobe, setting allow_unsupported_modules 0 disables it. This can -# be overriden using the --allow-unsupported-modules commandline switch. -# -# CAUTION: In SUSE Linux Enterprise products, loading unsupported modules -# is disabled by default. Re-enabling it is discouraged, as it may compromise -# enterprise product supportability. -# -# SLE users, please read the documentation about kernel module support in the -# SUSE Linux Enterprise Server Administration guide: -# -# https://www.suse.com/documentation/sles-15/book_sle_admin/data/sec_admsupport_kernel.html -# -# NOTE: Modules from SUSE partners delivered under the SUSE SolidDriver Program -# are marked as "externally supported". Such modules are not regarded as -# "unsupported" and thus unaffected by the "allow_unsupported_modules" flag. -# -# On openSUSE, the kernel doesn't have the feature to recognize supported modules, -# and this flag has no effect. -allow_unsupported_modules 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/boot-sysctl.service new/suse-module-tools-16.0.16/boot-sysctl.service --- old/suse-module-tools-16.0.14+2/boot-sysctl.service 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/boot-sysctl.service 2021-12-06 09:50:04.000000000 +0100 @@ -5,6 +5,7 @@ Before=systemd-sysctl.service After=systemd-modules-load.service ConditionPathExists=!/usr/lib/modules/%v/sysctl.conf +ConditionPathExists=/boot/sysctl.conf-%v RequiresMountsFor=/boot [Service] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/00-system-937216.conf new/suse-module-tools-16.0.16/modprobe.conf/00-system-937216.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/00-system-937216.conf 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/00-system-937216.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -# DO NOT EDIT - copy to /etc/modprobe.d/00-system-937216.conf and edit the copy -# -# Since kernel 3.18 br_netfilter is needed to pass bridged packets to -# netfilter. Load br_netfilter automatically to avoid regressions in SLE12 SP2+ -# service packs (bsc#937216). -# Don't use this in openSUSE (bsc#1158817). -softdep bridge post: br_netfilter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/aarch64/50-blacklist-efifb.conf new/suse-module-tools-16.0.16/modprobe.conf/aarch64/50-blacklist-efifb.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/aarch64/50-blacklist-efifb.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/aarch64/50-blacklist-efifb.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,3 @@ +# does not work on aarch64 because PCI host bridge driver +# remaps the bars (bsc#996080) +blacklist efifb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/10-unsupported-modules.conf new/suse-module-tools-16.0.16/modprobe.conf/common/10-unsupported-modules.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/10-unsupported-modules.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/10-unsupported-modules.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,26 @@ +# +# Every kernel module has a flag 'supported'. If this flag is not set loading +# this module will taint your kernel. You will not get much help with a kernel +# problem if your kernel is marked as tainted. In this case you firstly have +# to avoid loading of unsupported modules. +# +# Setting allow_unsupported_modules 1 enables loading of unsupported modules +# by modprobe, setting allow_unsupported_modules 0 disables it. This can +# be overriden using the --allow-unsupported-modules commandline switch. +# +# CAUTION: In SUSE Linux Enterprise products, loading unsupported modules +# is disabled by default. Re-enabling it is discouraged, as it may compromise +# enterprise product supportability. +# +# SLE users, please read the documentation about kernel module support in the +# SUSE Linux Enterprise Server Administration guide: +# +# https://www.suse.com/documentation/sles-15/book_sle_admin/data/sec_admsupport_kernel.html +# +# NOTE: Modules from SUSE partners delivered under the SUSE SolidDriver Program +# are marked as "externally supported". Such modules are not regarded as +# "unsupported" and thus unaffected by the "allow_unsupported_modules" flag. +# +# On openSUSE, the kernel doesn't have the feature to recognize supported modules, +# and this flag has no effect. +allow_unsupported_modules 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-alias-autofs.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-alias-autofs.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-alias-autofs.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-alias-autofs.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1 @@ +alias autofs autofs4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-alias-nfs.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-alias-nfs.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-alias-nfs.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-alias-nfs.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1 @@ +alias nfs4 nfs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-alias-paride.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-alias-paride.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-alias-paride.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-alias-paride.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,3 @@ +# network block device +alias block-major-45 pd +alias block-major-47 pf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-apm.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-apm.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-apm.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-apm.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# /dev/apm_bios Advanced Power Management BIOS +install char-major-10-134 /bin/true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-bttv_skip_it.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-bttv_skip_it.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-bttv_skip_it.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-bttv_skip_it.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,11 @@ +# These devices have bt878 chip without PCI Subsystem ID. Without that info bttv +# does not know how to treat them properly. Therefore we disable autoloading of +# modules for these devices. +# See https://bugzilla.novell.com/show_bug.cgi?id=149588 +# To enable your device create a hardware configuration file for your device. +# See man hwup for details. +# You will probably have to specify an option to identify your card. Have a +# look in /usr/src/linux/Documentation/video4linux/CARDLIST.bttv. +alias pci:v0000109Ed0000036Esv00000000sd00000000bc04sc00i00 bttv_skip_it +alias pci:v0000109Ed00000878sv00000000sd00000000bc04sc80i00 bttv_skip_it +install bttv_skip_it echo "module alias skipped (bt878 chip without PCI Subsystem ID)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-cifs.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-cifs.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-cifs.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-cifs.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,3 @@ +# cifs calls load_nls() +# FIXME: determine the proper nls module based on fstab options instead +# SUSE INITRD: cifs REQUIRES nls_utf8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-rtc.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-rtc.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-rtc.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-rtc.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# /dev/rtc, old rtc device +install char-major-10-135 /bin/true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-sonypi.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-sonypi.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-sonypi.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-sonypi.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,3 @@ +# sonypi driver (Sony laptops) +alias char-major-10-250 sonypi +options sonypi minor=250 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-toshiba.conf new/suse-module-tools-16.0.16/modprobe.conf/common/40-toshiba.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/40-toshiba.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/40-toshiba.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1 @@ +alias char-major-10-181 toshiba diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-acpi_power_meter.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-acpi_power_meter.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-acpi_power_meter.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-acpi_power_meter.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,7 @@ +# Blacklist acpi_power_meter. The device requires processing ACPI AML code to +# update average power measurement. This may be at a high frequency and has +# been observed executing every 500ms. This has a noticable impact on latency +# sensitive applications that experience delays on workqueue executions. As +# very few applications require the data, blacklist the module by default +# (bnc#974373) +blacklist acpi_power_meter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-bfusb.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-bfusb.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-bfusb.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-bfusb.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# Blue Fritz! USB dongle +blacklist bfusb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-dpt_i2o.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-dpt_i2o.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-dpt_i2o.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-dpt_i2o.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# This module seems to be good for nothing. See bug 129301. +blacklist dpt_i2o diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-evbug.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-evbug.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-evbug.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-evbug.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# this is a debugging module which should only be loaded manually +# (security sensitive - keystrokes logged to syslog) +# 2021: only shipped on ppc64 / ppc64le +blacklist evbug diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-fb.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-fb.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-fb.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-fb.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,64 @@ +# list all framebuffer drivers, some of them tend to crash during boot +# they are either compiled into the kernel, or vesafb is active +# X works fine without them, rcfbset can load them if really required +# sed -e '/\/drivers\/video\/.*\.\(o\|ko\)$/{s@^.*/@@;s@\..*$@@;p};d' +# See also bsc#106715 + +blacklist backlight +blacklist lcd + +# armv7hl still ships these +blacklist sm501fb +# bsc#846218 +blacklist udlfb + +## 2021: The drivers below aren't shipped any more +# blacklist aty128fb +# blacklist atyfb +# blacklist cyber2000fb +# blacklist g450_pll +# blacklist hgafb +# blacklist i2c-matroxfb +# blacklist i810fb +# blacklist intelfbdrv +# blacklist intelfbhw +# blacklist matroxfb_accel +# blacklist matroxfb_base +# blacklist matroxfb_crtc2 +# blacklist matroxfb_DAC1064 +# blacklist matroxfb_g450 +# blacklist matroxfb_maven +# blacklist matroxfb_misc +# blacklist matroxfb_proc +# blacklist matroxfb_Ti3026 +# blacklist mdacon +# blacklist neofb +# blacklist pm2fb +# blacklist pm3fb +# blacklist radeonfb +# blacklist rivafb +# blacklist sisfb +# blacklist sstfb +# blacklist tdfxfb +# blacklist tridentfb +# blacklist vga16fb +# blacklist vgastate +# blacklist kyrofb +# blacklist arcfb +# blacklist cirrusfb +# blacklist gx1fb +# blacklist intelfb +# blacklist macmodes +# blacklist nvidiafb +# blacklist s1d13xxxfb +# blacklist savagefb +# blacklist arkfb +# blacklist carminefb +# blacklist gxfb +# blacklist hecubafb +# blacklist lxfb +# blacklist s3fb +# blacklist viafb +# blacklist vmlfb +# blacklist vt8623fb + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-mtd.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-mtd.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-mtd.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-mtd.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,6 @@ +# These mtd drivers should be loaded manually. +# bsc#51815 +blacklist amd76xrom +blacklist l440gx +blacklist scb2_flash +blacklist pci diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-pata_acpi.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-pata_acpi.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-pata_acpi.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-pata_acpi.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# pata_acpi is useful for certain limited cases but it tries to attach any +# controller with IDE class code causing more harm than good if loaded by +# default. Blacklist it so that it can be used selectively. +blacklist pata_acpi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-usbcore.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-usbcore.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-usbcore.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-usbcore.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# usbcore ... module is loaded implicitly, ignore it otherwise +blacklist usbcore diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-xircom.conf new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-xircom.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/50-blacklist-xircom.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/50-blacklist-xircom.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,5 @@ +# tulip ... de4x5, xircom_tulip_cb, dmfe (...) handle same devices +blacklist de4x5 +# At least 2.4.3 and later xircom_tulip doesn't have that conflict +# xircom_tulip_cb +blacklist dmfe diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-csiostor.conf new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-csiostor.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-csiostor.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-csiostor.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# bsc#1100989: cxgb4 needs to be loaded before csiostor (Chelsio request) +softdep csiostor pre: cxgb4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-dm_crypt.conf new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-dm_crypt.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-dm_crypt.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-dm_crypt.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# dm-crypt requires essiv +softdep dm-crypt pre: essiv diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-ehci_hcd.conf new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-ehci_hcd.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-ehci_hcd.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-ehci_hcd.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# "Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not +# after" (bnc#449853) +softdep uhci-hcd pre: ehci-hcd +softdep ohci-hcd pre: ehci-hcd diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-usb_storage.conf new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-usb_storage.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/70-softdep-usb_storage.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/70-softdep-usb_storage.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# uas devices can be unpredictably a fallback for both drivers must be present +# (bnc#862397) +# but avoid circular dependency (bsc#1168661) +softdep usb_storage post: uas diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/common/80-options-ch.conf new/suse-module-tools-16.0.16/modprobe.conf/common/80-options-ch.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/common/80-options-ch.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/common/80-options-ch.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,3 @@ +# SCSI changers can take 1h to initialize on module load, +# triggering udev timeouts (bnc#760274). +options ch init=0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/i386/40-alias-mwave.conf new/suse-module-tools-16.0.16/modprobe.conf/i386/40-alias-mwave.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/i386/40-alias-mwave.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/i386/40-alias-mwave.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# Linux ACP modem (Mwave) +# /dev/modems/mwave MWave modem firmware upload +alias char-major-10-219 mwave +# options mwave mwave_3780i_irq=10 mwave_3780i_io=0x130 mwave_uart_irq=3 mwave_uart_io=0x2f8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/i386/40-alias-thinkpad.conf new/suse-module-tools-16.0.16/modprobe.conf/i386/40-alias-thinkpad.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/i386/40-alias-thinkpad.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/i386/40-alias-thinkpad.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# IBM thinkpad tpctl +# see /usr/share/doc/packages/tpctl/ +alias char-major-10-170 thinkpad +# options thinkpad enable_smapi=0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/i386/50-blacklist-i82875p_edac.conf new/suse-module-tools-16.0.16/modprobe.conf/i386/50-blacklist-i82875p_edac.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/i386/50-blacklist-i82875p_edac.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/i386/50-blacklist-i82875p_edac.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,4 @@ +# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac +# is loaded first it will grab the device. Then intel-agp doesn't work. +# Therefore we disable automatic loading of 82875p_edac. (Bug 213840) +blacklist i82875p_edac diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.aarch64 new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.aarch64 --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.aarch64 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.aarch64 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -# begin of aarch64 part for modprobe.conf - - -# does not work on aarch64 because PCI host bridge driver -# remaps the bars (bsc#996080) -blacklist efifb - -# end of aarch64 part for modprobe.conf - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.blacklist new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.blacklist --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.blacklist 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.blacklist 1970-01-01 01:00:00.000000000 +0100 @@ -1,189 +0,0 @@ -# -# $Id$ -# -# Listing a module here prevents modprobe from loading it via modalias (only -# aliases from /lib/modules/*/modules.alias). You may still load it explicitely. -# We blacklist some modules becaus they may harm on certain devices or they -# prevent other modules from grabbing the device. -# -# Syntax: blacklist <driver name> -# See 'man modprobe'. -# - -# usbcore ... module is loaded implicitly, ignore it otherwise -blacklist usbcore - -# tulip ... de4x5, xircom_tulip_cb, dmfe (...) handle same devices -blacklist de4x5 -# At least 2.4.3 and later xircom_tulip doesn't have that conflict -# xircom_tulip_cb -blacklist dmfe - -# list all framebuffer drivers, some of them tend to crash during boot -# they are either compiled into the kernel, or vesafb is active -# X works fine without them, rcfbset can load them if really required -# sed -e '/\/drivers\/video\/.*\.\(o\|ko\)$/{s@^.*/@@;s@\..*$@@;p};d' -blacklist aty128fb -blacklist atyfb -blacklist cyber2000fb -blacklist g450_pll -blacklist hgafb -blacklist i2c-matroxfb -blacklist i810fb -blacklist intelfbdrv -blacklist intelfbhw -blacklist matroxfb_accel -blacklist matroxfb_base -blacklist matroxfb_crtc2 -blacklist matroxfb_DAC1064 -blacklist matroxfb_g450 -blacklist matroxfb_maven -blacklist matroxfb_misc -blacklist matroxfb_proc -blacklist matroxfb_Ti3026 -blacklist mdacon -blacklist neofb -blacklist pm2fb -blacklist pm3fb -blacklist radeonfb -blacklist rivafb -blacklist sisfb -blacklist sstfb -blacklist tdfxfb -blacklist tridentfb -blacklist vga16fb -blacklist vgastate -# for kyrofb see Bug 35810 -blacklist kyrofb -# list was not complete (bug 106715) -blacklist arcfb -blacklist backlight -blacklist lcd -blacklist cirrusfb -blacklist gx1fb -blacklist intelfb -blacklist macmodes -blacklist nvidiafb -blacklist s1d13xxxfb -blacklist savagefb -# additional modules since SLE11, bug 468964 -blacklist arkfb -blacklist carminefb -blacklist gxfb -blacklist hecubafb -blacklist lxfb -blacklist s3fb -blacklist sm501fb -blacklist viafb -blacklist vmlfb -blacklist vt8623fb -#bug 846218 -blacklist udlfb - -# ISDN modules are load from /lib/udev/isdn.sh -blacklist fcusb -blacklist fcusb2 -blacklist fxusb -blacklist fxusb_CZ -blacklist fcdslusb -blacklist fcdslusb2 -blacklist fcdslusba -blacklist fcdslslusb -blacklist fcdslslusb2 -blacklist e2220pc -blacklist e5520pc -blacklist bfusb -blacklist b1isa -blacklist b1pci -blacklist b1pcmcia -blacklist c4 -blacklist t1isa -blacklist t1pci -blacklist divas -blacklist act2000 -blacklist hfc_usb -blacklist hisax -blacklist hisax_fcpcipnp -blacklist hisax_st5481 -blacklist hysdn -blacklist icn -blacklist pcbit -blacklist sc -blacklist tpam -blacklist fcpci -blacklist fcclassic -blacklist fcdsl -blacklist fcdsl2 -# mISDN modules -blacklist hfcsusb -blacklist hfcpci -blacklist hfcmulti -blacklist l1oip -blacklist mISDN_dsp -blacklist mISDN_core - -# OSS PCI sound modules -blacklist ad1889 -blacklist ali5455 -blacklist btaudio -blacklist cmpci -blacklist cs4281 -blacklist emu10k1 -blacklist es1370 -blacklist es1371 -blacklist esssolo1 -blacklist forte -blacklist i810_audio -blacklist maestro -blacklist maestro3 -blacklist nm256_audio -blacklist opl3sa2 # Bug 219758 -blacklist rme96xx -blacklist sonicvibes -blacklist trident -blacklist via82cxxx_audio -blacklist ymfpci - -# this is a debugging module which should only be loaded manually -blacklist evbug - -# These mtd drivers should be loaded manually. -blacklist scb2_flash -blacklist pci -blacklist l440gx -blacklist amd76xrom - -# job of rcdvb -blacklist snd-bt87x - -# This module seems to be good for nothing. See bug 129301. -blacklist dpt_i2o - -# These devices have bt878 chip without PCI Subsystem ID. Without that info bttv -# does not know how to treat them properly. Therefore we disable autoloading of -# modules for these devices. -# See https://bugzilla.novell.com/show_bug.cgi?id=149588 -# To enable your device create a hardware configuration file for your device. -# See man hwup for details. -# You will probably have to specify an option to identify your card. Have a -# look in /usr/src/linux/Documentation/video4linux/CARDLIST.bttv. -alias pci:v0000109Ed0000036Esv00000000sd00000000bc04sc00i00 bttv_skip_it -alias pci:v0000109Ed00000878sv00000000sd00000000bc04sc80i00 bttv_skip_it -install bttv_skip_it echo "module alias skipped (bt878 chip without PCI Subsystem ID)" - -# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac -# is loaded first it will grab the device. Then intel-agp doesn't work. -# Therefore we disable automatic loading of 82875p_edac. (Bug 213840) -blacklist i82875p_edac -# -# Blacklist the IBM s390 module for I/O dynamic configuration support -# Bug bnc#478601 -blacklist chsc_sch - -# Blacklist acpi_power_meter. The device requires processing ACPI AML code to -# update average power measurement. This may be at a high frequency and has -# been observed executing every 500ms. This has a noticable impact on latency -# sensitive applications that experience delays on workqueue executions. As -# very few applications require the data, blacklist the module by default -# (bnc#974373) -blacklist acpi_power_meter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.common new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.common --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.common 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.common 1970-01-01 01:00:00.000000000 +0100 @@ -1,88 +0,0 @@ -# -# Copyright (c) 1996-2002 SuSE Linux AG Nuernberg, Germany. -# Copyright (c) 2021 SUSE LLC -# -# All rights reserved. -# -# Author: Hubert Mantel <man...@suse.de>, 1996-2002 -# -# === PLEASE DO NOT EDIT THIS FILE === -# -# If you need to make changes, copy this file to /etc/modprobe.d -# and apply changes there. -# -# Configuration file for loadable modules; used by modprobe - -######################################################################## -# If you want to use the new autofs4 -######################################################################## -alias autofs autofs4 - -######################################################################## -# block dev aliases -######################################################################## - -# network block device -alias block-major-45 pd -alias block-major-47 pf - -######################################################################## -# char dev aliases -######################################################################## - -install char-major-10-134 /bin/true -install char-major-10-135 /bin/true -alias char-major-10-181 toshiba -alias char-major-10-250 sonypi -options sonypi minor=250 - -######################################################################## -# ISDN -######################################################################## -install b1pci /bin/true -install c4 /bin/true -install sc /bin/true -install hisax /bin/true -install hisax_fcpcipnp /bin/true -install hfc4s8s_l1 /bin/true -install hysdn /bin/true -install pcbit /bin/true -install t1pci /bin/true -install divas /bin/true - -# NFS -alias nfs4 nfs - -# rpc_pipefs -install rpc_pipefs /sbin/modprobe sunrpc - -# pata_acpi is useful for certain limited cases but it tries to attach any -# controller with IDE class code causing more harm than good if loaded by -# default. Blacklist it so that it can be used selectively. -blacklist pata_acpi - -# "Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not -# after" (bnc#449853) -softdep uhci-hcd pre: ehci-hcd -softdep ohci-hcd pre: ehci-hcd - -# cifs calls load_nls() -# FIXME: determine the proper nls module based on fstab options instead -# SUSE INITRD: cifs REQUIRES nls_utf8 - -# SCSI changers can take 1h to initialize on module load, -# triggering udev timeouts (bnc#760274). -options ch init=0 - -# uas devices can be unpredictably a fallback for both drivers must be present -# (bnc#862397) -# but avoid circular dependency (bsc#1168661) -softdep usb_storage post: uas - -# bsc#1100989: cxgb4 needs to be loaded before csiostor (Chelsio request) -softdep csiostor pre: cxgb4 - -# dm-crypt requires essiv -softdep dm-crypt pre: essiv - -# end of common part for modprobe.conf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.i386 new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.i386 --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.i386 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.i386 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ -# begin of i386 part for modprobe.conf - -alias parport_lowlevel parport_pc - -# Linux ACP modem (Mwave) -alias char-major-10-219 mwave -# options mwave dspirq=10 dspio=0x130 uartirq=3 uartio=0x2f8 - -# IBM thinkpad tpctl -# see /usr/share/doc/packages/tpctl/ -alias char-major-10-170 thinkpad -# options thinkpad enable_smapi=0 - - -# required for DRI support on SiS chips -options sisfb mode=none mem=12288 - -# ata_piix can't handle ICH6 in AHCI mode -softdep ata_piix pre: ahci - -# QEMU/KVM can handle ACPI Hotplugging -alias dmi:bvnQEMU:bvrQEMU:* acpiphp - -# end of i386 part for modprobe.conf - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.local new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.local --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.local 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.local 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -# -# please add local extensions to this file -# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.ppc64 new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.ppc64 --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.ppc64 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.ppc64 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -# begin of ppc64/ppc64le part for modprobe.conf - -# catas recovery conflicts with eeh (bsc#456389) -options ib_mthca catas_reset_disable=1 - -# end of ppc64/ppc64le part for modprobe.conf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.s390x new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.s390x --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.s390x 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.s390x 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -# begin of s390x part for modprobe.conf - -# Copied over from modprobe.conf.s390 -# Dropped obviously outdated statements. -alias iucv0 netiucv -alias iucv1 netiucv -alias iucv2 netiucv -alias iucv3 netiucv -alias iucv4 netiucv -alias iucv5 netiucv -alias iucv6 netiucv -alias iucv7 netiucv -alias iucv8 netiucv -alias iucv9 netiucv - -alias block-major-35 xpram - -# The framebuffer console is built as a module on s390, because it is -# useful only to a KVM guest. But then it should be loaded together -# with the corresponding DRM driver. -# SUSE INITRD: virtio_gpu REQUIRES fbcon -softdep virtio_gpu post: fbcon - -# end of s390x part for modprobe.conf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.x86_64 new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.x86_64 --- old/suse-module-tools-16.0.14+2/modprobe.conf/modprobe.conf.x86_64 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/modprobe.conf.x86_64 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -# begin of x86_64 part for modprobe.conf - -alias parport_lowlevel parport_pc - -# ata_piix can't handle ICH6 in AHCI mode -softdep ata_piix pre: ahci - -# QEMU/KVM can handle ACPI Hotplugging -alias dmi:bvnQEMU:bvrQEMU:* acpiphp - -# end of x86_64 part for modprobe.conf - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/ppc64/80-options-ib_mthca.conf new/suse-module-tools-16.0.16/modprobe.conf/ppc64/80-options-ib_mthca.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/ppc64/80-options-ib_mthca.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/ppc64/80-options-ib_mthca.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# catas recovery conflicts with eeh (bsc#456389) +options ib_mthca catas_reset_disable=1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/40-alias-netiucv.conf new/suse-module-tools-16.0.16/modprobe.conf/s390x/40-alias-netiucv.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/40-alias-netiucv.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/s390x/40-alias-netiucv.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,12 @@ +# Copied over from modprobe.conf.s390 +# Dropped obviously outdated statements. +alias iucv0 netiucv +alias iucv1 netiucv +alias iucv2 netiucv +alias iucv3 netiucv +alias iucv4 netiucv +alias iucv5 netiucv +alias iucv6 netiucv +alias iucv7 netiucv +alias iucv8 netiucv +alias iucv9 netiucv diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/40-alias-xpram.conf new/suse-module-tools-16.0.16/modprobe.conf/s390x/40-alias-xpram.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/40-alias-xpram.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/s390x/40-alias-xpram.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1 @@ +alias block-major-35 xpram diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/50-blacklist-chsc_sch.conf new/suse-module-tools-16.0.16/modprobe.conf/s390x/50-blacklist-chsc_sch.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/50-blacklist-chsc_sch.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/s390x/50-blacklist-chsc_sch.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,3 @@ +# Blacklist the IBM s390 module for I/O dynamic configuration support +# Bug bnc#478601 +blacklist chsc_sch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/70-softdep-virtio_gpu.conf new/suse-module-tools-16.0.16/modprobe.conf/s390x/70-softdep-virtio_gpu.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/s390x/70-softdep-virtio_gpu.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/s390x/70-softdep-virtio_gpu.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,5 @@ +# The framebuffer console is built as a module on s390, because it is +# useful only to a KVM guest. But then it should be loaded together +# with the corresponding DRM driver. +# SUSE INITRD: virtio_gpu REQUIRES fbcon +softdep virtio_gpu post: fbcon diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/40-alias-parport.conf new/suse-module-tools-16.0.16/modprobe.conf/x86_64/40-alias-parport.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/40-alias-parport.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/x86_64/40-alias-parport.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1 @@ +alias parport_lowlevel parport_pc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/40-alias-qemu-acpiphp.conf new/suse-module-tools-16.0.16/modprobe.conf/x86_64/40-alias-qemu-acpiphp.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/40-alias-qemu-acpiphp.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/x86_64/40-alias-qemu-acpiphp.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# QEMU/KVM can handle ACPI Hotplugging +alias dmi:bvnQEMU:bvrQEMU:* acpiphp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/50-blacklist-isst.conf new/suse-module-tools-16.0.16/modprobe.conf/x86_64/50-blacklist-isst.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/50-blacklist-isst.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/x86_64/50-blacklist-isst.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,6 @@ +# Intel Speed Select Technology (ISST) +# The isst_if_mbox_msr driver uses a modalias based on CPU family and model, +# which is too unspecific. On large systems, this causes a lot of failing +# modprobe attempts for this driver, leading to slow or even stalled boot +# (bsc#1187196). +blacklist isst_if_mbox_msr diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/70-softdep-ata_piix.conf new/suse-module-tools-16.0.16/modprobe.conf/x86_64/70-softdep-ata_piix.conf --- old/suse-module-tools-16.0.14+2/modprobe.conf/x86_64/70-softdep-ata_piix.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.16/modprobe.conf/x86_64/70-softdep-ata_piix.conf 2021-12-06 09:50:04.000000000 +0100 @@ -0,0 +1,2 @@ +# ata_piix can't handle ICH6 in AHCI mode +softdep ata_piix pre: ahci diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/suse-module-tools.rpmlintrc new/suse-module-tools-16.0.16/suse-module-tools.rpmlintrc --- old/suse-module-tools-16.0.14+2/suse-module-tools.rpmlintrc 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/suse-module-tools.rpmlintrc 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -# The package installs different configs for different architectures -addFilter("no-binary"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.14+2/suse-module-tools.spec new/suse-module-tools-16.0.16/suse-module-tools.spec --- old/suse-module-tools-16.0.14+2/suse-module-tools.spec 2021-11-09 13:02:48.000000000 +0100 +++ new/suse-module-tools-16.0.16/suse-module-tools.spec 2021-12-06 09:50:04.000000000 +0100 @@ -45,7 +45,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.0.14 +Version: 16.0.16 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -106,23 +106,19 @@ sed -i 's/@FS_BLACKLIST@.*/%{fs_blacklist}/' README.md %install -# now assemble the parts for modprobe.conf -cp modprobe.conf/modprobe.conf.common 00-system.conf -%ifarch ppc64le -ln -f modprobe.conf/modprobe.conf.ppc64 modprobe.conf/modprobe.conf.$RPM_ARCH -%endif -if [ -f "modprobe.conf/modprobe.conf.$RPM_ARCH" ]; then - cat "modprobe.conf/modprobe.conf.$RPM_ARCH" >>00-system.conf -fi install -d -m 755 "%{buildroot}%{modprobe_dir}" install -d -m 755 "%{buildroot}%{_sysconfdir}/modprobe.d" -install -pm644 "10-unsupported-modules.conf" \ - "%{buildroot}%{modprobe_dir}/" -install -pm644 00-system.conf "%{buildroot}%{modprobe_dir}/" - -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100 -install -pm644 modprobe.conf/modprobe.conf.blacklist "%{buildroot}%{modprobe_dir}/50-blacklist.conf" +install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/common/*.conf +if [ -d modprobe.conf/%{_arch} ]; then + install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/%{_arch}/*.conf +fi +%ifarch i386 +install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/x86_64/*.conf +%endif +%ifarch ppc64le +install -pm644 -t "%{buildroot}%{modprobe_dir}" modprobe.conf/ppc64/*.conf %endif + install -d -m 755 "%{buildroot}/%{depmod_dir}" install -d -m 755 "%{buildroot}%{_sysconfdir}/depmod.d" install -pm 644 "depmod-00-system.conf" "%{buildroot}%{depmod_dir}/00-system.conf" ++++++ suse-module-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.XS52k5/_old 2021-12-08 22:08:44.050856341 +0100 +++ /var/tmp/diff_new_pack.XS52k5/_new 2021-12-08 22:08:44.054856342 +0100 @@ -1,5 +1,4 @@ name: suse-module-tools -version: 16.0.14+2 -mtime: 1636459368 -commit: 5ab3f0d35965bb8b20dbfa1db6f3bfde511abc54 - +version: 16.0.16 +mtime: 1638780604 +commit: 0d9e013bc845fd151bffaaec809e63a09b6eb4bb