Hello, > I've to admit, that the current staging branch seems to be a bit > unstable with regard to L4Linux. I realized a hang of the Linux kernel > while booting. But it's hard to reproduce, and didn't occured after the > login is available.
in the meanwhile, the fix went to genodelabs/master. Generally, I would not recommend to use the staging branch because the commits that are not already merged into master may be rebased at any time. When the automated build and test bot detects a flaw in one of the pending patches in staging, those patches will be updated. Instead of using staging, I recommend to checkout the master branch into a private branch and apply individual commits from other branches. This is quite convenient using 'git cherry-pick'. Cheers Norman -- Dr.-Ing. Norman Feske Genode Labs http://www.genode-labs.com · http://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
