All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [memcg:since-3.5 41/99] (.text+0xa0998): undefined reference to `get_kernel_page'
Date: Tue, 21 Aug 2012 12:48:34 +0000	[thread overview]
Message-ID: <20120821124834.GA22321@localhost> (raw)
In-Reply-To: <20120819235924.GA25856@localhost>

On Mon, Aug 20, 2012 at 06:43:00PM +0200, Michal Hocko wrote:
> On Tue 21-08-12 00:28:13, Wu Fengguang wrote:
> > On Mon, Aug 20, 2012 at 05:29:03PM +0200, Michal Hocko wrote:
> [...]
> > > compiles without any issues, right?
> > 
> > It have some other issues instead. You didn't receive emails about
> > them because my system only complaint about "new" issues :-)
> 
> OK
> > 
> > In file included from /c/wfg/linux/arch/m32r/boot/compressed/misc.c:25:0:
> > /c/wfg/linux/arch/m32r/boot/compressed/m32r_sio.c:11:13: warning: conflicting types for built-in function 'putc' [enabled by default]
> >   MODPOST 111 modules
> > ERROR: "memory_start" [fs/udf/udf.ko] undefined!
> > ERROR: "memory_end" [fs/udf/udf.ko] undefined!
> > ERROR: "memory_end" [drivers/scsi/sg.ko] undefined!
> > ERROR: "memory_start" [drivers/scsi/sg.ko] undefined!
> > ERROR: "memory_end" [drivers/i2c/i2c-dev.ko] undefined!
> > ERROR: "memory_start" [drivers/i2c/i2c-dev.ko] undefined!
> >   GZIP    arch/m32r/boot/compressed/vmlinux.bin.gz
> > make[2]: *** [__modpost] Error 1
> > make[1]: *** [modules] Error 2
> > make[1]: *** Waiting for unfinished jobs....
> >   LD      arch/m32r/boot/compressed/piggy.o
> > /usr/local/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux-ld: target elf32-m32r not found
> 
> I assume those are present in the mmotm as well.

I think so, too.

> > > > Btw, is it meaningful for me to test the bisectability of all the
> > > > memcg branches? If not, you may give me a list or pattern for me to
> > > > take care.
> > > 
> > > Well, I do not think that this kind of test makes sense for the tree
> > > because fixups are always done as a separate commits to prevent from
> > > rebasing. Andrew always folds the fixups into the final patch which is
> > > sent to Linus or who ever should push it further.
> > 
> > Yeah the build script have taken care of these follow-up fixes:
> > 
> > has_akpm_fix()
> > {       
> >         [[ $branch = 'next/akpm' || $branch =~ 'memcg/' ]] || return 1
> >         
> >         [[ $(git_commit_subject $commit) =~ (fix|build|error|warning) ]] && return 0
> >         [[ $(git_commit_changelog $commit) =~ (build|compile|gcc|sparse|error|warning) ]] && return 0
> >         
> >         next_commit=$(echo "$*" | sed -ne "$((iterated_commits+2))p")
> >         [[ $(git_commit_subject $next_commit) =~ (fix|build|error|warning) ]] && return 0
> >         [[ $(git_commit_changelog $next_commit) =~ (build|compile|gcc|sparse|error|warning) ]] && return 0
> >         return 1
> > }       
> 
> OK, but I still think that the tree is not constructed to be bisectable.
> It's main purpose is the provide a common code base for -mm tree which
> is easier to work with than linux-next. The compilation coverage is
> really great and thanks a lot for doing that but I think that
> bisectability testing is not needed.

Understand. I'll test the HEAD commits only for the memcg branches.

Thanks,
Fengguang

  parent reply	other threads:[~2012-08-21 12:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-19 23:59 [memcg:since-3.5 41/99] (.text+0xa0998): undefined reference to `get_kernel_page' Fengguang Wu
2012-08-20  9:06 ` Mel Gorman
2012-08-20 12:39 ` Michal Hocko
2012-08-20 13:22 ` Fengguang Wu
2012-08-20 14:12 ` Michal Hocko
2012-08-20 14:29 ` Fengguang Wu
2012-08-20 15:29 ` Michal Hocko
2012-08-20 16:28 ` Fengguang Wu
2012-08-20 16:43 ` Michal Hocko
2012-08-21 12:48 ` Fengguang Wu [this message]
2012-08-21 14:22 ` Michal Hocko
2012-08-21 14:34 ` Fengguang Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120821124834.GA22321@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.