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

2015-11-29 Thread Andrei Borzenkov
16.07.2015 00:47, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 15.07.2015 20:05, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> 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 i

Re: [PATCH] efinet: filter multicast traffic based on addresses

2015-11-29 Thread Andrei Borzenkov
29.11.2015 10:02, Andrei Borzenkov пишет: > 17.11.2015 21:35, Josef Bacik пишет: >> We have some hardware that claims to support PROMISCUOUS_MULTICAST but >> doesn't >> actually work. Instead utilize the multicast filters and specifically enable >> the multicast traffic we care about. In reality

Re: Grub get and set efi variables

2015-11-29 Thread Andrei Borzenkov
27.11.2015 17:25, Ignat Korchagin пишет: >> I would add: >> * hex. To print and store in hex form >> * utf16. Decode utf16 into utf8. utf16 is a common encoding in EFI land. > > hex is already part of the latest proposed patch: >>> +case EFI_VAR_HEX: > > I'm not sure whether utf16 will be use

Re: Grub get and set efi variables

2015-11-29 Thread Andrei Borzenkov
17.11.2015 14:48, Ignat Korchagin пишет: > Please, see updated patch below. I tried to reuse GRUB hexdump > function, so as a result dump will not work with setting vatiables - > just dumping to stdout. But it doesn't make sense to assign dump to a > variable anyway. > > diff --git a/grub-core/com