Re: [PATCH] sparc64: fix OF path names for sun4v systems

2016-02-16 Thread Andrei Borzenkov
On Mon, Feb 15, 2016 at 10:11 PM, Eric Snowberg wrote: > Fix the open firmware path property for sun4v SPARC systems. These > platforms do not have a /sas/ within their path. Over time > different OF addressing schemes have been supported. There > is no generic addressing scheme that works across

Re: [PATCH 05/14] net: don't free uninitialized sockets in dns

2016-02-16 Thread Josef Bacik
On 02/13/2016 12:59 PM, Andrei Borzenkov wrote: 11.02.2016 00:20, Josef Bacik пишет: If we cannot open a connection to our dns server we will have NULL sockets in our array, so don't do the cleanup on any sockets that didn't get created. Was not it already fixed by Yes it was, sorry about

Re: [PATCH 10/14] dns: poll card between each dns request

2016-02-16 Thread Josef Bacik
On 02/15/2016 01:45 AM, Andrei Borzenkov wrote: On Thu, Feb 11, 2016 at 12:21 AM, Josef Bacik wrote: If we have dns servers that we prefer to get records from we'll send a packet and immediately check data.naddresses to see if we got a response. If we didn't we'll then send a request for

Re: [PATCH 11/14] dns: reset data->naddresses for every packet we receive

2016-02-16 Thread Josef Bacik
On 02/13/2016 11:05 AM, Andrei Borzenkov wrote: 11.02.2016 00:21, Josef Bacik пишет: I noticed when debugging a problem that we'd corrupt memory if our dns server didn't respond fast enough and we ended up asking for both an and A record for a server. The problem is we alloc data->addresse

Re: [RFC] grub-install: allow none or multiple install devices on PC BIOS

2016-02-16 Thread Andrei Borzenkov
16.02.2016 07:11, Michael Chang пишет: > On Sat, Feb 13, 2016 at 10:29:58AM +0300, Andrei Borzenkov wrote: >> 12.05.2015 18:22, Michael Chang пишет: >>> On Tue, May 12, 2015 at 02:57:00PM +0300, Andrei Borzenkov wrote: В Tue, 12 May 2015 18:52:22 +0800 Michael Chang пишет: > On

Behavior of file test operations on symlinks

2016-02-16 Thread Alan Dunn
Hi folks, Apologies if the following has already come up on this list; I looked for it and could not find any mention of it. I noticed that in a GRUB script "[ -f ]" evaluates to true. This is unlike the behavior of the "test" binary, in which it returns false: most file test operations derefer

Re: [PATCH] sparc64: fix OF path names for sun4v systems

2016-02-16 Thread Eric Snowberg
> On Feb 16, 2016, at 1:16 AM, Andrei Borzenkov wrote: > > On Mon, Feb 15, 2016 at 10:11 PM, Eric Snowberg > wrote: >> Fix the open firmware path property for sun4v SPARC systems. These >> platforms do not have a /sas/ within their path. Over time >> different OF addressing schemes have been s

Re: [PATCH] sparc64: fix OF path names for sun4v systems

2016-02-16 Thread Andrei Borzenkov
17.02.2016 05:02, Eric Snowberg пишет: > >> On Feb 16, 2016, at 1:16 AM, Andrei Borzenkov wrote: >> >> On Mon, Feb 15, 2016 at 10:11 PM, Eric Snowberg >> wrote: >>> Fix the open firmware path property for sun4v SPARC systems. These >>> platforms do not have a /sas/ within their path. Over time

Re: [PATCH] sparc64: fix OF path names for sun4v systems

2016-02-16 Thread Andrei Borzenkov
On Wed, Feb 17, 2016 at 6:24 AM, Andrei Borzenkov wrote: > 17.02.2016 05:02, Eric Snowberg пишет: >> >>> On Feb 16, 2016, at 1:16 AM, Andrei Borzenkov wrote: >>> >>> On Mon, Feb 15, 2016 at 10:11 PM, Eric Snowberg >>> wrote: Fix the open firmware path property for sun4v SPARC systems. These

Re: [PATCH] sparc64: fix OF path names for sun4v systems

2016-02-16 Thread Seth Goldberg
> On Feb 16, 2016, at 7:24 PM, Andrei Borzenkov wrote: > > 17.02.2016 05:02, Eric Snowberg пишет: >> >>> On Feb 16, 2016, at 1:16 AM, Andrei Borzenkov wrote: >>> >>> On Mon, Feb 15, 2016 at 10:11 PM, Eric Snowberg >>> wrote: Fix the open firmware path property for sun4v SPARC systems.