* arm: set_memory_xx fixes patch missing?
@ 2016-02-22 15:09 Paolo Pisati
2016-02-22 15:34 ` Mika Penttilä
2016-02-22 17:00 ` Mika Penttilä
0 siblings, 2 replies; 3+ messages in thread
From: Paolo Pisati @ 2016-02-22 15:09 UTC (permalink / raw)
To: linux-arm-kernel
What's happened to the arm side of this patch:
http://lkml.iu.edu/hypermail/linux/kernel/1601.2/04934.html
the arm64 code is already in Linus's tree, while it seems like the arm part was
lost and forgotten, and i don't see it in rmk's patch queue.
--
bye,
p.
^ permalink raw reply [flat|nested] 3+ messages in thread
* arm: set_memory_xx fixes patch missing?
2016-02-22 15:09 arm: set_memory_xx fixes patch missing? Paolo Pisati
@ 2016-02-22 15:34 ` Mika Penttilä
2016-02-22 17:00 ` Mika Penttilä
1 sibling, 0 replies; 3+ messages in thread
From: Mika Penttilä @ 2016-02-22 15:34 UTC (permalink / raw)
To: linux-arm-kernel
On 22.02.2016 17:09, Paolo Pisati wrote:
> What's happened to the arm side of this patch:
>
> http://lkml.iu.edu/hypermail/linux/kernel/1601.2/04934.html
>
> the arm64 code is already in Linus's tree, while it seems like the arm part was
> lost and forgotten, and i don't see it in rmk's patch queue.
Hi,
Yes, it for sure should go in, please apply:
----------------------------------------------------
From: Mika Penttil? <mika.penttila@nextfour.com>
Allow zero size updates. This makes set_memory_xx() consistent with x86, s390 and arm64.
Signed-off-by: Mika Penttil? mika.penttila at nextfour.com
---
arch/arm/mm/pageattr.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mm/pageattr.c b/arch/arm/mm/pageattr.c
index be7fe4b..9edf6b0 100644
--- a/arch/arm/mm/pageattr.c
+++ b/arch/arm/mm/pageattr.c
@@ -49,6 +49,9 @@ static int change_memory_common(unsigned long addr, int numpages,
WARN_ON_ONCE(1);
}
+ if (!numpages)
+ return 0;
+
if (start < MODULES_VADDR || start >= MODULES_END)
return -EINVAL;
-- 1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* arm: set_memory_xx fixes patch missing?
2016-02-22 15:09 arm: set_memory_xx fixes patch missing? Paolo Pisati
2016-02-22 15:34 ` Mika Penttilä
@ 2016-02-22 17:00 ` Mika Penttilä
1 sibling, 0 replies; 3+ messages in thread
From: Mika Penttilä @ 2016-02-22 17:00 UTC (permalink / raw)
To: linux-arm-kernel
On 22.02.2016 17:09, Paolo Pisati wrote:
> What's happened to the arm side of this patch:
>
> http://lkml.iu.edu/hypermail/linux/kernel/1601.2/04934.html
>
> the arm64 code is already in Linus's tree, while it seems like the arm part was
> lost and forgotten, and i don't see it in rmk's patch queue.
Now added to queue :
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=8544/1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-22 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 15:09 arm: set_memory_xx fixes patch missing? Paolo Pisati
2016-02-22 15:34 ` Mika Penttilä
2016-02-22 17:00 ` Mika Penttilä
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox