[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <527B018B.6020604@infradead.org>
Date: Wed, 06 Nov 2013 18:57:15 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org, CaiZhiyong <caizhiyong@...wei.com>
Subject: Re: mmotm 2013-11-06-16-14 uploaded (block/cmdline-parser.c)
On 11/06/13 16:15, akpm@...ux-foundation.org wrote:
> The mm-of-the-moment snapshot 2013-11-06-16-14 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (3.x
> or 3.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> http://ozlabs.org/~akpm/mmotm/series
>
> The file broken-out.tar.gz contains two datestamp files: .DATE and
> .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss,
> followed by the base kernel version against which this patch series is to
> be applied.
on i386:
CONFIG_BLOCK is not enabled!
warning: (MTD_CMDLINE_PARTS) selects BLK_CMDLINE_PARSER which has unmet direct dependencies (BLOCK)
In file included from block/cmdline-parser.c:8:0:
include/linux/cmdline-parser.h:17:12: error: 'BDEVNAME_SIZE' undeclared here (not in a function)
block/cmdline-parser.c: In function 'parse_subpart':
block/cmdline-parser.c:17:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration]
block/cmdline-parser.c:17:14: warning: assignment makes pointer from integer without a cast [enabled by default]
block/cmdline-parser.c:74:2: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration]
block/cmdline-parser.c: In function 'parse_parts':
block/cmdline-parser.c:100:11: warning: assignment makes pointer from integer without a cast [enabled by default]
block/cmdline-parser.c:96:7: warning: unused variable 'buf' [-Wunused-variable]
cc1: some warnings being treated as errors
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists