Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1287739

Re: [PATCH] mm/memblock: use memblock_insert_region() for the empty array

From Tyler Baker <tyler.baker@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] mm/memblock: use memblock_insert_region() for the empty array
Date 2015-12-09 20:00 +0100
Message-ID <qDS82-3Fq-15@gated-at.bofh.it> (permalink)
References <qCfs5-5QT-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 4 December 2015 at 23:23, Alexander Kuleshov <kuleshovmail@gmail.com> wrote:
> We have the special case for an empty array in the memblock_add_range()
> function. In the same time we have almost the same functional in the
> memblock_insert_region() function. Let's use the memblock_insert_region()
> instead of direct initialization.
>
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>

Just to add on to the report from Dan, the kernelci.org boot bot has
also detected ~65 new boot failures in next-20151209[1], which have
been bisected to this patch[2]. It doesn't revert cleanly, so I'm
going to try to clean it up by hand and see if it resolves the issue.

Cheers,

Tyler

[1] http://kernelci.org/boot/all/job/next/kernel/next-20151209/
[2] http://hastebin.com/ufiwonuraw.vhdl
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] mm/memblock: use memblock_insert_region() for the empty array Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-12-05 08:30 +0100
  Re: [PATCH] mm/memblock: use memblock_insert_region() for the empty array Dan Williams <dan.j.williams@intel.com> - 2015-12-09 19:50 +0100
  Re: [PATCH] mm/memblock: use memblock_insert_region() for the empty array Tyler Baker <tyler.baker@linaro.org> - 2015-12-09 20:00 +0100

csiph-web