Accepting request 125113 from Kernel:openSUSE-12.2

- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
  When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
  ominious error messages to the console.
- commit a3aa67c

- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43

- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
  Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834

- Linux 3.4.2.
- commit 16fc260

- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
  Use depends instead of reverse selection for avoiding the inconsitent
  Kconfig state.
- commit 316d77d

- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
  Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276

- usb/net: rndis: merge command codes.
  only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
  only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
  only net/hyperv part

OBS-URL: https://build.opensuse.org/request/show/125113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=172
This commit is contained in:
Stephan Kulow 2012-06-15 17:43:07 +00:00 committed by Git OBS Bridge
parent 030e6691ad
commit 03bf212f06
43 changed files with 1810 additions and 77 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 14 16:50:35 CEST 2010 - jbeulich@suse.com
- {i386,x86_64}/*: ATA_PIIX=m.
-------------------------------------------------------------------
Tue Dec 13 13:32:40 UTC 2011 - agraf@suse.com

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:522949d4aab340b89bb07fc61fdd24589b66eb43a41c2dec4733b827f8c6f91c
size 291806
oid sha256:d05818eb01604e2e4b1acac37400ae35b4c8314b6c7ce3f9a9b696c144c9f395
size 292240

View File

@ -673,8 +673,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -752,8 +752,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -767,8 +767,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -761,8 +761,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.4.0
Version: 3.4.2
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -751,8 +751,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -749,8 +749,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -749,8 +749,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -758,8 +758,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -762,8 +762,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -751,8 +751,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.4.0
Version: 3.4.2
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -749,8 +749,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -759,8 +759,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -749,8 +749,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -755,8 +755,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,104 @@
-------------------------------------------------------------------
Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
- Update x86 config files (ATA_PIIX=m, bnc#766284).
- commit 8677f43
-------------------------------------------------------------------
Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Add product ID 0x84 that may have the LED support (bnc#764339)
- commit 6e5a834
-------------------------------------------------------------------
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
- Linux 3.4.2.
- commit 16fc260
-------------------------------------------------------------------
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Use depends instead of reverse selection for avoiding the inconsitent
Kconfig state.
- commit 316d77d
-------------------------------------------------------------------
Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix the detection of LED on the recent HP laptops (bnc#765524)
- commit 27c3276
-------------------------------------------------------------------
Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de
- usb/net: rndis: merge command codes.
only net/hyperv part
- usb/net: rndis: remove ambigous status codes.
only net/hyperv part
- usb/net: rndis: break out <linux/rndis.h> defines.
only net/hyperv part
- net/hyperv: Add flow control based on hi/low watermark.
- hv: fix return type of hv_post_message().
- Drivers: hv: util: Properly handle version negotiations.
- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp().
- HID: hyperv: Set the hid drvdata correctly.
- HID: hid-hyperv: Do not use hid_parse_report() directly.
- commit cfebefe
-------------------------------------------------------------------
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
- Linux 3.4.1.
- commit 4415495
-------------------------------------------------------------------
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
- [SCSI] storvsc: Properly handle errors from the host
(bnc#747404).
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
- commit ad28e23
-------------------------------------------------------------------
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2
The mode 2 was an ugly hack and shouldn't have been set, but it was so
changed since some time ago...
- commit 86629f1
-------------------------------------------------------------------
Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr
- Update ARM configs
- commit 550ef37
-------------------------------------------------------------------
Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
- replace our version of this patch with upstream variant:
ata_piix: defer disks to the Hyper-V drivers by default
libata: add a host flag to ignore detected ATA devices.
- commit bf70e35
-------------------------------------------------------------------
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
- commit 5c85db8
-------------------------------------------------------------------
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.0
%define patchversion 3.4.2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.4.0
Version: 3.4.2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -751,8 +751,8 @@ done
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
# the file gets removed when uninstalling the kernel.
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
if [ %CONFIG_MODULES = y ]; then
find lib/modules/%kernelrelease-%build_flavor \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78370c0181dd0cf11275f662b2877dd823f7895fee6016fde23c06f8cbeb65e4
size 80174336
oid sha256:a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d
size 80173484

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ccb314e717dd582a4efd65544d83c11a2f06d98b9fb1cb50398f72235a4b52b
size 9278
oid sha256:3d0ed21fe1e724d3d53fd57e667c23517c0dc820af772e1066894ba45f4e2fc9
size 9274

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
size 136
oid sha256:630be153013b116b613511501ff330a60e19446f60818be00b00c586af7ffbb3
size 53750

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f4a6142a606baf0f4515fb0ac28014e2cb2e75841588610111057c9a48a18dd
size 127747
oid sha256:a1a8630605b2c95a9025f8a1bcf8fa5c1256153e8ba6343aad1f925fec50a6cd
size 140701

View File

@ -27,6 +27,8 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.4.1
patches.kernel.org/patch-3.4.1-2
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -237,7 +239,16 @@
########################################################
# Suse specific stuff
########################################################
patches.suse/suse-hv-storvsc-ignore-ata_16.patch
patches.suse/msft-hv-0349-SCSI-storvsc-Properly-handle-errors-from-the-host.patch
patches.suse/msft-hv-0350-HID-hid-hyperv-Do-not-use-hid_parse_report-directly.patch
patches.suse/msft-hv-0351-HID-hyperv-Set-the-hid-drvdata-correctly.patch
patches.suse/msft-hv-0352-Drivers-hv-Get-rid-of-an-unnecessary-check-in-vmbus_.patch
patches.suse/msft-hv-0353-Drivers-hv-util-Properly-handle-version-negotiations.patch
patches.suse/msft-hv-0354-hv-fix-return-type-of-hv_post_message.patch
patches.suse/msft-hv-0355-net-hyperv-Add-flow-control-based-on-hi-low-watermar.patch
patches.suse/msft-hv-0356-usb-net-rndis-break-out-linux-rndis.h-defines.patch
patches.suse/msft-hv-0357-usb-net-rndis-remove-ambigous-status-codes.patch
patches.suse/msft-hv-0358-usb-net-rndis-merge-command-codes.patch
patches.suse/suse-hv-pata_piix-ignore-disks.patch
patches.fixes/hv-storvsc-reset-wait.patch

View File

@ -1,3 +1,3 @@
2012-05-29 11:23:22 +0200
GIT Revision: 790f341fdd4859afb0b475ec3a69b10bfb845eee
GIT Branch: master
2012-06-14 19:07:01 +0200
GIT Revision: a3aa67c1ba3ce009634b5d7616c108991441b4b2
GIT Branch: openSUSE-12.2