On 03/04/15 at 01:28pm, Kees Cook wrote: > On Mon, Mar 2, 2015 at 6:58 AM, Baoquan He <b...@redhat.com> wrote: > > -static unsigned long find_random_addr(unsigned long minimum, > > +static unsigned long find_random_phy_addr(unsigned long minimum, > > unsigned long size) > > { > > int i; > > @@ -374,6 +376,8 @@ static unsigned long find_random_addr(unsigned long > > minimum, > > /* Verify potential e820 positions, appending to slots list. */ > > for (i = 0; i < real_mode->e820_entries; i++) { > > process_e820_entry(&real_mode->e820_map[i], minimum, size); > > + if ( slot_area_index == MAX_SLOT_AREA ) > > + break; > > I wonder if this should emit a printk warning?
Yes, good suggestion. Will add. Thanks Baoquan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/