From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Salter Subject: linux-next build failure Date: Wed, 30 Oct 2013 11:27:45 -0400 Message-ID: <1383146865.11574.3.camel@deneb.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29581 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752455Ab3J3P1u (ORCPT ); Wed, 30 Oct 2013 11:27:50 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: linux-next@vger.kernel.org Cc: linux-kernel , ccross@android.com This patch causes a build failure for no-MMU builds: commit 41df2957cb010edfa2f9d394d3617da6beeeb660 Author: Colin Cross Date: Wed Oct 30 11:45:39 2013 +1100 mm: add a field to store names for private anonymous memory The problem is: kernel/built-in.o: In function `sys_prctl': (.text+0x19854): undefined reference to `madvise_set_anon_name' madvise doesn't make sense without an MMU. --Mark