commit 5d061a9181cea2dccceac89c9d2e4f70f5c7fb0b
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=181
This commit is contained in:
parent
66d7e9755a
commit
54b21db82a
@ -45,7 +45,6 @@
|
||||
+armv7hl armv7hl/u8500
|
||||
+armv7hl armv7hl/cubox
|
||||
+armv7hl armv7hl/exynos
|
||||
+armv7hl armv7hl/highbank
|
||||
|
||||
+s390 s390/s390
|
||||
+s390 -syms s390/trace
|
||||
|
@ -1,9 +1,9 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.7
|
||||
SRCVERSION=3.8
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
OBS_PROJECT=openSUSE:12.2:Update
|
||||
OBS_PROJECT_ARM=openSUSE:12.2:ARM
|
||||
IBS_PROJECT=
|
||||
OBS_PROJECT_ARM=openSUSE:Factory:ARM
|
||||
IBS_PROJECT_ARM=Devel:ARM:12.3
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bba2a8020e0e8fa9ee6dfc214bb4b365a49464c2fe1818f9d564273d450b410f
|
||||
size 307048
|
||||
oid sha256:aa23f392cb8dc272bfa54415570667adcb3e328c7d2eadee7ad2084e3e024652
|
||||
size 313053
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion @SRCVERSION@
|
||||
%define patchversion @PATCHVERSION@
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -66,8 +64,6 @@ Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -338,15 +334,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -455,10 +442,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -414,15 +410,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -531,10 +518,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -417,15 +413,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -534,10 +521,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -432,15 +428,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -549,10 +536,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -426,15 +422,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -543,10 +530,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.7.9
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -416,15 +412,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -533,10 +520,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -413,15 +409,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -530,10 +517,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -414,15 +410,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -531,10 +518,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -414,15 +410,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -531,10 +518,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -423,15 +419,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -540,10 +527,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -416,15 +412,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -533,10 +520,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
@ -48,9 +48,6 @@ Requires: kernel-desktop-devel = %version-%source_rel
|
||||
Requires: kernel-exynos-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-highbank-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-imx51-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -424,15 +420,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -541,10 +528,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -414,15 +410,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -531,10 +518,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -420,15 +416,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -537,10 +524,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-versatile
|
||||
Summary: Kernel for Versatile SoC
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -413,15 +409,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -530,10 +517,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
@ -1,8 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:54:50 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
Substituted by efa17194581bdfca0986dabc178908bd7c21ba00 upstream.
|
||||
- commit a060c45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 14:40:02 CET 2013 - trenn@suse.de
|
||||
|
||||
- Disable efi pstore by default (bnc#804482).
|
||||
- commit 5986b31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit ba0ac30
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 00:30:27 CET 2013 - jslaby@suse.cz
|
||||
@ -17,6 +51,13 @@ Sun Feb 17 20:58:07 CET 2013 - jslaby@suse.cz
|
||||
- Linux 3.7.9.
|
||||
- commit c6b8d60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- video: Add Hyper-V Synthetic Video Frame Buffer Driver
|
||||
- Update config files.
|
||||
- commit f3ee42f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -59,6 +100,71 @@ Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de
|
||||
reporting.
|
||||
- commit 77e8d63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 11:28:38 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Prevent the host from ballooning the
|
||||
guest too low.
|
||||
- Drivers: hv: balloon: Add a parameter to delay pressure
|
||||
reporting.
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 31ecddc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:55:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.8-rc7.
|
||||
Eliminated 1 patch.
|
||||
- commit 82fec2f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:38:04 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Refresh.
|
||||
- commit 1001e0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 17:36:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- xen-pciback: rate limit error messages from
|
||||
xen_pcibk_enable_msi{,x}() (CVE-2013-0231 XSA-43 bnc#801178).
|
||||
- Update Xen patches to 3.8-rc6 and c/s 1222.
|
||||
- commit e6b44d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 16:20:00 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Bind all vmbus interrupts to the boot CPU
|
||||
(fate#314665).
|
||||
- Drivers: hv: vmbus: Use the new infrastructure for delivering
|
||||
VMBUS interrupts (fate#314665).
|
||||
- Delete patches.suse/suse-hv-fate314665-force-win2008.patch.
|
||||
- commit 444d3d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:16:43 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Handle Hyper-V vmbus interrupts as special hypervisor
|
||||
interrupts (fate#314665).
|
||||
- hv: deliver vmbus interrupts to all vcpus
|
||||
- Refresh patches.xen/xen3-patch-2.6.23.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- commit 3a682f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 20:04:49 CET 2013 - ohering@suse.de
|
||||
|
||||
- X86: Add a check to catch Xen emulation of Hyper-V
|
||||
(fate#314665).
|
||||
- commit 3f41db6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:52:35 CET 2013 - jeffm@suse.com
|
||||
|
||||
- quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
|
||||
(bnc#802153).
|
||||
- commit bdeb401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -89,12 +195,22 @@ Mon Feb 4 13:06:36 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/alsa-hda-001-Fix-non-snoop-page-handling.
|
||||
- commit bcd9d42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 3 17:31:10 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc6.
|
||||
- commit afa3941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Conflicts:
|
||||
series.conf
|
||||
- drm/cirrus: Use 16bpp as default (bnc#799216).
|
||||
- drm/cirrus: Correct register values for 16bpp (bnc#799216).
|
||||
- commit 86d0404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
@ -104,15 +220,66 @@ Wed Jan 30 19:17:39 CET 2013 - ohering@suse.de
|
||||
- Drivers: hv: Execute shutdown in a thread context.
|
||||
- commit 133b379
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:34:26 CET 2013 - jeffm@suse.com
|
||||
|
||||
- ptp: PTP_1588_CLOCK_PCH depends on x86.
|
||||
- commit 99fbe25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 18:33:56 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 1b6d4ef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 17:05:28 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on s390/x
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else. Not sure why s390 got skipped in the previous commit.
|
||||
- commit f0b494a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 16:23:24 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable CONFIG_MVMDIO on non-ARM arches
|
||||
CONFIG_MVMDIO is only used by a few ARM SoCs, so we don't need to build
|
||||
it everywhere else.
|
||||
- commit 2bf6fb1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:59:52 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc5 and c/s 1218.
|
||||
- commit 36b617a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 11:11:05 CET 2013 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix non-snoop page handling (bnc#800701).
|
||||
- commit 9969bb3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 10:17:51 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Comment out patches.drivers/x86_acpi_cpufreq_autoload.patch as
|
||||
conflicting with 3.8.-rc5. Refresh patches.xen/xen3-auto-common.diff.
|
||||
- commit 737e677
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 05:57:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc5.
|
||||
Eliminated 4 patches.
|
||||
- commit e8b3b53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 17:44:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- sysctl: Fixed vm.dirty_ratio sysctl name for desktop flavors
|
||||
- commit 3d41dfd
|
||||
|
||||
@ -122,12 +289,24 @@ Mon Jan 28 13:39:08 CET 2013 - mmarek@suse.cz
|
||||
- rpm/config.sh: Update buildservice projects.
|
||||
- commit d9a9e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 13:36:28 CET 2013 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Update $IBS_PROJECT_ARM
|
||||
- commit 3e873c5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:24:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 2ae0171
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 11:18:27 CET 2013 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: balloon: Make adjustments to the pressure report.
|
||||
- commit 3c7bac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -137,18 +316,50 @@ Mon Jan 28 10:42:26 CET 2013 - jslaby@suse.cz
|
||||
- Delete patches.drivers/x86_acpi_cpufreq_autoload.patch.
|
||||
- commit 236d8d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 16:01:34 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
Eliminated 1 patch.
|
||||
- commit e466109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 23:52:05 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.4.
|
||||
- commit 7f4460e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 23:19:42 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: fix imx usb driver build issue.
|
||||
- commit 4f2d1a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:46:11 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/highbank (included in default now)
|
||||
- commit c0e90d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 11:44:53 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Default: Update config file (enable multiarch)
|
||||
- commit 8a5d039
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:56:58 CET 2013 - agraf@suse.de
|
||||
|
||||
- Delete config/armv7hl/tegra
|
||||
- Delete config/armv7hl/tegra
|
||||
- commit b63dfab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:55:27 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: IMX51: Update config file (enable drm)
|
||||
- commit 8e98c0c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:51:50 CET 2013 - agraf@suse.de
|
||||
|
||||
@ -161,6 +372,26 @@ Sat Jan 19 13:22:14 CET 2013 - agraf@suse.de
|
||||
- ARM: Exynos: Update config file
|
||||
- commit e83ffaa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:58:08 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: Exynos: Update config file (set drm+video =y)
|
||||
- commit 7904ca2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:48:14 CET 2013 - agraf@suse.de
|
||||
|
||||
- staging/omapdrm: garbage collect OMAP_DSS_DISPLAY_SUSPENDED.
|
||||
- OMAP: Fix missing usb.h include.
|
||||
- OMAP: Fix missing cm3xxx.h include.
|
||||
- commit c3f4aa6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 11:44:06 CET 2013 - agraf@suse.de
|
||||
|
||||
- ARM: use zImage for "default" flavor
|
||||
- commit 0d71552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
|
||||
@ -169,30 +400,85 @@ Thu Jan 17 20:16:45 CET 2013 - jslaby@suse.cz
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch.
|
||||
- commit 9f86828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 21:20:08 CET 2013 - dmueller@suse.com
|
||||
|
||||
- Fix build of omap2plus kernel
|
||||
- commit 48790e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:49:44 CET 2013 - dmueller@suse.com
|
||||
|
||||
- reenable armv7hl configs
|
||||
- commit a996303
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:01:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force vmbus interrupts to cpu 0. (instead of forcing ws2008 during vmbus negotiation.)
|
||||
- hyperv: force vmbus interrupts to cpu 0.
|
||||
(instead of forcing ws2008 during vmbus negotiation.)
|
||||
- commit a5459d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:45:21 CET 2013 - ohering@suse.de
|
||||
|
||||
- x86: Hyper-V: register clocksource only if its advertised (bnc#792500).
|
||||
- x86: Hyper-V: register clocksource only if its advertised
|
||||
(bnc#792500).
|
||||
- commit 2c26304
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 08:54:30 CET 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.8-rc3.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update x86 config files.
|
||||
- commit 4de2e49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:02:21 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.7.2.
|
||||
- commit d62551b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 21:49:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-rc3.
|
||||
- commit 7ce28dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 17:57:41 CET 2013 - dmueller@suse.com
|
||||
|
||||
- config: update armv5tel config for 3.8-rc2
|
||||
- commit df5a66e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 16:38:18 CET 2013 - ohering@suse.de
|
||||
|
||||
- hyperv: force ws2008 during vmbus negotiation.
|
||||
- force ws2008 during vmbus negotiation.
|
||||
- commit b93e5a2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- staging/sb105x: remove asm/segment.h dependency.
|
||||
- commit 473afce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: Update vanilla configs.
|
||||
- commit 0d2a457
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc2.
|
||||
- commit 79d206a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
|
||||
@ -200,6 +486,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
|
||||
op v3 (bnc#795963).
|
||||
- commit db55aa9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.8-rc1.
|
||||
- Eliminated 13 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- ext4 richacls are disabled until the upstream index can be reserved.
|
||||
- commit a952042
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.7
|
||||
%define patchversion 3.7.9
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -46,7 +44,7 @@
|
||||
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%define split_base (%CONFIG_SPLIT_PACKAGE == "y")
|
||||
%define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y")
|
||||
@ -59,15 +57,13 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.7.9
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: pesign-obs-integration
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -416,15 +412,6 @@ done
|
||||
|
||||
%install
|
||||
|
||||
%if %CONFIG_EFI_STUB == "y"
|
||||
# sign the kernel in the buildservice
|
||||
%ifarch x86_64
|
||||
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
|
||||
# from i686 to i586
|
||||
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||
# strip removes too much from the vmlinux ELF binary
|
||||
export NO_BRP_STRIP_DEBUG=true
|
||||
@ -533,10 +520,17 @@ add_vmlinux()
|
||||
%endif
|
||||
%ifarch %arm
|
||||
add_vmlinux --compressed
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
|
||||
case "%build_flavor" in
|
||||
default)
|
||||
image=zImage
|
||||
;;
|
||||
*)
|
||||
# quickly compile uImage so we have something to boot from
|
||||
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
image=uImage
|
||||
;;
|
||||
esac
|
||||
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
|
||||
%endif
|
||||
|
||||
# end of build_kdump
|
||||
|
3
linux-3.8.tar.bz2
Normal file
3
linux-3.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45
|
||||
size 84623657
|
@ -151,11 +151,6 @@ Kernel for Samsung's Exynos SoC
|
||||
|
||||
The standard kernel for Samsung's Exynos 4 & 5 SoC, as found in the Origen board.
|
||||
|
||||
=== kernel-highbank ===
|
||||
Kernel for Calxeda Highbank SoC
|
||||
|
||||
The standard kernel for Calxeda's Highbank SoC, as found in the HP Moonshot project.
|
||||
|
||||
=== kernel-versatile ===
|
||||
Kernel for Versatile SoC
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfceb66e488ba73bb836005dbddc634c86cf6106b53a9d729c5cc9a04dbf8895
|
||||
size 84743
|
||||
oid sha256:c7e33f5a20fc41095ab26699fae26c5d463438b86e2d17a63f163a09e9f0322d
|
||||
size 78886
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c40fac660e6ae707421382d025d08f7f15e844560bc56e89b0eaab7643f68e78
|
||||
size 6980
|
||||
oid sha256:0cbb69042bdeb8d3b36a00b3529e0178cb8c25234e20e9845036b2e6bd2919ba
|
||||
size 7472
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f37e19a8d40abb89d90eb76dac872b828608f93acb11bd4006cf2788361922
|
||||
size 23728
|
||||
oid sha256:af429ea198b218586398d7f965db49ad82b05fb590fe81e0730b8f87c3377505
|
||||
size 22059
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f00a7653c6e60730ba9fa888494e66969a5ce5eb5167897872c837dea215090
|
||||
size 5168
|
||||
oid sha256:f69b3548b9b716249278260e254678eb1ee05b34f8e779571ed2dc716d5b95b2
|
||||
size 5631
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4bff26941bf1d71b186f193700cded7b976501e3474f5a6a800ab87c999cd9f
|
||||
size 168876
|
||||
oid sha256:7390701b50a4553bac924271edc3fffc54df1083c17025c7f08fd65c1cb48a11
|
||||
size 170046
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a9fdef2fdf81a334655b9293b90db4c8271dba7a2e39a3e7d39f559539e6f78
|
||||
size 2118105
|
||||
oid sha256:f7c9d85de3c9b4e5d981000e7810fc979ac7c43158bda4139ee2a26a2b58068f
|
||||
size 2131419
|
||||
|
52
series.conf
52
series.conf
@ -27,15 +27,6 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-3.7.1
|
||||
patches.kernel.org/patch-3.7.1-2
|
||||
patches.kernel.org/patch-3.7.2-3
|
||||
patches.kernel.org/patch-3.7.3-4
|
||||
patches.kernel.org/patch-3.7.4-5
|
||||
patches.kernel.org/patch-3.7.5-6
|
||||
patches.kernel.org/patch-3.7.6-7
|
||||
patches.kernel.org/patch-3.7.7-8
|
||||
patches.kernel.org/patch-3.7.8-9
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -47,6 +38,8 @@
|
||||
patches.rpmify/pti-depends-on-x86-pci
|
||||
patches.rpmify/geode-depends-on-x86_32
|
||||
patches.rpmify/chipidea-clean-up-dependencies
|
||||
patches.rpmify/sb105x-remove-asm-segment-h-dependency
|
||||
patches.rpmify/ptp-pch-depends-on-x86
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -163,6 +156,9 @@
|
||||
patches.arch/arm-fix-build-ux500-module.diff
|
||||
patches.arch/arm-exynos-nosparse.patch
|
||||
patches.arch/arm-origen-regulator.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
||||
patches.arch/arm-imx-usb.patch
|
||||
|
||||
########################################################
|
||||
# S/390
|
||||
@ -209,14 +205,6 @@
|
||||
# Queued for 2.6.36 -> just revert after some time
|
||||
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
|
||||
|
||||
patches.arch/001-acpi_initrd_override_tables.patch
|
||||
patches.arch/002-acpi_initrd_override_tables.patch
|
||||
patches.arch/003-acpi_initrd_override_tables.patch
|
||||
patches.arch/004-acpi_initrd_override_tables.patch
|
||||
patches.arch/005-acpi_initrd_override_tables.patch
|
||||
patches.arch/006-acpi_initrd_override_tables.patch
|
||||
patches.arch/007-acpi_initrd_override_tables.patch
|
||||
patches.arch/008-acpi_initrd_override_tables.patch
|
||||
patches.arch/009-acpi_initrd_override_tables.patch
|
||||
patches.arch/010-acpi_initrd_override_tables.patch
|
||||
|
||||
@ -224,7 +212,7 @@
|
||||
# CPUFREQ
|
||||
########################################################
|
||||
|
||||
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
+trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
|
||||
## cpuidle perf events cleanups and related
|
||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||
@ -232,16 +220,12 @@
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
########################################################
|
||||
patches.fixes/drm-nouveau-vm-fix-memory-corruption-when-pgt-alloca.patch
|
||||
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/suse-hv-register-clocksource-only-if-its-adverti.patch
|
||||
patches.suse/suse-hv-fate314663-0001-mm-Export-a-function-to-get-vm-committed-memory.patch
|
||||
patches.suse/suse-hv-fate314663-0002-Drivers-hv-Add-Hyper-V-balloon-driver.patch
|
||||
patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch
|
||||
patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch
|
||||
patches.suse/suse-hv-X86-Add-a-check-to-catch-Xen-emulation-of-Hyper-V.patch
|
||||
patches.suse/suse-hv-fate314663-0005-Drivers-hv-balloon-Make-adjustments-to-the-pressure-.patch
|
||||
patches.suse/suse-hv-fate314663-0006-Drivers-hv-balloon-Add-a-parameter-to-delay-pressure.patch
|
||||
patches.suse/suse-hv-fate314663-0007-Drivers-hv-balloon-Prevent-the-host-from-ballooning-.patch
|
||||
@ -273,11 +257,13 @@
|
||||
patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch
|
||||
patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.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-fate314665-force-win2008.patch
|
||||
patches.suse/suse-hv-fate314665-0029-X86-Handle-Hyper-V-vmbus-interrupts-as-special-hyper.patch
|
||||
patches.suse/suse-hv-fate314665-0030-Drivers-hv-Bind-all-vmbbus-interrupts-to-the-boot-CP.patch
|
||||
patches.suse/suse-hv-fate314665-0031-Drivers-hv-vmbus-Use-the-new-infrastructure-for-deli.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
|
||||
patches.suse/suse-hv-synthetic-video.patch
|
||||
|
||||
########################################################
|
||||
# Networking, IPv6
|
||||
@ -353,13 +339,17 @@
|
||||
patches.suse/0012-richacl-Automatic-Inheritance.patch
|
||||
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
|
||||
patches.suse/0014-richacl-xattr-mapping-functions.patch
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
|
||||
|
||||
# The RICHACL name index was used for system xattrs. This needs
|
||||
# to be sorted out upstream.
|
||||
+jeffm patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff
|
||||
########################################################
|
||||
patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
|
||||
|
||||
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
||||
########################################################
|
||||
# Overlayfs
|
||||
########################################################
|
||||
@ -423,7 +413,6 @@
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
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
|
||||
|
||||
@ -668,13 +657,11 @@
|
||||
patches.xen/xen3-patch-3.5
|
||||
patches.xen/xen3-patch-3.6
|
||||
patches.xen/xen3-patch-3.7
|
||||
patches.xen/xen3-patch-3.7.2-3
|
||||
patches.xen/xen3-patch-3.7.3-4
|
||||
patches.xen/xen3-patch-3.7.5-6
|
||||
patches.xen/xen3-patch-3.8-rc3
|
||||
patches.xen/xen3-patch-3.8-rc3-rc4
|
||||
patches.xen/xen3-patch-3.8-rc5-rc6
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-003-acpi_initrd_override_tables.patch
|
||||
patches.xen/xen3-007-acpi_initrd_override_tables.patch
|
||||
patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
@ -711,7 +698,6 @@
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-pciback-ratelimit
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-02-19 17:52:26 +0100
|
||||
GIT Revision: e56d5809480f2337793d228e4c28ab7fe3b5a934
|
||||
2013-02-20 17:16:23 +0100
|
||||
GIT Revision: 5d061a9181cea2dccceac89c9d2e4f70f5c7fb0b
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user