Re: make oldconfig kills config options when cross compiling

2014-05-15 Thread Randy Dunlap
On 05/15/2014 08:02 AM, Manuel Reimer wrote: Hello, I want to build an up-to-date kernel (3.14.4) based on this config: https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/core/linux-olinuxino/config To do so, I copied this config file as .config into the kernel source tree

Re: [PATCH] printk-formats.txt documentation update

2011-06-10 Thread Randy Dunlap
the + correctness of the format string and va_list arguments. u64 SHOULD be printed with %llu/%llx, (unsigned long long): @@ -32,4 +146,5 @@ Reminder: sizeof() result is of type size_t. Thank you for your cooperation and attention. -By Randy Dunlap rdun...@xenotime.net +By Randy Dunlap rdun

Re: [PATCH] Revised patch

2011-06-09 Thread Randy Dunlap
' For backtraced symbolic direct pointers with offset @@ -32,4 +140,5 @@ Reminder: sizeof() result is of type size_t. Thank you for your cooperation and attention. -By Randy Dunlap rdun...@xenotime.net +By Randy Dunlap rdun...@xenotime.net and +Andrew Murray amur...@mpc-data.co.uk

Re: [PATCH] printk-formats.txt documentation update

2011-06-09 Thread Randy Dunlap
On Thu, 9 Jun 2011 22:24:48 +0100 Andrew Murray wrote: From: Andrew Murray amur...@mpc-data.co.uk This patch updates the incomplete documentation concerning the printk extended format specifiers Signed-off-by: Andrew Murray amur...@mpc-data.co.uk --- Documentation/printk-formats.txt |

Re: [PATCH] printk-formats.txt documentation update

2011-06-09 Thread Randy Dunlap
On Thu, 09 Jun 2011 15:00:29 -0700 Joe Perches wrote: On Thu, 2011-06-09 at 14:51 -0700, Randy Dunlap wrote: On Thu, 9 Jun 2011 22:24:48 +0100 Andrew Murray wrote: + For printing-16 byte UUID/GUIDs addresses. The additional 'l', 'L', For printing 16-byte You want to resend or shall

Re: [PATCH] printk-formats.txt documentation update

2011-06-09 Thread Randy Dunlap
On Thu, 09 Jun 2011 15:53:38 -0700 Joe Perches wrote: On Thu, 2011-06-09 at 15:37 -0700, Randy Dunlap wrote: On Thu, 09 Jun 2011 15:00:29 -0700 Joe Perches wrote: see www.incredibleenglish.com/pdf/Hyphens.pdf, section 1, Hyphenate unit modifiers. Or see http://www.ehow.com

Re: [PATCH 3/5] Kconfig files and Makefile for KBUS

2011-02-27 Thread Randy Dunlap
On Sun, 27 Feb 2011 18:11:46 + Tony Ibbs wrote: From: Tibs t...@tonyibbs.co.uk Amend the ipc Makefile. Add an ipc Kconfig for KBUS. Amend the init Kconfig appropriately. Signed-off-by: Tony Ibbs t...@tonyibbs.co.uk --- init/Kconfig |3 ++ ipc/Kconfig | 99

Re: [PATCH] Kconfig: XIP doesn't depend on block

2011-02-06 Thread Randy Dunlap
On Sun, 06 Feb 2011 16:15:00 +0100 Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com XIP doesn't depend on block symbol, then we can reorder the Kconfig. For ext2 doesn't change the Kconfig behavior but if other fs will use FS_XIP it won't need to include block support

Re: [PATCH] Move an assert under DEBUG_KERNEL. (attempt 2)

2011-01-10 Thread Randy Dunlap
On Mon, 10 Jan 2011 02:35:33 -0600 Rob Landley wrote: On 01/06/2011 05:41 PM, Andrew Morton wrote: Probably a worthwhile thing to do, IMO. If there's some net-specific CONFIG_DEBUG_ setting then that wold be a better thing to use. However the patch was a) wordwrapped, b) space-stuffed

Re: [PATCH] Move an assert under DEBUG_KERNEL. (attempt 2)

2011-01-10 Thread Randy Dunlap
On Mon, 10 Jan 2011 02:35:33 -0600 Rob Landley wrote: On 01/06/2011 05:41 PM, Andrew Morton wrote: Probably a worthwhile thing to do, IMO. If there's some net-specific CONFIG_DEBUG_ setting then that wold be a better thing to use. However the patch was a) wordwrapped, b) space-stuffed

Re: [PATCH 15/16 v2] pramfs: test module

2010-11-06 Thread Randy Dunlap
On Sat, 06 Nov 2010 10:01:12 +0100 Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com Test module. Signed-off-by: Marco Stornelli marco.storne...@gmail.com --- diff -Nurp linux-2.6.36-orig/fs/pramfs/pramfs_test.c linux-2.6.36/fs/pramfs/pramfs_test.c ---

Re: [PATCH 16/16 v2] pramfs: Makefile and Kconfig

2010-11-06 Thread Randy Dunlap
On Sat, 06 Nov 2010 10:01:29 +0100 Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com Makefile and Kconfig. Signed-off-by: Marco Stornelli marco.storne...@gmail.com --- +config TEST_MODULE + tristate PRAMFS Test + depends on PRAMFS m + select

Re: [PATCH 15/16] pramfs: test module

2010-10-10 Thread Randy Dunlap
On Sun, 10 Oct 2010 18:37:49 +0200 Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com Test module. Signed-off-by: Marco Stornelli marco.storne...@gmail.com --- diff -Nurp linux-2.6.36-orig/fs/pramfs/pramfs_test.c linux-2.6.36/fs/pramfs/pramfs_test.c ---

Re: [PATCH 16/16] pramfs Makefile and Kconfig

2010-10-10 Thread Randy Dunlap
On Sun, 10 Oct 2010 18:39:11 +0200 Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com Makefile and Kconfig. Signed-off-by: Marco Stornelli marco.storne...@gmail.com --- diff -Nurp linux-2.6.36-orig/fs/pramfs/Kconfig linux-2.6.36/fs/pramfs/Kconfig ---

Re: [PATCH] console logging detour via printk

2010-04-30 Thread Randy Dunlap
On Sat, 01 May 2010 00:03:00 +0200 Samo Pogacnik wrote: Hi, diff --git a_linux-2.6.33.3/drivers/char/Kconfig b_linux-2.6.33.3/drivers/char/Kconfig index e023682..b5d0909 100644 --- a_linux-2.6.33.3/drivers/char/Kconfig +++ b_linux-2.6.33.3/drivers/char/Kconfig @@ -66,6 +66,23 @@ config

Re: [PATCH] console - Add configurable support for console charset translation

2008-06-04 Thread Randy Dunlap
On Wed, 4 Jun 2008 00:36:48 -0700 Dave Hylands wrote: Another thing that I just noticed: According to http://vger.kernel.org/vger-lists.html#linux-embedded Mike Frysinger setup the following on May 27: http://news.gmane.org/gmane.linux.kernel.embedded It's also available at