diff for duplicates of <20180423213314.GG3711@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 107c46b..8c0e66a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,8 +7,8 @@ On Mon, Apr 23, 2018 at 09:41:04PM +0300, Oleg Babin wrote: > allocates physically contiguous memory regions, so this can lead > to allocation of memory regions of very high order, i.e.: > -> sizeof(struct sctp_stream_out) = 24, -> ((65535 * 24) / 4096) = 383 memory pages (4096 byte per page), +> sizeof(struct sctp_stream_out) == 24, +> ((65535 * 24) / 4096) == 383 memory pages (4096 byte per page), > which means 9th memory order. > > This can lead to a memory allocation failures on the systems diff --git a/a/content_digest b/N1/content_digest index f9a5920..d9e96e8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01524508866-317485-1-git-send-email-obabin@virtuozzo.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net-next 0/2] net/sctp: Avoid allocating high order memory with kmalloc()\0" - "Date\0Mon, 23 Apr 2018 21:33:15 +0000\0" + "Date\0Mon, 23 Apr 2018 18:33:15 -0300\0" "To\0Oleg Babin <obabin@virtuozzo.com>\0" "Cc\0netdev@vger.kernel.org" linux-sctp@vger.kernel.org @@ -21,8 +21,8 @@ "> allocates physically contiguous memory regions, so this can lead\n" "> to allocation of memory regions of very high order, i.e.:\n" ">\n" - "> sizeof(struct sctp_stream_out) = 24,\n" - "> ((65535 * 24) / 4096) = 383 memory pages (4096 byte per page),\n" + "> sizeof(struct sctp_stream_out) == 24,\n" + "> ((65535 * 24) / 4096) == 383 memory pages (4096 byte per page),\n" "> which means 9th memory order.\n" ">\n" "> This can lead to a memory allocation failures on the systems\n" @@ -36,4 +36,4 @@ "\n" Marcelo -7251fafab58f165d6b4275df81fa251be3bb6fe92474016fbe1802b6f64c7414 +4a80565a8dba71e78294c7e812e28a3015c3854fcbe9780e44597c53badc92a4
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.