I have made the following changes intended for :
  CE:Adaptation:N950-N9 / kernel-adaptation-n950

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/3972

Thank You,
stskeeps

[This message was auto-generated]

---

Request # 3972:

Messages from BOSS:
     WARNING check_package_is_complete_sources (kernel-adaptation-n950) failed: 
Failed to get source file list from spec or dsc: Failed to parse spec file: 
can't parse specfile
No dsc file found
     WARNING check_valid_changes (kernel-adaptation-n950) failed: Could not 
parse spec in kernel-adaptation-n950: can't parse specfile


State: review at 2012-01-06T08:08:11 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:stskeeps:n950-n9 / kernel-adaptation-n950 -> 
CE:Adaptation:N950-N9 / kernel-adaptation-n950
  
changes files:
--------------
--- kernel-adaptation-n950.changes
+++ kernel-adaptation-n950.changes
@@ -0,0 +1,3 @@
+* Thu Jan 05 2012 Carsten Munk <[email protected]> - 2.6.32.20112201
+- Add patch for -mno-unaligned-access to fix boot with 20110105.0.1 core
+

new:
----
  000-kcflag-mno-unaligned-access.patch

spec files:
-----------
--- kernel-adaptation-n950.spec
+++ kernel-adaptation-n950.spec
@@ -281,6 +281,9 @@
 # Charging
 Patch95: 0001-fix-power-draw-for-g_multi.patch
 
+# Fix for 20110105 kernel
+Patch96: 000-kcflag-mno-unaligned-access.patch
+
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
 
@@ -608,6 +611,10 @@
 # 0001-fix-power-draw-for-g_multi.patch
 %patch95 -p1
 
+# Fix for 20110105 kernel
+# 000-kcflag-mno-unaligned-access.patch
+%patch96 -p1
+
 # Drop some necessary files from the source dir into the buildroot
 # HARMATTAN: no build-time config file generation, copy ready-made config file
 cp $RPM_SOURCE_DIR/kernel-*config .

other changes:
--------------

++++++ 000-kcflag-mno-unaligned-access.patch (new)
--- 000-kcflag-mno-unaligned-access.patch
+++ 000-kcflag-mno-unaligned-access.patch
@@ -0,0 +1,11 @@
+--- kernel-2.6.32/Makefile     2011-06-01 16:40:28.000000000 +0200
++++ kernel-2.6.32-nounaligned/Makefile 2012-01-06 08:51:14.383276406 +0100
+@@ -576,6 +576,8 @@
+ # conserve stack if available
+ KBUILD_CFLAGS   += $(call cc-option,-fconserve-stack)
+ 
++KBUILD_CFLAGS += -mno-unaligned-access
++
+ # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
+ # But warn user when we do so
+ warn-assign = \

++++++ series
--- series
+++ series
@@ -118,3 +118,6 @@
 
 # Charging
 0001-fix-power-draw-for-g_multi.patch
+
+# Fix for 20110105 kernel
+000-kcflag-mno-unaligned-access.patch
\ No newline at end of file



Reply via email to