Re: Hardware rendered Wayland client up and running

2016-08-13 Thread Adrian Chadd
w! ok, what has to be committed to -head? -a On 13 August 2016 at 19:12, Lundberg, Johannes wrote: > Hi FreeBSD hackers! > > Today we reached a big milestone. For the first time, we could render > Wayland clients, backed by hardware, not shm (shared

Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Peter Wemm
On Saturday, August 13, 2016 08:47:52 PM Glen Barber wrote: > On Sat, Aug 13, 2016 at 07:35:45PM +0200, Jan Beich wrote: > > Glen Barber writes: > > > The first RC build of the 11.0-RELEASE release cycle is now available. > > > > > > Installation images are available for: > > >

drm-4.7-final tagged - CFT for drm-next was Re: drm-4.7-rc1 tagged

2016-08-13 Thread Matthew Macy
I have merged up through v4.7 and fixed a number of issues. I've also added kevent support to drm and merged in evdev, so all the kernel dependencies for Wayland are enabled by default in GENERIC. I've tagged the last commit as drm-v4.7-final as following that I will start merging v4.8-rc1

Hardware rendered Wayland client up and running

2016-08-13 Thread Lundberg, Johannes
​Hi FreeBSD hackers! ​ ​Today we reached a big milestone. For the first time, we could render Wayland clients, backed by hardware, not shm (shared memory), on Intel Atom Cherryview. Please see attached image of my setup. UP board (Intel Cherryview) OS running on on-board eMMC (need sdhci and mmc

Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Glen Barber
On Sat, Aug 13, 2016 at 09:30:10PM +, Glen Barber wrote: > On Sat, Aug 13, 2016 at 08:47:52PM +, Glen Barber wrote: > > On Sat, Aug 13, 2016 at 07:35:45PM +0200, Jan Beich wrote: > > > Glen Barber writes: > > > > > > > The first RC build of the 11.0-RELEASE release

Re: build fails post SVN r304026

2016-08-13 Thread Navdeep Parhar
On Sat, Aug 13, 2016 at 08:30:09PM +, Rick Macklem wrote: > Lev Serebryakov wrote: > >On 13.08.2016 16:54, Michael Butler wrote: > > > >> Is anyone else seeing this? > > Yes, I've posted message to fs@, as it is r304026 for sure (and author > >was CC:ed too). > Should be fixed now. Sorry

Re: build fails post SVN r304026

2016-08-13 Thread Rick Macklem
Lev Serebryakov wrote: >On 13.08.2016 16:54, Michael Butler wrote: > >> Is anyone else seeing this? > Yes, I've posted message to fs@, as it is r304026 for sure (and author >was CC:ed too). Should be fixed now. Sorry about the breakage. I didn't realize the old nfsstat.c wouldn't build with the

kevent support to drm

2016-08-13 Thread Lundberg, Johannes
​Hi I've just posted a patch that adds kevent to drm 3.8 branch. This is needed for Wayland (along with evdev). I posted it on phabricator for now. https://reviews.freebsd.org/D7496 Phabricator gave me a horrible username because I used an old email, is there anyway to change it? Best

Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Glen Barber
On Sat, Aug 13, 2016 at 08:47:52PM +, Glen Barber wrote: > On Sat, Aug 13, 2016 at 07:35:45PM +0200, Jan Beich wrote: > > Glen Barber writes: > > > > > The first RC build of the 11.0-RELEASE release cycle is now available. > > > > > > Installation images are available for:

Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Glen Barber
On Sat, Aug 13, 2016 at 07:35:45PM +0200, Jan Beich wrote: > Glen Barber writes: > > > The first RC build of the 11.0-RELEASE release cycle is now available. > > > > Installation images are available for: > > > > o 11.0-RC1 amd64 GENERIC > > o 11.0-RC1 i386 GENERIC > > o

Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Jan Beich
Glen Barber writes: > The first RC build of the 11.0-RELEASE release cycle is now available. > > Installation images are available for: > > o 11.0-RC1 amd64 GENERIC > o 11.0-RC1 i386 GENERIC > o 11.0-RC1 powerpc GENERIC > o 11.0-RC1 powerpc64 GENERIC64 > o 11.0-RC1 sparc64

Re: Wayland work status

2016-08-13 Thread Lundberg, Johannes
Thanks for the help Matthew.. Yeah, I can't believe it was working all along and a stupid copy/paste error gave us so much trouble... On Sat, Aug 13, 2016 at 12:26 AM, Matthew Macy wrote: > > > > > ​Wayland relies on kqueue which is not implemented in drm's 3.8 or 4.6 > >

Re: build fails post SVN r304026

2016-08-13 Thread Lev Serebryakov
On 13.08.2016 16:54, Michael Butler wrote: > Is anyone else seeing this? Yes, I've posted message to fs@, as it is r304026 for sure (and author was CC:ed too). -- // Lev Serebryakov AKA Black Lion signature.asc Description: OpenPGP digital signature

Re: build fails post SVN r304026

2016-08-13 Thread David Wolfskill
On Sat, Aug 13, 2016 at 09:54:02AM -0400, Michael Butler wrote: > Is anyone else seeing this? > > ===> usr.bin/nfsstat (all) > Building /usr/obj/usr/src/usr.bin/nfsstat/nfsstat.o > /usr/src/usr.bin/nfsstat/nfsstat.c:301:4: error: array index 72 is past > the end of the array (which contains 49

build fails post SVN r304026

2016-08-13 Thread Michael Butler
Is anyone else seeing this? ===> usr.bin/nfsstat (all) Building /usr/obj/usr/src/usr.bin/nfsstat/nfsstat.o /usr/src/usr.bin/nfsstat/nfsstat.c:301:4: error: array index 72 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]

Re: Wayland work status

2016-08-13 Thread Matthew Macy
> > ​Wayland relies on kqueue which is not implemented in drm's 3.8 or 4.6 > branches. I'm working on this now for drm-next-4.6 and it is almost > complete. > I will probably implement it also in the 3.8 ​branch to be able to run > Wayland on both to compare and find bugs in linuxkpi more

[REVISED] Re: FreeBSD 11.0-RC1 Now Available

2016-08-13 Thread Glen Barber
On Sat, Aug 13, 2016 at 01:30:56AM +, Glen Barber wrote: > o OpenSSH DSA keys have been disabled by default. Users upgrading from > prior FreeBSD versions are urged to update their SSH keys to DSA or > ECDSA keys before upgrading to 11.0-RC1. > Note, this should have suggested to update