~mhcerri/ubuntu/+source/linux/+git/clearlinux:clearlinux

Last commit made on 2017-01-10
Get this branch:
git clone -b clearlinux https://git.launchpad.net/~mhcerri/ubuntu/+source/linux/+git/clearlinux
Only Marcelo Cerri can upload to this branch. If you are Marcelo Cerri please log in for upload directions.

Branch merges

Branch information

Recent commits

b00dfe7... by Marcelo Cerri

ACPI_BUTTON

Required for ACPI-based hypervisor reboot.

TODO: use Kamal's commit

af1dd4a... by Marcelo Cerri

HOTPLUG_PCI_ACPI for virtio_net ens3

TODO: use Kamal's commit

2ae6e49... by Marcelo Cerri

Original clearlinux config

7c91ccf... by Marcelo Cerri

Allow .config to be committed

d25075d... by Alan Cox <email address hidden>

xattr: allow setting user.* attributes on symlinks by owner

Kvmtool and clear containers supports using user attributes to label host
files with the virtual uid/guid of the file in the container. This allows an
end user to manage their files and a complete uid space without all the ugly
namespace stuff.

The one gap in the support is symlinks because an end user can change the
ownership of a symbolic link. We support attributes on these files as you
can already (as root) set security attributes on them.

The current rules seem slightly over-paranoid and as we have a use case this
patch enables updating the attributes on a symbolic link IFF you are the
owner of the synlink (as permissions are not usually meaningful on the link
itself).

Signed-off-by: Alan Cox <email address hidden>

5ac1790... by Miguel Bernal Marin

init: do_mounts: recreate /dev/root

Rootfs shows as is mounted in /dev/root, but this devices is not present in
/dev directory.

Signed-off-by: Miguel Bernal Marin <email address hidden>

fb10c52... by Arjan van de Ven <email address hidden>

ksm-wakeups

reduce wakeups in ksm

5bbd5ca... by Arjan van de Ven <email address hidden>

init: no wait for the known devices

No wait for the known devices to complete their probing

Author: Arjan van de Ven <email address hidden>

Signed-off-by: Miguel Bernal Marin <email address hidden>

b959dbe... by Arjan van de Ven <email address hidden>

pci: probe: identify known devices

Author: Arjan van de Ven <email address hidden>
Modify-by: Miguel Bernal Marin <email address hidden>

Signed-off-by: Miguel Bernal Marin <email address hidden>

290b741... by Arjan van de Ven <email address hidden>

perf

Author: Arjan van de Ven <email address hidden>

Signed-off-by: Miguel Bernal Marin <email address hidden>