Re: [PATCH 1/2] Add powerpc little-endian (ppc64le) flags

2015-07-16 Thread Andrei Borzenkov
В Thu, 16 Jul 2015 21:05:07 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 16.07.2015 20:55, Andrei Borzenkov wrote: > > В Wed, 15 Jul 2015 19:42:39 +0200 > > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > >> > >>> It is possible to compile using "--target=powerpc -Wl,-EB" - this w

Re: [PATCH 1/2] Add powerpc little-endian (ppc64le) flags

2015-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.07.2015 20:55, Andrei Borzenkov wrote: > В Wed, 15 Jul 2015 19:42:39 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> >>> It is possible to compile using "--target=powerpc -Wl,-EB" - this works >>> on all three ppc, ppc64 and ppc64le, but this means hardcoding GNU ld >>> dependency

Re: [PATCH 1/2] Add powerpc little-endian (ppc64le) flags

2015-07-16 Thread Andrei Borzenkov
В Wed, 15 Jul 2015 19:42:39 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > It is possible to compile using "--target=powerpc -Wl,-EB" - this works > > on all three ppc, ppc64 and ppc64le, but this means hardcoding GNU ld > > dependency. > > > Thanks for this info. > See attached patch

Re: [PATCH v2 1/3] arm64: Add Xen boot support file

2015-07-16 Thread Ian Campbell
On Wed, 2015-07-15 at 18:18 +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 13.07.2015 10:53, fu@linaro.org wrote: > > From: Fu Wei > > > > This patch adds Xen boot support file: > > grub-core/loader/arm64/xen_boot.c > > include/grub/arm64/xen_boot.h > > > > This patch also adds com

Re: [PATCH] zfs: fix compilation failure with clang due to alignment

2015-07-16 Thread Leif Lindholm
On Thu, Jul 16, 2015 at 12:07:14PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 15.07.2015 18:52, Leif Lindholm wrote: > > On Wed, Jul 15, 2015 at 05:47:50PM +0200, Vladimir 'φ-coder/phcoder' > > Serbinenko wrote: > >> Go ahead > > > > The below was more of an RFC than something comm

Re: [PATCH 3/5] i386/relocator: Remove unused avoid_efi_bootservices argument

2015-07-16 Thread Daniel Kiper
On Wed, Jul 15, 2015 at 07:50:51PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 30.05.2015 07:25, Andrei Borzenkov wrote: > > В Fri, 29 May 2015 22:58:43 +0200 > > Daniel Kiper пишет: > > > >> Another questions is why grub_relocator_alloc_chunk_addr() does not > >> consult EFI > >> m

Re: [PATCH] zfs: fix compilation failure with clang due to alignment

2015-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.07.2015 18:52, Leif Lindholm wrote: > On Wed, Jul 15, 2015 at 05:47:50PM +0200, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: >> Go ahead > > The below was more of an RFC than something committable - are you OK > with me splitting the types.h changes out as a separate patch? > I've fixed

Re: [PATCH] zfs: fix compilation failure with clang due to alignment

2015-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.07.2015 18:52, Leif Lindholm wrote: > On Wed, Jul 15, 2015 at 05:47:50PM +0200, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: >> Go ahead > > The below was more of an RFC than something committable - are you OK > with me splitting the types.h changes out as a separate patch? > Actually I

Re: [PATCH] zfs: fix compilation failure with clang due to alignment

2015-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.07.2015 05:46, Andrei Borzenkov wrote: > В Wed, 15 Jul 2015 17:49:30 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> >> On 03.07.2015 21:05, Andrei Borzenkov wrote: >>> I do not claim I understand why clang complains, but this patch does >>> fix it. >>> >>> fs/xfs.c:452:25: error:

Re: [RFD] diskfilter stale RAID member detection vs. lazy scanning

2015-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.07.2015 05:42, Andrei Borzenkov wrote: > В Wed, 15 Jul 2015 20:05:56 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 28.06.2015 20:06, Andrei Borzenkov wrote: >>> I was looking at implementing detection of outdated RAID members. >>> Unfortunately it appears to be fundamentally

[PATCH] ofnet: Do not set SUFFIX for sun4v network devices

2015-07-16 Thread Stanislav Kholmanskikh
sun4v vnet devices do not implement the support of duplex and speed instance attributes. An attempt to open such a device with the attributes will fail: ok select net:speed=auto,duplex=auto Unknown key 'speed' Unknown key 'duplex' Manual Configuration: Host IP, boot server and filename must be spe