From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mm: use phys_addr_t for physical address when populating pud
Date: Tue, 26 Feb 2013 17:59:46 +0530 [thread overview]
Message-ID: <512CAABA.1030403@ti.com> (raw)
In-Reply-To: <20130226121747.GA26418@mudshark.cambridge.arm.com>
On Tuesday 26 February 2013 05:47 PM, Will Deacon wrote:
> On Tue, Feb 26, 2013 at 08:42:46AM +0000, Santosh Shilimkar wrote:
>> Will,
>
> Hi Santosh,
>
>> On Monday 25 February 2013 08:46 PM, Will Deacon wrote:
>>> When creating our initial mappings, we call alloc_init_pud, which
>>> simply defers to alloc_init_section for mappings at the pmd level.
>>>
>>> However, the physical address passed to alloc_init_pud is potentially
>>> truncated to unsigned long, which could cause problems on systems making
>>> use of LPAE.
>>>
>>> This patch fixes the function prototype to use phys_addr_t.
>>>
>>> Cc: <stable@vger.kernel.org>
>>> Signed-off-by: Will Deacon <will.deacon@arm.com>
>>> ---
>> There is already a similar patch [1] on list which was suppose
>> to get merged in 3.9 from Cyril's series [2]
>
> Nice, that series contains a number of similar fixes too. However, I can't
> see anywhere destined for upstream.
>
I remember seeing a pull request [2] from Cyril sent to Russell.
Regards
Santosh
[2] http://www.spinics.net/lists/arm-kernel/msg221994.html
prev parent reply other threads:[~2013-02-26 12:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-25 15:16 [PATCH] ARM: mm: use phys_addr_t for physical address when populating pud Will Deacon
2013-02-26 8:42 ` Santosh Shilimkar
2013-02-26 12:17 ` Will Deacon
2013-02-26 12:29 ` Santosh Shilimkar [this message]
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=512CAABA.1030403@ti.com \
--to=santosh.shilimkar@ti.com \
--cc=linux-arm-kernel@lists.infradead.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.