Re: [PULL REQUEST] fixes for GCC 8.x, automatic RTnet interface dismantling

2018-10-31 Thread Philippe Gerum
On 10/31/18 6:26 PM, Jan Kiszka wrote: > On 31.10.18 18:24, Jan Kiszka wrote: >> On 25.10.18 11:43, Philippe Gerum wrote: >>> >>> This patch set addresses a couple of issues with GCC 8.x, and a >>> current RTnet >>> limitation too. >>> >>> Regarding the latter, I'd like a thorough review of

Re: [PULL REQUEST] fixes for GCC 8.x, automatic RTnet interface dismantling

2018-10-31 Thread Jan Kiszka
On 31.10.18 18:24, Jan Kiszka wrote: On 25.10.18 11:43, Philippe Gerum wrote: This patch set addresses a couple of issues with GCC 8.x, and a current RTnet limitation too. Regarding the latter, I'd like a thorough review of 809847c58, to make sure it's not breaking some assumption wrt

Re: [PULL REQUEST] fixes for GCC 8.x, automatic RTnet interface dismantling

2018-10-31 Thread Jan Kiszka
On 25.10.18 11:43, Philippe Gerum wrote: This patch set addresses a couple of issues with GCC 8.x, and a current RTnet limitation too. Regarding the latter, I'd like a thorough review of 809847c58, to make sure it's not breaking some assumption wrt interface management in RTnet. The motivation

Re: [PULL REQUEST] fixes for GCC 8.x, automatic RTnet interface dismantling - v2

2018-10-26 Thread Jan Kiszka
On 25.10.18 16:31, Philippe Gerum wrote: Fixed a locking imbalance in the commit dealing with extraneous UP/DOWN interface requests. The following changes since commit 04df93890befa4e5a642ecdef38eebed4660b217: rtdm: expose user-side file descriptors to drivers (2018-10-17 13:20:06

[PULL REQUEST] fixes for GCC 8.x, automatic RTnet interface dismantling - v2

2018-10-25 Thread Philippe Gerum
Fixed a locking imbalance in the commit dealing with extraneous UP/DOWN interface requests. The following changes since commit 04df93890befa4e5a642ecdef38eebed4660b217: rtdm: expose user-side file descriptors to drivers (2018-10-17 13:20:06 +0200) are available in the Git repository

[PULL REQUEST] fixes for GCC 8.x, automatic RTnet interface dismantling

2018-10-25 Thread Philippe Gerum
This patch set addresses a couple of issues with GCC 8.x, and a current RTnet limitation too. Regarding the latter, I'd like a thorough review of 809847c58, to make sure it's not breaking some assumption wrt interface management in RTnet. The motivation for the change is to expose the necessary