[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#728392: linux: Please update m68k config



Source: linux
Version: 3.12~rc7-1~exp1
Severity: wishlist
Tags: patch

Hi,

please update the m68k kernel config; patch attached. The resulting
image builds and boots on ARAnyM just fine, i.e. does not regress.

One’s to add back FPU emulation, by very popular demand; apparently,
the Kconfig docs were too scary, and it’s working “good enough”.

One’s to add back CONFIG_BRK which is apparently needed to run a
popular ramdisk image used e.g. when testing the hardware or setting
up a completely new system.

The third is to disable functionality the subsystem maintainer
says is broken (until such time as he’s managed to fix it).

Thanks,
//mirabilos
-- 
<diogenese> Beware of ritual lest you forget the meaning behind it.
<igli> yeah but it means if you really care about something, don't
    ritualise it, or you will lose it. don't fetishise it, don't
    obsess. or you'll forget why you love it in the first place.
diff -Nru linux-3.12~rc7/debian/changelog linux-3.12~rc7/debian/changelog
--- linux-3.12~rc7/debian/changelog	2013-10-28 05:12:20.000000000 +0100
+++ linux-3.12~rc7/debian/changelog	2013-10-30 17:35:09.000000000 +0100
@@ -1,3 +1,13 @@
+linux (3.12~rc7-1~exp1+m68k.1) UNRELEASED; urgency=low
+
+  [ Thorsten Glaser ]
+  * Update m68k config:
+    - enable BRK by explicit upstream (m68k maintainer) request
+    - re-enable FPU emulation after discussion upstream, by popular request
+    - disable ADB_MACIISI by upstream (Mac68k maintainer) request
+
+ -- Thorsten Glaser <tg@mirbsd.de>  Wed, 30 Oct 2013 17:32:15 +0100
+
 linux (3.12~rc7-1~exp1) experimental; urgency=low
 
   * New upstream release candidate
diff -Nru linux-3.12~rc7/debian/config/m68k/config linux-3.12~rc7/debian/config/m68k/config
--- linux-3.12~rc7/debian/config/m68k/config	2013-09-25 02:18:38.000000000 +0200
+++ linux-3.12~rc7/debian/config/m68k/config	2013-10-30 17:31:45.000000000 +0100
@@ -17,7 +17,7 @@
 CONFIG_M68030=y
 CONFIG_M68040=y
 CONFIG_M68060=y
-# CONFIG_M68KFPU_EMU is not set
+CONFIG_M68KFPU_EMU=y
 # CONFIG_ADVANCED is not set
 
 ##
@@ -305,7 +305,7 @@
 ##
 CONFIG_ADB=y
 CONFIG_ADB_MACII=y
-CONFIG_ADB_MACIISI=y
+# CONFIG_ADB_MACIISI is not set
 CONFIG_ADB_IOP=y # switched on for the benefit of IIfx, Q900, Q950
 CONFIG_ADB_PMU68K=y
 CONFIG_ADB_CUDA=y
@@ -731,6 +731,7 @@
 # CONFIG_CGROUPS is not set
 # CONFIG_SCHED_AUTOGROUP is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_COMPAT_BRK=y
 # CONFIG_MODULE_SIG is not set
 
 ##

Reply to: