: f70ac097a2cf ("drm/mediatek: Add MT8195 Embedded DisplayPort driver")
Signed-off-by: Wojciech Macek
---
Changelog v2-v1:
- added "Fixes" tag
- corrected e-mail address
V1:
https://patchwork.kernel.org/project/linux-mediatek/patch/20240402071113.3135903-1-wma...@chromium.o
DRM device shall create /dev/dri/renderXXX entry
to allow ChromeOS VMs to access the OpenGL rendering
offload.
Signed-off-by: Wojciech Macek
---
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c
b
From: Wojciech Macek
In case there is no DP device attached to the port the
transfer function should return IO error, similar to what
other drivers do.
In case EAGAIN is returned then any read from /dev/drm_dp_aux
device ends up in an infinite loop as the upper layers
constantly repeats the
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9476c1675c5388c9d246fc7412e8a6558f0c60d9
commit 9476c1675c5388c9d246fc7412e8a6558f0c60d9
Author: Wojciech Macek
AuthorDate: 2022-12-05 06:30:12 +
Commit: Wojciech Macek
CommitDate: 2022-12-05 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9476c1675c5388c9d246fc7412e8a6558f0c60d9
commit 9476c1675c5388c9d246fc7412e8a6558f0c60d9
Author: Wojciech Macek
AuthorDate: 2022-12-05 06:30:12 +
Commit: Wojciech Macek
CommitDate: 2022-12-05 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=da35578998869daf998a7a81d58fd90b2daf8f7d
commit da35578998869daf998a7a81d58fd90b2daf8f7d
Author: Jakub Kolodziej
AuthorDate: 2022-12-01 08:02:52 +
Commit: Wojciech Macek
CommitDate: 2022-12-01 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=da35578998869daf998a7a81d58fd90b2daf8f7d
commit da35578998869daf998a7a81d58fd90b2daf8f7d
Author: Jakub Kolodziej
AuthorDate: 2022-12-01 08:02:52 +
Commit: Wojciech Macek
CommitDate: 2022-12-01 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f3dba162bd46cd851a5491db680c1e6292c15a39
commit f3dba162bd46cd851a5491db680c1e6292c15a39
Author: Sebastien Bini
AuthorDate: 2022-10-11 07:48:04 +
Commit: Wojciech Macek
CommitDate: 2022-10-11 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f3dba162bd46cd851a5491db680c1e6292c15a39
commit f3dba162bd46cd851a5491db680c1e6292c15a39
Author: Sebastien Bini
AuthorDate: 2022-10-11 07:48:04 +
Commit: Wojciech Macek
CommitDate: 2022-10-11 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b439f64ac1b953936a89167f0201d0d53cc90197
commit b439f64ac1b953936a89167f0201d0d53cc90197
Author: Hubert Mazur
AuthorDate: 2022-06-29 08:55:51 +
Commit: Wojciech Macek
CommitDate: 2022-06-29 08:57
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b439f64ac1b953936a89167f0201d0d53cc90197
commit b439f64ac1b953936a89167f0201d0d53cc90197
Author: Hubert Mazur
AuthorDate: 2022-06-29 08:55:51 +
Commit: Wojciech Macek
CommitDate: 2022-06-29 08:57
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e6ef5042e485f74e7233a9974010b16a7316167e
commit e6ef5042e485f74e7233a9974010b16a7316167e
Author: Wojciech Macek
AuthorDate: 2022-06-29 08:50:23 +
Commit: Wojciech Macek
CommitDate: 2022-06-29 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e6ef5042e485f74e7233a9974010b16a7316167e
commit e6ef5042e485f74e7233a9974010b16a7316167e
Author: Wojciech Macek
AuthorDate: 2022-06-29 08:50:23 +
Commit: Wojciech Macek
CommitDate: 2022-06-29 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=15c362aeb7784385cb464fa364cbdd7a1e64e787
commit 15c362aeb7784385cb464fa364cbdd7a1e64e787
Author: Wojciech Macek
AuthorDate: 2022-06-29 08:48:01 +
Commit: Wojciech Macek
CommitDate: 2022-06-29 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=15c362aeb7784385cb464fa364cbdd7a1e64e787
commit 15c362aeb7784385cb464fa364cbdd7a1e64e787
Author: Wojciech Macek
AuthorDate: 2022-06-29 08:48:01 +
Commit: Wojciech Macek
CommitDate: 2022-06-29 08
Hi,
I confirm that it happens on my setup as well.
Have you tried to build official PHP-8.1.6 instead using the one from
ports? It seems it works.
I tried with
freebsd:~/php-src # git status
HEAD detached at origin/PHP-8.1.6
nothing to commit, working tree clean
freebsd:~/php-src #
freebsd:~/php
The branch stable/13 has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1315446ba0cdf7ba66b5bd274c53960bd8b4bc8f
commit 1315446ba0cdf7ba66b5bd274c53960bd8b4bc8f
Author: Arnaud Ysmal
AuthorDate: 2021-09-23 08:57:11 +
Commit: Wojciech Macek
CommitDate: 2022-06-07
The branch stable/13 has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=067a4b656b9bf19873e8acf6b25ed9e07442cc83
commit 067a4b656b9bf19873e8acf6b25ed9e07442cc83
Author: Andrey V. Elsukov
AuthorDate: 2022-05-19 06:02:27 +
Commit: Wojciech Macek
CommitDate: 2022
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f2ab91608440338e5574eff098ad4f69e4541a1d
commit f2ab91608440338e5574eff098ad4f69e4541a1d
Author: Andrey V. Elsukov
AuthorDate: 2022-05-19 06:02:27 +
Commit: Wojciech Macek
CommitDate: 2022-05-20
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f2ab91608440338e5574eff098ad4f69e4541a1d
commit f2ab91608440338e5574eff098ad4f69e4541a1d
Author: Andrey V. Elsukov
AuthorDate: 2022-05-19 06:02:27 +
Commit: Wojciech Macek
CommitDate: 2022-05-20
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0923ff82fb383a755b2402bbf2cfece4c199a86c
commit 0923ff82fb383a755b2402bbf2cfece4c199a86c
Author: Kornel Duleba
AuthorDate: 2022-04-26 12:11:50 +
Commit: Wojciech Macek
CommitDate: 2022-04-28 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3ee943868c74ce917820fe9ddbcfeab338704d90
commit 3ee943868c74ce917820fe9ddbcfeab338704d90
Author: Kornel Duleba
AuthorDate: 2022-04-26 12:07:21 +
Commit: Wojciech Macek
CommitDate: 2022-04-28 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0923ff82fb383a755b2402bbf2cfece4c199a86c
commit 0923ff82fb383a755b2402bbf2cfece4c199a86c
Author: Kornel Duleba
AuthorDate: 2022-04-26 12:11:50 +
Commit: Wojciech Macek
CommitDate: 2022-04-28 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3ee943868c74ce917820fe9ddbcfeab338704d90
commit 3ee943868c74ce917820fe9ddbcfeab338704d90
Author: Kornel Duleba
AuthorDate: 2022-04-26 12:07:21 +
Commit: Wojciech Macek
CommitDate: 2022-04-28 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=06f659c39da1d1b53f14e4f91d0080170cc608d9
commit 06f659c39da1d1b53f14e4f91d0080170cc608d9
Author: Kornel Duleba
AuthorDate: 2022-04-14 10:55:53 +
Commit: Wojciech Macek
CommitDate: 2022-04-20 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=06f659c39da1d1b53f14e4f91d0080170cc608d9
commit 06f659c39da1d1b53f14e4f91d0080170cc608d9
Author: Kornel Duleba
AuthorDate: 2022-04-14 10:55:53 +
Commit: Wojciech Macek
CommitDate: 2022-04-20 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=14b7706264f6695a7403360711a610fb50e62909
commit 14b7706264f6695a7403360711a610fb50e62909
Author: Wojciech Macek
AuthorDate: 2022-04-19 07:53:19 +
Commit: Wojciech Macek
CommitDate: 2022-04-20 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=14b7706264f6695a7403360711a610fb50e62909
commit 14b7706264f6695a7403360711a610fb50e62909
Author: Wojciech Macek
AuthorDate: 2022-04-19 07:53:19 +
Commit: Wojciech Macek
CommitDate: 2022-04-20 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6ad638acd110a22a3d713b4a75e0074237b0d444
commit 6ad638acd110a22a3d713b4a75e0074237b0d444
Author: Wojciech Macek
AuthorDate: 2022-03-24 06:13:45 +
Commit: Wojciech Macek
CommitDate: 2022-03-24 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6ad638acd110a22a3d713b4a75e0074237b0d444
commit 6ad638acd110a22a3d713b4a75e0074237b0d444
Author: Wojciech Macek
AuthorDate: 2022-03-24 06:13:45 +
Commit: Wojciech Macek
CommitDate: 2022-03-24 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=25bcd81b8d12468e28e438f58dd58e7c5ea8f8db
commit 25bcd81b8d12468e28e438f58dd58e7c5ea8f8db
Author: Wojciech Macek
AuthorDate: 2022-03-14 06:51:21 +
Commit: Wojciech Macek
CommitDate: 2022-03-14 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=25bcd81b8d12468e28e438f58dd58e7c5ea8f8db
commit 25bcd81b8d12468e28e438f58dd58e7c5ea8f8db
Author: Wojciech Macek
AuthorDate: 2022-03-14 06:51:21 +
Commit: Wojciech Macek
CommitDate: 2022-03-14 06
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f97e7d6e9d3ee603a571892053e174bf9ddf4d0b
commit f97e7d6e9d3ee603a571892053e174bf9ddf4d0b
Author: Hubert Mazur
AuthorDate: 2022-01-20 09:56:10 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08:58
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=caca7dd087527e234fea09aac89634f5148b7478
commit caca7dd087527e234fea09aac89634f5148b7478
Author: Hubert Mazur
AuthorDate: 2021-12-21 14:52:56 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08:58
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=29cb30dcb08ea06e146628f4ef8d029bf55ffa01
commit 29cb30dcb08ea06e146628f4ef8d029bf55ffa01
Author: Kornel Duleba
AuthorDate: 2021-12-22 08:17:28 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a974a7bcdf44a83e344b19778dbd910298fa0421
commit a974a7bcdf44a83e344b19778dbd910298fa0421
Author: Kornel Duleba
AuthorDate: 2022-01-14 11:21:51 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f97e7d6e9d3ee603a571892053e174bf9ddf4d0b
commit f97e7d6e9d3ee603a571892053e174bf9ddf4d0b
Author: Hubert Mazur
AuthorDate: 2022-01-20 09:56:10 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08:58
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=caca7dd087527e234fea09aac89634f5148b7478
commit caca7dd087527e234fea09aac89634f5148b7478
Author: Hubert Mazur
AuthorDate: 2021-12-21 14:52:56 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08:58
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=29cb30dcb08ea06e146628f4ef8d029bf55ffa01
commit 29cb30dcb08ea06e146628f4ef8d029bf55ffa01
Author: Kornel Duleba
AuthorDate: 2021-12-22 08:17:28 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a974a7bcdf44a83e344b19778dbd910298fa0421
commit a974a7bcdf44a83e344b19778dbd910298fa0421
Author: Kornel Duleba
AuthorDate: 2022-01-14 11:21:51 +
Commit: Wojciech Macek
CommitDate: 2022-02-22 08
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=cd7306bb1fd1c4f2b2875bb7947ef5ee905f5f26
commit cd7306bb1fd1c4f2b2875bb7947ef5ee905f5f26
Author: Sylvian Meygret
AuthorDate: 2022-02-04 09:19:55 +
Commit: Wojciech Macek
CommitDate: 2022-02-04 09
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=cd7306bb1fd1c4f2b2875bb7947ef5ee905f5f26
commit cd7306bb1fd1c4f2b2875bb7947ef5ee905f5f26
Author: Sylvian Meygret
AuthorDate: 2022-02-04 09:19:55 +
Commit: Wojciech Macek
CommitDate: 2022-02-04 09
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=77223d98b6f84eea73191fd28d99d5b9ec0739f7
commit 77223d98b6f84eea73191fd28d99d5b9ec0739f7
Author: Wojciech Macek
AuthorDate: 2022-01-25 09:10:44 +
Commit: Wojciech Macek
CommitDate: 2022-02-02 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=77223d98b6f84eea73191fd28d99d5b9ec0739f7
commit 77223d98b6f84eea73191fd28d99d5b9ec0739f7
Author: Wojciech Macek
AuthorDate: 2022-01-25 09:10:44 +
Commit: Wojciech Macek
CommitDate: 2022-02-02 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1a6d987b7f32d6e93ef1dd75bed0335d4e6c91fa
commit 1a6d987b7f32d6e93ef1dd75bed0335d4e6c91fa
Author: Kornel Duleba
AuthorDate: 2022-01-27 10:25:25 +
Commit: Wojciech Macek
CommitDate: 2022-01-31 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a6bda3e1ef4d06e3243a65533f9faf678816a48e
commit a6bda3e1ef4d06e3243a65533f9faf678816a48e
Author: Kornel Duleba
AuthorDate: 2022-01-27 09:24:26 +
Commit: Wojciech Macek
CommitDate: 2022-01-31 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f485d733e87ec555fc97c3db020f13d61665d9ca
commit f485d733e87ec555fc97c3db020f13d61665d9ca
Author: Kornel Duleba
AuthorDate: 2022-01-27 08:26:07 +
Commit: Wojciech Macek
CommitDate: 2022-01-31 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1a6d987b7f32d6e93ef1dd75bed0335d4e6c91fa
commit 1a6d987b7f32d6e93ef1dd75bed0335d4e6c91fa
Author: Kornel Duleba
AuthorDate: 2022-01-27 10:25:25 +
Commit: Wojciech Macek
CommitDate: 2022-01-31 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a6bda3e1ef4d06e3243a65533f9faf678816a48e
commit a6bda3e1ef4d06e3243a65533f9faf678816a48e
Author: Kornel Duleba
AuthorDate: 2022-01-27 09:24:26 +
Commit: Wojciech Macek
CommitDate: 2022-01-31 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f485d733e87ec555fc97c3db020f13d61665d9ca
commit f485d733e87ec555fc97c3db020f13d61665d9ca
Author: Kornel Duleba
AuthorDate: 2022-01-27 08:26:07 +
Commit: Wojciech Macek
CommitDate: 2022-01-31 07
):
> On Sun, Jan 23, 2022 at 07:24:36PM +0100, Wojciech Macek wrote:
> W> This is an orginal fix. The issue was visible due to race between ip
> W> input/output and mrouter uninit.
> W> https://reviews.freebsd.org/D29946
>
> Why did you add another net epoch tracker under
):
> On Sun, Jan 23, 2022 at 07:24:36PM +0100, Wojciech Macek wrote:
> W> This is an orginal fix. The issue was visible due to race between ip
> W> input/output and mrouter uninit.
> W> https://reviews.freebsd.org/D29946
>
> Why did you add another net epoch tracker under
This commit, moving ip_mroutet_done outside a lock is only to silence a
warning when invariants are enabled - no functional changes to the root
problem were made here.
Wojtek
niedz., 23 sty 2022, 19:24 użytkownik Wojciech Macek
napisał:
> This is an orginal fix. The issue was visible due
This commit, moving ip_mroutet_done outside a lock is only to silence a
warning when invariants are enabled - no functional changes to the root
problem were made here.
Wojtek
niedz., 23 sty 2022, 19:24 użytkownik Wojciech Macek
napisał:
> This is an orginal fix. The issue was visible due
This is an orginal fix. The issue was visible due to race between ip
input/output and mrouter uninit.
https://reviews.freebsd.org/D29946
niedz., 23 sty 2022, 17:41 użytkownik Gleb Smirnoff
napisał:
> On Sat, Jan 22, 2022 at 08:50:54AM +0100, Wojciech Macek wrote:
> W> I will prepare a
This is an orginal fix. The issue was visible due to race between ip
input/output and mrouter uninit.
https://reviews.freebsd.org/D29946
niedz., 23 sty 2022, 17:41 użytkownik Gleb Smirnoff
napisał:
> On Sat, Jan 22, 2022 at 08:50:54AM +0100, Wojciech Macek wrote:
> W> I will prepare a
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0daa28057c6c323f8def0a1c78fadb789b63fd27
commit 0daa28057c6c323f8def0a1c78fadb789b63fd27
Author: Wojciech Macek
AuthorDate: 2022-01-22 13:47:47 +
Commit: Wojciech Macek
CommitDate: 2022-01-22 13
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0daa28057c6c323f8def0a1c78fadb789b63fd27
commit 0daa28057c6c323f8def0a1c78fadb789b63fd27
Author: Wojciech Macek
AuthorDate: 2022-01-22 13:47:47 +
Commit: Wojciech Macek
CommitDate: 2022-01-22 13
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=889c60500d30c8fd3cbf597fd73d5cd90f5fc7e7
commit 889c60500d30c8fd3cbf597fd73d5cd90f5fc7e7
Author: Wojciech Macek
AuthorDate: 2022-01-22 10:47:39 +
Commit: Wojciech Macek
CommitDate: 2022-01-22 10
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=889c60500d30c8fd3cbf597fd73d5cd90f5fc7e7
commit 889c60500d30c8fd3cbf597fd73d5cd90f5fc7e7
Author: Wojciech Macek
AuthorDate: 2022-01-22 10:47:39 +
Commit: Wojciech Macek
CommitDate: 2022-01-22 10
n 21 Jan 2022, at 14:01, Kristof Provost wrote:
>
> Hi Wojciech,
>
> On 21 Jan 2022, at 6:19, Wojciech Macek wrote:
>
> The branch main has been updated by wma:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=9ce46cbc95d7a6fccb55af0d42cbb85c29f10639
>
> commit 9ce
n 21 Jan 2022, at 14:01, Kristof Provost wrote:
>
> Hi Wojciech,
>
> On 21 Jan 2022, at 6:19, Wojciech Macek wrote:
>
> The branch main has been updated by wma:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=9ce46cbc95d7a6fccb55af0d42cbb85c29f10639
>
> commit 9ce
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9ce46cbc95d7a6fccb55af0d42cbb85c29f10639
commit 9ce46cbc95d7a6fccb55af0d42cbb85c29f10639
Author: Wojciech Macek
AuthorDate: 2022-01-21 05:15:08 +
Commit: Wojciech Macek
CommitDate: 2022-01-21 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=58630bdd13fd086fe11f239528ee7a82e2b9d685
commit 58630bdd13fd086fe11f239528ee7a82e2b9d685
Author: Wojciech Macek
AuthorDate: 2022-01-20 12:12:23 +
Commit: Wojciech Macek
CommitDate: 2022-01-21 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9ce46cbc95d7a6fccb55af0d42cbb85c29f10639
commit 9ce46cbc95d7a6fccb55af0d42cbb85c29f10639
Author: Wojciech Macek
AuthorDate: 2022-01-21 05:15:08 +
Commit: Wojciech Macek
CommitDate: 2022-01-21 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=58630bdd13fd086fe11f239528ee7a82e2b9d685
commit 58630bdd13fd086fe11f239528ee7a82e2b9d685
Author: Wojciech Macek
AuthorDate: 2022-01-20 12:12:23 +
Commit: Wojciech Macek
CommitDate: 2022-01-21 05
Thanks, i'll take a look if moving mrouter_done outside the lock would work.
Wojtek
śr., 12 sty 2022, 22:40 użytkownik Mark Johnston
napisał:
> On Tue, Jan 11, 2022 at 10:19:45AM +, Wojciech Macek wrote:
> > The branch main has been updated by wma:
> >
> > URL:
Thanks, i'll take a look if moving mrouter_done outside the lock would work.
Wojtek
śr., 12 sty 2022, 22:40 użytkownik Mark Johnston
napisał:
> On Tue, Jan 11, 2022 at 10:19:45AM +, Wojciech Macek wrote:
> > The branch main has been updated by wma:
> >
> > URL:
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=776c34f64615b8de2e2fb53920331d9e359138c8
commit 776c34f64615b8de2e2fb53920331d9e359138c8
Author: Wojciech Macek
AuthorDate: 2022-01-11 11:50:38 +
Commit: Wojciech Macek
CommitDate: 2022-01-11 12
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=776c34f64615b8de2e2fb53920331d9e359138c8
commit 776c34f64615b8de2e2fb53920331d9e359138c8
Author: Wojciech Macek
AuthorDate: 2022-01-11 11:50:38 +
Commit: Wojciech Macek
CommitDate: 2022-01-11 12
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2e72208b6c622505323ed48dc58830fc307392b1
commit 2e72208b6c622505323ed48dc58830fc307392b1
Author: Wojciech Macek
AuthorDate: 2022-01-11 10:08:35 +
Commit: Wojciech Macek
CommitDate: 2022-01-11 10
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=68f28dd1ccc33b870bb8c0509694df4ed5e05ee7
commit 68f28dd1ccc33b870bb8c0509694df4ed5e05ee7
Author: Wojciech Macek
AuthorDate: 2022-01-10 07:09:16 +
Commit: Wojciech Macek
CommitDate: 2022-01-11 10
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2e72208b6c622505323ed48dc58830fc307392b1
commit 2e72208b6c622505323ed48dc58830fc307392b1
Author: Wojciech Macek
AuthorDate: 2022-01-11 10:08:35 +
Commit: Wojciech Macek
CommitDate: 2022-01-11 10
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=68f28dd1ccc33b870bb8c0509694df4ed5e05ee7
commit 68f28dd1ccc33b870bb8c0509694df4ed5e05ee7
Author: Wojciech Macek
AuthorDate: 2022-01-10 07:09:16 +
Commit: Wojciech Macek
CommitDate: 2022-01-11 10
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f21c469dbca6ac411a149492f8b02d5aa07ffb92
commit f21c469dbca6ac411a149492f8b02d5aa07ffb92
Author: Hubert Mazur
AuthorDate: 2021-08-10 14:55:27 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4885d6f3ec5bdb9c7bf57f7a07575089572ef3ab
commit 4885d6f3ec5bdb9c7bf57f7a07575089572ef3ab
Author: Hubert Mazur
AuthorDate: 2021-08-24 10:04:30 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=127e4d9524aec29c036074b9655c12eed89785f8
commit 127e4d9524aec29c036074b9655c12eed89785f8
Author: Hubert Mazur
AuthorDate: 2021-07-30 06:58:11 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=01b9c59fd262590b47f9baaf2f553630f9bb4cbd
commit 01b9c59fd262590b47f9baaf2f553630f9bb4cbd
Author: Hubert Mazur
AuthorDate: 2021-07-28 11:42:12 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4885d6f3ec5bdb9c7bf57f7a07575089572ef3ab
commit 4885d6f3ec5bdb9c7bf57f7a07575089572ef3ab
Author: Hubert Mazur
AuthorDate: 2021-08-24 10:04:30 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f21c469dbca6ac411a149492f8b02d5aa07ffb92
commit f21c469dbca6ac411a149492f8b02d5aa07ffb92
Author: Hubert Mazur
AuthorDate: 2021-08-10 14:55:27 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=127e4d9524aec29c036074b9655c12eed89785f8
commit 127e4d9524aec29c036074b9655c12eed89785f8
Author: Hubert Mazur
AuthorDate: 2021-07-30 06:58:11 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=01b9c59fd262590b47f9baaf2f553630f9bb4cbd
commit 01b9c59fd262590b47f9baaf2f553630f9bb4cbd
Author: Hubert Mazur
AuthorDate: 2021-07-28 11:42:12 +
Commit: Wojciech Macek
CommitDate: 2022-01-04 12:26
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bffefaf3e1ef55e52c6428961925f8224c0a20b2
commit bffefaf3e1ef55e52c6428961925f8224c0a20b2
Author: sebastien.bini
AuthorDate: 2021-12-14 10:42:17 +
Commit: Wojciech Macek
CommitDate: 2022-01-02 09
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bffefaf3e1ef55e52c6428961925f8224c0a20b2
commit bffefaf3e1ef55e52c6428961925f8224c0a20b2
Author: sebastien.bini
AuthorDate: 2021-12-14 10:42:17 +
Commit: Wojciech Macek
CommitDate: 2022-01-02 09
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d28d74de876b3e45ffaf85784a9d3f5accbd4834
commit d28d74de876b3e45ffaf85784a9d3f5accbd4834
Author: sebastien.bini
AuthorDate: 2021-12-14 10:54:12 +
Commit: Wojciech Macek
CommitDate: 2022-01-02 07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d28d74de876b3e45ffaf85784a9d3f5accbd4834
commit d28d74de876b3e45ffaf85784a9d3f5accbd4834
Author: sebastien.bini
AuthorDate: 2021-12-14 10:54:12 +
Commit: Wojciech Macek
CommitDate: 2022-01-02 07
21 at 11:29 PM Wojciech Macek wrote:
> >
> > The branch main has been updated by wma:
> >
> > URL:
> https://cgit.FreeBSD.org/src/commit/?id=4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
> >
> > commit 4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
> > Author:
21 at 11:29 PM Wojciech Macek wrote:
> >
> > The branch main has been updated by wma:
> >
> > URL:
> https://cgit.FreeBSD.org/src/commit/?id=4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
> >
> > commit 4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
> > Author:
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e0ceec676dc86ddca960a9858ae5e3a4e0c8390d
commit e0ceec676dc86ddca960a9858ae5e3a4e0c8390d
Author: Wojciech Macek
AuthorDate: 2021-12-20 05:32:51 +
Commit: Wojciech Macek
CommitDate: 2021-12-20 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e0ceec676dc86ddca960a9858ae5e3a4e0c8390d
commit e0ceec676dc86ddca960a9858ae5e3a4e0c8390d
Author: Wojciech Macek
AuthorDate: 2021-12-20 05:32:51 +
Commit: Wojciech Macek
CommitDate: 2021-12-20 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
commit 4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
Author: Dawid Gorecki
AuthorDate: 2021-12-20 05:27:12 +
Commit: Wojciech Macek
CommitDate: 2021-12-20 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
commit 4f741801d86089a1c5d631ba1e0f1421cdcf7a7e
Author: Dawid Gorecki
AuthorDate: 2021-12-20 05:27:12 +
Commit: Wojciech Macek
CommitDate: 2021-12-20 05
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3e5fe3d5bf8812795e0b9f29f01c5e5cf5449871
commit 3e5fe3d5bf8812795e0b9f29f01c5e5cf5449871
Author: Hubert Mazur
AuthorDate: 2021-12-16 08:16:22 +
Commit: Wojciech Macek
CommitDate: 2021-12-17 10:07
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3e5fe3d5bf8812795e0b9f29f01c5e5cf5449871
commit 3e5fe3d5bf8812795e0b9f29f01c5e5cf5449871
Author: Hubert Mazur
AuthorDate: 2021-12-16 08:16:22 +
Commit: Wojciech Macek
CommitDate: 2021-12-17 10:07
The branch stable/13 has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=77b3cf989fc11bcae263c8601e73daf90987ea97
commit 77b3cf989fc11bcae263c8601e73daf90987ea97
Author: Kornel Duleba
AuthorDate: 2021-11-23 08:13:56 +
Commit: Wojciech Macek
CommitDate: 2021-12-15
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3662b8f1cf7729853f77125af7ad4c822c285eee
commit 3662b8f1cf7729853f77125af7ad4c822c285eee
Author: Hubert Mazur
AuthorDate: 2021-12-10 15:07:25 +
Commit: Wojciech Macek
CommitDate: 2021-12-10 16:09
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3662b8f1cf7729853f77125af7ad4c822c285eee
commit 3662b8f1cf7729853f77125af7ad4c822c285eee
Author: Hubert Mazur
AuthorDate: 2021-12-10 15:07:25 +
Commit: Wojciech Macek
CommitDate: 2021-12-10 16:09
Ah, sorry, I thought this one was ready as well. Please let me know if you
think sth needs to be changed, we'll do a follow up then
Wojtek
śr., 8 gru 2021 o 11:33 Emmanuel Vadot napisał(a):
> On Wed, 8 Dec 2021 10:21:34 GMT
> Wojciech Macek wrote:
>
> > The branch main has
Ah, sorry, I thought this one was ready as well. Please let me know if you
think sth needs to be changed, we'll do a follow up then
Wojtek
śr., 8 gru 2021 o 11:33 Emmanuel Vadot napisał(a):
> On Wed, 8 Dec 2021 10:21:34 GMT
> Wojciech Macek wrote:
>
> > The branch main has
The branch main has been updated by wma:
URL:
https://cgit.FreeBSD.org/src/commit/?id=de9c000cedfe77c6da4929178fee571b1fd0cc80
commit de9c000cedfe77c6da4929178fee571b1fd0cc80
Author: Hubert Mazur
AuthorDate: 2021-11-03 09:38:05 +
Commit: Wojciech Macek
CommitDate: 2021-12-08 10:21
1 - 100 of 617 matches
Mail list logo