re: CVS commit: src

2015-07-26 Thread matthew green

matthew green writes:
 
 Kamil Rytarowski writes:
  Module Name:src
  Committed By:   kamil
  Date:   Sun Jul 26 02:20:30 UTC 2015
  
  Modified Files:
  src/distrib/sets/lists/comp: mi
  src/include: util.h
  src/lib/libutil: Makefile efun.3 efun.c
  
  Log Message:
  Add ereallocarr(3) to libutil
  
  ereallocarr(3) wraps reallocarr(3) and embeds return status validation.
  
  Older version reviewed by riastradh and christos
 
 please bump the libutil minor version due to the added functionality.
 
 thanks.

this also has broken the tools build it seems:

http://build.tastylime.net/builders/kernel-amd64/builds/5022

for instance.


re: CVS commit: src

2015-07-26 Thread matthew green

Kamil Rytarowski writes:
 Module Name:  src
 Committed By: kamil
 Date: Sun Jul 26 02:20:30 UTC 2015
 
 Modified Files:
   src/distrib/sets/lists/comp: mi
   src/include: util.h
   src/lib/libutil: Makefile efun.3 efun.c
 
 Log Message:
 Add ereallocarr(3) to libutil
 
 ereallocarr(3) wraps reallocarr(3) and embeds return status validation.
 
 Older version reviewed by riastradh and christos

please bump the libutil minor version due to the added functionality.

thanks.


.mrg.


Re: CVS commit: src

2015-07-26 Thread Martin Husemann
On Sat, Jul 25, 2015 at 03:54:40AM +, Emmanuel Dreyfus wrote:
 On Fri, Jul 24, 2015 at 03:51:44PM -0300, Jared McNeill wrote:
  I'm seeing this error on arm now with today's autobuild:
  http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201507241030Z/evbarm-earmv7hf/
 
 I am confused: how can it be caused by our pthread change from two
 months ago?

Because it made the libc/libpthread initialization very fragile and only work
by luck. See port-arm/50087. I am testing a potential fix...

Martin


Re: CVS commit: src

2015-07-26 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 26.07.2015 09:45, matthew green wrote:
 matthew green writes:
 
 Kamil Rytarowski writes:
 Module Name:src Committed By:   kamil Date: Sun Jul 
 26 02:20:30
 UTC 2015
 
 Modified Files: src/distrib/sets/lists/comp: mi src/include:
 util.h src/lib/libutil: Makefile efun.3 efun.c
 
 Log Message: Add ereallocarr(3) to libutil
 
 ereallocarr(3) wraps reallocarr(3) and embeds return status
 validation.
 
 Older version reviewed by riastradh and christos
 
 please bump the libutil minor version due to the added
 functionality.
 
 thanks.
 
 this also has broken the tools build it seems:
 
 http://build.tastylime.net/builders/kernel-amd64/builds/5022
 
 for instance.
 

I'm on it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVtNcdAAoJEEuzCOmwLnZshCQP/ivzsN4ypZmU2bONlIqNmTGa
0/uhbpl7/X9Xgzk6/2RItdS36XWPmIJ03lDSm3QRncfQUMLRPMqpSWaHQ1sDIcPo
AGgO9RUuZ+63PoRX9HdPk5/jW72QUMDKgYK43oWk419MeiDJ/P2dIyncqubgeQ3V
fG8vM/h7y7d+7QDJ90My0Tl3f0wO2824K621tV+A8zhTTvSW0XwcRXD4w8+NFn6g
HBbuT5nz2J0LVlu8Gw5tU4zIj2v5zY9r1bp819E5CnOfLDlApzVp83cx8NKqGmgR
OEJgyY6Mok1CsXzN2y0OrOzG6b5/CWLpqi/EVQ/z+AEU2NaEi3XRti+VkHQHhohM
s6XGmUOjFq4Efz74WKdhpU+AfJDiob23PcbTAj96LSdFRPzf+84w5FAo6ctIrddj
lrgAo0/0wM6pyTw8UUxkFdB4Qabpr7fvMus1wD7SHOxikav384OioTPwCBgMrN36
Ss+Oysv+OrvqgEcnHR3V5j/8L9Tb6o93eUjcGE5SeXXckDy0briAmw4Xs5L8+kZ5
MsRKhoXqldz+2Um6S86oWj8g6zsbfofm+vlHp1oNZgofeuJ+ilUtNFQiE/9GIL2G
4SbTA9hdcGF6as9GrM3ttQ+ZsTbY4gGK1mvQI8Iqo45fJWsvaHlwiNn/0je1h3Xk
03S82ZbZsi/h/N6Cww5B
=NBOp
-END PGP SIGNATURE-


Re: CVS commit: src/sys/dev/ic

2015-07-26 Thread Erik Fair
Pull up to netbsd-7 and netbsd-6?

Erik


 On Jul 22, 2015, at 01:33, Juergen Hannken-Illjes hann...@netbsd.org wrote:
 
 Module Name:  src
 Committed By: hannken
 Date: Wed Jul 22 08:33:51 UTC 2015
 
 Modified Files:
   src/sys/dev/ic: mpt_netbsd.c
 
 Log Message:
 Adapter leaks requests when mpt_event_notify_reply() has to acknowledge
 an event leading to adapter resource shortage messages when the scsipi
 subsystem tries to use all adapt_openings.
 
 Change mpt_ctlop() to free the request on event MPI_FUNCTION_EVENT_ACK.
 
 Tested on a SunFire X4275 with Symbios Logic SAS1068E (1000:0058, rev. 4).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/mpt_netbsd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.