Jenkins build became unstable: FreeBSD_HEAD-tests2 #237

2014-11-12 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Minor bug in SCSI definition

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 7:30 PM, Rang, Anton wrote: > Coverity found an issue in this area which I tracked down to the incorrect > definition patched below. > > The SID_QUAL macro is (((inq_data)->device & 0xE0) >> 5) which extracts the > peripheral qualifier. > Per SCSI-2 (draft 10L) table 46,

Minor bug in SCSI definition

2014-11-12 Thread Rang, Anton
Coverity found an issue in this area which I tracked down to the incorrect definition patched below. The SID_QUAL macro is (((inq_data)->device & 0xE0) >> 5) which extracts the peripheral qualifier. Per SCSI-2 (draft 10L) table 46, the vendor-specific values are "1XXb". This probably affects al

Re: shutdown or acpi problem

2014-11-12 Thread Steve Kargl
On Wed, Nov 12, 2014 at 06:27:13PM -0800, Chris H wrote: > On Wed, 12 Nov 2014 18:08:52 -0800 Steve Kargl > wrote > > > On Wed, Nov 12, 2014 at 06:03:43PM -0800, Chris H wrote: > > > On Wed, 12 Nov 2014 15:26:55 -0800 Steve Kargl > > > wrote > > > > > > > I run 'make delete-old' and 'make delet

Re: shutdown or acpi problem

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 6:43 PM, NGie Cooper wrote: > On Wed, Nov 12, 2014 at 6:27 PM, Chris H wrote: > > ... > >> How so? It's been necessary for as long >> as I can remember. Just to confirm, I looked to see if anything >> had changed: >> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbo

Re: shutdown or acpi problem

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 6:27 PM, Chris H wrote: ... > How so? It's been necessary for as long > as I can remember. Just to confirm, I looked to see if anything > had changed: > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > seems not. Do note; I'm not trying to be ar

Re: shutdown or acpi problem

2014-11-12 Thread Chris H
On Wed, 12 Nov 2014 18:08:52 -0800 Steve Kargl wrote > On Wed, Nov 12, 2014 at 06:03:43PM -0800, Chris H wrote: > > On Wed, 12 Nov 2014 15:26:55 -0800 Steve Kargl > > wrote > > > > > I run 'make delete-old' and 'make delete-old-libs' after > > > each installworld. In this case, I was upgradin

Re: shutdown or acpi problem

2014-11-12 Thread Steve Kargl
On Wed, Nov 12, 2014 at 06:03:43PM -0800, Chris H wrote: > On Wed, 12 Nov 2014 15:26:55 -0800 Steve Kargl > wrote > > > I run 'make delete-old' and 'make delete-old-libs' after > > each installworld. In this case, I was upgrading from > > r271492 to r274273. The procedure I use is > > > > cd

Re: shutdown or acpi problem

2014-11-12 Thread Chris H
On Wed, 12 Nov 2014 15:26:55 -0800 Steve Kargl wrote > On Wed, Nov 12, 2014 at 03:12:46PM -0800, NGie Cooper wrote: > > On Wed, Nov 12, 2014 at 2:42 PM, Steve Kargl > > wrote: > > > I have a kernel/world from r274273 sources, which is exhibiting a new > > > issue on my old laptop. Neither 'shut

building stable/10 on -current

2014-11-12 Thread Russell L. Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On current r273808, make buildworld in a stable/10 tree fails with: building shared library libc.so.7 /usr/bin/ld: _umtx_unlock.So: relocation R_X86_64_32 against `SYS__umtx_unlock' can not be used when making a shared object; recompile with -fPIC

Re: shutdown or acpi problem

2014-11-12 Thread Steve Kargl
On Wed, Nov 12, 2014 at 03:12:46PM -0800, NGie Cooper wrote: > On Wed, Nov 12, 2014 at 2:42 PM, Steve Kargl > wrote: > > I have a kernel/world from r274273 sources, which is exhibiting a new > > issue on my old laptop. Neither 'shutdown -p now' nor 'shutdown -r now' > > work. I get to the end of

Re: shutdown or acpi problem

2014-11-12 Thread Steve Kargl
On Wed, Nov 12, 2014 at 02:42:13PM -0800, Steve Kargl wrote: > I have a kernel/world from r274273 sources, which is exhibiting a new > issue on my old laptop. Neither 'shutdown -p now' nor 'shutdown -r now' > work. I get to the end of shutdown and see for example > > All buffers synced > Uptime:

Re: shutdown or acpi problem

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 2:42 PM, Steve Kargl wrote: > I have a kernel/world from r274273 sources, which is exhibiting a new > issue on my old laptop. Neither 'shutdown -p now' nor 'shutdown -r now' > work. I get to the end of shutdown and see for example > > All buffers synced > Uptime: 4h23m15s

shutdown or acpi problem

2014-11-12 Thread Steve Kargl
I have a kernel/world from r274273 sources, which is exhibiting a new issue on my old laptop. Neither 'shutdown -p now' nor 'shutdown -r now' work. I get to the end of shutdown and see for example All buffers synced Uptime: 4h23m15s and then the laptop just sits there. It does not power off wi

Re: netmap: extension to store user data per packet/slot?

2014-11-12 Thread Luigi Rizzo
On Wed, Nov 12, 2014 at 11:16 AM, Slawa Olhovchenkov wrote: > On Tue, Nov 11, 2014 at 10:13:54PM +0100, Franco Fichtner wrote: > > > Hi Luigi, > > hi all, > > > > so I was running into logistics issues with netmap(4) > > with regard to zero-copy and redirection through pipes: > > working on a loa

Re: CFR: AES-GCM and OpenCrypto work review

2014-11-12 Thread John-Mark Gurney
Vsevolod Stakhov wrote this message on Sat, Nov 08, 2014 at 21:20 +: > On 08/11/14 20:45, John-Mark Gurney wrote: > >Vsevolod Stakhov wrote this message on Sat, Nov 08, 2014 at 18:55 +: > >>On 08/11/14 04:23, John-Mark Gurney wrote: > >>>Hello, > >>> > >>>Over the last few months, I've been

Re: netmap: extension to store user data per packet/slot?

2014-11-12 Thread Slawa Olhovchenkov
On Tue, Nov 11, 2014 at 10:13:54PM +0100, Franco Fichtner wrote: > Hi Luigi, > hi all, > > so I was running into logistics issues with netmap(4) > with regard to zero-copy and redirection through pipes: > working on a load-balancing framework revealed that it > is very hard to track a packet's or

Re: r273918 buildworld broke at semaphore

2014-11-12 Thread Beeblebrox
I solved this problem about 4 hours ago and posted through the Nabble interface. My email is not posting to the mail list, and stil shows as "not-accepted" - there's some sort of problem there... Regards. ___ freebsd-current@freebsd.org mailing list

Re: r273918 buildworld broke at semaphore

2014-11-12 Thread John Baldwin
On Tuesday, November 11, 2014 4:22:05 pm Henry Hu wrote: > On Tue, Nov 11, 2014 at 1:33 PM, John Baldwin wrote: > > > On Friday, October 31, 2014 4:08:06 pm Beeblebrox wrote: > > > First breakage in a long time. Error is: > > > > > > In file included from cancelpoints_sem_new.c:47: > > > /usr/src

New LOR's concerning zfs.

2014-11-12 Thread Valentin Davydov
Recently I've installed current in an unusual configuration: root ZFS pool on an USB stick, without any partitioning. It works good, but quite often throws three different LORs, all related to ZFS subsystem. I suspect this is due to the irregular timing pattern of the USB access, and I couldn't

Re: netmap: extension to store user data per packet/slot?

2014-11-12 Thread Franco Fichtner
Hi Luigi, On 12 Nov 2014, at 00:00, Luigi Rizzo wrote: > apparently you want some user-defined metadata to move > along with the packet, but i do not think it is > reasonable to put it in the slots. > If we do that, what about timestamps, flow IDs, > interface and queue index and all the rest of