Author: avg
Date: Tue Aug 9 06:11:24 2016
New Revision: 303869
URL: https://svnweb.freebsd.org/changeset/base/303869
Log:
fix a zfs cross-device rename crash introduced in r303763
The problem was that 'zfsvfs' variable was not initialized if the error
was detected, but in the exit path t
On 09/08/2016 08:10, Andriy Gapon wrote:
> On 09/08/2016 02:48, Navdeep Parhar wrote:
>> Hello Andriy,
>>
>> I'm at r303837 and have had two panics today in zfs_rename. I have a
>> core for a kernel built with -O0. Let me know if you think it's related
>> to this commit and need more information.
On 09/08/2016 02:48, Navdeep Parhar wrote:
> Hello Andriy,
>
> I'm at r303837 and have had two panics today in zfs_rename. I have a
> core for a kernel built with -O0. Let me know if you think it's related
> to this commit and need more information. This is the stack:
>
> (also available at ht
Author: sephe
Date: Tue Aug 9 04:50:20 2016
New Revision: 303867
URL: https://svnweb.freebsd.org/changeset/base/303867
Log:
hyperv/hn: Move gpa array out of netvsc_packet.
Prepare to deprecate the netvsc_packet.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:
Author: stevek
Date: Tue Aug 9 02:16:21 2016
New Revision: 303863
URL: https://svnweb.freebsd.org/changeset/base/303863
Log:
Move IPv4-specific jail functions to new file netinet/in_jail.c
_prison_check_ip4 renamed to prison_check_ip4_locked
Move IPv6-specific jail functions to new file
Author: adrian
Date: Tue Aug 9 01:05:29 2016
New Revision: 303862
URL: https://svnweb.freebsd.org/changeset/base/303862
Log:
[ar9300] don't program a negative readytime.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c
Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_
(Added bdrewery to CC, since I'm talking with him on IRC.)
On Tue, Aug 9, 2016 at 1:43 AM, Mark Johnston wrote:
> On Tue, Aug 09, 2016 at 12:53:47AM +0200, Oliver Pinter wrote:
>> Hi!
>>
>> Can you please MFC back this change 10-STABLE together with the
>> following:
>> https://github.com/Harden
Hello Andriy,
I'm at r303837 and have had two panics today in zfs_rename. I have a
core for a kernel built with -O0. Let me know if you think it's related
to this commit and need more information. This is the stack:
(also available at https://people.freebsd.org/~np/rename_panic.txt in
case the
On Tue, Aug 09, 2016 at 12:53:47AM +0200, Oliver Pinter wrote:
> Hi!
>
> Can you please MFC back this change 10-STABLE together with the
> following:
> https://github.com/HardenedBSD/hardenedBSD/commit/576619e564618bca3675db57580d8e1f76bd2ac7
>
> This issue is still exists on 10-STABLE, as you c
Hi!
Can you please MFC back this change 10-STABLE together with the
following:
https://github.com/HardenedBSD/hardenedBSD/commit/576619e564618bca3675db57580d8e1f76bd2ac7
This issue is still exists on 10-STABLE, as you can test with the
linked program from phabricator:
https://people.freebsd.org/
Author: jhb
Date: Mon Aug 8 21:45:39 2016
New Revision: 303860
URL: https://svnweb.freebsd.org/changeset/base/303860
Log:
Reserve an adapter flag IS_VF to mark VF devices vs PF devices.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/adapter.h
Modified: head/sys/dev/c
Author: jhb
Date: Mon Aug 8 21:28:02 2016
New Revision: 303859
URL: https://svnweb.freebsd.org/changeset/base/303859
Log:
Fix a typo.
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_sge.c
==
--
On Sun, Aug 7, 2016 at 2:51 AM, Brooks Davis wrote:
> On Sat, Aug 06, 2016 at 06:48:47PM +, Stephen J. Kiernan wrote:
>> Author: stevek
>> Date: Sat Aug 6 18:48:47 2016
>> New Revision: 303803
>> URL: https://svnweb.freebsd.org/changeset/base/303803
>>
>> Log:
>> Add hw.fdt sysctl node.
>>
Author: markj
Date: Mon Aug 8 20:25:04 2016
New Revision: 303855
URL: https://svnweb.freebsd.org/changeset/base/303855
Log:
Handle races with listening socket close when connecting a unix socket.
If the listening socket is closed while sonewconn() is executing, the
nascent child socket i
Author: sbruno
Date: Mon Aug 8 19:31:01 2016
New Revision: 303848
URL: https://svnweb.freebsd.org/changeset/base/303848
Log:
Avoid panic from ng_uncallout when unpluggin ethernet cable with active
PPTP VPN connection.
Submitted by: Michael Zhilin
Reviewed by: ngie
MFC after:3 d
Author: sbruno
Date: Mon Aug 8 18:57:50 2016
New Revision: 303847
URL: https://svnweb.freebsd.org/changeset/base/303847
Log:
Fixup ixl(4) options parsing to actually compile when using RSS/PCBGROUP
in GENERIC.
Fixup #ifdef RSS code blocks so that they build and add/delete variables
tha
On 7 Aug 2016, at 7:40, Bruce Simpson wrote:
> On 07/08/16 11:58, Bruce Simpson wrote:
>> Is there a way to revert this change, at least on an ongoing
>> operational basis (e.g. configuration file) for those of us who
>> use FreeBSD to connect directly to such devices?
>
> I was able to override t
Author: ae
Date: Mon Aug 8 18:30:50 2016
New Revision: 303845
URL: https://svnweb.freebsd.org/changeset/base/303845
Log:
Fix formatting of setfib opcode.
Zero fib is correct value and it conflicts with IP_FW_TARG.
Use bprint_uint_arg() only when opcode contains IP_FW_TARG,
otherwise ju
Author: bdrewery
Date: Mon Aug 8 18:13:03 2016
New Revision: 303844
URL: https://svnweb.freebsd.org/changeset/base/303844
Log:
make world: Allow installworld to be ran in parallel.
This has been safe for a while.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile
Author: ae
Date: Mon Aug 8 18:10:30 2016
New Revision: 303842
URL: https://svnweb.freebsd.org/changeset/base/303842
Log:
Fix constructing of setdscp opcode with tablearg keyword.
setdscp's argument can have zero value that conflicts with IP_FW_TARG value.
Always set high-order bit if par
On Monday, August 08, 2016 05:57:25 PM John Baldwin wrote:
> Author: jhb
> Date: Mon Aug 8 17:57:25 2016
> New Revision: 303840
> URL: https://svnweb.freebsd.org/changeset/base/303840
>
> Log:
> Add timer_settime tests using SIGEV_THREAD.
>
> Note that these tests should work fine on NetBS
Author: bdrewery
Date: Mon Aug 8 17:59:59 2016
New Revision: 303841
URL: https://svnweb.freebsd.org/changeset/base/303841
Log:
Revert r298434 which should be fixed by r301287, r301394, and r301403.
PR: 208703, 208963
Modified:
head/lib/msun/tests/Makefile
Modified: head/lib/msun/test
Author: jhb
Date: Mon Aug 8 17:57:25 2016
New Revision: 303840
URL: https://svnweb.freebsd.org/changeset/base/303840
Log:
Add timer_settime tests using SIGEV_THREAD.
Note that these tests should work fine on NetBSD and other systems as
SIGEV_THREAD is POSIX.
Differential Revision:
Author: hselasky
Date: Mon Aug 8 16:22:16 2016
New Revision: 303837
URL: https://svnweb.freebsd.org/changeset/base/303837
Log:
Switch to the new block based LRO input function for the mlx5en
driver. This change significantly increases the overall RX aggregation
ratio for heavily loaded netw
Author: rstone
Date: Mon Aug 8 16:19:24 2016
New Revision: 303836
URL: https://svnweb.freebsd.org/changeset/base/303836
Log:
Don't enqueue NULL on a drbr
In one corner case in the bxe TX path, a NULL mbuf could be enqueued onto
a drbr queue. This could case a KASSERT to fire with INVARI
Author: tuexen
Date: Mon Aug 8 13:52:18 2016
New Revision: 303834
URL: https://svnweb.freebsd.org/changeset/base/303834
Log:
Fix the sending of FORWARD-TSN and I-FORWARD-TSN chunks. The
last SID/SSN pair wasn't filled in.
Thanks to Julian Cordes for providing a packetdrill script
triggeri
Author: ed
Date: Mon Aug 8 13:15:37 2016
New Revision: 303833
URL: https://svnweb.freebsd.org/changeset/base/303833
Log:
Import vDSO-related source files from the CloudABI repository.
CloudABI executables that are emulated on Mac OS X do not invoke system
calls through "syscall". Instead
On Sun, Aug 07, 2016 at 03:48:44PM -0700, Xin Li wrote:
>
>
> On 8/7/16 14:20, Warner Losh wrote:
> >
> >> On Aug 7, 2016, at 3:11 PM, Andrey Chernov wrote:
> >>
> >>> OTOH, FreeBSD has a documented deprecation process that says things will
> >>> continue working for a major release after being
Warner Losh writes:
> Andrey Chernov writes:
> > FreeBSD 11 is not released yet (betas are not counted), stable-10 too,
> > so it is right time to deprecate for them.
> Nice try, but feature freeze was months ago. Have you got buy in from the
> security officer and the release engineer?
>
> I did
On Mon, Aug 08, 2016 at 11:40:55AM +0100, Bruce Simpson wrote:
> On 08/08/16 11:36, Dag-Erling Smørgrav wrote:
> > Bruce Simpson writes:
> > > Alcatel-Lucent OmniSwitch 6800 login broken
> ...
> > This patch did not remove weak DH groups. That happened in 7.0p1 back
> > in January.
>
> So my rea
Author: des
Date: Mon Aug 8 10:46:18 2016
New Revision: 303832
URL: https://svnweb.freebsd.org/changeset/base/303832
Log:
Try to check whether each key file exists before adding it, and bail out
if we didn't find any of them. This reduces log spam about key files for
deprecated algorithms,
On 08/08/16 11:36, Dag-Erling Smørgrav wrote:
Bruce Simpson writes:
Alcatel-Lucent OmniSwitch 6800 login broken
...
This patch did not remove weak DH groups. That happened in 7.0p1 back
in January.
So my reading of this is that PuTTy may be the best workaround for
end-users who have to sp
Bruce Simpson writes:
> Alcatel-Lucent OmniSwitch 6800 login broken (pfSense 2.3.2 which
> accepted the upstream change, workaround no-go)
>
> [2.3.2-RELEASE][r...@gw.lab]/root: ssh -l admin
> -oKexAlgorithms=+diffie-hellman-group1-sha1 192.168.1.XXX
> Fssh_ssh_dispatch_run_fatal: Connection to 19
Andrey Chernov writes:
> You should address your complains to original openssh author instead, it
> was his decision to get rid of weak algos. In my personal opinion, if
> your hardware is outdated, just drop it out. We can't turn our security
> team into compatibility team, by constantly restorin
Author: tuexen
Date: Mon Aug 8 08:20:10 2016
New Revision: 303831
URL: https://svnweb.freebsd.org/changeset/base/303831
Log:
Fix a locking issue found by stress testing with tsctp.
The inp read lock neeeds to be held when considering control->do_not_ref_stcb.
MFC after:3 days
Modified:
Author: ngie
Date: Mon Aug 8 07:19:30 2016
New Revision: 303830
URL: https://svnweb.freebsd.org/changeset/base/303830
Log:
Remove vestigal references to __alpha__
Replace alpha reference in getconf(1) with amd64 [*]
MFC after:1 week
PR: 211300 [*]
Submitted by: Sevan
36 matches
Mail list logo