From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
To: jwboyer@gmail.com
Cc: kosaki.motohiro@gmail.com, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, akpm@google.com, davej@redhat.com,
mgorman@suse.de, cl@linux.com, stable@vger.kernel.org,
kosaki.motohiro@jp.fujitsu.com
Subject: Re: [PATCH 0/6][resend] mempolicy memory corruption fixlet
Date: Mon, 06 Aug 2012 15:32:05 -0400 [thread overview]
Message-ID: <50201BB5.9050005@jp.fujitsu.com> (raw)
In-Reply-To: <CA+5PVA4CE0kwD1FmV=081wfCObVYe5GFYBQFO9_kVL4JWJBqpA@mail.gmail.com>
On 7/31/2012 8:33 AM, Josh Boyer wrote:
> On Mon, Jun 11, 2012 at 5:17 AM, <kosaki.motohiro@gmail.com> wrote:
>> From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
>>
>> Hi
>>
>> This is trivial fixes of mempolicy meory corruption issues. There
>> are independent patches each ather. and, they don't change userland
>> ABIs.
>>
>> Thanks.
>>
>> changes from v1: fix some typo of changelogs s.
>>
>> -----------------------------------------------
>> KOSAKI Motohiro (6):
>> Revert "mm: mempolicy: Let vma_merge and vma_split handle
>> vma->vm_policy linkages"
>> mempolicy: Kill all mempolicy sharing
>> mempolicy: fix a race in shared_policy_replace()
>> mempolicy: fix refcount leak in mpol_set_shared_policy()
>> mempolicy: fix a memory corruption by refcount imbalance in
>> alloc_pages_vma()
>> MAINTAINERS: Added MEMPOLICY entry
>>
>> MAINTAINERS | 7 +++
>> mm/mempolicy.c | 151 ++++++++++++++++++++++++++++++++++++++++----------------
>> mm/shmem.c | 9 ++--
>> 3 files changed, 120 insertions(+), 47 deletions(-)
>
> I don't see these patches queued anywhere. They aren't in linux-next,
> mmotm, or Linus' tree. Did these get dropped? Is the revert still
> needed?
Sorry. my fault. yes, it is needed. currently, Some LTP was fail since
Mel's "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" patch.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
To: jwboyer@gmail.com
Cc: kosaki.motohiro@gmail.com, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, akpm@google.com, davej@redhat.com,
mgorman@suse.de, cl@linux.com, stable@vger.kernel.org,
kosaki.motohiro@jp.fujitsu.com
Subject: Re: [PATCH 0/6][resend] mempolicy memory corruption fixlet
Date: Mon, 06 Aug 2012 15:32:05 -0400 [thread overview]
Message-ID: <50201BB5.9050005@jp.fujitsu.com> (raw)
In-Reply-To: <CA+5PVA4CE0kwD1FmV=081wfCObVYe5GFYBQFO9_kVL4JWJBqpA@mail.gmail.com>
On 7/31/2012 8:33 AM, Josh Boyer wrote:
> On Mon, Jun 11, 2012 at 5:17 AM, <kosaki.motohiro@gmail.com> wrote:
>> From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
>>
>> Hi
>>
>> This is trivial fixes of mempolicy meory corruption issues. There
>> are independent patches each ather. and, they don't change userland
>> ABIs.
>>
>> Thanks.
>>
>> changes from v1: fix some typo of changelogs s.
>>
>> -----------------------------------------------
>> KOSAKI Motohiro (6):
>> Revert "mm: mempolicy: Let vma_merge and vma_split handle
>> vma->vm_policy linkages"
>> mempolicy: Kill all mempolicy sharing
>> mempolicy: fix a race in shared_policy_replace()
>> mempolicy: fix refcount leak in mpol_set_shared_policy()
>> mempolicy: fix a memory corruption by refcount imbalance in
>> alloc_pages_vma()
>> MAINTAINERS: Added MEMPOLICY entry
>>
>> MAINTAINERS | 7 +++
>> mm/mempolicy.c | 151 ++++++++++++++++++++++++++++++++++++++++----------------
>> mm/shmem.c | 9 ++--
>> 3 files changed, 120 insertions(+), 47 deletions(-)
>
> I don't see these patches queued anywhere. They aren't in linux-next,
> mmotm, or Linus' tree. Did these get dropped? Is the revert still
> needed?
Sorry. my fault. yes, it is needed. currently, Some LTP was fail since
Mel's "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" patch.
next prev parent reply other threads:[~2012-08-06 19:31 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-11 9:17 [PATCH 0/6][resend] mempolicy memory corruption fixlet kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 9:17 ` [PATCH 1/6] Revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 14:43 ` Christoph Lameter
2012-06-11 14:43 ` Christoph Lameter
2012-06-11 9:17 ` [PATCH 2/6] mempolicy: remove all mempolicy sharing kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 15:02 ` Christoph Lameter
2012-06-11 15:02 ` Christoph Lameter
2012-06-12 16:46 ` KOSAKI Motohiro
2012-06-12 16:46 ` KOSAKI Motohiro
2012-06-12 16:46 ` KOSAKI Motohiro
2012-06-12 13:55 ` Mel Gorman
2012-06-12 13:55 ` Mel Gorman
2012-06-12 16:45 ` KOSAKI Motohiro
2012-06-12 16:45 ` KOSAKI Motohiro
2012-06-11 9:17 ` [PATCH 3/6] mempolicy: fix a race in shared_policy_replace() kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 9:17 ` [PATCH 4/6] mempolicy: fix refcount leak in mpol_set_shared_policy() kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 9:17 ` [PATCH 5/6] mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma() kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 13:33 ` Ben Hutchings
2012-06-11 15:24 ` KOSAKI Motohiro
2012-06-11 15:24 ` KOSAKI Motohiro
2012-06-12 14:20 ` Mel Gorman
2012-06-12 14:20 ` Mel Gorman
2012-06-12 16:31 ` KOSAKI Motohiro
2012-06-12 16:31 ` KOSAKI Motohiro
2012-06-11 9:17 ` [PATCH 6/6] MAINTAINERS: Added MEMPOLICY entry kosaki.motohiro
2012-06-11 9:17 ` kosaki.motohiro
2012-06-11 15:01 ` [PATCH 0/6][resend] mempolicy memory corruption fixlet Christoph Lameter
2012-06-11 15:01 ` Christoph Lameter
2012-07-31 12:33 ` Josh Boyer
2012-07-31 12:33 ` Josh Boyer
2012-08-06 19:32 ` KOSAKI Motohiro [this message]
2012-08-06 19:32 ` KOSAKI Motohiro
2012-08-15 11:40 ` Josh Boyer
2012-08-15 11:40 ` Josh Boyer
2012-08-15 20:20 ` Andrew Morton
2012-08-15 20:20 ` Andrew Morton
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=50201BB5.9050005@jp.fujitsu.com \
--to=kosaki.motohiro@jp.fujitsu.com \
--cc=akpm@google.com \
--cc=cl@linux.com \
--cc=davej@redhat.com \
--cc=jwboyer@gmail.com \
--cc=kosaki.motohiro@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=stable@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.