Author: adrian
Date: Wed Feb 8 07:09:10 2017
New Revision: 313430
URL: https://svnweb.freebsd.org/changeset/base/313430
Log:
[iwm] Remove 1s delay after fw loading. Can't reproduce issues on AC8260.
The 1s delay was added in the update to version 16 fw, where Family 8000
support was adde
Author: adrian
Date: Wed Feb 8 07:08:13 2017
New Revision: 313429
URL: https://svnweb.freebsd.org/changeset/base/313429
Log:
[iwm] SCAN_ABORT_UMAC response doesn't use a wide id
Obtained from:DragonflyBSD commit
cef47a9cbb0a3ce5f18369fed9403d2764884bc2
Modified:
head/sys/dev/iw
Author: adrian
Date: Wed Feb 8 07:07:23 2017
New Revision: 313428
URL: https://svnweb.freebsd.org/changeset/base/313428
Log:
[iwm] back this out to version 16 for now.
Since I'm manually playing the dragonflybsd iwm/iwmfw commits forward, I'm ..
well, this. This right here.
Modified:
Author: adrian
Date: Wed Feb 8 07:05:56 2017
New Revision: 313427
URL: https://svnweb.freebsd.org/changeset/base/313427
Log:
[iwm] Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmware section type.
* Will be needed for loading version 22 of 7265D firmware.
Obtained from:DragonflyBS
Author: adrian
Date: Wed Feb 8 07:03:52 2017
New Revision: 313425
URL: https://svnweb.freebsd.org/changeset/base/313425
Log:
[iwm] add version 17 firmware.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
===
Author: adrian
Date: Wed Feb 8 07:04:06 2017
New Revision: 313426
URL: https://svnweb.freebsd.org/changeset/base/313426
Log:
[iwm] bump firmware to version 17.
Modified:
head/sys/modules/iwmfw/iwm3160fw/Makefile
head/sys/modules/iwmfw/iwm7260fw/Makefile
head/sys/modules/iwmfw/iwm7265fw/M
Author: adrian
Date: Wed Feb 8 07:02:09 2017
New Revision: 313421
URL: https://svnweb.freebsd.org/changeset/base/313421
Log:
[iwm] add version 17 firmware.
Added:
head/sys/contrib/dev/iwm/iwm-7265-17.fw.uu
Added: head/sys/contrib/dev/iwm/iwm-7265-17.fw.uu
===
Author: adrian
Date: Wed Feb 8 07:01:58 2017
New Revision: 313420
URL: https://svnweb.freebsd.org/changeset/base/313420
Log:
[iwm] add version 17 firmware.
Added:
head/sys/contrib/dev/iwm/iwm-7260-17.fw.uu
Added: head/sys/contrib/dev/iwm/iwm-7260-17.fw.uu
===
Author: adrian
Date: Wed Feb 8 07:01:31 2017
New Revision: 313419
URL: https://svnweb.freebsd.org/changeset/base/313419
Log:
[iwm] add version 17 firmware.
Added:
head/sys/contrib/dev/iwm/iwm-3160-17.fw.uu
Added: head/sys/contrib/dev/iwm/iwm-3160-17.fw.uu
===
Author: adrian
Date: Wed Feb 8 06:57:21 2017
New Revision: 313418
URL: https://svnweb.freebsd.org/changeset/base/313418
Log:
[iwm] Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notification.
* Add the command groups enum, and the iwm_phy_ops_subcmd_ids enum
to if_iwmreg.h definitions.
Author: adrian
Date: Wed Feb 8 06:56:28 2017
New Revision: 313417
URL: https://svnweb.freebsd.org/changeset/base/313417
Log:
[iwm] Very basic DTS thermal sensor support (prints temp as debug msg).
* Adds IWM_DEBUG_TEMP debug message type, for printing messages related
to temperature se
Author: adrian
Date: Wed Feb 8 06:54:08 2017
New Revision: 313416
URL: https://svnweb.freebsd.org/changeset/base/313416
Log:
[iwm] Only for family 7000 power-down busmaster DMA clocks when stopping.
Taken-From: Linux iwlwifi
Obtained from:DragonflyBSD commit
4c45994fcc77373ae
Author: adrian
Date: Wed Feb 8 06:53:23 2017
New Revision: 313415
URL: https://svnweb.freebsd.org/changeset/base/313415
Log:
[iwm] Implement apmg_wake_up_wa workaround properly for 7000 family.
* Add iwm_pcie_set_cmd_in_flight() and iwm_pcie_clear_cmd_in_flight()
helper methods.
*
Author: adrian
Date: Wed Feb 8 06:50:59 2017
New Revision: 313414
URL: https://svnweb.freebsd.org/changeset/base/313414
Log:
[iwm] Use iwm_mvm_scan_stop_wait to properly abort scans.
* Add IWM_FLAG_SCAN_RUNNING to sc->sc_flags to track whether the firmware
is currently running a scan,
Author: adrian
Date: Wed Feb 8 06:44:50 2017
New Revision: 313413
URL: https://svnweb.freebsd.org/changeset/base/313413
Log:
[iwm] Add scan abort functions, to properly cancel a running scan.
* Uses the notification wait api to wait for the corresponding scan
complete notification afte
Author: adrian
Date: Wed Feb 8 06:43:02 2017
New Revision: 313412
URL: https://svnweb.freebsd.org/changeset/base/313412
Log:
[iwm] Get rid of iwm_disable_rx_dma, just use iwm_pcie_rx_stop directly.
* This also fixes one of many small nic lock handling bugs, and matches
iwlwifi's code.
Author: jhibbits
Date: Wed Feb 8 03:21:29 2017
New Revision: 313411
URL: https://svnweb.freebsd.org/changeset/base/313411
Log:
Add elf*-powerpc-freebsd targets to the elftoolchain target list
FreeBSD uses the full target triple when generating embedded rootfs images
(MFS_IMAGE= make opti
On Tue, 7 Feb 2017, Emmanuel Vadot wrote:
Log:
subr_sfbus.c need sys/proc.h for struct thread definition.
This fixes kernel build for armv6.
Discussed with: kib
sys/proc.h was accidentally (?) provided by gross namespace pollution
on some arches (perhaps on all the arches that use subr_sfb
Thank you very much, Ravi!
—
Devin
> On Feb 7, 2017, at 4:02 PM, Ravi Pokala wrote:
>
> Author: rpokala
> Date: Wed Feb 8 00:02:54 2017
> New Revision: 313410
> URL: https://svnweb.freebsd.org/changeset/base/313410
>
> Log:
> Fix indentation (only line in file w/ 8-space indent rather than h
Err, that should have been s/MFH/MFC/ (obviously)
-Ravi (rpokala@)
-Original Message-
From: on behalf of Ravi Pokala
Date: 2017-02-07, Tuesday at 16:02
To: , ,
Subject: svn commit: r313410 - head/usr.sbin/bsdinstall/partedit
Author: rpokala
Date: Wed Feb 8 00:02:54 2017
New Revisio
Author: rpokala
Date: Wed Feb 8 00:02:54 2017
New Revision: 313410
URL: https://svnweb.freebsd.org/changeset/base/313410
Log:
Fix indentation (only line in file w/ 8-space indent rather than hard-tab).
MFH: 1 week
Modified:
head/usr.sbin/bsdinstall/partedit/scripted.c
Modified
On 07/02/2017 20:34, Ed Maste wrote:
On 7 February 2017 at 10:30, Steven Hartland
wrote:
All I'm suggesting is, while one could guess this may be a performance or
possibly a compatibility thing, the reason is not obvious, so a small piece
of detail on why the change was done should always be in
On Tuesday, February 07, 2017 10:46:00 PM John Baldwin wrote:
> Author: jhb
> Date: Tue Feb 7 22:45:59 2017
> New Revision: 313409
> URL: https://svnweb.freebsd.org/changeset/base/313409
>
> Log:
> Defer startup of gjournal switcher kproc.
>
> Don't start switcher kproc until the first GEO
On Tuesday, February 07, 2017 07:10:58 PM Andrew Turner wrote:
> On Mon, 06 Feb 2017 10:43:09 -0800
> John Baldwin wrote:
>
> > On Monday, February 06, 2017 02:41:34 PM Andrew Turner wrote:
> > > Author: andrew
> > > Date: Mon Feb 6 14:41:34 2017
> > > New Revision: 313342
> > > URL: https://svn
Author: jhb
Date: Tue Feb 7 22:45:59 2017
New Revision: 313409
URL: https://svnweb.freebsd.org/changeset/base/313409
Log:
Defer startup of gjournal switcher kproc.
Don't start switcher kproc until the first GEOM is created.
Reviewed by: pjd
MFC after:1 month
Differential Revi
On 7 February 2017 at 10:30, Steven Hartland
wrote:
> All I'm suggesting is, while one could guess this may be a performance or
> possibly a compatibility thing, the reason is not obvious, so a small piece
> of detail on why the change was done should always be included.
>
> For this one something
Author: jhb
Date: Tue Feb 7 20:34:03 2017
New Revision: 313407
URL: https://svnweb.freebsd.org/changeset/base/313407
Log:
Copy the e_machine and e_flags fields from the binary into an ELF core dump.
In the kernel, cache the machine and flags fields from ELF header to use in
the ELF heade
On Tue, Feb 07, 2017 at 12:29:35PM -0600, Alan Cox wrote:
> I tend to agree with John. Why not use the same types for the kern_*
> parameters as are used in the corresponding args structure? Let the
> conversion to the Mach VM types happen inside of the function's
> implementation.
I do not obje
Author: ngie
Date: Tue Feb 7 19:42:41 2017
New Revision: 313404
URL: https://svnweb.freebsd.org/changeset/base/313404
Log:
Improve libnetbsd compatibility with NetBSD
This change is being made to diff reduce/reduce duplication in
contrib/netbsd-tests and to facilitate further porting of
Author: manu
Date: Tue Feb 7 19:28:32 2017
New Revision: 313403
URL: https://svnweb.freebsd.org/changeset/base/313403
Log:
Rename timer.c to a10_timer.c
Requested by: andrew
Added:
head/sys/arm/allwinner/a10_timer.c
- copied unchanged from r313402, head/sys/arm/allwinner/timer.c
De
> On Feb 7, 2017, at 10:46, Jung-uk Kim wrote:
>
> On 02/07/2017 13:40, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On Feb 7, 2017, at 10:37, Ngie Cooper wrote:
>>>
>>> Author: ngie
>>> Date: Tue Feb 7 18:37:46 2017
>>> New Revision: 313398
>>> URL: https://svnweb.freebsd.org/changeset/base/3133
On Mon, 06 Feb 2017 10:43:09 -0800
John Baldwin wrote:
> On Monday, February 06, 2017 02:41:34 PM Andrew Turner wrote:
> > Author: andrew
> > Date: Mon Feb 6 14:41:34 2017
> > New Revision: 313342
> > URL: https://svnweb.freebsd.org/changeset/base/313342
> >
> > Log:
> > Only build the ACPI P
Author: vangyzen
Date: Tue Feb 7 18:57:57 2017
New Revision: 313401
URL: https://svnweb.freebsd.org/changeset/base/313401
Log:
Fix garbage IP addresses in UDP log_in_vain messages
If multiple threads emit a UDP log_in_vain message concurrently,
the IP addresses could be garbage due to co
On 02/07/2017 13:40, Ngie Cooper (yaneurabeya) wrote:
On Feb 7, 2017, at 10:37, Ngie Cooper wrote:
Author: ngie
Date: Tue Feb 7 18:37:46 2017
New Revision: 313398
URL: https://svnweb.freebsd.org/changeset/base/313398
Log:
Apply r274475's to expr.oxout.tab.c to fix the test on FreeBSD
YYI
> On Feb 7, 2017, at 10:37, Ngie Cooper wrote:
>
> Author: ngie
> Date: Tue Feb 7 18:37:46 2017
> New Revision: 313398
> URL: https://svnweb.freebsd.org/changeset/base/313398
>
> Log:
> Apply r274475's to expr.oxout.tab.c to fix the test on FreeBSD
>
> YYINT on FreeBSD is int, not short
>
Author: ngie
Date: Tue Feb 7 18:37:46 2017
New Revision: 313398
URL: https://svnweb.freebsd.org/changeset/base/313398
Log:
Apply r274475's to expr.oxout.tab.c to fix the test on FreeBSD
YYINT on FreeBSD is int, not short
I'll work with the upstream maintainer or come up with a build
On 02/07/2017 11:55, John Baldwin wrote:
> On Tuesday, February 07, 2017 12:55:08 PM Edward Tomasz Napierala wrote:
>> On 0207T1039, Konstantin Belousov wrote:
>>> On Mon, Feb 06, 2017 at 03:03:11PM -0800, John Baldwin wrote:
On Monday, February 06, 2017 08:57:12 PM Edward Tomasz Napierala wro
Author: ngie
Date: Tue Feb 7 18:23:44 2017
New Revision: 313397
URL: https://svnweb.freebsd.org/changeset/base/313397
Log:
Don't expect :inplace_symlink_src to fail anymore (post-r313277)
The S_ISREG check was restored, such that the code will again fail with
in-place replacements on sym
Author: andrew
Date: Tue Feb 7 18:19:11 2017
New Revision: 313396
URL: https://svnweb.freebsd.org/changeset/base/313396
Log:
Push reading of ESR_EL1 to assembly. Among other uses this will allow us
to expose this to signal handlers, e.g. for the clang sanitizers.
Sponsored by: DARPA, AFR
On Tuesday, February 07, 2017 12:55:08 PM Edward Tomasz Napierala wrote:
> On 0207T1039, Konstantin Belousov wrote:
> > On Mon, Feb 06, 2017 at 03:03:11PM -0800, John Baldwin wrote:
> > > On Monday, February 06, 2017 08:57:12 PM Edward Tomasz Napierala wrote:
> > > > Author: trasz
> > > > Date: Mon
Author: asomers
Date: Tue Feb 7 17:40:59 2017
New Revision: 313395
URL: https://svnweb.freebsd.org/changeset/base/313395
Log:
Add fibs_test:udp_dontroute6, another IPv6 multi-FIB test
PR: 196361
MFC after:3 weeks
Sponsored by: Spectra Logic Corp
Modified:
head/tests/sy
Author: manu
Date: Tue Feb 7 17:31:24 2017
New Revision: 313394
URL: https://svnweb.freebsd.org/changeset/base/313394
Log:
subr_sfbus.c need sys/proc.h for struct thread definition.
This fixes kernel build for armv6.
Discussed with: kib
Modified:
head/sys/kern/subr_sfbuf.c
Modified:
Author: manu
Date: Tue Feb 7 17:15:13 2017
New Revision: 313393
URL: https://svnweb.freebsd.org/changeset/base/313393
Log:
Switch to the Linux device tree upstream names for Allwinner boards.
Newer u-boot that uses the u-boot-master port uses these names.
Modified:
head/sys/modules/dtb/all
Author: mjg
Date: Tue Feb 7 17:04:31 2017
New Revision: 313392
URL: https://svnweb.freebsd.org/changeset/base/313392
Log:
rwlock: implement RW_LOCK_WRITER_RECURSED bit
This moves recursion handling out of the inlined wunlock path and in
particular saves a read and a branch.
Discusse
Author: mjg
Date: Tue Feb 7 17:03:22 2017
New Revision: 313391
URL: https://svnweb.freebsd.org/changeset/base/313391
Log:
Bump struct thread alignment to 32.
This gives additional bits to use in locking primitives which store
the lock thread pointer in the lock value.
Discussed with
Author: mjg
Date: Tue Feb 7 16:01:07 2017
New Revision: 313390
URL: https://svnweb.freebsd.org/changeset/base/313390
Log:
locks: follow up r313386
Unfinished diff was committed by accident. The loop in lock_delay
was changed to decrement, but the loop iterator was still incrementing.
Mo
On 07/02/2017 14:57, Mateusz Guzik wrote:
On Sun, Feb 05, 2017 at 03:17:46PM +, Alexey Dokuchaev wrote:
On Sun, Feb 05, 2017 at 04:00:06AM +0100, Mateusz Guzik wrote:
For instance, plugging an unused variable, a memory leak, doing a
lockless check first etc. are all pretty standard and unle
On Tue, Feb 07, 2017 at 02:50:15PM +0100, Mateusz Guzik wrote:
> Can we start dropping the td argument? It always is curthread and
> almost always has to be anyway as something down below accesses
> data in a manner only safe for curthread (classic: credential checks).
>
> With this example the fu
Author: manu
Date: Tue Feb 7 15:16:01 2017
New Revision: 313389
URL: https://svnweb.freebsd.org/changeset/base/313389
Log:
efipart is also using the '%S' printf format, add -Wno-format for it.
This fix building for armv6.
Modified:
head/sys/boot/efi/libefi/Makefile
Modified: head/sys/boot
On Sun, Feb 05, 2017 at 03:17:46PM +, Alexey Dokuchaev wrote:
> On Sun, Feb 05, 2017 at 04:00:06AM +0100, Mateusz Guzik wrote:
> > For instance, plugging an unused variable, a memory leak, doing a
> > lockless check first etc. are all pretty standard and unless there is
> > something unusual go
Author: mjg
Date: Tue Feb 7 14:49:36 2017
New Revision: 313386
URL: https://svnweb.freebsd.org/changeset/base/313386
Log:
locks: change backoff to exponential
Previous implementation would use a random factor to spread readers and
reduce chances of starvation. This visibly reduces effect
On Tue, Feb 07, 2017 at 03:53:05AM +0300, Andrey V. Elsukov wrote:
> On 06.02.2017 17:31, Dmitry Morozovsky wrote:
> >> Date: Mon Feb 6 08:49:57 2017
> >> New Revision: 313330
> >> URL: https://svnweb.freebsd.org/changeset/base/313330
> >>
> >> Log:
> >> Merge projects/ipsec into head/.
> >
> >
On Mon, Feb 06, 2017 at 08:57:12PM +, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Mon Feb 6 20:57:12 2017
> New Revision: 313352
> URL: https://svnweb.freebsd.org/changeset/base/313352
>
> Log:
> Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),
> ker
On 0207T1039, Konstantin Belousov wrote:
> On Mon, Feb 06, 2017 at 03:03:11PM -0800, John Baldwin wrote:
> > On Monday, February 06, 2017 08:57:12 PM Edward Tomasz Napierala wrote:
> > > Author: trasz
> > > Date: Mon Feb 6 20:57:12 2017
> > > New Revision: 313352
> > > URL: https://svnweb.freebsd.
Author: andrew
Date: Tue Feb 7 12:04:04 2017
New Revision: 313385
URL: https://svnweb.freebsd.org/changeset/base/313385
Log:
Add support for PLATFORM and PLATFORM_SMP to the Altera SOCFPGA SoC. This
will help with moving it to GENERIC.
Reviewed by: br
Sponsored by: ABT Systems Ltd
D
On Tue, 7 Feb 2017 11:35:48 +0100
Svatopluk Kraus wrote:
> Does an xref refer only to one hardware? Or two hardwares may have
> same xrefs? Why one hardware cannot be represented by one PIC in
> INTRNG even if two drivers exist for it?
The xref is an FDT thing, in INTRNG we use it as a handle to
So, you did it again. No discussion, you have just committed what you
wanted even if I requested a change. It means that I wanted to review
it! Or you think that I forget about that when you wait for three
months?
Your change is not explained at all !! So, explain it better or revert!
Does an xre
On Mon, Feb 06, 2017 at 03:03:11PM -0800, John Baldwin wrote:
> On Monday, February 06, 2017 08:57:12 PM Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Mon Feb 6 20:57:12 2017
> > New Revision: 313352
> > URL: https://svnweb.freebsd.org/changeset/base/313352
> >
> > Log:
> > Add ker
58 matches
Mail list logo