> Author: dchagin
> Date: Tue May 7 05:08:13 2019
> New Revision: 347218
> URL: https://svnweb.freebsd.org/changeset/base/347218
>
> Log:
> Remove wrong copyright line. Discussed with Carlos Neira.
>
> Reported by:Rodney W. Grimes
normally just use a committers username, aka rgrime
Author: dchagin
Date: Tue May 7 05:08:13 2019
New Revision: 347218
URL: https://svnweb.freebsd.org/changeset/base/347218
Log:
Remove wrong copyright line. Discussed with Carlos Neira.
Reported by: Rodney W. Grimes
MFC after:2 weeks
Differential Revision:https://reviews.fre
Author: kib
Date: Tue May 7 01:18:57 2019
New Revision: 347216
URL: https://svnweb.freebsd.org/changeset/base/347216
Log:
amd64: fix BUS_SPACE_MAXSIZE to 64bit max value.
Reviewed by: jhb, tychon (previous version)
Sponsored by: The FreeBSD Foundation
MFC after:2 weeks
Different
On Mon, May 06, 2019 at 08:46:12AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon May 6 08:46:11 2019
> New Revision: 347180
> URL: https://svnweb.freebsd.org/changeset/base/347180
>
The commit message should include some text like this:
Include OBJT_DEFAULT objects in the fix from
On Mon, May 06, 2019 at 07:13:04PM +, Kirk McKusick wrote:
> Author: mckusick
> Date: Mon May 6 19:13:04 2019
> New Revision: 347199
> URL: https://svnweb.freebsd.org/changeset/base/347199
>
> Log:
> MFC of 345758
I think this was an MFC of r346185.
>
> Properly flush outstanding I/Os
Author: dougm
Date: Mon May 6 22:12:15 2019
New Revision: 347214
URL: https://svnweb.freebsd.org/changeset/base/347214
Log:
The intention of the blist cursor is for the search for free blocks to
resume where the last search left off. Suppose that there are no free
blocks of size 32, but ple
Author: erj
Date: Mon May 6 21:31:02 2019
New Revision: 347213
URL: https://svnweb.freebsd.org/changeset/base/347213
Log:
MFC r345312: iflib: mark isc_driver_version as constant
(Additional comment by erj: This also adds a new sysctl_add_oid macro,
SYSCTL_ADD_CONST_STRING, for displaying
On Mon, May 6, 2019 at 3:11 PM John Baldwin wrote:
> On 5/6/19 1:57 PM, Mark Johnston wrote:
> > On Mon, May 06, 2019 at 01:40:19PM -0700, John Baldwin wrote:
> >> On 5/6/19 11:45 AM, Mark Johnston wrote:
> >>> On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> On 5/3/19 2:26 PM
Author: erj
Date: Mon May 6 21:21:15 2019
New Revision: 347212
URL: https://svnweb.freebsd.org/changeset/base/347212
Log:
MFC r345303, 345658, and partially MFC r345305
These are:
r345303: prevent possible infinite loop in iflib_encap
r345305: expose the Rx mbuf buffer size to drivers
On Mon, 2019-05-06 at 14:47 -0600, Warner Losh wrote:
> On Mon, May 6, 2019 at 2:40 PM John Baldwin wrote:
>
> > On 5/6/19 11:45 AM, Mark Johnston wrote:
> > > On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> > > > On 5/3/19 2:26 PM, Mark Johnston wrote:
> > > > > Author: markj
> >
On 5/6/19 1:57 PM, Mark Johnston wrote:
> On Mon, May 06, 2019 at 01:40:19PM -0700, John Baldwin wrote:
>> On 5/6/19 11:45 AM, Mark Johnston wrote:
>>> On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
On 5/3/19 2:26 PM, Mark Johnston wrote:
> Author: markj
> Date: Fri May
On Mon, 2019-05-06 at 13:40 -0700, John Baldwin wrote:
> On 5/6/19 11:45 AM, Mark Johnston wrote:
> > On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> > > On 5/3/19 2:26 PM, Mark Johnston wrote:
> > > > Author: markj
> > > > Date: Fri May 3 21:26:44 2019
> > > > New Revision: 347063
> On Mon, May 06, 2019 at 01:40:19PM -0700, John Baldwin wrote:
> > On 5/6/19 11:45 AM, Mark Johnston wrote:
> > > On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> > >> On 5/3/19 2:26 PM, Mark Johnston wrote:
> > >>> Author: markj
> > >>> Date: Fri May 3 21:26:44 2019
> > >>> New Re
On Mon, May 06, 2019 at 01:40:19PM -0700, John Baldwin wrote:
> On 5/6/19 11:45 AM, Mark Johnston wrote:
> > On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> >> On 5/3/19 2:26 PM, Mark Johnston wrote:
> >>> Author: markj
> >>> Date: Fri May 3 21:26:44 2019
> >>> New Revision: 347063
Author: marius
Date: Mon May 6 20:56:41 2019
New Revision: 347211
URL: https://svnweb.freebsd.org/changeset/base/347211
Log:
- Remove the unused ifc_link_irq and ifc_mtx_name members of struct iflib_ctx.
- Remove the only ever written to ift_db_mtx_name member of struct iflib_txq.
- Remove
> Author: dchagin
> Date: Mon May 6 20:01:13 2019
> New Revision: 347204
> URL: https://svnweb.freebsd.org/changeset/base/347204
>
> Log:
> Adds sys/class/net devices to linsysfs.
>
> Only two interfaces are created eth0 and lo and they expose
> the following properties:
> address, add
Author: erj
Date: Mon May 6 20:48:27 2019
New Revision: 347210
URL: https://svnweb.freebsd.org/changeset/base/347210
Log:
MFC r344817: Remove references to CONTIGMALLOC_WORKS in iflib and em
Sponsored by: Intel Corporation
Modified:
stable/11/sys/dev/e1000/if_em.c
stable/11/sys/net/if
On Mon, May 6, 2019 at 2:40 PM John Baldwin wrote:
> On 5/6/19 11:45 AM, Mark Johnston wrote:
> > On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> >> On 5/3/19 2:26 PM, Mark Johnston wrote:
> >>> Author: markj
> >>> Date: Fri May 3 21:26:44 2019
> >>> New Revision: 347063
> >>> UR
Author: erj
Date: Mon May 6 20:41:56 2019
New Revision: 347208
URL: https://svnweb.freebsd.org/changeset/base/347208
Log:
MFC r340435: Prevent POLA violation with TSO/CSUM offload
Sponsored by: Intel Corporation
Modified:
stable/11/sys/net/iflib.c
Directory Properties:
stable/11/ (p
On 5/6/19 11:45 AM, Mark Johnston wrote:
> On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
>> On 5/3/19 2:26 PM, Mark Johnston wrote:
>>> Author: markj
>>> Date: Fri May 3 21:26:44 2019
>>> New Revision: 347063
>>> URL: https://svnweb.freebsd.org/changeset/base/347063
>>>
>>> Log:
>>
> On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> > On 5/3/19 2:26 PM, Mark Johnston wrote:
> > > Author: markj
> > > Date: Fri May 3 21:26:44 2019
> > > New Revision: 347063
> > > URL: https://svnweb.freebsd.org/changeset/base/347063
> > >
> > > Log:
> > > Disallow excessively
Author: phil
Date: Mon May 6 20:20:21 2019
New Revision: 347207
URL: https://svnweb.freebsd.org/changeset/base/347207
Log:
Import libxo-1.0.4:
- Avoid NULL deref in xo_xml_leader_len (replacing local fix in rS345967)
- update copyright dates
- update test cases
- fix uncommitted version
Author: phil
Date: Mon May 6 20:15:00 2019
New Revision: 347205
URL: https://svnweb.freebsd.org/changeset/base/347205
Log:
Import libxo 1.0.4
Modified:
vendor/Juniper/libxo/dist/configure.ac
vendor/Juniper/libxo/dist/doc/libxo-manual.html
vendor/Juniper/libxo/dist/libxo/libxo.c
vendor/
Author: phil
Date: Mon May 6 20:15:18 2019
New Revision: 347206
URL: https://svnweb.freebsd.org/changeset/base/347206
Log:
Tag libxo 1.0.4
Added:
- copied from r347205, vendor/Juniper/libxo/dist/
Directory Properties:
vendor/Juniper/libxo/1.0.4/ (props changed)
___
Author: dchagin
Date: Mon May 6 19:56:13 2019
New Revision: 347202
URL: https://svnweb.freebsd.org/changeset/base/347202
Log:
Complete r347052 (https://reviews.freebsd.org/D20137) as it it was not
a final revision.
Fix style issues and change bool-like variables from int to bool.
Re
Author: dchagin
Date: Mon May 6 20:01:13 2019
New Revision: 347204
URL: https://svnweb.freebsd.org/changeset/base/347204
Log:
Adds sys/class/net devices to linsysfs.
Only two interfaces are created eth0 and lo and they expose
the following properties:
address, addr_len, flags, ifindex,
Author: dchagin
Date: Mon May 6 19:57:51 2019
New Revision: 347203
URL: https://svnweb.freebsd.org/changeset/base/347203
Log:
Rewrite linux_ifflags() in more readable Linuxulator style.
Reviewed by: emaste
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org
Author: imp
Date: Mon May 6 19:35:30 2019
New Revision: 347201
URL: https://svnweb.freebsd.org/changeset/base/347201
Log:
Simplify boot1 allocation of handles.
There's no need to pre-malloc the number of handles. Instead call
LocateHandles twice, once to get the size, and once to get the
Author: mckusick
Date: Mon May 6 19:15:59 2019
New Revision: 347200
URL: https://svnweb.freebsd.org/changeset/base/347200
Log:
MFC of 346185
Properly calculate last block of large sparse files.
Sponsored by: Netflix
Modified:
stable/11/sbin/fsck_ffs/fsck.h
stable/11/sbin/fsck_ffs
Author: mckusick
Date: Mon May 6 19:13:04 2019
New Revision: 347199
URL: https://svnweb.freebsd.org/changeset/base/347199
Log:
MFC of 345758
Properly flush outstanding I/Os when forcibly deleteing a memory disk device.
Sponsored by: Netflix
Modified:
stable/12/sbin/fsck_ffs/fsck.h
Author: mav
Date: Mon May 6 19:08:03 2019
New Revision: 347198
URL: https://svnweb.freebsd.org/changeset/base/347198
Log:
Drop periph lock around cam_periph_unmapmem().
Since r345656 it may call copyout(), that may sleep.
MFC after:3 days
Sponsored by: iXsystems, Inc.
Modified:
Author: erj
Date: Mon May 6 18:50:08 2019
New Revision: 347197
URL: https://svnweb.freebsd.org/changeset/base/347197
Log:
MFC r332389, r3342331, r334343, and partially r339338
This commit backports some new features from iflib in 12 back to stable/11:
r332389 - Split out flag manipula
Author: dchagin
Date: Mon May 6 18:46:42 2019
New Revision: 347196
URL: https://svnweb.freebsd.org/changeset/base/347196
Log:
The build process generates assym.inc from genassym.o, so don't forget
to clean genassym.o
MFC after:2 weeks
Modified:
head/sys/modules/linux/Makefile
he
Author: imp
Date: Mon May 6 18:38:46 2019
New Revision: 347193
URL: https://svnweb.freebsd.org/changeset/base/347193
Log:
Reach over and pull in devpath.c from libefi
This allows us to remove three nearly identical functions because the
differences don't matter, and the size difference i
Author: imp
Date: Mon May 6 18:39:27 2019
New Revision: 347195
URL: https://svnweb.freebsd.org/changeset/base/347195
Log:
Abstract out efi_devpath_to_handle to search for a handle that matches
the desired devpath.
Modified:
head/stand/efi/include/efilib.h
head/stand/efi/libefi/devpath.c
On Mon, May 06, 2019 at 11:07:18AM -0700, John Baldwin wrote:
> On 5/3/19 2:26 PM, Mark Johnston wrote:
> > Author: markj
> > Date: Fri May 3 21:26:44 2019
> > New Revision: 347063
> > URL: https://svnweb.freebsd.org/changeset/base/347063
> >
> > Log:
> > Disallow excessively small times of day
Author: imp
Date: Mon May 6 18:39:22 2019
New Revision: 347194
URL: https://svnweb.freebsd.org/changeset/base/347194
Log:
We only ever need one devinfo per handle. So allocate it outside of
looping over the filesystem modules rather than doing a malloc + free
each time through the loop. In
Author: cem
Date: Mon May 6 18:24:07 2019
New Revision: 347192
URL: https://svnweb.freebsd.org/changeset/base/347192
Log:
List-ify kernel dump device configuration
Allow users to specify multiple dump configurations in a prioritized list.
This enables fallback to secondary device(s) if p
On 5/3/19 2:26 PM, Mark Johnston wrote:
> Author: markj
> Date: Fri May 3 21:26:44 2019
> New Revision: 347063
> URL: https://svnweb.freebsd.org/changeset/base/347063
>
> Log:
> Disallow excessively small times of day in clock_settime(2).
>
> Reported by:syzkaller
> Reviewed by:
On 5/6/19 1:46 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Mon May 6 08:46:11 2019
> New Revision: 347180
> URL: https://svnweb.freebsd.org/changeset/base/347180
>
> Log:
> Noted by: alc
> Reviewed by:alc, markj (previous version)
> Sponsored by: The FreeBSD Foundat
Author: hselasky
Date: Mon May 6 16:22:45 2019
New Revision: 347190
URL: https://svnweb.freebsd.org/changeset/base/347190
Log:
Use PCIV_INVALID in pci_channel_offline() in the LinuxKPI.
Build tested drm-current-kmod prior to commit.
MFC after:1 week
Submitted by:
Author: hselasky
Date: Mon May 6 16:17:38 2019
New Revision: 347188
URL: https://svnweb.freebsd.org/changeset/base/347188
Log:
Disabling a PCI device should only disable busmaster in the LinuxKPI.
As Linux comment for this function point:
Signal to the system that the PCI device is not i
On Mon, 6 May 2019 at 12:07, Ed Maste wrote:
>
> Author: emaste
> Date: Mon May 6 16:07:14 2019
> New Revision: 347186
> URL: https://svnweb.freebsd.org/changeset/base/347186
>
> Log:
> Reformat arm64 linux syscalls.master per current style
>
> Equivalent to r339958 for sys/kern/syscalls.mast
Author: hselasky
Date: Mon May 6 16:10:26 2019
New Revision: 347187
URL: https://svnweb.freebsd.org/changeset/base/347187
Log:
Implement print_hex_dump_debug() function macro in the LinuxKPI.
Build tested drm-current-kmod prior to commit.
MFC after:1 week
Submitted by:
Author: emaste
Date: Mon May 6 16:07:14 2019
New Revision: 347186
URL: https://svnweb.freebsd.org/changeset/base/347186
Log:
Reformat arm64 linux syscalls.master per current style
Equivalent to r339958 for sys/kern/syscalls.master.
MFC after:1 week
Sponsored by: The FreeBSD Foun
Author: hselasky
Date: Mon May 6 16:00:20 2019
New Revision: 347185
URL: https://svnweb.freebsd.org/changeset/base/347185
Log:
Allow controlling pr_debug at runtime in the LinuxKPI.
Turning on pr_debug at compile time make it non-optional at runtime.
This often means that the amount of t
On Mon, May 6, 2019 at 4:48 AM Roger Pau Monné wrote:
>
> Author: royger
> Date: Mon May 6 09:48:34 2019
> New Revision: 347183
> URL: https://svnweb.freebsd.org/changeset/base/347183
>
> Log:
> geom: fix initialization order
>
> There's a race between the initialization of devsoftc.mtx (by d
Author: royger
Date: Mon May 6 09:48:34 2019
New Revision: 347183
URL: https://svnweb.freebsd.org/changeset/base/347183
Log:
geom: fix initialization order
There's a race between the initialization of devsoftc.mtx (by devinit)
and the creation of the geom worker thread g_run_events, whic
On 2019-May-06 12:09:20 +0300, Konstantin Belousov wrote:
>On Mon, May 06, 2019 at 06:56:41PM +1000, Peter Jeremy wrote:
>> On 2019-May-05 11:20:44 +, Konstantin Belousov wrote:
>> >Log:
>> > Switch to use shared vnode locks for text files during image activation.
>>
>> This seems to have b
On Mon, May 06, 2019 at 06:56:41PM +1000, Peter Jeremy wrote:
> On 2019-May-05 11:20:44 +, Konstantin Belousov wrote:
> >Log:
> > Switch to use shared vnode locks for text files during image activation.
>
> This seems to have broken diskless booting on my Rock64 (aarch64).
> Reverting just t
On 2019-May-05 11:20:44 +, Konstantin Belousov wrote:
>Log:
> Switch to use shared vnode locks for text files during image activation.
This seems to have broken diskless booting on my Rock64 (aarch64).
Reverting just this commit fixes the problem. I haven't dug into it yet.
dwc0: link stat
Author: tsoome
Date: Mon May 6 08:55:23 2019
New Revision: 347182
URL: https://svnweb.freebsd.org/changeset/base/347182
Log:
MFC r347142:
loader: validate sectorsize argument in disk_open()
The bug and patch is reported against 11.2, but it is good idea to have
the check in place fo
Author: kib
Date: Mon May 6 08:49:43 2019
New Revision: 347181
URL: https://svnweb.freebsd.org/changeset/base/347181
Log:
Do not flush NFS node from NFS VOP_SET_TEXT().
The more appropriate place to do the flushing is VOP_OPEN(). This was
uncovered because VOP_SET_TEXT() is now called w
Author: kib
Date: Mon May 6 08:46:11 2019
New Revision: 347180
URL: https://svnweb.freebsd.org/changeset/base/347180
Log:
Noted by: alc
Reviewed by: alc, markj (previous version)
Sponsored by: The FreeBSD Foundation
MFC after:6 days
Modified:
head/sys/vm/vm_object.c
Modified:
Author: tsoome
Date: Mon May 6 08:32:49 2019
New Revision: 347179
URL: https://svnweb.freebsd.org/changeset/base/347179
Log:
MFC r347142:
loader: validate sectorsize argument in disk_open()
The bug and patch is reported against 11.2, but it is good idea to have
the check in place fo
Author: ae
Date: Mon May 6 08:30:53 2019
New Revision: 347178
URL: https://svnweb.freebsd.org/changeset/base/347178
Log:
Add ipsec.ko to required_modules for rc.d/ipsec script.
Thus it can be automatically loaded if ipsec_enable="YES" and option IPSEC
is not in the kernel config.
MF
56 matches
Mail list logo