Bug 181135 - [netmap] [patch] sys/dev/netmap patch for Linux compatibility
Summary: [netmap] [patch] sys/dev/netmap patch for Linux compatibility
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 1.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 09:50 UTC by Alexander
Modified: 2019-01-09 15:12 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (404 bytes, patch)
2013-08-08 09:50 UTC, Alexander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2013-08-08 09:50:00 UTC
Linux contain more precise way to locate lock free version of "ioctl" function.

Current implementation is based on kernel version, and does not detect proper "ioctl" version on old kernels (RedHat 6.3, kernel 2.6.32).

Patch is attached.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-08-09 02:26:45 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-net

Over to maintainer(s).
Comment 2 Hiren Panchasara freebsd_committer freebsd_triage 2014-02-07 19:07:43 UTC
Responsible Changed
From-To: freebsd-net->luigi

To Luigi for further consideration.
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:34 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 4 Vincenzo Maffione freebsd_committer freebsd_triage 2019-01-09 15:12:51 UTC
Not relevant anymore.
Current netmap on linux uses a "compile-probes" approach to detect kernel features, rather than relying on version numbers.