OverlayFS documentation appears to be misleading?

2017-04-10 Thread nerdopolis
Hi I am trying to find a way to determine filesystems that cannot be used as a lowerdir for OverlayFS. Looking at https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt , it states "any supported filesystem" however this does not seem to be the case, (where I tried with vfat as an

Re: [PATCH v7 resend 00/20] ILP32 for ARM64

2017-04-10 Thread Yury Norov
in 4.12? This is the rebase of ILP32 on latest linux-next: https://github.com/norov/linux/tree/ilp32-20170410 And glibc that I use for testing: https://github.com/norov/glibc/commits/dev9 Yury On Thu, Mar 02, 2017 at 12:49:08AM +0530, Yury Norov wrote: > This series enables aarch64 with il

Re: [PATCH 2/2] devicetree: Document the max31760 device binding.

2017-04-10 Thread Rob Herring
On Mon, Apr 10, 2017 at 10:42 AM, Rob Herring wrote: > On Tue, Apr 04, 2017 at 12:20:34PM -0700, John Muir wrote: >> Signed-off-by: John Muir >> --- >> .../devicetree/bindings/hwmon/max31760.txt | 58 >> ++ >> 1 file changed, 58

Re: [GIT PULL] PCI: Support for configurable PCI endpoint

2017-04-10 Thread Bjorn Helgaas
On Wed, Apr 05, 2017 at 02:22:20PM +0530, Kishon Vijay Abraham I wrote: > Hi Bjorn, > > Please find the pull request for PCI endpoint support below. I've > also included all the history here. Thanks, I applied these (with v7 of the first patch) to pci/host-designware for v4.12. > Changes from

Re: [PATCH 2/2] devicetree: Document the max31760 device binding.

2017-04-10 Thread Rob Herring
On Tue, Apr 04, 2017 at 12:20:34PM -0700, John Muir wrote: > Signed-off-by: John Muir > --- > .../devicetree/bindings/hwmon/max31760.txt | 58 > ++ > 1 file changed, 58 insertions(+) > create mode 100644

[PATCH v7 01/23] PCI: endpoint: Add EP core layer to enable EP controller and EP functions

2017-04-10 Thread Kishon Vijay Abraham I
Introduce a new EP core layer in order to support endpoint functions in linux kernel. This comprises the EPC library (Endpoint Controller Library) and EPF library (Endpoint Function Library). EPC library implements functions specific to an endpoint controller and EPF library implements functions