Re: cbfb: coreboot framebuffer console

2016-06-13 Thread Joerg Jung
Am 13.06.2016 um 12:35 schrieb Mark Kettenis : >> Date: Sun, 12 Jun 2016 11:47:37 -0500 >> From: joshua stein >> >> Here's a new version with feedback from Miod and Ted. >> >> It also fixes a bug on a Broadwell Chromebook (tested by Edward >>

Re: IP_SENDSRCADDR [2/2] : add cmsg support

2016-06-13 Thread Vincent Gross
On Mon, 13 Jun 2016 19:57:15 +0200 Jeremie Courreges-Anglas wrote: > Vincent Gross writes: > > > Le Mon, 13 Jun 2016 07:35:16 +0200, > > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit : > > > >> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > >>

Re: nfs_vnops: nfs_lookitup - uninitialized var

2016-06-13 Thread David Hill
Any thoughts on this? On Mon, Jun 06, 2016 at 01:36:05PM -0400, David Hill wrote: > Hello - > > Clang reports a possible user of an uninitalized variable in > nfs_vnops.c line 2605. > > attrflag is uninitialized when calling nfsm_postop_attr(), which is a > macro that only sets attrflag if

Re: IP_SENDSRCADDR [1/2] : move cmsg handling code

2016-06-13 Thread Jeremie Courreges-Anglas
Vincent Gross writes: > On Sun, 12 Jun 2016 15:00:14 +0200 > Vincent Gross wrote: > > Damn you autowrap ! get off my diff ! > > (thanks jca@ for spotting) > >> This diff moves the cmsg handling code on top of udp_output(). I split >> the whole

Re: IP_SENDSRCADDR [2/2] : add cmsg support

2016-06-13 Thread Jeremie Courreges-Anglas
Vincent Gross writes: > Le Mon, 13 Jun 2016 07:35:16 +0200, > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit : > >> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: >> >> > cc'ing sthen since he also has interest in IP_SENDSRCADDR >> > >> > Jeremie Courreges-Anglas

Re: IP_SENDSRCADDR [2/2] : add cmsg support

2016-06-13 Thread Vincent Gross
Le Mon, 13 Jun 2016 07:35:16 +0200, j...@wxcvbn.org (Jérémie Courrèges-Anglas) a écrit : > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > > > cc'ing sthen since he also has interest in IP_SENDSRCADDR > > > > Jeremie Courreges-Anglas writes: > > > >> Vincent Gross

Fix return value of OF_getprop() when name has a '@' in it

2016-06-13 Thread Tom Cosgrove
In OF_getprop(), if the "name" property doesn't exist it is synthesised from the unit name. If that synthesised property has an "@" in it, we truncate the name just before the "@", but we currently continue to return the full length of the unit name. This diff returns the length of the truncated

fdt_node_property() fix

2016-06-13 Thread Mark Kettenis
Currently it is not possible to figure out whether a property isn't there, or whether it has a length of zero. Zero-length properties do exist (both in the FDT world and the OFW world), so we need to fix this. The most logical way to do this is to make fdt_node_property() return -1 if a property

Re: armv7 / efi failure on imx6q SabreLite

2016-06-13 Thread Mark Kettenis
> Date: Sun, 12 Jun 2016 19:48:24 +0200 > From: Matthieu Herrb > > Hi, > > I'm trying to convert my SabreLite board to boot via efiboot, but > without success so far. > > I'm using the nitrogen6q u-boot from ports > > the boot loader is loaded and runs but it > fails to

Re: MBIM Patch (Round 3)

2016-06-13 Thread Martin Pieuchot
On 10/06/16(Fri) 21:09, Mark Kettenis wrote: > > Date: Fri, 10 Jun 2016 17:20:18 +0100 > > From: Stuart Henderson > > > > On 2016/06/10 16:05, Mark Kettenis wrote: > > > In any case this is something we can figure out once the code hits the > > > tree. Unless mpi@ is still

Re: cbfb: coreboot framebuffer console

2016-06-13 Thread Mark Kettenis
> Date: Sun, 12 Jun 2016 11:47:37 -0500 > From: joshua stein > > Here's a new version with feedback from Miod and Ted. > > It also fixes a bug on a Broadwell Chromebook (tested by Edward > Wandasiewicz) which has proper inteldrm but no vga, so cbfb was > getting chosen as the

Re: pool_setipl for src/sys/uvm

2016-06-13 Thread Mark Kettenis
> Date: Mon, 13 Jun 2016 14:27:53 +1000 > From: David Gwynne > > this adds pool_setipl to the pools in src/sys/uvm. > > this assumes that the various things are only allocated and freed > from a process context. if any of these are released from an interrupt > we should