On 30.04.2019 00:14, John Baldwin wrote:
>> Yes, we were able to reproduce this issue in house. If you don't mind, I
>> prefer to wait for John's update - where he eliminates the EAGAIN
>> handling in the network drivers.
>
> I have rebased the branch for this, but for now it will just panic soo
On Mon, Apr 29, 2019 at 10:05:26PM +, Mark Johnston wrote:
> New Revision: 346932
> URL: https://svnweb.freebsd.org/changeset/base/346932
>
> Log:
> Optimize lseek(SEEK_DATA) on UFS.
>
> This version fixes the problems identified in r345244.
>
> Reviewed by:kib
> @@ -56,6 +
Author: np
Date: Tue Apr 30 06:04:29 2019
New Revision: 346942
URL: https://svnweb.freebsd.org/changeset/base/346942
Log:
MFC r341620:
cxgbe(4): Fall back to a basic configuration in case of any error during
card initialization. This is an expanded version of r333682.
Break up prep_
Author: jhibbits
Date: Tue Apr 30 03:45:46 2019
New Revision: 346941
URL: https://svnweb.freebsd.org/changeset/base/346941
Log:
powerpc: Stop pretending we run on e500v1 cores
Unconditional writing to MAS7, which doesn't exist on the e500v1 core, in a
TLB miss handler has been in the code
Author: np
Date: Tue Apr 30 01:25:02 2019
New Revision: 346940
URL: https://svnweb.freebsd.org/changeset/base/346940
Log:
MFC r338954, r340651, r344524, r345083.
r338954:
cxgbe(4): Enable support for per-connection rate limiting in the default
firmware configuration files.
Approved
Author: ian
Date: Tue Apr 30 00:59:59 2019
New Revision: 346939
URL: https://svnweb.freebsd.org/changeset/base/346939
Log:
MFC r346751:
Add a manpage for elf_aux_info(3)
Added:
stable/12/lib/libc/gen/auxv.3
- copied unchanged from r346751, head/lib/libc/gen/auxv.3
Modified:
stable
Author: ian
Date: Tue Apr 30 00:58:43 2019
New Revision: 346938
URL: https://svnweb.freebsd.org/changeset/base/346938
Log:
MFC r346713:
Fix typo: the 4th argument to GPIO_PIN_ACCESS_32 is the set of pins to
change, not the variable used to return the original pin state.
PR:
Author: ian
Date: Tue Apr 30 00:54:31 2019
New Revision: 346937
URL: https://svnweb.freebsd.org/changeset/base/346937
Log:
MFC r346489:
Move the reporting of spurious interrupts under bootverbose control, because
occasional spurious interrupts are a normal thing on this hardware. Also,
Author: ngie
Date: Mon Apr 29 23:07:19 2019
New Revision: 346936
URL: https://svnweb.freebsd.org/changeset/base/346936
Log:
MFC r345351:
r345351 (by bdrewery):
Build common kernel dependencies before modules.
This ensures files like genassym.o and awk/mfiles are generated before
de
Author: jhibbits
Date: Mon Apr 29 22:37:35 2019
New Revision: 346935
URL: https://svnweb.freebsd.org/changeset/base/346935
Log:
powerpc64: Fix switch panic from cpu_throw()
r18 is used to hold the old PCB flags, but cpu_throw doesn't populate r18
with PCB flags, since the old thread is go
Author: np
Date: Mon Apr 29 22:16:33 2019
New Revision: 346934
URL: https://svnweb.freebsd.org/changeset/base/346934
Log:
MFC r341172, r341270.
t4_clip.c had to be manually adjusted because Concurrency Kit is not
available in stable/11.
r341172:
Move CLIP table handling out of TOM and
Author: jhb
Date: Mon Apr 29 22:15:51 2019
New Revision: 346933
URL: https://svnweb.freebsd.org/changeset/base/346933
Log:
Rewrap some long lines.
Whitespace only change.
Modified:
head/share/man/man4/ccr.4
Modified: head/share/man/man4/ccr.4
On 4/29/19 3:04 PM, Enji Cooper wrote:
>
>> On Apr 29, 2019, at 15:00, John Baldwin wrote:
>>
>> Author: jhb
>> Date: Mon Apr 29 22:00:45 2019
>> New Revision: 346931
>> URL: https://svnweb.freebsd.org/changeset/base/346931
>>
>> Log:
>> Note that ccr(4) now supports AES-CCM.
>
> Hi John,
>
Author: markj
Date: Mon Apr 29 22:05:26 2019
New Revision: 346932
URL: https://svnweb.freebsd.org/changeset/base/346932
Log:
Optimize lseek(SEEK_DATA) on UFS.
This version fixes the problems identified in r345244.
Reviewed by: kib
MFC after:1 month
Sponsored by: The FreeBSD Fo
> On Apr 29, 2019, at 15:00, John Baldwin wrote:
>
> Author: jhb
> Date: Mon Apr 29 22:00:45 2019
> New Revision: 346931
> URL: https://svnweb.freebsd.org/changeset/base/346931
>
> Log:
> Note that ccr(4) now supports AES-CCM.
Hi John,
Should this change be MFCed (including, just maybe t
Author: jhb
Date: Mon Apr 29 22:00:45 2019
New Revision: 346931
URL: https://svnweb.freebsd.org/changeset/base/346931
Log:
Note that ccr(4) now supports AES-CCM.
Modified:
head/share/man/man4/ccr.4
Modified: head/share/man/man4/ccr.4
==
Author: np
Date: Mon Apr 29 21:55:39 2019
New Revision: 346930
URL: https://svnweb.freebsd.org/changeset/base/346930
Log:
MFC r339700:
cxgbe(4): new sysctl to display the start of the RSS region for a VI.
dev...rss_base
For example:
dev.cc.0.rss_base: 0
dev.cc.1.rss_base: 128
Author: jhb
Date: Mon Apr 29 21:39:09 2019
New Revision: 346929
URL: https://svnweb.freebsd.org/changeset/base/346929
Log:
MFC 345041:
Update ccr(4) to note recent support for SHA2-224 and plain SHA hashes.
Modified:
stable/12/share/man/man4/ccr.4
Directory Properties:
stable/12/ (props
Author: np
Date: Mon Apr 29 21:34:24 2019
New Revision: 346928
URL: https://svnweb.freebsd.org/changeset/base/346928
Log:
MFC r339628, r339965
r339628:
cxgbe(4): improve the accuracy of various TSO limits reported to the kernel.
Sponsored by: Chelsio Communications
r339965:
cx
On 4/25/19 12:10 AM, Slava Shwartsman wrote:
>
>
> On 17-Apr-19 00:28, John Baldwin wrote:
>> On 4/16/19 8:32 AM, Hans Petter Selasky wrote:
>>> On 4/16/19 4:39 PM, Andrey V. Elsukov wrote:
On 05.12.2018 17:25, Slava Shwartsman wrote:
> Author: slavash
> Date: Wed Dec 5 14:25:03 201
Author: ngie
Date: Mon Apr 29 20:53:20 2019
New Revision: 346927
URL: https://svnweb.freebsd.org/changeset/base/346927
Log:
MFC r345351:
r345351 (by bdrewery):
Build common kernel dependencies before modules.
This ensures files like genassym.o and awk/mfiles are generated before
de
Author: np
Date: Mon Apr 29 20:10:28 2019
New Revision: 346923
URL: https://svnweb.freebsd.org/changeset/base/346923
Log:
MFC r339891, r340063, r342266, r342270, r342272, r342288-r342289
r339891:
cxgbe/iw_cxgbe: Install the socket upcall before calling soconnect to
ensure that it always
Author: np
Date: Mon Apr 29 19:47:21 2019
New Revision: 346922
URL: https://svnweb.freebsd.org/changeset/base/346922
Log:
MFC r339667:
cxgbe/iw_cxgbe: save the ep in the driver-private provider_data field.
Submitted By: Lily Wang @ Netapp
Modified:
stable/11/sys/dev/cxgbe/iw_cxgbe/c
Author: np
Date: Mon Apr 29 19:37:16 2019
New Revision: 346921
URL: https://svnweb.freebsd.org/changeset/base/346921
Log:
MFC r339626:
cxgbe(4): Use automatic cidx updates with ofld and ctrl queues.
The bits that explicitly request cidx updates do not work reliably with
all possible
Author: ngie
Date: Mon Apr 29 19:36:46 2019
New Revision: 346920
URL: https://svnweb.freebsd.org/changeset/base/346920
Log:
MFC r346571,r346572:
Update the spelling of my name
Previous spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enji
instead for clarity.
Whi
Author: ngie
Date: Mon Apr 29 19:35:34 2019
New Revision: 346919
URL: https://svnweb.freebsd.org/changeset/base/346919
Log:
MFC r345723:
PROG_OVERRIDE_VARS should override default values if specified
The behavior prior to this change would not override default values if set in
`bsd.o
Author: ngie
Date: Mon Apr 29 19:34:09 2019
New Revision: 346918
URL: https://svnweb.freebsd.org/changeset/base/346918
Log:
MFC r346571,r346572:
Update the spelling of my name
Previous spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enji
instead for clarity.
Whi
Author: ngie
Date: Mon Apr 29 19:32:11 2019
New Revision: 346917
URL: https://svnweb.freebsd.org/changeset/base/346917
Log:
MFC r345723:
PROG_OVERRIDE_VARS should override default values if specified
The behavior prior to this change would not override default values if set in
`bsd.o
Author: np
Date: Mon Apr 29 19:25:06 2019
New Revision: 346916
URL: https://svnweb.freebsd.org/changeset/base/346916
Log:
MFC r338940:
cxgbe(4): Treat base/end of firmware parameters as signed integers when
figuring out whether the range is valid or not.
Modified:
stable/11/sys/dev/cxg
Author: np
Date: Mon Apr 29 19:23:27 2019
New Revision: 346915
URL: https://svnweb.freebsd.org/changeset/base/346915
Log:
MFC r338874:
cxgbe(4): Reuse existing "switching" L2T entries when possible.
Modified:
stable/11/sys/dev/cxgbe/t4_filter.c
stable/11/sys/dev/cxgbe/t4_l2t.c
stable
Author: np
Date: Mon Apr 29 19:16:29 2019
New Revision: 346914
URL: https://svnweb.freebsd.org/changeset/base/346914
Log:
MFC r338669:
cxgbe(4): Use the correct number of parameters when querying the tid
range for hashfilters.
Modified:
stable/11/sys/dev/cxgbe/t4_main.c
Directory Prope
Author: np
Date: Mon Apr 29 19:15:50 2019
New Revision: 346913
URL: https://svnweb.freebsd.org/changeset/base/346913
Log:
MFC r338355:
cxgbe/tom: Unregister shared CPL handlers on module unload. This fixes
a panic with INVARIANTS that occurs when t4_tom is unloaded and reloaded.
Modifie
Author: ngie
Date: Mon Apr 29 19:12:47 2019
New Revision: 346912
URL: https://svnweb.freebsd.org/changeset/base/346912
Log:
MFC r346539:
Fix `get_int_via_sysctlbyname(..)` on Jenkins
Initialize `oldlen` to the size of the value, instead of leaving the value
unitialized. Leaving it un
Author: ngie
Date: Mon Apr 29 19:11:56 2019
New Revision: 346911
URL: https://svnweb.freebsd.org/changeset/base/346911
Log:
MFC r346539:
Fix `get_int_via_sysctlbyname(..)` on Jenkins
Initialize `oldlen` to the size of the value, instead of leaving the value
unitialized. Leaving it un
Author: mav
Date: Mon Apr 29 19:10:24 2019
New Revision: 346910
URL: https://svnweb.freebsd.org/changeset/base/346910
Log:
MFC r344192 (by sef): Add support for a virtual hostname to nfsd
Specifically, this allows (via "-V vhostname") telling nfsd what principal
to use, instead of the hos
Author: ngie
Date: Mon Apr 29 19:09:44 2019
New Revision: 346909
URL: https://svnweb.freebsd.org/changeset/base/346909
Log:
MFC r346542:
Fix sys.kern.coredump_phnum_test.coredump_phnum on i386
The zero-padding when printing out the Size field is on 32-bit architectures
is
5, not 15.
Author: oshogbo
Date: Mon Apr 29 18:56:39 2019
New Revision: 346908
URL: https://svnweb.freebsd.org/changeset/base/346908
Log:
MFC r346113:
libnv: fix compilation warnings
When building libnv without a debug those arguments are no longer used
because assertions will be changed to NOP
Author: oshogbo
Date: Mon Apr 29 18:55:49 2019
New Revision: 346907
URL: https://svnweb.freebsd.org/changeset/base/346907
Log:
MFC r346113:
libnv: fix compilation warnings
When building libnv without a debug those arguments are no longer used
because assertions will be changed to NOP
> On Apr 29, 2019, at 11:48 AM, Enji Cooper wrote:
>
> Author: ngie
> Date: Mon Apr 29 18:48:43 2019
> New Revision: 346904
> URL: https://svnweb.freebsd.org/changeset/base/346904
>
> Log:
> Update/reformat maintainer entries that I am a part of
>
> * Replace all instances of freebsd-testin
Author: oshogbo
Date: Mon Apr 29 18:54:39 2019
New Revision: 346906
URL: https://svnweb.freebsd.org/changeset/base/346906
Log:
MFC r346112:
libnv: fix compilation warnings
When building libnv without a debug those arguments are no longer used
because assertions will be changed to
Author: oshogbo
Date: Mon Apr 29 18:52:04 2019
New Revision: 346905
URL: https://svnweb.freebsd.org/changeset/base/346905
Log:
MFC r346112:
libnv: fix compilation warnings
When building libnv without a debug those arguments are no longer used
because assertions will be changed to
Author: ngie
Date: Mon Apr 29 18:48:43 2019
New Revision: 346904
URL: https://svnweb.freebsd.org/changeset/base/346904
Log:
Update/reformat maintainer entries that I am a part of
* Replace all instances of freebsd-testing with `#test`. `#test` is the
Phabricator group that focuses on te
Author: emaste
Date: Mon Apr 29 18:37:39 2019
New Revision: 346903
URL: https://svnweb.freebsd.org/changeset/base/346903
Log:
MFC ar: implement support for /SYM64/ 64-bit archives
r346079: ar: implement support for /SYM64/ 64-bit archives
Submitted by: Gerald Aryeetey
Reviewed by:
Author: emaste
Date: Mon Apr 29 18:34:11 2019
New Revision: 346902
URL: https://svnweb.freebsd.org/changeset/base/346902
Log:
MFC ar: implement support for /SYM64/ 64-bit archives
r346079: ar: implement support for /SYM64/ 64-bit archives
Submitted by: Gerald Aryeetey
Reviewed by:
Author: emaste
Date: Mon Apr 29 18:28:34 2019
New Revision: 346901
URL: https://svnweb.freebsd.org/changeset/base/346901
Log:
MFC r339648: ar: report errno on warning/error
Previously ar would report an error like "ar: fatal: Write error"
without including additional errno information
Author: emaste
Date: Mon Apr 29 18:25:39 2019
New Revision: 346900
URL: https://svnweb.freebsd.org/changeset/base/346900
Log:
MFC r339648: ar: report errno on warning/error
Previously ar would report an error like "ar: fatal: Write error"
without including additional errno information. C
Author: zeising (doc,ports committer)
Date: Mon Apr 29 18:20:51 2019
New Revision: 346899
URL: https://svnweb.freebsd.org/changeset/base/346899
Log:
Add a note to MAINTAINERS for lkpi for graphics
Add a note to MAINTAINERS requesting pre-commit review from the graphics
team, using phabric
Author: mav
Date: Mon Apr 29 18:09:55 2019
New Revision: 346898
URL: https://svnweb.freebsd.org/changeset/base/346898
Log:
ip multicast debug: fix strings vs defines
Turning on multicast debug made multicast failure worse
because the strings and #define values no longer matched
up. Fix
Author: luporl
Date: Mon Apr 29 16:50:33 2019
New Revision: 346897
URL: https://svnweb.freebsd.org/changeset/base/346897
Log:
[PPC64] Turn opal_flash.c into a device
This change makes it easier to enable/disable the inclusion of
OPAL flash in the kernel.
Reviewed by: jhibbits
Diff
Author: br
Date: Mon Apr 29 16:27:15 2019
New Revision: 346896
URL: https://svnweb.freebsd.org/changeset/base/346896
Log:
o Rewrite softdma_process_tx() of Altera SoftDMA engine driver
so it does not require a bounce buffer. The only need for this was
to align the buffer address. Impleme
Author: bde
Date: Mon Apr 29 16:26:29 2019
New Revision: 346895
URL: https://svnweb.freebsd.org/changeset/base/346895
Log:
Support all reasonable cursor sizes. Reduce the size of the standard
cursor from 16x16 (with 6 columns unused) to 10x16 and rename it to
the "small" cursor. Add a "lar
Author: mhorne
Date: Mon Apr 29 16:16:00 2019
New Revision: 346892
URL: https://svnweb.freebsd.org/changeset/base/346892
Log:
MFC r346016:
Add option to build LLVM RISC-V target
Approved by: markj (mentor)
Added:
stable/12/tools/build/options/WITHOUT_LLVM_TARGET_RISCV
- copied un
Author: mhorne
Date: Mon Apr 29 16:14:24 2019
New Revision: 346891
URL: https://svnweb.freebsd.org/changeset/base/346891
Log:
MFC r346016:
Add option to build LLVM RISC-V target
Approved by: markj (mentor)
Added:
stable/11/tools/build/options/WITHOUT_LLVM_TARGET_RISCV
- copied un
Author: bde
Date: Mon Apr 29 15:58:05 2019
New Revision: 346890
URL: https://svnweb.freebsd.org/changeset/base/346890
Log:
Oops, r346889 broke showing of the mouse cursor after clearing, by
forgetting to tell the bitmap-copying clearing method to preserve the
cursor.
Modified:
head/lib/li
On Mon, Apr 29, 2019 at 10:08, Ed Maste wrote:
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range develo
On Mon, Apr 29, 2019 at 11:16 PM Andrew Gallatin
wrote:
> On 2019-04-29 10:54, Emmanuel Vadot wrote:
> > On Mon, 29 Apr 2019 10:49:01 -0400
> > Andrew Gallatin wrote:
> >
> >> On 2019-04-29 10:21, Rodney W. Grimes wrote:
> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> wrote:
>
On 2019-04-29 10:54, Emmanuel Vadot wrote:
On Mon, 29 Apr 2019 10:49:01 -0400
Andrew Gallatin wrote:
On 2019-04-29 10:21, Rodney W. Grimes wrote:
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but
On Mon, 29 Apr 2019 10:49:01 -0400
Andrew Gallatin wrote:
> On 2019-04-29 10:21, Rodney W. Grimes wrote:
> >> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> >> wrote:
> >>>
> >>> Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
> >>
> >> I know you're joking but the comment does
On 2019-04-29 10:21, Rodney W. Grimes wrote:
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer pl
> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> wrote:
> >
> > Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
>
> I know you're joking but the comment does highlight an issue in the
> AArch64 world - there's a lack of good mid-range developer platforms.
I may of been joking w
Author: bde
Date: Mon Apr 29 14:13:53 2019
New Revision: 346889
URL: https://svnweb.freebsd.org/changeset/base/346889
Log:
Refactor and simplify hiding the mouse cursor and fix bugs caused by
complications in the previous methods.
r346761 broke showing the mouse cursor after changing its
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
>
> Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer platforms.
FreeBSD runs on Cavium/Marvell Thunde
Yes. Someone pointed out that was needed for some builds to avoid
an "unused variable" warning. (I don't get the warning when I do a build.)
The change was committed to head as r346856 yesterday with a 1 week MFC.
rick
From: Andre Albsmeier
Sent: Monday,
Author: markj
Date: Mon Apr 29 13:23:32 2019
New Revision: 346888
URL: https://svnweb.freebsd.org/changeset/base/346888
Log:
Stop checking TD_IDLETHREAD() in buffer cache routines.
These predicates are vestigal and cannot be true today. For example,
idle threads are not allowed to acquir
Author: markj
Date: Mon Apr 29 13:20:55 2019
New Revision: 346887
URL: https://svnweb.freebsd.org/changeset/base/346887
Log:
MFC r346544:
Clarify the relationship between INVARIANTS and DIAGNOSTIC a bit.
Modified:
stable/11/sys/conf/NOTES
Directory Properties:
stable/11/ (props changed)
Author: markj
Date: Mon Apr 29 13:20:24 2019
New Revision: 346886
URL: https://svnweb.freebsd.org/changeset/base/346886
Log:
MFC r346544:
Clarify the relationship between INVARIANTS and DIAGNOSTIC a bit.
Modified:
stable/12/sys/conf/NOTES
Directory Properties:
stable/12/ (props changed)
Author: ae
Date: Mon Apr 29 09:52:53 2019
New Revision: 346885
URL: https://svnweb.freebsd.org/changeset/base/346885
Log:
Handle HAVE_PROTO flag and print "proto" keyword for O_IP4 and O_IP6
opcodes when it is needed.
This should fix the problem, when printed by `ipfw show` rule could not
Author: ae
Date: Mon Apr 29 09:33:16 2019
New Revision: 346884
URL: https://svnweb.freebsd.org/changeset/base/346884
Log:
Add IPv6 support for O_IPLEN opcode.
Obtained from:Yandex LLC
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modi
On Sat, 27-Apr-2019 at 02:13:15 +, Rick Macklem wrote:
> Author: rmacklem
> Date: Sat Apr 27 02:13:15 2019
> New Revision: 346775
> URL: https://svnweb.freebsd.org/changeset/base/346775
>
> Log:
> MFC: r346190
> Fix nfsdumpstate(8) so that it can print out INET6 callback addresses.
>
>
69 matches
Mail list logo