commit 2a4d959422c8fe50ef66738bf10e7aee48190d4a

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=516
This commit is contained in:
Michal Marek 2016-05-28 06:04:22 +00:00 committed by Git OBS Bridge
parent 6a5e881a7a
commit 0800126887
25 changed files with 319 additions and 18 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7721a006ec6adb9e968f940f53c57dcb2ec70737a109fe1ea198f6ce2b539a44 oid sha256:9d418b30a0ed685be2553dc251a151f577aa64160228fa75f40dc76ab693d8a2
size 231335 size 231389

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -29,7 +29,7 @@ License: GPL-2.0
Group: Documentation/Man Group: Documentation/Man
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -53,7 +53,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources Group: Development/Sources
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.6.0 Version: 4.6.0
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Wed May 25 22:08:51 CEST 2016 - dmueller@suse.com
- Set CONFIG_NET_XGENE=y as a workaround for (bsc#973756)
- commit b829bc7
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de Wed May 25 08:15:06 CEST 2016 - tiwai@suse.de
- Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in - Fix build breakage due to missing buildroot in rpm/kernel-binary.spec.in
- commit c03eb71 - commit c03eb71
-------------------------------------------------------------------
Wed May 25 08:02:29 CEST 2016 - tiwai@suse.de
- Update patch-mainline tags
- patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca
- patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin
- patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
- patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
- patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
- commit f3a62f6
-------------------------------------------------------------------
Wed May 25 07:57:09 CEST 2016 - tiwai@suse.de
- Bluetooth: fix power_on vs close race (bsc#966849).
- commit d1682e1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
@ -11,6 +35,12 @@ Tue May 24 20:15:00 CEST 2016 - jeffm@suse.com
- Update config files. - Update config files.
- commit 99e9d31 - commit 99e9d31
-------------------------------------------------------------------
Tue May 24 16:36:09 CEST 2016 - ohering@suse.de
- Use CONFIG_64bit instead of IS_ENABLED in hv_storvsc
- commit 2369093
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de Tue May 24 16:06:31 CEST 2016 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.6.0 Version: 4.6.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd89346f Release: <RELEASE>.g2a4d959
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d0d072e2c99050823b10acfce11dd4da488592bd42d64c03a74b2057a302540f oid sha256:c5ebd8988e0d637e95bc6bb1686e95ad8f47df7f3ac88f3fc8c88f5c99f65584
size 12909 size 13417

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0398dc6c3bfc296811a13eed5fbf19b88e5787c2e94bc085e04183417376b3ba oid sha256:a1f8b39f49abcde361ce61faa736c23e017b8992158661c3769db66148f67a89
size 53566 size 53578

View File

@ -386,6 +386,7 @@
patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race patches.fixes/Bluetooth-vhci-fix-open_timeout-vs.-hdev-race
patches.fixes/Bluetooth-vhci-purge-unhandled-skbs patches.fixes/Bluetooth-vhci-purge-unhandled-skbs
patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device patches.fixes/Bluetooth-vhci-Fix-race-at-creating-hci-device
patches.fixes/Bluetooth-fix-power_on-vs-close-race
patches.fixes/watchdog-sp5100_tco-properly-check-for-new-register patches.fixes/watchdog-sp5100_tco-properly-check-for-new-register

View File

@ -1,3 +1,3 @@
2016-05-25 09:44:54 +0200 2016-05-27 22:22:04 +0200
GIT Revision: d89346fc064496ec498530f3ebc5dc8f82dfc7d2 GIT Revision: 2a4d959422c8fe50ef66738bf10e7aee48190d4a
GIT Branch: stable GIT Branch: stable