linux-um archives
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Mike Frysinger <vapier@gentoo.org>
Cc: torvalds@osdl.org, Alexander van Heukelum <heukelum@fastmail.fm>,
	linux-am33-list@redhat.com,
	user-mode-linux-devel@lists.sourceforge.net,
	Jeff Dike <jdike@addtoit.com>,
	linux-kernel@vger.kernel.org, David Howells <dhowells@redhat.com>,
	Mark Salter <msalter@redhat.com>,
	uclinux-dist-devel@blackfin.uclinux.org,
	akpm@linux-foundation.org, Ingo Molnar <mingo@elte.hu>,
	Akira Takeuchi <takeuchi.akr@jp.panasonic.com>
Subject: Re: [Uclinux-dist-devel] [RFC PATCH] percpu: always align percpu output section to PAGE_SIZE
Date: Thu, 24 Mar 2011 09:25:23 +0100	[thread overview]
Message-ID: <20110324082523.GA12038@htj.dyndns.org> (raw)
In-Reply-To: <AANLkTi=WWCPJeQ8DVv1j7GF0J61DiUupiOEuxDCW8_Xd@mail.gmail.com>

Hello,

On Thu, Mar 24, 2011 at 02:46:01AM -0400, Mike Frysinger wrote:
> On Tue, Oct 26, 2010 at 10:06, Tejun Heo wrote:
> > The linker script macros PERCPU_VADDR() and PERCPU() are used to
> > define this output section and the latter takes @align parameter.
> > Several architectures are using @align smaller than PAGE_SIZE breaking
> > percpu memory alignment.
> 
> hmm, i just pushed through a fix in the Blackfin tree as we hit a boot
> failure otherwise:
> -   PERCPU(4)
> +   PERCPU(PAGE_SIZE)
> 
> > This patch removes @align parameter from PERCPU(), renames it to
> > PERCPU_SECTION and makes it always align to PAGE_SIZE.  While at it,
> > add PCPU_SETUP_BUG_ON() checks such that alignment problems are
> > reliably detected and remove percpu alignment comment recently added
> > in workqueue.c as the condition would trigger BUG way before reaching
> > there.
> 
> seems this still hasnt made it to mainline.  has it stalled or
> something ?  feel free for the Blackfin bits:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Heh, I just forgot.  I'll queue it with your Acked-by added.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


  reply	other threads:[~2011-03-24  8:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4CC69B22.2050708@kernel.org>
     [not found] ` <20101025224111.7798.38960.stgit@warthog.procyon.org.uk>
     [not found]   ` <12101.1288088542@redhat.com>
     [not found]     ` <4CC6C62F.1000804@kernel.org>
     [not found]       ` <4CC6C941.2080003@kernel.org>
     [not found]         ` <4CC6CD4D.3010501@kernel.org>
2010-10-26 14:06           ` [RFC PATCH] percpu: always align percpu output section to PAGE_SIZE Tejun Heo
2011-03-24  6:46             ` [Uclinux-dist-devel] " Mike Frysinger
2011-03-24  8:25               ` Tejun Heo [this message]
2011-03-24  8:51                 ` Tejun Heo
2011-03-24 13:46                   ` Mike Frysinger
2011-03-24 17:51                     ` Tejun Heo
2011-03-24  8:54             ` [PATCH UPDATED] " Tejun Heo

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=20110324082523.GA12038@htj.dyndns.org \
    --to=tj@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=dhowells@redhat.com \
    --cc=heukelum@fastmail.fm \
    --cc=jdike@addtoit.com \
    --cc=linux-am33-list@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=msalter@redhat.com \
    --cc=takeuchi.akr@jp.panasonic.com \
    --cc=torvalds@osdl.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox