diff for duplicates of <20130109151920.fb9b4029.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index fd05889..47ff727 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ Tang Chen <tangchen@cn.fujitsu.com> wrote: > + > + spin_lock(&map_entries_lock); > + list_for_each_entry(entry, &map_entries, list) -> + if ((entry->start == start) && (entry->end == end) && +> + if ((entry->start = start) && (entry->end = end) && > + (!strcmp(entry->type, type))) { > + spin_unlock(&map_entries_lock); > + return entry; @@ -58,9 +58,3 @@ firmware_map_find_entry() and add locking documentation to firmware_map_find_entry(), explaining that the caller must hold map_entries_lock and must not release that lock until processing of firmware_map_find_entry()'s return value has completed. - --- -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> diff --git a/a/content_digest b/N1/content_digest index 014a839..aec9081 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01357723959-5416-5-git-send-email-tangchen@cn.fujitsu.com\0" "From\0Andrew Morton <akpm@linux-foundation.org>\0" "Subject\0Re: [PATCH v6 04/15] memory-hotplug: remove /sys/firmware/memmap/X sysfs\0" - "Date\0Wed, 9 Jan 2013 15:19:20 -0800\0" + "Date\0Wed, 09 Jan 2013 23:19:20 +0000\0" "To\0Tang Chen <tangchen@cn.fujitsu.com>\0" "Cc\0rientjes@google.com" len.brown@intel.com @@ -54,7 +54,7 @@ "> +\n" "> +\tspin_lock(&map_entries_lock);\n" "> +\tlist_for_each_entry(entry, &map_entries, list)\n" - "> +\t\tif ((entry->start == start) && (entry->end == end) &&\n" + "> +\t\tif ((entry->start = start) && (entry->end = end) &&\n" "> +\t\t (!strcmp(entry->type, type))) {\n" "> +\t\t\tspin_unlock(&map_entries_lock);\n" "> +\t\t\treturn entry;\n" @@ -91,12 +91,6 @@ "firmware_map_find_entry() and add locking documentation to\n" "firmware_map_find_entry(), explaining that the caller must hold\n" "map_entries_lock and must not release that lock until processing of\n" - "firmware_map_find_entry()'s return value has completed.\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + firmware_map_find_entry()'s return value has completed. -e5bdec9afffe078ac6cc2793293562c76318538b54bb573174204913beae016e +d29f1a03eb32efcaffb5962f8c70152d0dbe8734de9c7fb674c54e27c1600355
diff --git a/a/1.txt b/N2/1.txt index fd05889..3c1d079 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -58,9 +58,3 @@ firmware_map_find_entry() and add locking documentation to firmware_map_find_entry(), explaining that the caller must hold map_entries_lock and must not release that lock until processing of firmware_map_find_entry()'s return value has completed. - --- -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> diff --git a/a/content_digest b/N2/content_digest index 014a839..68d624f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,32 +4,31 @@ "Subject\0Re: [PATCH v6 04/15] memory-hotplug: remove /sys/firmware/memmap/X sysfs\0" "Date\0Wed, 9 Jan 2013 15:19:20 -0800\0" "To\0Tang Chen <tangchen@cn.fujitsu.com>\0" - "Cc\0rientjes@google.com" - len.brown@intel.com - benh@kernel.crashing.org + "Cc\0linux-ia64@vger.kernel.org" + linux-sh@vger.kernel.org + linux-mm@kvack.org paulus@samba.org + hpa@zytor.com + sparclinux@vger.kernel.org cl@linux.com - minchan.kim@gmail.com - kosaki.motohiro@jp.fujitsu.com + linux-s390@vger.kernel.org + x86@kernel.org + linux-acpi@vger.kernel.org isimatu.yasuaki@jp.fujitsu.com - wujianguo@huawei.com - wency@cn.fujitsu.com - hpa@zytor.com linfeng@cn.fujitsu.com - laijs@cn.fujitsu.com mgorman@suse.de - yinghai@kernel.org + kosaki.motohiro@jp.fujitsu.com + rientjes@google.com + len.brown@intel.com + wency@cn.fujitsu.com + cmetcalf@tilera.com glommer@parallels.com - x86@kernel.org - linux-mm@kvack.org + wujianguo@huawei.com + yinghai@kernel.org + laijs@cn.fujitsu.com linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org - linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org - cmetcalf@tilera.com - " sparclinux@vger.kernel.org\0" + minchan.kim@gmail.com + " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Wed, 9 Jan 2013 17:32:28 +0800\n" @@ -91,12 +90,6 @@ "firmware_map_find_entry() and add locking documentation to\n" "firmware_map_find_entry(), explaining that the caller must hold\n" "map_entries_lock and must not release that lock until processing of\n" - "firmware_map_find_entry()'s return value has completed.\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + firmware_map_find_entry()'s return value has completed. -e5bdec9afffe078ac6cc2793293562c76318538b54bb573174204913beae016e +5c84fdd4093a267cf70c9258457dd0267fb1f970ba9769f43c1146ff9cdecd8c
diff --git a/a/1.txt b/N3/1.txt index fd05889..3c1d079 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -58,9 +58,3 @@ firmware_map_find_entry() and add locking documentation to firmware_map_find_entry(), explaining that the caller must hold map_entries_lock and must not release that lock until processing of firmware_map_find_entry()'s return value has completed. - --- -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> diff --git a/a/content_digest b/N3/content_digest index 014a839..e8f4477 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -91,12 +91,6 @@ "firmware_map_find_entry() and add locking documentation to\n" "firmware_map_find_entry(), explaining that the caller must hold\n" "map_entries_lock and must not release that lock until processing of\n" - "firmware_map_find_entry()'s return value has completed.\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + firmware_map_find_entry()'s return value has completed. -e5bdec9afffe078ac6cc2793293562c76318538b54bb573174204913beae016e +76a83827b9545a6dc69b9eca74356f17eee81607b746e1da8ad4f1d97611c6a9
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.