From: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
To: Toshi Kani <toshi.kani@hp.com>
Cc: hannes@cmpxchg.org, akpm@linux-foundation.org,
linuxram@us.ibm.com, rientjes@google.com,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [Bug fix PATCH v5] Reusing a resource structure allocated by bootmem
Date: Wed, 24 Apr 2013 08:47:23 +0900 [thread overview]
Message-ID: <51771D8B.9000005@jp.fujitsu.com> (raw)
In-Reply-To: <1366751135.6660.3.camel@misato.fc.hp.com>
2013/04/24 6:05, Toshi Kani wrote:
> On Tue, 2013-04-23 at 10:37 +0900, Yasuaki Ishimatsu wrote:
> :
>> The reason why the messages are shown is to release a resource structure,
>> allocated by bootmem, by kfree(). So when we release a resource structure,
>> we should check whether it is allocated by bootmem or not.
>>
>> But even if we know a resource structure is allocated by bootmem, we cannot
>> release it since SLxB cannot treat it. So for reusing a resource structure,
>> this patch remembers it by using bootmem_resource as follows:
>>
>> When releasing a resource structure by free_resource(), free_resource() checks
>> whether the resource structure is allocated by bootmem or not. If it is
>> allocated by bootmem, free_resource() adds it to bootmem_resource. If it is
>> not allocated by bootmem, free_resource() release it by kfree().
>>
>> And when getting a new resource structure by get_resource(), get_resource()
>> checks whether bootmem_resource has released resource structures or not. If
>> there is a released resource structure, get_resource() returns it. If there is
>> not a releaed resource structure, get_resource() returns new resource structure
>> allocated by kzalloc().
>> ---
>> v5:
>> Define bootmem_resource_free as static and poiner for saving memory
>> Fix slab check in free_resource()
>> Move memset outside of spin lock in get_resource()
>
> Please add your "Signed-off-by". Otherwise the changes look good.
>
> Reviewed-by: Toshi Kani <toshi.kani@hp.com>
Thank you for your review.
I'll resend a patch with my "Signed-off-by" and your "Reviewed-by".
Thanks,
Yasuaki Ishimatsu
>
> Thanks,
> -Toshi
>
>
>
> --
> 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/
>
--
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>
next prev parent reply other threads:[~2013-04-23 23:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-23 1:37 Yasuaki Ishimatsu
2013-04-23 21:05 ` Toshi Kani
2013-04-23 23:47 ` Yasuaki Ishimatsu [this message]
2013-04-23 23:50 ` [Resend][Bug " Yasuaki Ishimatsu
2013-04-24 20:37 ` Andrew Morton
2013-04-25 0:56 ` Yasuaki Ishimatsu
2013-04-26 1:57 ` Yasuaki Ishimatsu
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=51771D8B.9000005@jp.fujitsu.com \
--to=isimatu.yasuaki@jp.fujitsu.com \
--cc=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linuxram@us.ibm.com \
--cc=rientjes@google.com \
--cc=toshi.kani@hp.com \
/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