On 2019-10-15 00:27, Emmanuel Vadot wrote:
+#defineDWC3_GTXFIFOSIZ(x) (0xc300 + 0x4 * x)
+#defineDWC3_GRXFIFOSIZ(x) (0xc380 + 0x4 * x)
Use a pair of ()'s around arguments:
#define DWC3_GRXFIFOSIZ(x) (0xc380 + 0x4 * (x))
--HPS
Author: tsoome
Date: Tue Oct 15 08:33:05 2019
New Revision: 353544
URL: https://svnweb.freebsd.org/changeset/base/353544
Log:
boot1.efi: provide generic exit() and stub getchar()
panic() is expecting us to have exit and getchar, lets provide those.
Modified:
head/stand/efi/boot1/boot1.c
Author: ae
Date: Tue Oct 15 09:50:02 2019
New Revision: 353545
URL: https://svnweb.freebsd.org/changeset/base/353545
Log:
Explicitly initialize the memory buffer to store O_ICMP6TYPE opcode.
By default next_cmd() initializes only first u32 of opcode. O_ICMP6TYPE
opcode has array of bit ma
On 13.10.2019 21:17, Michael Tuexen wrote:
> Author: tuexen
> Date: Sun Oct 13 18:17:08 2019
> New Revision: 353480
> URL: https://svnweb.freebsd.org/changeset/base/353480
>
> Log:
> Use an event handler to notify the SCTP about IP address changes
> instead of calling an SCTP specific function
Author: hselasky
Date: Tue Oct 15 11:11:21 2019
New Revision: 353546
URL: https://svnweb.freebsd.org/changeset/base/353546
Log:
Fix missing epochification of the ipoib code after r353292.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Author: hselasky
Date: Tue Oct 15 11:12:31 2019
New Revision: 353547
URL: https://svnweb.freebsd.org/changeset/base/353547
Log:
Fix missing epochification of the ibcore code after r353292.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/drivers/infiniband/core/ib_addr.c
Modi
Author: hselasky
Date: Tue Oct 15 11:14:14 2019
New Revision: 353548
URL: https://svnweb.freebsd.org/changeset/base/353548
Log:
Fix missing epochification of the LinuxKPI after r353292.
Sponsored by: Mellanox Technologies
Modified:
head/sys/compat/linuxkpi/common/include/linux/netdevice.
Author: hselasky
Date: Tue Oct 15 11:20:16 2019
New Revision: 353549
URL: https://svnweb.freebsd.org/changeset/base/353549
Log:
Exclude the network link eventhandler from epochification after r353292.
This fixes the following assert when "options RATELIMIT" is used:
panic()
malloc()
s
Author: hselasky
Date: Tue Oct 15 12:08:09 2019
New Revision: 353550
URL: https://svnweb.freebsd.org/changeset/base/353550
Log:
The two functions ifnet_byindex() and ifnet_byindex_locked() are exactly the
same after the network stack was epochified. Merge the two into one function
and cleanu
Author: avg
Date: Tue Oct 15 14:20:11 2019
New Revision: 353556
URL: https://svnweb.freebsd.org/changeset/base/353556
Log:
MFV r353551: 10452 ZoL: merge in large dnode feature fixes
illumos/illumos-gate@946342a260bbae359b48bf142ec1fe40792ee862
https://github.com/illumos/illumos-gate/comm
Author: avg
Date: Tue Oct 15 14:29:18 2019
New Revision: 353559
URL: https://svnweb.freebsd.org/changeset/base/353559
Log:
MFV r353558: 10572 10579 Fix race in dnode_check_slots_free()
illumos/illumos-gate@aa02ea01948372a32cbf08bfc31c72c32e3fc81e
https://github.com/illumos/illumos-gate/c
Author: avg
Date: Tue Oct 15 15:09:36 2019
New Revision: 353565
URL: https://svnweb.freebsd.org/changeset/base/353565
Log:
MFV r353561: 10343 ZoL: Prefix all refcount functions with zfs_
illumos/illumos-gate@e914ace2e9d9bf2dbf9a1f1ce81cb776022096f5
https://github.com/illumos/illumos-gate
Author: glebius
Date: Tue Oct 15 15:40:03 2019
New Revision: 353566
URL: https://svnweb.freebsd.org/changeset/base/353566
Log:
Remove pfctlinput2(). It came from KAME and had never ever been in use.
Modified:
head/sys/kern/uipc_domain.c
head/sys/sys/protosw.h
Modified: head/sys/kern/uipc_d
Author: avg
Date: Tue Oct 15 15:52:01 2019
New Revision: 353568
URL: https://svnweb.freebsd.org/changeset/base/353568
Log:
fix up r353565, somehow a few files did not get committed
MFC after:3 weeks
X-MFC with: r353565
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
On Tue, Oct 15, 2019 at 03:40:03PM +, Gleb Smirnoff wrote:
T> Author: glebius
T> Date: Tue Oct 15 15:40:03 2019
T> New Revision: 353566
T> URL: https://svnweb.freebsd.org/changeset/base/353566
T>
T> Log:
T> Remove pfctlinput2(). It came from KAME and had never ever been in use.
The commit m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Am Tue, 15 Oct 2019 15:09:36 + (UTC)
Andriy Gapon schrieb:
> Author: avg
> Date: Tue Oct 15 15:09:36 2019
> New Revision: 353565
> URL: https://svnweb.freebsd.org/changeset/base/353565
>
> Log:
> MFV r353561: 10343 ZoL: Prefix all refcount f
On 15/10/2019 18:53, O. Hartmann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Am Tue, 15 Oct 2019 15:09:36 + (UTC)
> Andriy Gapon schrieb:
Sorry, I got tired before I could scroll to your reply.
--
Andriy Gapon
___
svn-src-head@
On Tue, 2019-10-15 at 18:56 +0300, Andriy Gapon wrote:
> On 15/10/2019 18:53, O. Hartmann wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> >
> > Am Tue, 15 Oct 2019 15:09:36 + (UTC)
> > Andriy Gapon schrieb:
>
> Sorry, I got tired before I could scroll to your reply.
>
You
On 15/10/2019 19:00, Ian Lepore wrote:
> On Tue, 2019-10-15 at 18:56 +0300, Andriy Gapon wrote:
>> On 15/10/2019 18:53, O. Hartmann wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA256
>>>
>>> Am Tue, 15 Oct 2019 15:09:36 + (UTC)
>>> Andriy Gapon schrieb:
>>
>> Sorry, I got tired bef
Author: brooks
Date: Tue Oct 15 16:05:17 2019
New Revision: 353569
URL: https://svnweb.freebsd.org/changeset/base/353569
Log:
rpcgen: make compiler arglist allocation dynamic
Limit argmax to an absurdly large value prevent overflow (no overflow
possible on FreeBSD due to ARG_MAX).
In
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Am Tue, 15 Oct 2019 18:56:25 +0300
Andriy Gapon schrieb:
> On 15/10/2019 18:53, O. Hartmann wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> >
> > Am Tue, 15 Oct 2019 15:09:36 + (UTC)
> > Andriy Gapon schrieb:
>
> Sorry, I
> Am Tue, 15 Oct 2019 18:56:25 +0300
> Andriy Gapon schrieb:
>
>> On 15/10/2019 18:53, O. Hartmann wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA256
>>>
>>> Am Tue, 15 Oct 2019 15:09:36 + (UTC)
>>> Andriy Gapon schrieb:
>
>> Sorry, I got tired before I could scroll to your re
Author: jhb
Date: Tue Oct 15 17:11:42 2019
New Revision: 353572
URL: https://svnweb.freebsd.org/changeset/base/353572
Log:
Update MIPS kernel builds to work with mips-gcc.
- Use a default -march of mips64 on N64 and N32 kernels.
- Set the endianness (via MIPS_ENDIAN) and ABI (via MIPS_ABI
Author: jhb
Date: Tue Oct 15 17:14:30 2019
New Revision: 353573
URL: https://svnweb.freebsd.org/changeset/base/353573
Log:
Don't set the OUTPUT_FORMAT explicitly but let ld derive it.
This fixes an error with modern ld.bfd and is inline with the changes in
r215251 and r217612.
Review
Author: jhb
Date: Tue Oct 15 17:17:16 2019
New Revision: 353574
URL: https://svnweb.freebsd.org/changeset/base/353574
Log:
Fix a write-only variable warning from external GCC.
Reviewed by: imp
Differential Revision:https://reviews.freebsd.org/D22032
Modified:
head/sys/mips/nlm
Author: br
Date: Tue Oct 15 17:24:21 2019
New Revision: 353575
URL: https://svnweb.freebsd.org/changeset/base/353575
Log:
Fix dwmmc(4) driver attachment when ext_resources are not present.
Ignore only ENOENT (no DTS properties found) and ENODEV (driver not
present) non-zero return values
Author: jhb
Date: Tue Oct 15 17:28:26 2019
New Revision: 353576
URL: https://svnweb.freebsd.org/changeset/base/353576
Log:
Use -march=octeon+ for OCTEON1.
External binutils requires octeon+ for saa.
Reviewed by: imp
Differential Revision:https://reviews.freebsd.org/D22033
M
On Tue, 15 Oct 2019 17:24:22 + (UTC)
Ruslan Bukin wrote:
> Author: br
> Date: Tue Oct 15 17:24:21 2019
> New Revision: 353575
> URL: https://svnweb.freebsd.org/changeset/base/353575
>
> Log:
> Fix dwmmc(4) driver attachment when ext_resources are not present.
>
> Ignore only ENOENT (n
Author: np
Date: Tue Oct 15 17:35:39 2019
New Revision: 353578
URL: https://svnweb.freebsd.org/changeset/base/353578
Log:
cxgbe(4): An EQ update can be requested in a TX_PKTS2 work request.
MFC after:1 week
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/t4_sge.c
On Tue, Oct 15, 2019 at 07:34:51PM +0200, Emmanuel Vadot wrote:
> On Tue, 15 Oct 2019 17:24:22 + (UTC)
> Ruslan Bukin wrote:
>
> > Author: br
> > Date: Tue Oct 15 17:24:21 2019
> > New Revision: 353575
> > URL: https://svnweb.freebsd.org/changeset/base/353575
> >
> > Log:
> > Fix dwmmc(4)
On Tue, 15 Oct 2019 18:37:57 +0100
Ruslan Bukin wrote:
> On Tue, Oct 15, 2019 at 07:34:51PM +0200, Emmanuel Vadot wrote:
> > On Tue, 15 Oct 2019 17:24:22 + (UTC)
> > Ruslan Bukin wrote:
> >
> > > Author: br
> > > Date: Tue Oct 15 17:24:21 2019
> > > New Revision: 353575
> > > URL: https://s
Author: jhb
Date: Tue Oct 15 18:16:10 2019
New Revision: 353579
URL: https://svnweb.freebsd.org/changeset/base/353579
Log:
Use __FreeBSD_version to determine if gets() has been removed.
GCC compilers set __FreeBSD__ statically to a build-time determined
targeted version (which in ports al
Author: jhb
Date: Tue Oct 15 18:58:01 2019
New Revision: 353585
URL: https://svnweb.freebsd.org/changeset/base/353585
Log:
Export pci_attach() and pci_detach().
Reviewed by: imp
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D21948
Modified:
head/sys/
Author: jhb
Date: Tue Oct 15 19:04:39 2019
New Revision: 353586
URL: https://svnweb.freebsd.org/changeset/base/353586
Log:
Support hot insertion and removal of PCI devices on EC2.
Install ACPI notify handlers on PCI devices with an _EJ0 method. This
handler is invoked when devices are ad
Author: jhb
Date: Tue Oct 15 19:12:09 2019
New Revision: 353587
URL: https://svnweb.freebsd.org/changeset/base/353587
Log:
Install an ACPI PCI bus notify handler.
Rescan a PCI bus when the ACPI_NOTIFY_BUS_CHECK event is posted to a
PCI bus.
Reviewed by: scottl
MFC after:2 week
Author: trasz
Date: Tue Oct 15 19:44:43 2019
New Revision: 353588
URL: https://svnweb.freebsd.org/changeset/base/353588
Log:
Add copyrights that I forgot to add when splitting arb.h off from tree.h.
While here clean up the RCS tags.
Suggested by: lstewart
MFC after:2 weeks
Sponsor
On Tuesday, October 15, 2019, Jeff Roberson wrote:
> Author: jeff
> Date: Tue Oct 15 03:45:41 2019
> New Revision: 353539
> URL: https://svnweb.freebsd.org/changeset/base/353539
>
> Log:
> (4/6) Protect page valid with the busy lock.
>
> Atomics are used for page busy and valid state when the
Author: brooks
Date: Tue Oct 15 21:08:49 2019
New Revision: 353592
URL: https://svnweb.freebsd.org/changeset/base/353592
Log:
Move the per-ARCH definitions to bsd.compat.mk.
This is the first step if refactoring the definitions to allow programs
to be selectively linked against libcompat
Author: brooks
Date: Tue Oct 15 21:11:22 2019
New Revision: 353593
URL: https://svnweb.freebsd.org/changeset/base/353593
Log:
Rename top-level LIBCOMPAT to _LIBCOMPAT.
This avoids a conflict with LIBCOMPAT defined in bsd.libnames.mk.
Reviewed by: bdrewery
Sponsored by: DARPA, AFRL
Author: brooks
Date: Tue Oct 15 21:15:03 2019
New Revision: 353594
URL: https://svnweb.freebsd.org/changeset/base/353594
Log:
Allow OBJDIR to be overridden for LIB*DIR variables.
This will allow us to link against internal libraries when building
programs for the system's LIBCOMPAT ABI.
Author: brooks
Date: Tue Oct 15 21:22:13 2019
New Revision: 353595
URL: https://svnweb.freebsd.org/changeset/base/353595
Log:
Build compat libraries before "everything".
This is required for us to link programs against compat versions of
libraries.
Reviewed by: bdrewery, jhb
Spons
Author: glebius
Date: Tue Oct 15 21:24:25 2019
New Revision: 353596
URL: https://svnweb.freebsd.org/changeset/base/353596
Log:
When assertion for a thread not being in an epoch fails also print all
entered epochs. Works with EPOCH_TRACE only.
Reviewed by: hselasky
Differential Revision
Author: brooks
Date: Tue Oct 15 21:27:06 2019
New Revision: 353597
URL: https://svnweb.freebsd.org/changeset/base/353597
Log:
Add the ability to link programs against a compat ABI.
Linkage is controlled by two make knobs:
WANT_COMPAT - Prefer to link against the compat ABI.
Author: glebius
Date: Tue Oct 15 21:32:38 2019
New Revision: 353598
URL: https://svnweb.freebsd.org/changeset/base/353598
Log:
Missing from r353596.
Modified:
head/sys/kern/kern_malloc.c
head/sys/kern/kern_synch.c
Modified: head/sys/kern/kern_malloc.c
==
On Tue, Oct 15, 2019 at 09:27:07PM +, Brooks Davis wrote:
> Author: brooks
> Date: Tue Oct 15 21:27:06 2019
> New Revision: 353597
> URL: https://svnweb.freebsd.org/changeset/base/353597
>
> Log:
> Add the ability to link programs against a compat ABI.
>
> Linkage is controlled by two m
On Tue, 15 Oct 2019, Oliver Pinter wrote:
On Tuesday, October 15, 2019, Jeff Roberson wrote:
Author: jeff
Date: Tue Oct 15 03:45:41 2019
New Revision: 353539
URL: https://svnweb.freebsd.org/changeset/base/353539
Log:
? (4/6) Protect page valid with the bus
Author: erj
Date: Tue Oct 15 21:56:19 2019
New Revision: 353599
URL: https://svnweb.freebsd.org/changeset/base/353599
Log:
ixgbe: Disable EEE for backplane X550EM_X
From Zach:
Intel documentation indicates that backplane X550EM_X KR devices do not
support Energy Efficient Ethernet. Prio
Author: kp
Date: Tue Oct 15 23:21:52 2019
New Revision: 353600
URL: https://svnweb.freebsd.org/changeset/base/353600
Log:
Generalize ARM specific comments in devmap
The comments in devmap are very ARM specific, this generalizes them for other
architectures.
Submitted by: Nicholas O'B
Author: brooks
Date: Tue Oct 15 23:54:51 2019
New Revision: 353601
URL: https://svnweb.freebsd.org/changeset/base/353601
Log:
Fix including bsd.compat.mk outside Makefile.libcompat on mips64.
Reported by: jhb, jenkins
Modified:
head/share/mk/bsd.compat.mk
Modified: head/share/mk/bsd.co
Author: jhibbits
Date: Wed Oct 16 00:38:50 2019
New Revision: 353603
URL: https://svnweb.freebsd.org/changeset/base/353603
Log:
powerpc: Add AmigaOne platform, a subclass of MPC85xx
Summary:
The AmigaOne platform, encompassing the X5000 and A1222 at this time, is
based on the mpc85xx pl
Author: jhibbits
Date: Wed Oct 16 03:03:59 2019
New Revision: 353604
URL: https://svnweb.freebsd.org/changeset/base/353604
Log:
powerpc/mpc85xx: Fix function type for fsl_pcib_error_intr()
Since it's only called as an interrupt handler, fsl_pcib_eror_intr() should
just
match the driver_i
Author: avg
Date: Wed Oct 16 06:05:18 2019
New Revision: 353607
URL: https://svnweb.freebsd.org/changeset/base/353607
Log:
MFV r353606: 10067 Miscellaneous man page typos
https://www.illumos.org/issues/10067
fileystem - man1m/zfs.1m man1m/boot.1m
Author: Peter Tribble
Obtained f
Author: avg
Date: Wed Oct 16 06:09:00 2019
New Revision: 353609
URL: https://svnweb.freebsd.org/changeset/base/353609
Log:
MFV r353608: 10165 libzpool: passing argument 1 to restrict-qualified
parameter
illumos/illumos-gate@f91fcf59ac2fd04f1816f3dcbc69a46d44276a65
https://github.com/ill
Author: avg
Date: Wed Oct 16 06:26:51 2019
New Revision: 353612
URL: https://svnweb.freebsd.org/changeset/base/353612
Log:
MFC r353611: 10330 merge recent ZoL vdev and metaslab changes
illumos/illumos-gate@a0b03b161c4df3cfc54fbc741db09b3bdc23ffba
https://github.com/illumos/illumos-gate/c
Author: avg
Date: Wed Oct 16 06:38:05 2019
New Revision: 353614
URL: https://svnweb.freebsd.org/changeset/base/353614
Log:
MFV r353613: 10731 zfs: NULL pointer errors
FreeBSD already had these changes locally.
This commit removes a small formatting difference.
MFC after:1 week
M
Author: avg
Date: Wed Oct 16 06:43:22 2019
New Revision: 353616
URL: https://svnweb.freebsd.org/changeset/base/353616
Log:
MFV r353615: 9485 Optimize possible split block search space
illumos/illumos-gate@a21fe349793c3805ec504bbe5e9acf06c2d63d7a
https://github.com/illumos/illumos-gate/co
56 matches
Mail list logo