commit 916f241e117df0070f2fa51713f59451c8484bb6

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=172
This commit is contained in:
Michal Marek 2013-02-05 07:07:26 +00:00 committed by Git OBS Bridge
parent 0aabe6cdc3
commit a0eaa2c7f3
47 changed files with 972 additions and 51 deletions

View File

@ -5,3 +5,5 @@ VARIANT=
# buildservice projects to build the kernel against # buildservice projects to build the kernel against
OBS_PROJECT=openSUSE:12.2:Update OBS_PROJECT=openSUSE:12.2:Update
IBS_PROJECT= IBS_PROJECT=
OBS_PROJECT_ARM=openSUSE:Factory:ARM
IBS_PROJECT_ARM=Devel:ARM:12.3

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ac6ded62b82ef3218a4e093ae2475ee41a17fbc56d8ec6ec75f8c9e6df58f583 oid sha256:bba2a8020e0e8fa9ee6dfc214bb4b365a49464c2fe1818f9d564273d450b410f
size 307223 size 307048

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-cubox Name: kernel-cubox
Summary: Kernel for SolidRun Cubox Summary: Kernel for SolidRun Cubox
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2 Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel Summary: The Amazon EC2 Xen Kernel
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-exynos Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC Summary: Kernel for Samsung's Exynos SoC
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-highbank Name: kernel-highbank
Summary: Kernel for Calxeda Highbank SoC Summary: Kernel for Calxeda Highbank SoC
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51 Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC Summary: Kernel for Freescale's iMX SoC
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500 Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-versatile Name: kernel-versatile
Summary: Kernel for Versatile SoC Summary: Kernel for Versatile SoC
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Feb 4 16:57:47 CET 2013 - jeffm@suse.com
- Revert "iwlwifi: fix the reclaimed packet tracking upon
flush queue".
- commit 8f91af5
-------------------------------------------------------------------
Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
- Linux 3.7.6 (bnc#800701).
- Update config files.
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
- commit bcd9d42
-------------------------------------------------------------------
Thu Jan 31 17:08:18 CET 2013 - tiwai@suse.de
- drm/cirrus: Use 16bpp as default (bnc#799216).
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
- commit 4ca37ba
-------------------------------------------------------------------
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
- scsi: storvsc: avoid usage of WRITE_SAME.
- Drivers: scsi: storvsc: Initialize the sglist.
- Drivers: hv: Execute shutdown in a thread context.
- commit 133b379
-------------------------------------------------------------------
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
- commit 9969bb3
-------------------------------------------------------------------
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
- commit 3d41dfd
-------------------------------------------------------------------
Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
- rpm/config.sh: Update buildservice projects.
- commit d9a9e6d
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.7
%define patchversion 3.7.5 %define patchversion 3.7.6
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 3.7.5 Version: 3.7.6
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:05f029140739b81b7373d26fed1d41c25b99e79f6cb7e699fcd60809d967c7bd oid sha256:c40fac660e6ae707421382d025d08f7f15e844560bc56e89b0eaab7643f68e78
size 6006 size 6980

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:31c4485cd1020fb5342acf8beb4c09cd155a4fdb9fd6c11a9fa72b30719f7ff8 oid sha256:1a33e8551f3bed3acefb9d13f811e540c11569c698358d30eaf61d2a0cbb3253
size 21997 size 22906

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1800c6e35d7bc09ceffee039ea6f6fcb0f74b1fc2bcc8408c4010b40b618a5f5 oid sha256:d6a4bd5ebf992967cf16c02dfef60726f45db93b8ff410dbc316a0e43934e47e
size 162232 size 190589

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8056ea118e905c7076da70a17adb9caf2b3f8afcd8a6b161a569cffcea0cc19e oid sha256:9bf713a4f835f4b998b48893cc01fe14b66c785d8907e17dd8a308d26e0a3241
size 167106 size 168176

View File

@ -32,6 +32,7 @@
patches.kernel.org/patch-3.7.2-3 patches.kernel.org/patch-3.7.2-3
patches.kernel.org/patch-3.7.3-4 patches.kernel.org/patch-3.7.3-4
patches.kernel.org/patch-3.7.4-5 patches.kernel.org/patch-3.7.4-5
patches.kernel.org/patch-3.7.5-6
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -267,6 +268,9 @@
patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
patches.suse/suse-hv-fate314665-force-win2008.patch patches.suse/suse-hv-fate314665-force-win2008.patch
patches.suse/suse-hv-Drivers-hv-Execute-shutdown-in-a-thread-context.patch
patches.suse/suse-hv-Drivers-scsi-storvsc-Initialize-the-sglist.patch
patches.suse/suse-hv-scsi-storvsc-avoid-usage-of-WRITE_SAME.patch
######################################################## ########################################################
# Networking, IPv6 # Networking, IPv6
@ -413,6 +417,8 @@
# DRM/Video # DRM/Video
######################################################## ########################################################
patches.fixes/drm-i915-TLB-invalidation-with-MI_FLUSH_DW-requires-.patch patches.fixes/drm-i915-TLB-invalidation-with-MI_FLUSH_DW-requires-.patch
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
patches.drivers/drm-cirrus-Use-16bpp-as-default
######################################################## ########################################################
# video4linux # video4linux
@ -428,6 +434,7 @@
# Wireless Networking # Wireless Networking
######################################################## ########################################################
patches.suse/b43-missing-firmware-info.patch patches.suse/b43-missing-firmware-info.patch
patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue
######################################################## ########################################################
# ISDN # ISDN

View File

@ -1,3 +1,3 @@
2013-01-28 13:35:15 +0100 2013-02-04 17:12:34 +0100
GIT Revision: e93cd151277af75e7646144331eb5114153d7c33 GIT Revision: 916f241e117df0070f2fa51713f59451c8484bb6
GIT Branch: stable GIT Branch: stable

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:27ac63e1ef72e506a0c8ce274baed336ca08c33cf5fcb64726f59b4fe3eb6141 oid sha256:58cdd21029911f634c1e9139437c939b7f2f5e187b2a21bd004e83fba0ca21a3
size 876 size 874