test command (in-)compatibility

2015-12-08 Thread Andrei Borzenkov
`test' in GRUB implicitly assumes `and' operation between consecutive terms and does not enforce proper syntax like UNIX (bash) `test' does. Both test x y z test x = y z = w result in error in Linux and are silently accepted by GRUB with interpretation test x -a y -a z test ( x = y ) -a ( z = w

Re: GRUB release schedule?

2015-12-08 Thread Peter Jones
On Mon, Jul 20, 2015 at 09:25:56PM +0200, Vladimir 'phcoder' Serbinenko wrote: > I'll do next beta tomorrow and will assess current open bugs to see how far > we're from release Did this ever happen? It doesn't appear as though it did. So I'm back with my original question: What's the path to

RE: grub causing NVDIMMs to be treated as normal memory

2015-12-08 Thread Elliott, Robert (Persistent Memory)
> -Original Message- > From: grub-devel-bounces+elliott=hp@gnu.org [mailto:grub-devel- > bounces+elliott=hp@gnu.org] On Behalf Of Andrei Borzenkov > Sent: Tuesday, December 08, 2015 11:16 AM > To: grub-devel@gnu.org > Subject: Re: grub causing NVDIMMs to be treated as normal