committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
1e824ee8 | kp | June 27, 2022, 6:27 a.m. | if_bridge tests: test adding interfaces with different MTU
We now allow new bridge members to be added with a different MTU from the bridge. We change the interface MTU to match the bridge. Test this. PR: 264883cgit |
|
1865ebfb | kp | June 27, 2022, 6:27 a.m. | if_bridge: change MTU for new members
Rather than reject new bridge members because they have the wrong MTU change it to match the bridge. If that fails, reject the new interface. PR: 264883 Different Revision: https://reviews.freebsd.org/D35597cgit |
|
9971e6af | hselasky | June 27, 2022, 8:17 a.m. | vt: Improve multi lingual word separation.
Suggested by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Differential Revision: https://reviews.freebsd.org/D35552 PR: 263084 MFC after: 1 week Sponsored by: NVIDIA Networkingcgit |
|
5fe0a825 | hselasky | June 27, 2022, 8:17 a.m. | vt: Fix contents of paste buffer for newcons.
Trim all word separators from end of line, except for last line and only use '\r' to terminate the pasted lines as expected by TTY. Submitted by: Ivan Quitschal <tezeka@hotmail.com> Differential Revision: https://reviews.freebsd.org/D35552 PR: 263084 MFC after: 1 week Sponsored by: NVIDIA Networkingcgit |
|
7388fb71 | mjg | June 27, 2022, 7:56 a.m. | cache: drop the vfs.cache_rename_add tunable
The functionality has been in use since Jan 2021 -- long enough(tm).cgit |
|
d78bef0e | bz | June 27, 2022, 1:36 a.m. | hwpmc: further fix build (__diagused/debug/missing files entries)
Fix builds after 1459a22787ea16e3798694067c8dcb20325dca4b and 59191f3573f6cb2ea055ac319cbcb68823ca8e17 by using __diagused for variables only used in KASSERT(). In addition remove two debug lines that look like a copy and paste error from dmc620 to cmn600. Further add the newly introduced files to sys/confg/files.arm64 as well so that LINT compiles without missing symbols.cgit |
|
af8317c3 | bz | June 27, 2022, 12:37 a.m. | pmc: unhide struct pmc_md_dmc620_pmu_op_pmcallocate
Fix build after e3572eb654733a94e1e765fe9e95e0579981d851 as struct pmc_md_dmc620_pmu_op_pmcallocate is needed when building libpmc/pmclog.c as it is partof the public API via machine/pmc_mdep.h.cgit |
|
dd2fd621 | bz | June 26, 2022, 11:14 p.m. | libpmc: attempt to fix the build
Try to fix the build (blindly) after e3572eb654733a94e1e765fe9e95e0579981d851. I had missed the missing #ifdef in the review. Hope that's all it takes.cgit |
|
59191f35 | tsoome | June 26, 2022, 7:03 p.m. | Add support of ARM CMN-600 controller, PMU access functions only. Add support of PMU counters of ARM CMN-600 controller.
Add support of ARM CMN-600 controller, PMU access functions only. Add support of PMU counters of ARM CMN-600 controller. Reviewed by: mhorne Sponsored By: ARM Differential Revision: https://reviews.freebsd.org/D32321cgit |
|
1459a227 | tsoome | June 26, 2022, 6:57 p.m. | The Arm CoreLink DMC-620 Dynamic Memory Controller PMU driver
Add the Arm CoreLink DMC-620 Dynamic Memory Controller PMU driver Add DMC-620 support to hwpmc(4) Reviewed by: mhorne Sponsored By: Ampere Computing Differential Revision: https://reviews.freebsd.org/D32670cgit |
|
e3572eb6 | tsoome | June 26, 2022, 6:52 p.m. | Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU.
Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. Reviewed by: bz Sponsored By: ARM Sponsored By: Ampere Computing Differential Revision: https://reviews.freebsd.org/D35609cgit |
|
7b39a9bc | alc | June 26, 2022, 9:31 p.m. | iommu_gas: Fix a recent regression with IOMMU_MF_CANSPLIT
As of 19bb5a7244ff, the IOMMU_MF_CANSPLIT case in iommu_gas_match_one() must take into account the specified offset. Otherwise, the recently changed end calculation in iommu_gas_match_insert() could produce an end address that crosses the specified boundary by one page. Reviewed by: dougm MFC with: 19bb5a7244ffcgit |
|
841719c0 | bz | June 26, 2022, 7:17 p.m. | LinuxKPI: 802.11: remove an early bandaid to make sure queues are allocated
iwlwifi allocates queues on first wakeup. This takes a lot longer on FreeBSD's work implementation that it seems to on Linux based on some discussion. That meant that we couldn't get non-data frames out quickly enough initially and failed to associate. d0d2911035192473e8bd3f6b99ed5ca9b1b29e47 should have solved most of this for us with iwlwifi. None of the other drivers ported to LinuxKPI/802.11 up to today will call a dequeue so we get notified when the queus are allocated or even need to do so. Remove the bandaid initilly put in for iwlwifi now and speed up the overall process of getting us associated. MFC after: 3 dayscgit |
|
e24e8103 | bz | June 26, 2022, 7:13 p.m. | LinuxKPI: 802.11: cleanup lsta better
This changes cleans up lsta from the VIF station list as well as deals with freeing the lsta itself so it is not leaked. lkpi_iv_update_bss() makes this more complicated than it should be as we ties more sta state (incl. drv/fw) to the node that net80211 does not know about. There is more work to be done detangling this now that is better understood. MFC after: 3 dayscgit |
|
ed3ef56b | bz | June 26, 2022, 7:04 p.m. | LinuxKPI: 802.11: sync sta->addr in lkpi_iv_update_bss()
In lkpi_iv_update_bss() introduced in d9f59799fc3e7 we swap lsta and along with that sta and drv state if ni gets reused and swapped under us by net80211. What we did not do was to sync sta->addr which later (usually in lkpi_sta_assoc_to_run) during a bss_info update cause problems in drivers (or firmware) as the BSSID and the station address were not aligned. If this proves to hold up to fix iwlwifi issues seem on firmware for older chipsets, multi-assoc runs, and rtw89 (which this fixes) we should add asserts that lkpi_iv_update_bss() can only happen in pre-auth stages and/or make sure we factor out synching more state fields. Found debugging: rtw89 MFC after: 3 dayscgit |