GIT Revision: 5060cd8c73f6e01796ea916eb9f2323053accc9e
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=128
This commit is contained in:
parent
8fab1c8f9d
commit
6bb7c94422
@ -673,8 +673,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -752,8 +752,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -767,8 +767,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -761,8 +761,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -751,8 +751,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -758,8 +758,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -762,8 +762,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -751,8 +751,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -759,8 +759,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -755,8 +755,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -2,13 +2,47 @@
|
|||||||
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.2.
|
- Linux 3.4.2.
|
||||||
- commit 3289d5d
|
- 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
|
Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
- Linux 3.4.1.
|
- Linux 3.4.1.
|
||||||
- commit 0a45597
|
- Linux 3.4.1.
|
||||||
|
- commit 4415495
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de
|
||||||
@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- 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
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -751,8 +751,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3ccb314e717dd582a4efd65544d83c11a2f06d98b9fb1cb50398f72235a4b52b
|
oid sha256:4a720c6d4a2d51cbec624554952ab1ef764513db5535ce6f4e1694791a177670
|
||||||
size 9278
|
size 9275
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:21fbf036beee6b799f1bd669c1634097aa12c2a15c7aeae9f5ce49b97488c3cc
|
oid sha256:a1a8630605b2c95a9025f8a1bcf8fa5c1256153e8ba6343aad1f925fec50a6cd
|
||||||
size 128341
|
size 140701
|
||||||
|
@ -240,6 +240,15 @@
|
|||||||
# Suse specific stuff
|
# Suse specific stuff
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/msft-hv-0349-SCSI-storvsc-Properly-handle-errors-from-the-host.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.suse/suse-hv-pata_piix-ignore-disks.patch
|
||||||
patches.fixes/hv-storvsc-reset-wait.patch
|
patches.fixes/hv-storvsc-reset-wait.patch
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2012-06-09 19:55:14 +0200
|
2012-06-11 14:21:13 +0200
|
||||||
GIT Revision: 3289d5d41906c8fd388ae202862257400c0a841d
|
GIT Revision: 5060cd8c73f6e01796ea916eb9f2323053accc9e
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user