Accepting request 145227 from Kernel:HEAD

- ezusb: add dependency to USB.
  This prevents build failures by making it depend on the value of CONFIG_USB.
  Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d

- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5

- Update to 3.7-final.
- commit 1771a73

- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1

- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
  ext3 will be removed upstream so let's do the transition.
- commit dadc8ea

- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5

- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
  of bzImage for Xen flavors.
- commit 713a73c

- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be

- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.

OBS-URL: https://build.opensuse.org/request/show/145227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=181
This commit is contained in:
Stephan Kulow 2012-12-19 13:49:31 +00:00 committed by Git OBS Bridge
commit d012a17e47
58 changed files with 18149 additions and 10022 deletions

View File

@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then if [ "$1" = "--list" ]; then
# List all known architectures # List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7hl echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv5tel armv7hl
exit 0 exit 0
fi fi

View File

@ -30,17 +30,15 @@
+x86_64 x86_64/vanilla +x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace +x86_64 -syms x86_64/trace
# openSuSE:
# G3 G4 bPlan
+ppc ppc/default +ppc ppc/default
# G5 PS3 pSeries
+ppc ppc/ppc64
# PS3 bootloader
#+ppc -syms ppc/ps3
# maybe the kernels above were patched to death?
+ppc ppc/vanilla +ppc ppc/vanilla
+ppc64 ppc64/default
+ppc64 -syms ppc64/trace
+ppc64 -syms ppc64/debug
+ppc64 ppc64/vanilla
# ARM architectures # ARM architectures
+armv5tel armv5tel/versatile
+armv7hl armv7hl/default +armv7hl armv7hl/default
+armv7hl armv7hl/imx51 +armv7hl armv7hl/imx51
+armv7hl armv7hl/omap2plus +armv7hl armv7hl/omap2plus
@ -50,19 +48,6 @@
+armv7hl armv7hl/exynos +armv7hl armv7hl/exynos
+armv7hl armv7hl/highbank +armv7hl armv7hl/highbank
# SLES
# identical to ppc64 flavor, all KMP packages need a kernel-default
# Up to now, the openSuSE 11.1 ppc media can not have a
# kernel-default.ppc.rpm and a kernel-default.ppc64.rpm to continue
# supporting 32bit and 64bit systems.
+ppc64 ppc64/default
# G5 pSeries
+ppc64 ppc64/ppc64
+ppc64 -syms ppc64/trace
+ppc64 -syms ppc64/debug
# maybe the kernels above were patched to death?
+ppc64 ppc64/vanilla
+s390 s390/s390 +s390 s390/s390
+s390 -syms s390/trace +s390 -syms s390/trace
+s390 s390/vanilla +s390 s390/vanilla

View File

@ -1,7 +1,9 @@
# The version of the main tarball to use # The version of the main tarball to use
SRCVERSION=3.6 SRCVERSION=3.7
# variant of the kernel-source package, either empty or "-rt" # variant of the kernel-source package, either empty or "-rt"
VARIANT= VARIANT=
# buildservice projects to build the kernel against # buildservice projects to build the kernel against
OBS_PROJECT=openSUSE:Factory OBS_PROJECT=openSUSE:Factory
OBS_PROJECT_ARM=openSUSE:Factory:ARM
IBS_PROJECT=SUSE:Factory:Head IBS_PROJECT=SUSE:Factory:Head
IBS_PROJECT_ARM=Devel:Factory:ARM

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9201ceb859504139470136e7470149361f88dc3733b4aee6334b8ab04ba73cca oid sha256:a7c5464fe5f334d822ca2c89bcc5f536261a981293b7aad25f32737aede84c97
size 308488 size 309752

View File

@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -398,10 +398,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -809,6 +808,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-cubox Name: kernel-cubox
Summary: Kernel for SolidRun Cubox Summary: Kernel for SolidRun Cubox
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -474,10 +474,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -887,6 +886,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -477,10 +477,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -890,6 +889,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -492,10 +492,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -903,6 +902,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -486,10 +486,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -923,6 +922,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

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

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2 Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel Summary: The Amazon EC2 Xen Kernel
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -476,10 +476,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -893,6 +892,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-exynos Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC Summary: Kernel for Samsung's Exynos SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -473,10 +473,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -884,6 +883,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-highbank Name: kernel-highbank
Summary: Kernel for Calxeda Highbank SoC Summary: Kernel for Calxeda Highbank SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -473,10 +473,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -884,6 +883,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51 Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC Summary: Kernel for Freescale's iMX SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -474,10 +474,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -887,6 +886,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -474,10 +474,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -887,6 +886,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -483,10 +483,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -908,6 +907,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -476,10 +476,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -887,6 +886,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

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

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -23,7 +23,7 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.6.3 Version: 3.7.0
%if %using_buildservice %if %using_buildservice
Release: 0 Release: 0
%else %else
@ -59,9 +59,6 @@ Requires: kernel-omap2plus-devel = %version-%source_rel
%ifarch %ix86 %ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel Requires: kernel-pae-devel = %version-%source_rel
%endif %endif
%ifarch ppc ppc64
Requires: kernel-ppc64-devel = %version-%source_rel
%endif
%ifarch s390 %ifarch s390
Requires: kernel-s390-devel = %version-%source_rel Requires: kernel-s390-devel = %version-%source_rel
%endif %endif
@ -71,6 +68,9 @@ Requires: kernel-tegra-devel = %version-%source_rel
%ifarch armv7hl %ifarch armv7hl
Requires: kernel-u8500-devel = %version-%source_rel Requires: kernel-u8500-devel = %version-%source_rel
%endif %endif
%ifarch armv5tel
Requires: kernel-versatile-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel Requires: kernel-xen-devel = %version-%source_rel
%endif %endif
@ -79,7 +79,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 armv7hl ia64 ppc ppc64 s390 s390x x86_64 ExclusiveArch: %ix86 armv5tel armv7hl ia64 ppc ppc64 s390 s390x x86_64
Prefix: /usr/src Prefix: /usr/src
%description %description

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC Summary: Kernel for Nvidia's Tegra SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -474,10 +474,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -887,6 +886,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -484,10 +484,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -895,6 +894,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500 Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -474,10 +474,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -887,6 +886,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -480,10 +480,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -891,6 +890,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-ppc64 # spec file for package kernel-versatile
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,14 +17,14 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
%define build_flavor ppc64 %define build_flavor versatile
%define build_default (%build_flavor == "default") %define build_default (%build_flavor == "default")
%define build_kdump (%build_flavor == "kdump") %define build_kdump (%build_flavor == "kdump")
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2") %define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
@ -55,9 +55,9 @@
%define install_vdso 0 %define install_vdso 0
%endif %endif
Name: kernel-ppc64 Name: kernel-versatile
Summary: Kernel for ppc64 Systems Summary: Kernel for Versatile SoC
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -134,14 +134,7 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
%ifarch ppc
Provides: kernel-pmac64 kernel-pseries64 kernel-iseries64 kernel-kdump
Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64 kernel-kdump
%endif
%ifarch ppc64
Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
@ -203,7 +196,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ppc ppc64 ExclusiveArch: armv5tel
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686
@ -270,14 +263,7 @@ Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
%define supported_modules_check 0 %define supported_modules_check 0
%description %description
This package contains the kernel for: The standard kernel for Versatile SoC, or for emulation with QEMU.
IBM pSeries 64bit machines IBM iSeries 64bit machines Apple G5 machines
Sony Playstation 3
The boot file is /boot/vmlinux.
The home page of the ppc64 project is http://www.penguinppc.org/
%source_timestamp %source_timestamp
@ -487,10 +473,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -801,7 +786,7 @@ rm %my_builddir/tmp
%endif %endif
%package base %package base
Summary: Kernel for ppc64 Systems - base modules Summary: Kernel for Versatile SoC - base modules
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
Provides: multiversion(kernel) Provides: multiversion(kernel)
@ -816,14 +801,7 @@ Conflicts: libc.so.6()(64bit)
%endif %endif
%description base %description base
This package contains the kernel for: The standard kernel for Versatile SoC, or for emulation with QEMU.
IBM pSeries 64bit machines IBM iSeries 64bit machines Apple G5 machines
Sony Playstation 3
The boot file is /boot/vmlinux.
The home page of the ppc64 project is http://www.penguinppc.org/
This package contains only the base modules, required in all installs. This package contains only the base modules, required in all installs.
@ -844,7 +822,7 @@ This package contains only the base modules, required in all installs.
%endif %endif
%package extra %package extra
Summary: Kernel for ppc64 Systems - Unsupported kernel modules Summary: Kernel for Versatile SoC - Unsupported kernel modules
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
Provides: multiversion(kernel) Provides: multiversion(kernel)
@ -861,14 +839,7 @@ Conflicts: libc.so.6()(64bit)
%endif %endif
%description extra %description extra
This package contains the kernel for: The standard kernel for Versatile SoC, or for emulation with QEMU.
IBM pSeries 64bit machines IBM iSeries 64bit machines Apple G5 machines
Sony Playstation 3
The boot file is /boot/vmlinux.
The home page of the ppc64 project is http://www.penguinppc.org/
This package contains additional modules not supported by Novell. This package contains additional modules not supported by Novell.
@ -912,6 +883,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,393 @@
-------------------------------------------------------------------
Wed Dec 12 17:26:35 CET 2012 - jeffm@suse.com
- ezusb: add dependency to USB.
This prevents build failures by making it depend on the value of CONFIG_USB.
Commit 36e0f0bd did this for architectures other than ARM manually.
- commit b89db5d
-------------------------------------------------------------------
Tue Dec 11 20:42:22 CET 2012 - ohering@suse.de
- Drivers: hv: balloon: Fix a memory leak.
- commit 26cdad5
-------------------------------------------------------------------
Tue Dec 11 19:29:44 CET 2012 - jeffm@suse.com
- Update to 3.7-final.
- commit 1771a73
-------------------------------------------------------------------
Tue Dec 11 17:00:46 CET 2012 - ohering@suse.de
- Update patch headers for fate314663 and fate314665 changes
- commit 44044f1
-------------------------------------------------------------------
Tue Dec 11 00:30:54 CET 2012 - jack@suse.cz
- Disable ext3 driver in all kernels and use ext4 driver instead. Eventually
ext3 will be removed upstream so let's do the transition.
- commit dadc8ea
-------------------------------------------------------------------
Fri Dec 7 13:57:47 CET 2012 - guillaume.gardet@oliseo.fr
- Update omap2plus (armv7) config: Enable TWL* USB drivers
- commit 28c09f5
-------------------------------------------------------------------
Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com
- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead
of bzImage for Xen flavors.
- commit 713a73c
-------------------------------------------------------------------
Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com
- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB).
- commit d1ec1be
-------------------------------------------------------------------
Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com
- Update Xen patches to 3.7-rc7 and c/s 1211.
- allow non-pv-ops kernel to be built as bzImage.
- commit 2a7feb8
-------------------------------------------------------------------
Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de
- fate#314663 hyper-v memory ballooning support
- mm: Export a function to get vm committed memory.
- Drivers: hv: Add Hyper-V balloon driver.
- Drivers: hv: balloon: Fix a bug in the definition of struct
dm_info_msg.
- Update config files.
fate#314665 hyper-v: Update the Vmbus protocol
- Drivers: hv: Implement routines for read side signaling
optimization.
- Drivers: hv: Add state to manage batched reading.
- Drivers: hv: Turn off batched reading for util drivers.
- Drivers: hv: Optimize signaling in the read path.
- Drivers: hv: Optimize the signaling on the write path.
- Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask().
- Drivers: hv: Support handling multiple VMBUS versions.
- Drivers: hv: Update the ring buffer structure to match win8
functionality.
- Drivers: hv: Extend/modify vmbus_channel_offer_channel for
win7 and beyond.
- Drivers: hv: Save and export negotiated vmbus version.
- Drivers: hv: Change the signature for hv_signal_event().
- Drivers: hv: Change the signature of vmbus_set_event().
- Drivers: hv: Move vmbus version definitions to hyperv.h.
- Drivers: hv: Manage signaling state on a per-connection basis.
- Drivers: hv: Cleanup vmbus_set_event() to support win7 and
beyond.
- Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID.
- Drivers: hv: Add state to manage incoming channel interrupt
load.
- Drivers: hv: Modify the interrupt handling code to support
win8 and beyond.
- Drivers: hv: Add code to distribute channel interrupt load.
- Drivers: hv: Get rid of the unused global signaling state.
- Drivers: hv: Get rid of unnecessary request for offers.
- Drivers: hv: Manage event tasklets on per-cpu basis.
- Drivers: hv: Handle vmbus interrupts concurrently on all cpus.
- Drivers: hv: Add a check to deal with spurious interrupts.
- Drivers: hv: Enable protocol negotiation with win8 hosts.
- Drivers: hv: Implement flow management on the send side.
- Drivers: hv: Capture the host build information.
- Drivers: hv: Cleanup and consolidate reporting of build/version
info.
- commit 4fccd03
-------------------------------------------------------------------
Wed Dec 5 18:50:57 CET 2012 - jeffm@suse.com
- Update to 3.7-rc8.
- Delete patches.rpmify/net-fix-build-failure-in-xilinx.
- commit 76b3d92
-------------------------------------------------------------------
Tue Dec 4 15:35:23 CET 2012 - ohering@suse.de
- add splash=black option to bootsplash code,
to keep a black background, useful for remote access to VMs
(bnc#773487)
- commit c060ae1
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Tue Nov 20 21:19:31 CET 2012 - jeffm@suse.com
- net: fix build failure in xilinx.
- commit 28be621
-------------------------------------------------------------------
Tue Nov 20 13:01:05 CET 2012 - sjayaraman@suse.com
- Update config files. Enable CONFIG_SMB2 to 'y'.
- commit 25bdfaf
-------------------------------------------------------------------
Mon Nov 19 05:29:23 CET 2012 - jeffm@suse.com
- Update to 3.7-rc6.
- commit daac70a
-------------------------------------------------------------------
Fri Nov 16 15:57:55 CET 2012 - mmarek@suse.cz
- rpm/config.sh: Set projects for ARM
- commit 55bac79
-------------------------------------------------------------------
Thu Nov 15 15:24:59 CET 2012 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (fix FPU handling related
crash in context switch code).
- commit bb1d12d
-------------------------------------------------------------------
Wed Nov 14 15:34:13 CET 2012 - jbeulich@novell.com
- Update to 3.7-rc5.
- Update Xen patches additionally to c/s 1204:
- commit d5de9cf
-------------------------------------------------------------------
Tue Nov 6 20:54:16 CET 2012 - jeffm@suse.com
- config: sync x86_64 configs for NR_UARTS
This commit sets both CONFIG_SERIAL_8250_RUNTIME_UARTS and
CONFIG_SERIAL_8250_NR_UARTS to 32.
- commit ddf88e6
-------------------------------------------------------------------
Tue Nov 6 20:20:37 CET 2012 - jeffm@suse.com
- Delete patches.arch/s390-remove-kvm-para.patch.
- commit f759e1e
-------------------------------------------------------------------
Tue Nov 6 18:30:35 CET 2012 - jeffm@suse.com
- config: sync ppc64 configs for LIB80211, NET_SDA_MV*
This commit changes the following options to be modular:
LIB80211
NET_DSA_MV88E6XXX
NET_DSA_MV88E6060
- commit caa5a52
-------------------------------------------------------------------
Tue Nov 6 18:25:58 CET 2012 - jeffm@suse.com
- config: sync ppc64/debug with ppc64/default
The debug config should be identical to default with the exception of
the debug options. This patch brings ppc64/debug in line with ppc64/default
with the exception of a few things that are modular in debug that should
also be modular in default.
- commit b981fcd
-------------------------------------------------------------------
Tue Nov 6 18:09:20 CET 2012 - jeffm@suse.com
- config: sync kvm options between ppc64 flavors.
- commit 8a389d5
-------------------------------------------------------------------
Tue Nov 6 17:38:32 CET 2012 - jeffm@suse.com
- config: disable HW_RANDOM_AMD on ppc64
This chip is only on AMD hardware and an old ppc64 eval board. We can skip
it on ppc64.
- commit 03001a4
-------------------------------------------------------------------
Tue Nov 6 17:23:40 CET 2012 - jeffm@suse.com
- config: Eliminate unused ppc/ppc64 configs.
The history of the ppc/ppc64 configs is a convoluted one that started
before the kernel source could support multiple machine types with a
single image and before there was a usable 64-bit userspace.
In the subsequent years, the powerpc code has been unified and we've
released a 64-bit powerpc userspace. The "default" and "ppc64" configs
on ppc64 are essentially identical and just waste space. The "ppc64"
config on 32-bit ppc address a long since unnecessary corner case. Users
who still want a 32-bit userspace with a 64-bit kernel can install and
update it themselves using the 64-bit repository like i386/x86_64 users
can do.
This commit can be summarized thusly:
rm config/ppc/ppc64
rm config/ppc/ps3 (already unused)
mv config/ppc64/ppc64 config/ppc64/default
- commit a9cc3d5
-------------------------------------------------------------------
Tue Nov 6 17:19:41 CET 2012 - guillaume.gardet@oliseo.fr
- Add kernel-versatile description
- commit 5424cf2
-------------------------------------------------------------------
Tue Nov 6 17:18:55 CET 2012 - guillaume.gardet@oliseo.fr
- Enable armv5 in arch-symbols
- commit 401de81
-------------------------------------------------------------------
Mon Nov 5 22:29:28 CET 2012 - jeffm@suse.com
- config: sync vanilla flavor with default flavor for each platform
The vanilla configs have drifted away from the default configuration
for each platform. This patch brings them back in sync.
- commit 8d4661f
-------------------------------------------------------------------
Mon Nov 5 17:27:25 CET 2012 - jeffm@suse.com
- config: -ec2 still had CONFIG_ENTERPRISE_SUPPORT enabled.
- commit 9907c37
-------------------------------------------------------------------
Mon Nov 5 16:48:35 CET 2012 - jeffm@suse.com
- Updated to 3.7-rc4.
Eliminated 1 patch.
- commit 5168053
-------------------------------------------------------------------
Mon Nov 5 12:37:59 CET 2012 - jbeulich@novell.com
- Refresh patches.xen/xen3-patch-3.7-rc3 (make "unmodified drivers" build again).
- commit 5feff7e
-------------------------------------------------------------------
Fri Nov 2 13:50:13 CET 2012 - jbeulich@novell.com
- Update Xen patches to 3.7-rc3 and c/s 1202.
- extend base interfaces to support multi-page rings for
frontend/backend communication.
- blkback: allow using multiple page frontend communication ring.
- blkfront: allow using multiple page backend communication ring.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Fix build when disabled.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- Delete patches.xen/xen3-acpi_override_2_2.patch.
- commit f042386
-------------------------------------------------------------------
Wed Oct 31 15:35:44 CET 2012 - guillaume.gardet@oliseo.fr
- Add support to armv5 versatile kernel
- commit 99d34f3
-------------------------------------------------------------------
Wed Oct 31 00:12:50 CET 2012 - jeffm@suse.com
- Update to 3.7-rc3.
- commit 48e5027
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Tue Oct 30 01:25:00 CET 2012 - agraf@suse.de
- ARM: Update config files: Fix vexpress (default) config
- commit be072b4
-------------------------------------------------------------------
Thu Oct 25 10:44:17 CEST 2012 - hare@suse.de
- Fixup kvm for s390.
- commit 503388b
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +455,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package. This allows to control the kabi checker from outside of the package.
- commit 0a0900c - commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +495,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1. These are in 3.6.1.
- commit 2a321c4 - commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -199,28 +605,30 @@ Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com
Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
- ARM/u5800: Fix build of ux500 driver - ARM/u5800: Fix build of ux500 driver
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0 - commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com
- ARM/tegra: Remove optional parts to fix build - ARM/tegra: Remove optional parts to fix build
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit d729a16 - commit d729a16
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com
- ARM: enable zcache support - ARM: enable zcache support
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 17b147b - commit 17b147b
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com
- ARM/cubox: set cachefilesd to module - ARM/cubox: set cachefilesd to module
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit c1fb243 - commit c1fb243
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1871,7 +2279,7 @@ Sun Feb 12 18:15:10 CET 2012 - trenn@suse.de
Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz Fri Feb 10 12:03:36 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Build x86 packages as i686, except for - rpm/kernel-binary.spec.in: Build x86 packages as i686, except for
-default (bnc#745632). KMPs are still built as i586. -default (bnc#745632). KMPs are still built as i586.
- commit 88a632b - commit 88a632b
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2495,7 +2903,7 @@ Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10. - -Update to 3.1-rc10.
- commit 239957e - commit 239957e
------------------------------------------------------------------- -------------------------------------------------------------------
@ -2625,7 +3033,7 @@ Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh - Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region. -> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276 - commit 0ac4276
------------------------------------------------------------------- -------------------------------------------------------------------
@ -3022,7 +3430,7 @@ Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files: - Update config files:
bnc#674988, change: bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m -CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors for all flavors
- commit f1af972 - commit f1af972

View File

@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.6 %define srcversion 3.7
%define patchversion 3.6.3 %define patchversion 3.7.0
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 3.6.3 Version: 3.7.0
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release #!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system, # Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel # but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64 %ifarch ia64
# arch/ia64/scripts/unwcheck.py # arch/ia64/scripts/unwcheck.py
@ -476,10 +476,9 @@ add_vmlinux()
# architecture specifics # architecture specifics
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
add_vmlinux --compressed add_vmlinux --compressed
%if %build_xen
image=vmlinuz
%else
image=bzImage image=bzImage
%if %build_xen
test -f arch/x86/boot/$image || image=vmlinuz
%endif %endif
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
image=vmlinuz image=vmlinuz
@ -893,6 +892,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant) Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel %description devel
This package contains files necessary for building kernel modules (and This package contains files necessary for building kernel modules (and

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771
size 82296001

3
linux-3.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc08d87a579fe2918362e6666e503a95a76296419195cb499aa9dd4dbe171a9e
size 83671392

View File

@ -162,3 +162,7 @@ Kernel for Calxeda Highbank SoC
The standard kernel for Calxeda's Highbank SoC, as found in the HP Moonshot project. The standard kernel for Calxeda's Highbank SoC, as found in the HP Moonshot project.
=== kernel-versatile ===
Kernel for Versatile SoC
The standard kernel for Versatile SoC, or for emulation with QEMU.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:fc3c3137f21d83f7b9cd471922ebc92aa26f1ab0355a4262d146dad3f26138b3 oid sha256:5a3a3ebdf19b353974fdd67cc434ba7df7e75d47b8f2530035877c3fb67e632b
size 6615 size 6638

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d oid sha256:bfceb66e488ba73bb836005dbddc634c86cf6106b53a9d729c5cc9a04dbf8895
size 83742 size 84743

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b76e2654cfd0997a4b5555006ead171efa15fdf2ba1cf4caf34e3835432c8d58 oid sha256:bb5294d2af909da029ea2c6e22d2c0843ce446ce32049d9c9726f6d7ef3b41d4
size 8889 size 7192

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f282467f23e92f6fa1b8cd4ad253fba9a8109bd3740315dec93c84f2159fc6e7 oid sha256:e8d79e5e975b4e059fd325c56b9c582903254deaccbf363405ad44742cf55af4
size 21431 size 20752

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:99785b499d19ddb64e37eb73aed49153fd79e4e3269cd6dc232f79a28f1feac2 oid sha256:02c1601227a01af6a3ba4978a17c9989206e986b9c2d2cb2669d227976e33991
size 5496 size 5720

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:59af3d6e130722ecf7de532e81beeda6019d7ed12704d11eeda689441fbbb699 oid sha256:ac67fb3ad89b2d951d79ce839f265700987fb77e7ec692b800e3a1127c34f05f
size 166001 size 166020

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e537013344848ed9f3e202ffcfd580167dbb679dc0ed2abdd8a0509120a45c26 oid sha256:51bc8bfb1eeefdce09248e6bf3d997663ba885cd956e8e85374db2bf1a0252d6
size 2093850 size 2112652

View File

@ -27,9 +27,6 @@
# DO NOT MODIFY THEM! # DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem... # Send separate patches upstream if you find a problem...
######################################################## ########################################################
patches.kernel.org/patch-3.6.1
patches.kernel.org/patch-3.6.1-2
patches.kernel.org/patch-3.6.2-3
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -40,8 +37,8 @@
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/pti-depends-on-x86-pci patches.rpmify/pti-depends-on-x86-pci
patches.rpmify/geode-depends-on-x86_32 patches.rpmify/geode-depends-on-x86_32
patches.rpmify/ubifs-remove-DATE-TIME.patch
patches.rpmify/chipidea-clean-up-dependencies patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/ezusb-add-dependency-to-usb
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -156,6 +153,8 @@
######################################################## ########################################################
patches.arch/cubox-configuration.patch patches.arch/cubox-configuration.patch
patches.arch/arm-fix-build-ux500-module.diff patches.arch/arm-fix-build-ux500-module.diff
patches.arch/arm-exynos-nosparse.patch
patches.arch/arm-origen-regulator.patch
######################################################## ########################################################
# S/390 # S/390
@ -229,39 +228,38 @@
######################################################## ########################################################
# Suse specific stuff # Suse specific stuff
######################################################## ########################################################
patches.suse/msft-hv-0368-hyperv-Add-comments-for-the-extended-buffer-after-RN.patch patches.suse/suse-hv-fate314663-0001-mm-Export-a-function-to-get-vm-committed-memory.patch
patches.suse/msft-hv-0369-Drivers-hv-Cleanup-the-guest-ID-computation.patch patches.suse/suse-hv-fate314663-0002-Drivers-hv-Add-Hyper-V-balloon-driver.patch
patches.suse/msft-hv-0370-Drivers-hv-vmbus-Use-the-standard-format-string-to-f.patch patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch
patches.suse/msft-hv-0371-Drivers-hv-Add-KVP-definitions-for-IP-address-inject.patch patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch
patches.suse/msft-hv-0372-Drivers-hv-kvp-Cleanup-error-handling-in-KVP.patch patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch
patches.suse/msft-hv-0373-Drivers-hv-Explicitly-size-elements-of-protocol-stru.patch patches.suse/suse-hv-fate314665-0002-Drivers-hv-Add-state-to-manage-batched-reading.patch
patches.suse/msft-hv-0374-Drivers-hv-kvp-Support-the-new-IP-injection-messages.patch patches.suse/suse-hv-fate314665-0003-Drivers-hv-Turn-off-batched-reading-for-util-drivers.patch
patches.suse/msft-hv-0375-Tools-hv-Prepare-to-expand-kvp_get_ip_address-functi.patch patches.suse/suse-hv-fate314665-0004-Drivers-hv-Optimize-signaling-in-the-read-path.patch
patches.suse/msft-hv-0376-Tools-hv-Further-refactor-kvp_get_ip_address.patch patches.suse/suse-hv-fate314665-0005-Drivers-hv-Optimize-the-signaling-on-the-write-path.patch
patches.suse/msft-hv-0377-Tools-hv-Gather-address-family-information.patch patches.suse/suse-hv-fate314665-0006-Drivers-hv-Get-rid-of-hv_get_ringbuffer_interrupt_ma.patch
patches.suse/msft-hv-0378-Tools-hv-Gather-subnet-information.patch patches.suse/suse-hv-fate314665-0007-Drivers-hv-Support-handling-multiple-VMBUS-versions.patch
patches.suse/msft-hv-0379-Tools-hv-Represent-the-ipv6-mask-using-CIDR-notation.patch patches.suse/suse-hv-fate314665-0008-Drivers-hv-Update-the-ring-buffer-structure-to-match.patch
patches.suse/msft-hv-0380-Tools-hv-Gather-ipv-4-6-gateway-information.patch patches.suse/suse-hv-fate314665-0009-Drivers-hv-Extend-modify-vmbus_channel_offer_channel.patch
patches.suse/msft-hv-0381-hv-fail-the-probing-immediately-when-we-are-not-in-h.patch patches.suse/suse-hv-fate314665-0010-Drivers-hv-Save-and-export-negotiated-vmbus-version.patch
patches.suse/msft-hv-0382-hv-vmbus_drv-detect-hyperv-through-x86_hyper.patch patches.suse/suse-hv-fate314665-0011-Drivers-hv-Change-the-signature-for-hv_signal_event.patch
patches.suse/msft-hv-0383-Tools-hv-Get-rid-of-some-unused-variables.patch patches.suse/suse-hv-fate314665-0012-Drivers-hv-Change-the-signature-of-vmbus_set_event.patch
patches.suse/msft-hv-0384-Tools-hv-Correctly-type-string-variables.patch patches.suse/suse-hv-fate314665-0013-Drivers-hv-Move-vmbus-version-definitions-to-hyperv..patch
patches.suse/msft-hv-0385-Tools-hv-Add-an-example-script-to-retrieve-DNS-entri.patch patches.suse/suse-hv-fate314665-0014-Drivers-hv-Manage-signaling-state-on-a-per-connectio.patch
patches.suse/msft-hv-0386-Tools-hv-Gather-DNS-information.patch patches.suse/suse-hv-fate314665-0015-Drivers-hv-Cleanup-vmbus_set_event-to-support-win7-a.patch
patches.suse/msft-hv-0387-Drivers-hv-kvp-Copy-the-address-family-information.patch patches.suse/suse-hv-fate314665-0016-Drivers-hv-Setup-a-mapping-for-Hyper-V-s-notion-cpu-.patch
patches.suse/msft-hv-0388-Tools-hv-Add-an-example-script-to-retrieve-dhcp-stat.patch patches.suse/suse-hv-fate314665-0017-Drivers-hv-Add-state-to-manage-incoming-channel-inte.patch
patches.suse/msft-hv-0389-Tools-hv-Gather-DHCP-information.patch patches.suse/suse-hv-fate314665-0018-Drivers-hv-Modify-the-interrupt-handling-code-to-sup.patch
patches.suse/msft-hv-0390-Tools-hv-Add-an-example-script-to-configure-an-inter.patch patches.suse/suse-hv-fate314665-0019-Drivers-hv-Add-code-to-distribute-channel-interrupt-.patch
patches.suse/msft-hv-0391-Tools-hv-Implement-the-KVP-verb-KVP_OP_SET_IP_INFO.patch patches.suse/suse-hv-fate314665-0020-Drivers-hv-Get-rid-of-the-unused-global-signaling-st.patch
patches.suse/msft-hv-0392-Tools-hv-Rename-the-function-kvp_get_ip_address.patch patches.suse/suse-hv-fate314665-0021-Drivers-hv-Get-rid-of-unnecessary-request-for-offers.patch
patches.suse/msft-hv-0393-Tools-hv-Implement-the-KVP-verb-KVP_OP_GET_IP_INFO.patch patches.suse/suse-hv-fate314665-0022-Drivers-hv-Manage-event-tasklets-on-per-cpu-basis.patch
patches.suse/msft-hv-0397-tools-hv-Parse-etc-os-release.patch patches.suse/suse-hv-fate314665-0023-Drivers-hv-Handle-vmbus-interrupts-concurrently-on-a.patch
patches.suse/msft-hv-0398-hyperv-Fix-the-max_xfer_size-in-RNDIS-initialization.patch patches.suse/suse-hv-fate314665-0024-Drivers-hv-Add-a-check-to-deal-with-spurious-interru.patch
patches.suse/msft-hv-0399-hyperv-Fix-the-missing-return-value-in-rndis_filter_.patch patches.suse/suse-hv-fate314665-0025-Drivers-hv-Enable-protocol-negotiation-with-win8-hos.patch
patches.suse/msft-hv-0400-hyperv-Fix-page-buffer-handling-in-rndis_filter_send.patch patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch
patches.suse/msft-hv-0401-hyperv-Remove-extra-allocated-space-for-recv_pkt_lis.patch patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.patch
patches.suse/msft-hv-0402-hyperv-Report-actual-status-in-receive-completion-pa.patch patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch
patches.suse/msft-hv-0403-hyperv-Add-buffer-for-extended-info-after-the-RNDIS-.patch
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
######################################################## ########################################################
@ -379,7 +377,6 @@
# Device drivers # Device drivers
# #
######################################################## ########################################################
patches.drivers/spi-orion-convert-to-new-infrastructure.patch
######################################################## ########################################################
# Storage # Storage
@ -393,7 +390,6 @@
patches.fixes/scsi-dh-queuedata-accessors patches.fixes/scsi-dh-queuedata-accessors
patches.fixes/scsi-check-host-lookup-failure
patches.drivers/megaraid-mbox-fix-SG_IO patches.drivers/megaraid-mbox-fix-SG_IO
# Remaining SCSI patches (garloff) # Remaining SCSI patches (garloff)
@ -425,7 +421,6 @@
# Wireless Networking # Wireless Networking
######################################################## ########################################################
patches.suse/b43-missing-firmware-info.patch patches.suse/b43-missing-firmware-info.patch
patches.fixes/brcmsmac-firmware
######################################################## ########################################################
# ISDN # ISDN
@ -651,9 +646,14 @@
patches.xen/xen3-patch-3.4 patches.xen/xen3-patch-3.4
patches.xen/xen3-patch-3.5 patches.xen/xen3-patch-3.5
patches.xen/xen3-patch-3.6 patches.xen/xen3-patch-3.6
patches.xen/xen3-patch-3.7-rc3
patches.xen/xen3-patch-3.7-rc4-rc5
patches.xen/xen3-patch-3.7-rc6-rc7
# ports of other patches # ports of other patches
patches.xen/xen3-acpi_override_2_2.patch 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-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations patches.xen/xen3-x86_64-unwind-annotations
@ -672,15 +672,18 @@
patches.xen/xen-sections patches.xen/xen-sections
patches.xen/xen-unpriv-build patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report patches.xen/xen-cpufreq-report
patches.xen/xen-multi-page-ring
patches.xen/xen-balloon-max-target patches.xen/xen-balloon-max-target
patches.xen/xen-blkif-protocol-fallback-hack patches.xen/xen-blkback-multi-page-ring
patches.xen/xen-blkback-cdrom patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blktap-write-barriers patches.xen/xen-blkfront-multi-page-ring
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-blkif-op-packet patches.xen/xen-blkif-op-packet
patches.xen/xen-blkfront-cdrom patches.xen/xen-blkfront-cdrom
patches.xen/xen-blkfront-hvm-no-cdrom patches.xen/xen-blkfront-hvm-no-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-netback-nr-irqs patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize patches.xen/xen-netback-generalize
@ -697,6 +700,7 @@
patches.xen/xen-x86-per-cpu-vcpu-info patches.xen/xen-x86-per-cpu-vcpu-info
patches.xen/xen-x86-pcpu patches.xen/xen-x86-pcpu
patches.xen/xen-x86-EFI patches.xen/xen-x86-EFI
patches.xen/xen-x86-bzImage
patches.xen/xen-x86_64-pgd-pin patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt patches.xen/xen-x86_64-dump-user-pgt

View File

@ -1,3 +1,3 @@
2012-10-22 01:11:42 +0200 2012-12-12 11:29:06 -0500
GIT Revision: e8b3bd988d91394bef4d1d674333ee150f636a3e GIT Revision: b89db5df80c07ceaa1a0189caf9cc632f5952d9c
GIT Branch: master GIT Branch: master