Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2014-05-27 18:58:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and      /work/SRC/openSUSE:Factory/.kernel-source.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kernel-source"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes       
2014-05-23 10:55:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2014-05-27 18:58:41.000000000 +0200
@@ -1,0 +2,29 @@
+Fri May 23 15:27:33 CEST 2014 - je...@suse.de
+
+- config: sync vanilla configs for 3.15-rc6.
+- commit acf7dab
+
+-------------------------------------------------------------------
+Fri May 23 15:13:50 CEST 2014 - je...@suse.de
+
+- Update to 3.15-rc6.
+- Config changes:
+  - ACPI_PROCFS_POWER=y (default n)
+    - Should eventually be =n once userspace tools have been audited.
+- commit d2be7e3
+
+-------------------------------------------------------------------
+Fri May 23 14:37:40 CEST 2014 - jdelv...@suse.de
+
+- Update ppc config files: Disable SH_MOBILE media drivers
+  These are useless on PowerPC.
+- commit cacd723
+
+-------------------------------------------------------------------
+Fri May 23 11:27:56 CEST 2014 - jdelv...@suse.de
+
+- Update config files: Disable remaining R-CAR drivers
+  These drivers are useless except on arm/shmobile.
+- commit 2dd69e8
+
+-------------------------------------------------------------------
@@ -167,0 +197,7 @@
+
+-------------------------------------------------------------------
+Mon May 12 10:15:01 CEST 2014 - mma...@suse.cz
+
+- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
+  (bnc#877267)
+- commit f928d60
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-exynos.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

Old:
----
  linux-3.15-rc5.tar.xz

New:
----
  linux-3.15-rc6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kernel-debug.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.15-rc5
-%define patchversion 3.15.0-rc5
+%define srcversion 3.15-rc6
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:        A Debug Version of the Kernel
 License:        GPL-2.0
 Group:          System/Kernel
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif
@@ -539,6 +539,20 @@
     # mark the file 0644 again
     chmod +x %buildroot/$vmlinux
     if test $1 == "--compressed"; then
+%if 0%{?__debug_package:1}
+        # split the debug information just to keep the compressed file
+        # reasonably small
+        local vmlinux_debug=usr/lib/debug/$vmlinux.debug
+        mkdir -p $(dirname %buildroot/$vmlinux_debug)
+        objcopy --only-keep-debug \
+            %buildroot/$vmlinux \
+            %buildroot/$vmlinux_debug || :
+        objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
+            --strip-debug \
+            %buildroot/$vmlinux || :
+        # let find-debuginfo.sh do the real job
+        rm -f %buildroot/$vmlinux_debug
+%endif
         gzip -n -k -9 %buildroot/$vmlinux
         ghost_vmlinux=true
     else

kernel-default.spec: same change
kernel-desktop.spec: same change
++++++ kernel-docs.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 3.15.0-rc5
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -25,9 +25,9 @@
 Summary:        Kernel Documentation
 License:        GPL-2.0
 Group:          Documentation/Man
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif

++++++ kernel-ec2.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.15-rc5
-%define patchversion 3.15.0-rc5
+%define srcversion 3.15-rc6
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:        The Amazon EC2 Xen Kernel
 License:        GPL-2.0
 Group:          System/Kernel
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif
@@ -538,6 +538,20 @@
     # mark the file 0644 again
     chmod +x %buildroot/$vmlinux
     if test $1 == "--compressed"; then
+%if 0%{?__debug_package:1}
+        # split the debug information just to keep the compressed file
+        # reasonably small
+        local vmlinux_debug=usr/lib/debug/$vmlinux.debug
+        mkdir -p $(dirname %buildroot/$vmlinux_debug)
+        objcopy --only-keep-debug \
+            %buildroot/$vmlinux \
+            %buildroot/$vmlinux_debug || :
+        objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
+            --strip-debug \
+            %buildroot/$vmlinux || :
+        # let find-debuginfo.sh do the real job
+        rm -f %buildroot/$vmlinux_debug
+%endif
         gzip -n -k -9 %buildroot/$vmlinux
         ghost_vmlinux=true
     else

kernel-exynos.spec: same change
kernel-lpae.spec: same change
++++++ kernel-obs-build.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 3.15.0-rc5
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -45,9 +45,9 @@
 Summary:        package kernel and initrd for OBS VM builds
 License:        GPL-2.0
 Group:          SLES
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif

++++++ kernel-obs-qa-xen.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -17,7 +17,7 @@
 # needsrootforbuild
 
 
-%define patchversion 3.15.0-rc5
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -36,9 +36,9 @@
 Summary:        Basic QA tests for the kernel
 License:        GPL-2.0
 Group:          SLES
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif

kernel-obs-qa.spec: same change
++++++ kernel-pae.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.15-rc5
-%define patchversion 3.15.0-rc5
+%define srcversion 3.15-rc6
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:        Kernel with PAE Support
 License:        GPL-2.0
 Group:          System/Kernel
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif
@@ -547,6 +547,20 @@
     # mark the file 0644 again
     chmod +x %buildroot/$vmlinux
     if test $1 == "--compressed"; then
+%if 0%{?__debug_package:1}
+        # split the debug information just to keep the compressed file
+        # reasonably small
+        local vmlinux_debug=usr/lib/debug/$vmlinux.debug
+        mkdir -p $(dirname %buildroot/$vmlinux_debug)
+        objcopy --only-keep-debug \
+            %buildroot/$vmlinux \
+            %buildroot/$vmlinux_debug || :
+        objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
+            --strip-debug \
+            %buildroot/$vmlinux || :
+        # let find-debuginfo.sh do the real job
+        rm -f %buildroot/$vmlinux_debug
+%endif
         gzip -n -k -9 %buildroot/$vmlinux
         ghost_vmlinux=true
     else

++++++ kernel-source.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -17,8 +17,8 @@
 # icecream 0
 
 
-%define srcversion 3.15-rc5
-%define patchversion 3.15.0-rc5
+%define srcversion 3.15-rc6
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -30,9 +30,9 @@
 Summary:        The Linux Kernel Sources
 License:        GPL-2.0
 Group:          Development/Sources
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif

++++++ kernel-syms.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -24,10 +24,10 @@
 Summary:        Kernel Symbol Versions (modversions)
 License:        GPL-2.0
 Group:          Development/Sources
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif

++++++ kernel-vanilla.spec ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.15-rc5
-%define patchversion 3.15.0-rc5
+%define srcversion 3.15-rc6
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:        The Standard Kernel - without any SUSE patches
 License:        GPL-2.0
 Group:          System/Kernel
-Version:        3.15.rc5
+Version:        3.15.rc6
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gcc68f12
+Release:        <RELEASE>.g346029d
 %else
 Release:        0
 %endif
@@ -535,6 +535,20 @@
     # mark the file 0644 again
     chmod +x %buildroot/$vmlinux
     if test $1 == "--compressed"; then
+%if 0%{?__debug_package:1}
+        # split the debug information just to keep the compressed file
+        # reasonably small
+        local vmlinux_debug=usr/lib/debug/$vmlinux.debug
+        mkdir -p $(dirname %buildroot/$vmlinux_debug)
+        objcopy --only-keep-debug \
+            %buildroot/$vmlinux \
+            %buildroot/$vmlinux_debug || :
+        objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
+            --strip-debug \
+            %buildroot/$vmlinux || :
+        # let find-debuginfo.sh do the real job
+        rm -f %buildroot/$vmlinux_debug
+%endif
         gzip -n -k -9 %buildroot/$vmlinux
         ghost_vmlinux=true
     else

kernel-xen.spec: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.000000000 +0200
@@ -1,5 +1,5 @@
 # The version of the main tarball to use
-SRCVERSION=3.15-rc5
+SRCVERSION=3.15-rc6
 # variant of the kernel-source package, either empty or "-rt"
 VARIANT=
 # buildservice projects to build the kernel against

++++++ config.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/arm64/default new/config/arm64/default
--- old/config/arm64/default    2014-05-21 19:34:45.000000000 +0200
+++ new/config/arm64/default    2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 3.15.0-rc5 Kernel Configuration
+# Linux/arm64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_ARM64=y
 CONFIG_64BIT=y
@@ -3406,7 +3406,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 # CONFIG_USB_ISP1301 is not set
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_MMC=m
 # CONFIG_MMC_DEBUG is not set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/armv6hl/default new/config/armv6hl/default
--- old/config/armv6hl/default  2014-05-21 19:34:45.000000000 +0200
+++ new/config/armv6hl/default  2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.15.0-rc5 Kernel Configuration
+# Linux/arm 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
@@ -2829,7 +2829,7 @@
 # CONFIG_GPIO_ZEVIO is not set
 CONFIG_GPIO_MXC=y
 CONFIG_GPIO_PL061=y
-CONFIG_GPIO_RCAR=m
+# CONFIG_GPIO_RCAR is not set
 # CONFIG_GPIO_SCH311X is not set
 CONFIG_GPIO_SYSCON=m
 CONFIG_GPIO_GRGPIO=m
@@ -3549,10 +3549,9 @@
 CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
 CONFIG_VIDEO_OMAP2_VOUT=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
 # CONFIG_VIDEO_MX3 is not set
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -3849,8 +3848,7 @@
 # CONFIG_DRM_EXYNOS is not set
 CONFIG_DRM_UDL=m
 CONFIG_DRM_ARMADA=m
-CONFIG_DRM_RCAR_DU=m
-CONFIG_DRM_RCAR_LVDS=y
+# CONFIG_DRM_RCAR_DU is not set
 CONFIG_DRM_SHMOBILE=m
 CONFIG_DRM_OMAP=y
 CONFIG_DRM_OMAP_NUM_CRTCS=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/armv7hl/default new/config/armv7hl/default
--- old/config/armv7hl/default  2014-05-21 19:34:45.000000000 +0200
+++ new/config/armv7hl/default  2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.15.0-rc5 Kernel Configuration
+# Linux/arm 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/armv7hl/exynos new/config/armv7hl/exynos
--- old/config/armv7hl/exynos   2014-05-21 19:34:45.000000000 +0200
+++ new/config/armv7hl/exynos   2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.15.0-rc5 Kernel Configuration
+# Linux/arm 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_MIGHT_HAVE_PCI=y
@@ -3484,9 +3484,8 @@
 CONFIG_VIDEO_EM28XX_RC=m
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 # CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS is not set
@@ -4363,7 +4362,7 @@
 CONFIG_SAMSUNG_USB3PHY=m
 CONFIG_USB_GPIO_VBUS=m
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 CONFIG_USB_ULPI=y
 CONFIG_USB_GADGET=m
 # CONFIG_USB_GADGET_DEBUG is not set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/armv7hl/lpae new/config/armv7hl/lpae
--- old/config/armv7hl/lpae     2014-05-21 19:34:45.000000000 +0200
+++ new/config/armv7hl/lpae     2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.15.0-rc5 Kernel Configuration
+# Linux/arm 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
@@ -2925,7 +2925,7 @@
 CONFIG_GPIO_MSM_V2=m
 CONFIG_GPIO_MXC=y
 CONFIG_GPIO_PL061=y
-CONFIG_GPIO_RCAR=m
+# CONFIG_GPIO_RCAR is not set
 # CONFIG_GPIO_SCH311X is not set
 CONFIG_GPIO_SYSCON=m
 CONFIG_GPIO_GRGPIO=m
@@ -3649,10 +3649,9 @@
 CONFIG_VIDEO_EM28XX_RC=m
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
 # CONFIG_VIDEO_MX3 is not set
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -3954,8 +3953,7 @@
 # CONFIG_DRM_EXYNOS is not set
 CONFIG_DRM_UDL=m
 CONFIG_DRM_ARMADA=m
-CONFIG_DRM_RCAR_DU=m
-CONFIG_DRM_RCAR_LVDS=y
+# CONFIG_DRM_RCAR_DU is not set
 CONFIG_DRM_SHMOBILE=m
 CONFIG_DRM_OMAP=y
 CONFIG_DRM_OMAP_NUM_CRTCS=2
@@ -4592,7 +4590,7 @@
 CONFIG_USB_GPIO_VBUS=m
 CONFIG_USB_ISP1301=m
 CONFIG_USB_MXS_PHY=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 CONFIG_USB_ULPI=y
 CONFIG_USB_ULPI_VIEWPORT=y
 CONFIG_USB_GADGET=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/debug new/config/i386/debug
--- old/config/i386/debug       2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/debug       2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -572,6 +572,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4261,9 +4262,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5343,7 +5343,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/default new/config/i386/default
--- old/config/i386/default     2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/default     2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -560,6 +560,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4287,9 +4288,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5372,7 +5372,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/desktop new/config/i386/desktop
--- old/config/i386/desktop     2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/desktop     2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -576,6 +576,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4207,9 +4208,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5222,7 +5222,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/ec2 new/config/i386/ec2
--- old/config/i386/ec2 2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/ec2 2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/pae new/config/i386/pae
--- old/config/i386/pae 2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/pae 2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -577,6 +577,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4208,9 +4209,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5231,7 +5231,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/vanilla new/config/i386/vanilla
--- old/config/i386/vanilla     2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/vanilla     2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -558,6 +558,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4281,9 +4282,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5366,7 +5366,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/xen new/config/i386/xen
--- old/config/i386/xen 2014-05-21 19:34:45.000000000 +0200
+++ new/config/i386/xen 2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.15.0-rc5 Kernel Configuration
+# Linux/i386 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -479,6 +479,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -3979,9 +3980,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -4998,7 +4998,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc/default new/config/ppc/default
--- old/config/ppc/default      2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc/default      2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_PPC64 is not set
 
@@ -3548,11 +3548,10 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
-CONFIG_VIDEO_SH_MOBILE_CSI2=m
-CONFIG_VIDEO_SH_MOBILE_CEU=m
+# CONFIG_VIDEO_RCAR_VIN is not set
+# CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
+# CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4488,7 +4487,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc/vanilla new/config/ppc/vanilla
--- old/config/ppc/vanilla      2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc/vanilla      2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 # CONFIG_PPC64 is not set
 
@@ -3542,11 +3542,10 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
-CONFIG_VIDEO_SH_MOBILE_CSI2=m
-CONFIG_VIDEO_SH_MOBILE_CEU=m
+# CONFIG_VIDEO_RCAR_VIN is not set
+# CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
+# CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4482,7 +4481,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc64/debug new/config/ppc64/debug
--- old/config/ppc64/debug      2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc64/debug      2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_PPC64=y
 
@@ -3687,9 +3687,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4622,7 +4621,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc64/default new/config/ppc64/default
--- old/config/ppc64/default    2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc64/default    2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_PPC64=y
 
@@ -3677,9 +3677,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4612,7 +4611,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc64/vanilla new/config/ppc64/vanilla
--- old/config/ppc64/vanilla    2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc64/vanilla    2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_PPC64=y
 
@@ -3669,9 +3669,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4604,7 +4603,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc64le/debug new/config/ppc64le/debug
--- old/config/ppc64le/debug    2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc64le/debug    2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_PPC64=y
 
@@ -3660,9 +3660,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4595,7 +4594,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc64le/default new/config/ppc64le/default
--- old/config/ppc64le/default  2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc64le/default  2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_PPC64=y
 
@@ -3650,9 +3650,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4585,7 +4584,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/ppc64le/vanilla new/config/ppc64le/vanilla
--- old/config/ppc64le/vanilla  2014-05-21 19:34:45.000000000 +0200
+++ new/config/ppc64le/vanilla  2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 3.15.0-rc5 Kernel Configuration
+# Linux/powerpc 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_PPC64=y
 
@@ -3642,9 +3642,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 # CONFIG_VIDEO_SH_VEU is not set
@@ -4577,7 +4576,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/s390x/default new/config/s390x/default
--- old/config/s390x/default    2014-05-21 19:34:45.000000000 +0200
+++ new/config/s390x/default    2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/s390 3.15.0-rc5 Kernel Configuration
+# Linux/s390 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_MMU=y
 CONFIG_ZONE_DMA=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/s390x/vanilla new/config/s390x/vanilla
--- old/config/s390x/vanilla    2014-05-21 19:34:45.000000000 +0200
+++ new/config/s390x/vanilla    2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/s390 3.15.0-rc5 Kernel Configuration
+# Linux/s390 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_MMU=y
 CONFIG_ZONE_DMA=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/debug new/config/x86_64/debug
--- old/config/x86_64/debug     2014-05-21 19:34:45.000000000 +0200
+++ new/config/x86_64/debug     2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.15.0-rc5 Kernel Configuration
+# Linux/x86_64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -553,6 +553,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4160,9 +4161,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5170,7 +5170,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/default new/config/x86_64/default
--- old/config/x86_64/default   2014-05-21 19:34:45.000000000 +0200
+++ new/config/x86_64/default   2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.15.0-rc5 Kernel Configuration
+# Linux/x86_64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -558,6 +558,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4150,9 +4151,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5160,7 +5160,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/desktop new/config/x86_64/desktop
--- old/config/x86_64/desktop   2014-05-21 19:34:45.000000000 +0200
+++ new/config/x86_64/desktop   2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.15.0-rc5 Kernel Configuration
+# Linux/x86_64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -557,6 +557,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4149,9 +4150,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5151,7 +5151,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/ec2 new/config/x86_64/ec2
--- old/config/x86_64/ec2       2014-05-21 19:34:45.000000000 +0200
+++ new/config/x86_64/ec2       2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.15.0-rc5 Kernel Configuration
+# Linux/x86_64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/vanilla new/config/x86_64/vanilla
--- old/config/x86_64/vanilla   2014-05-21 19:34:45.000000000 +0200
+++ new/config/x86_64/vanilla   2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.15.0-rc5 Kernel Configuration
+# Linux/x86_64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -556,6 +556,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -4146,9 +4147,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -5156,7 +5156,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/xen new/config/x86_64/xen
--- old/config/x86_64/xen       2014-05-21 19:34:45.000000000 +0200
+++ new/config/x86_64/xen       2014-05-23 15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.15.0-rc5 Kernel Configuration
+# Linux/x86_64 3.15.0-rc6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -464,6 +464,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -3934,9 +3935,8 @@
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_SOC_CAMERA=m
-CONFIG_SOC_CAMERA_SCALE_CROP=m
 CONFIG_SOC_CAMERA_PLATFORM=m
-CONFIG_VIDEO_RCAR_VIN=m
+# CONFIG_VIDEO_RCAR_VIN is not set
 # CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
 # CONFIG_VIDEO_SH_MOBILE_CEU is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
@@ -4940,7 +4940,7 @@
 # CONFIG_SAMSUNG_USB3PHY is not set
 # CONFIG_USB_GPIO_VBUS is not set
 CONFIG_USB_ISP1301=m
-CONFIG_USB_RCAR_PHY=m
+# CONFIG_USB_RCAR_PHY is not set
 # CONFIG_USB_GADGET is not set
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m

++++++ kernel-binary.spec.in ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:53.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:53.000000000 +0200
@@ -413,6 +413,20 @@
     # mark the file 0644 again
     chmod +x %buildroot/$vmlinux
     if test $1 == "--compressed"; then
+%if 0%{?__debug_package:1}
+        # split the debug information just to keep the compressed file
+        # reasonably small
+        local vmlinux_debug=usr/lib/debug/$vmlinux.debug
+        mkdir -p $(dirname %buildroot/$vmlinux_debug)
+        objcopy --only-keep-debug \
+            %buildroot/$vmlinux \
+            %buildroot/$vmlinux_debug || :
+        objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
+            --strip-debug \
+            %buildroot/$vmlinux || :
+        # let find-debuginfo.sh do the real job
+        rm -f %buildroot/$vmlinux_debug
+%endif
         gzip -n -k -9 %buildroot/$vmlinux
         ghost_vmlinux=true
     else

++++++ linux-3.15-rc5.tar.xz -> linux-3.15-rc6.tar.xz ++++++
/work/SRC/openSUSE:Factory/kernel-source/linux-3.15-rc5.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-source.new/linux-3.15-rc6.tar.xz differ: 
char 27, line 1

++++++ source-timestamp ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:53.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:53.000000000 +0200
@@ -1,3 +1,3 @@
-2014-05-21 19:34:45 +0200
-GIT Revision: cc68f1221265fcc29f06801efd7bf9022a1a985f
+2014-05-26 12:06:25 +0200
+GIT Revision: 346029d151a21d9a7a20e74d75685096b2d6f29e
 GIT Branch: master

++++++ supported.conf ++++++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:53.000000000 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:53.000000000 +0200
@@ -917,7 +917,6 @@
                drivers/media/video/saa717x
                drivers/media/video/saa7185                     # Philips 
SAA7185 video encoder driver
                drivers/media/video/se401
-               drivers/media/video/sh_mobile_ceu_camera
                drivers/media/video/sn9c102/sn9c102
                drivers/media/video/soc_camera
                drivers/media/video/soc_camera_platform

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to