Re: Suspect loop in dmi_scan_machine()

2013-07-09 Thread Jean Delvare
Hi Ben, Le Monday 08 July 2013 à 17:33 +0100, Ben Hutchings a écrit : > On Mon, Jul 08, 2013 at 05:49:14PM +0200, Jean Delvare wrote: > > I am looking at this commit of yours: > > > >

Re: Suspect loop in dmi_scan_machine()

2013-07-09 Thread Jean Delvare
Hi Ben, Le Monday 08 July 2013 à 17:33 +0100, Ben Hutchings a écrit : On Mon, Jul 08, 2013 at 05:49:14PM +0200, Jean Delvare wrote: I am looking at this commit of yours:

Re: Suspect loop in dmi_scan_machine()

2013-07-08 Thread Ben Hutchings
On Mon, Jul 08, 2013 at 05:49:14PM +0200, Jean Delvare wrote: > Hi Ben, > > I am looking at this commit of yours: > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/firmware/dmi_scan.c?id=79bae42d51a5d498500c890c19ef76df41d2bf59 > > and am a little worried about

Suspect loop in dmi_scan_machine()

2013-07-08 Thread Jean Delvare
Hi Ben, I am looking at this commit of yours: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/firmware/dmi_scan.c?id=79bae42d51a5d498500c890c19ef76df41d2bf59 and am a little worried about the for loop in dmi_scan_machine() (non-EFI case): * The first iteration

Suspect loop in dmi_scan_machine()

2013-07-08 Thread Jean Delvare
Hi Ben, I am looking at this commit of yours: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/firmware/dmi_scan.c?id=79bae42d51a5d498500c890c19ef76df41d2bf59 and am a little worried about the for loop in dmi_scan_machine() (non-EFI case): * The first iteration

Re: Suspect loop in dmi_scan_machine()

2013-07-08 Thread Ben Hutchings
On Mon, Jul 08, 2013 at 05:49:14PM +0200, Jean Delvare wrote: Hi Ben, I am looking at this commit of yours: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/firmware/dmi_scan.c?id=79bae42d51a5d498500c890c19ef76df41d2bf59 and am a little worried about the for