Re: RFC: android logger feedback request

2011-12-28 Thread Andrew Morton
On Wed, 21 Dec 2011 14:59:15 -0800 Tim Bird tim.b...@am.sony.com wrote: Hi all, I'm looking for feedback on the Android logger code, The code looks nice. ... +/* logger_offset - returns index 'n' into the log via (optimized) modulus */ +#define logger_offset(n) ((n) (log-size -

Re: [PATCH] Move an assert under DEBUG_KERNEL.

2011-01-06 Thread Andrew Morton
On Thu, 6 Jan 2011 02:13:38 -0600 Rob Landley rland...@parallels.com wrote: From: Rob Landley rland...@parallels.com Move an assert under DEBUG_KERNEL. Signed-off-by: Rob Landley rland...@parallels.com --- Saves about 3k from x86-64 defconfig according to scripts/bloat-o-meter.

Re: [PATCH RFC 1/3] Decompressors: Add XZ decompressor module

2010-11-24 Thread Andrew Morton
On Wed, 24 Nov 2010 22:51:52 +0200 Lasse Collin lasse.col...@tukaani.org wrote: From: Lasse Collin lasse.col...@tukaani.org In userspace, the .lzma format has become mostly a legacy file format that got superseded by the .xz format. Similarly, LZMA Utils was superseded by XZ Utils. These

Re: [PATCH V2 6/8] lzma: Make lzma available to non initramfs/initrd code

2010-01-06 Thread Andrew Morton
-by: Russell King r...@arm.linux.org.uk Cc: Ralf Baechle r...@linux-mips.org Signed-off-by: Andrew Morton a...@linux-foundation.org --- include/linux/decompress/unlzo.h | 10 + init/Kconfig | 18 +- lib/decompress_unlzo.c | 209 + lib

Re: [PATCH 1/9] Squashfs: move zlib decompression wrapper code into a separate file

2009-12-07 Thread Andrew Morton
On Mon, 07 Dec 2009 02:25:08 + Phillip Lougher phil...@lougher.demon.co.uk wrote: +++ b/fs/squashfs/zlib_wrapper.c @@ -0,0 +1,109 @@ +/* + * Squashfs - a compressed read only filesystem for Linux + * + * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + * Phillip Lougher

Re: New MMC maintainer needed

2009-08-12 Thread Andrew Morton
davem has set up linux-...@vger.kernel.org for us. It will be archived at marc.info. Thanks to both.. I was thinking that we wouldn't need a separate list but then I realised I didn't have anywhere to send MMC bug reports. echo subscribe linux-mmc | mail majord...@vger.kernel.org --

Re: [PATCH 1/6] lib/decompress_*: only include linux/slab.h if STATIC is not defined

2009-08-04 Thread Andrew Morton
On Mon, 3 Aug 2009 16:58:16 +0200 Albin Tonnerre albin.tonne...@free-electrons.com wrote: These includes were added by 079effb6933f34b9b1b67b08bd4fd7fb672d16ef to fix the build when using kmemtrace. However this is not necessary when used to create a compressed kernel, and actually creates

Re: [PATCH 2/6] include/linux/unaligned/{l,b}e_byteshift.h: Fix usage for compressed kernels

2009-08-04 Thread Andrew Morton
On Mon, 3 Aug 2009 16:58:17 +0200 Albin Tonnerre albin.tonne...@free-electrons.com wrote: When unaligned accesses are required for uncompressing a kernel (such as for LZO decompression on ARM in a patch that follows), including linux/kernel.h causes issues as it brings in a lot of things that

Re: [PATCH 3/6] Add support for LZO-compressed kernels

2009-08-04 Thread Andrew Morton
On Mon, 3 Aug 2009 16:58:18 +0200 Albin Tonnerre albin.tonne...@free-electrons.com wrote: This is the first part of the lzo patch Please pass this patch (and all others!) through scritps/checkpatch.pl. checkpatch reports a number of trivial errors which you wouldn't have included had you

Re: New MMC maintainer needed

2009-08-03 Thread Andrew Morton
On Mon, 03 Aug 2009 14:13:28 +0300 Adrian Hunter adrian.hun...@nokia.com wrote: Pierre Ossman wrote: On Fri, 31 Jul 2009 11:54:07 +0100 Matt Fleming m...@console-pimps.org wrote: On Fri, Jul 31, 2009 at 12:26:23PM +0200, Pierre Ossman wrote: [PATCH 0/32] mmc and omap_hsmmc patches

Re: New MMC maintainer needed

2009-07-24 Thread Andrew Morton
On Thu, 23 Jul 2009 14:52:09 +0100 Matt Fleming m...@console-pimps.org wrote: On Thu, Jul 23, 2009 at 09:50:03AM +0300, Ohad Ben-Cohen wrote: Hi Andrew, On Thu, Jul 23, 2009 at 9:22 AM, Andrew Mortona...@linux-foundation.org wrote: I actually already have a little pile of MMC things

Re: New MMC maintainer needed

2009-07-23 Thread Andrew Morton
On Thu, 23 Jul 2009 06:54:47 +0100 Matt Fleming m...@console-pimps.org wrote: On Thu, Jul 23, 2009 at 01:08:08AM +0100, Ian Molton wrote: Andrew Morton wrote: Until and unless someone else steps up I can act as maintainer of last resort for MMC. As I'm presently doing for fbdev, hwmon

Re: New MMC maintainer needed

2009-07-23 Thread Andrew Morton
On Thu, 23 Jul 2009 17:25:59 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: Hi Andrew, On Wed, 22 Jul 2009 23:22:59 -0700 Andrew Morton a...@linux-foundation.org wrote: I actually already have a little pile of MMC things queued: http://userweb.kernel.org/~akpm/mmotm/broken

Re: New MMC maintainer needed

2009-07-22 Thread Andrew Morton
On Tue, 14 Jul 2009 15:36:01 +0200 Pierre Ossman pie...@ossman.eu wrote: I'm afraid the time has come for me to step down as maintainer for the MMC/SD/SDIO subsystem and for someone else to take over the rudder. It is no secret that I haven't been able to give the maintainer role the

Re: [Ksummit-2009-discuss] Representing Embedded Architectures at the Kernel Summit

2009-06-03 Thread Andrew Morton
On Wed, 3 Jun 2009 18:09:25 +0100 Russell King r...@arm.linux.org.uk wrote: In fact, on ARM the DMA mask is exactly that - it's a 100% proper mask. It's not a bunch of zeros in the MSB followed by a bunch of ones down to the LSB. It can be a bunch of ones, a bunch of zeros, followed by a

Re: [Patch] Wait for console to become available, ver 3

2009-04-20 Thread Andrew Morton
On Fri, 17 Apr 2009 14:31:48 -0700 David VomLehn dvoml...@cisco.com wrote: Parallelization to improve boot times has been successful enough that race conditions now exist between the init_post() open of /dev/console and initialization of the console device. When this occurs, opening

Re: [Patch] Wait for console to become available, ver 3

2009-04-20 Thread Andrew Morton
On Mon, 20 Apr 2009 17:51:16 -0400 (EDT) Alan Stern st...@rowland.harvard.edu wrote: On Mon, 20 Apr 2009, Andrew Morton wrote: If we want b) then how to do it? One possibility: the initcalls have been completed when init_post() is called. How about: if one of those initcalls

Re: [Patch] Wait for console to become available, ver 3

2009-04-20 Thread Andrew Morton
On Mon, 20 Apr 2009 15:35:00 -0700 David VomLehn dvoml...@cisco.com wrote: On Mon, Apr 20, 2009 at 03:14:00PM -0700, Andrew Morton wrote: On Mon, 20 Apr 2009 17:51:16 -0400 (EDT) Alan Stern st...@rowland.harvard.edu wrote: ... What if a subsystem simply doesn't know in advance whether

Re: [PATCH v2 RESEND] gpiolib: Add pin change notification

2008-10-21 Thread Andrew Morton
On Tue, 21 Oct 2008 09:50:06 +1100 Ben Nizette [EMAIL PROTECTED] wrote: This adds pin change notification to the gpiolib sysfs interface. It requires 16 extra bytes in gpio_desc iff CONFIG_GPIO_SYSFS which in turn means, eg, 4k of .bss usage on AVR32. Due to limitations in sysfs, this

Re: [PATCH 21/23] make section names compatible with -ffunction-sections -fdata-sections: v850

2008-07-02 Thread Andrew Morton
On Wed, 2 Jul 2008 23:45:38 +0200 Arnd Bergmann [EMAIL PROTECTED] wrote: On Wednesday 02 July 2008, Denys Vlasenko wrote: This patch fixes v850 architecture. For all I know, v850 has been broken and unmaintained for a few years now, didn't someone have a patch to remove it entirely?