commit f3f64cb4786fd567eb9005e2565ad8d000c0c138

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=186
This commit is contained in:
Michal Marek 2013-03-13 07:06:21 +00:00 committed by Git OBS Bridge
parent e21771940a
commit d1e6e5c570
40 changed files with 978 additions and 9 deletions

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not request completion notification
(fate#314663).
- commit 6b249cb
-------------------------------------------------------------------
Tue Mar 12 14:51:39 CET 2013 - jslaby@suse.cz
- e1000e: fix runtime power management transitions (bnc#806966).
- e1000e: fix pci-device enable-counter balance (bnc#806966).
- e1000e: fix accessing to suspended device (bnc#806966).
- commit 48a333b
-------------------------------------------------------------------
Mon Mar 11 11:57:40 CET 2013 - rw@suse.de
- supported.conf: add drivers/s390/block/scm_block
(fate#314095, bnc#807237)
- commit 09836cb
-------------------------------------------------------------------
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
- commit 26431d8
-------------------------------------------------------------------
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
- Update Xen patches to 3.8.2 and c/s 1226.
- commit eee1405
-------------------------------------------------------------------
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
Conflicts:
series.conf
- commit 051149b
-------------------------------------------------------------------
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
- Refresh patches.suse/SUSE-bootsplash-mgadrmfb-workaround.
Add the same w/a for ast and cirrus KMS, too (bnc#806990).
- commit 0422575
-------------------------------------------------------------------
Sun Mar 3 23:53:22 CET 2013 - jslaby@suse.cz

View File

@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
# packages to install/update. Likewise, this is true for mkinitrd.
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
Requires(post): perl-Bootloader >= 0.4.15
%if %build_vanilla
Requires(post): mkinitrd
%else
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
Requires(post): mkinitrd >= 2.7.1
%endif
# Install the package providing /etc/SuSE-release early enough, so that
# the grub entry has correct title (bnc#757565)
Requires(post): distribution-release

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1691cf45cf63384233ee54e8d497139c10aed9b945b4c286a391cc43ff331558
size 22628
oid sha256:298e8fbf1bc7b3c41967e2f2e2c17df7b78d56e97fcee0cb1bf3503c3d68ba45
size 25866

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6eb43c01ce8d6b72de48f3e4307ee18b67d3fbd6bc1ed17122db53e15c25f43d
size 171645
oid sha256:0c38f8bf6a5538a16faf566f3ebb17e1ff07cbe07e6457f4f84c3d6c2fa52ab1
size 172066

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69b21c6da79a63e062c30ef092264c90ba3b4650f92b271929dbcebb89dd66dd
size 2133919
oid sha256:b6a8cee409c2e9e3a834c2fa231b2b3bb198e8700c3120df179d14a81c9bf4c5
size 2068754

View File

@ -266,6 +266,7 @@
patches.suse/suse-hv-Drivers-scsi-storvsc-Initialize-the-sglist.patch
patches.suse/suse-hv-scsi-storvsc-avoid-usage-of-WRITE_SAME.patch
patches.suse/suse-hv-synthetic-video.patch
patches.suse/suse-hv-fate314663-0001-Drivers-hv-balloon-Do-not-request-completion-notific.patch
########################################################
# Networking, IPv6
@ -427,6 +428,9 @@
########################################################
patches.fixes/tulip-quad-NIC-ifdown
patches.drivers/ehea-modinfo.patch
patches.fixes/e1000e-fix-accessing-to-suspended-device.patch
patches.fixes/e1000e-fix-pci-device-enable-counter-balance.patch
patches.fixes/e1000e-fix-runtime-power-management-transitions.patch
########################################################
# Wireless Networking
@ -481,6 +485,7 @@
# Other driver fixes
########################################################
patches.fixes/parport-mutex
patches.fixes/gpio-ich-fix-ichx_gpio_check_available-return.patch
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
@ -663,6 +668,7 @@
patches.xen/xen3-patch-3.6
patches.xen/xen3-patch-3.7
patches.xen/xen3-patch-3.8
patches.xen/xen3-patch-3.8.1-2
# ports of other patches
patches.xen/xen3-010-acpi_initrd_override_tables.patch

View File

@ -1,3 +1,3 @@
2013-03-04 10:22:37 +0100
GIT Revision: 9871030a05e5415374c2b1fd3b0b8449ac2da1a9
2013-03-12 22:45:30 +0100
GIT Revision: f3f64cb4786fd567eb9005e2565ad8d000c0c138
GIT Branch: stable

View File

@ -1641,6 +1641,7 @@
kernel/drivers/s390/block/dasd_fba_mod
kernel/drivers/s390/block/dasd_mod
kernel/drivers/s390/block/dcssblk
drivers/s390/block/scm_block
kernel/drivers/s390/block/xpram
kernel/drivers/s390/char/fs3270
kernel/drivers/s390/char/monreader
@ -2049,7 +2050,7 @@
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
kernel/drivers/xen/blktap/blktap
kernel/drivers/xen/blktap2/blktap2
kernel/drivers/xen/blktap2/blktap2-new
kernel/drivers/xen/blktap2-new/xen-blktap
kernel/drivers/xen/core/domctl
kernel/drivers/xen/evtchn
kernel/drivers/xen/gntdev/gntdev