Matt Johnston
63ed1aab3d
mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag control
...
This change adds a couple of new ioctls for mctp sockets:
SIOCMCTPALLOCTAG and SIOCMCTPDROPTAG. These ioctls provide facilities
for explicit allocation / release of tags, overriding the automatic
allocate-on-send/release-on-reply and timeout behaviours. This allows
userspace more control over messages that may not fit a simple
request/response model.
In order to indicate a pre-allocated tag to the sendmsg() syscall, we
introduce a new flag to the struct sockaddr_mctp.smctp_tag value:
MCTP_TAG_PREALLOC.
Additional changes from Jeremy Kerr <jk@codeconstruct.com.au >.
Contains a fix that was:
Reported-by: kernel test robot <lkp@intel.com >
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au >
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au >
Signed-off-by: David S. Miller <davem@davemloft.net >
2022-02-09 12:00:11 +00:00
..
2021-11-10 21:16:56 +00:00
2020-11-30 12:54:01 +00:00
2020-08-21 17:07:29 -04:00
2021-02-22 06:37:41 -07:00
2021-11-29 06:41:29 -07:00
2019-04-26 19:04:19 -07:00
2019-11-01 10:32:43 -07:00
2022-01-03 15:09:47 +01:00
2022-01-21 21:36:28 +00:00
2021-12-01 07:23:35 -10:00
2020-12-17 01:54:31 -08:00
2021-06-29 10:53:52 -07:00
2022-01-15 16:30:30 +02:00
2019-04-09 14:19:06 +02:00
2022-01-15 16:30:33 +02:00
2020-10-26 10:52:37 +09:00
2021-10-12 16:29:16 -07:00
2021-11-02 14:39:20 -05:00
2021-06-30 09:19:14 -04:00
2021-12-09 10:02:10 +08:00
2022-01-20 08:52:55 +02:00
2022-01-10 13:25:55 -05:00
2021-12-10 15:48:31 -08:00
2019-04-17 23:11:30 -07:00
2019-04-08 15:22:40 -07:00
2020-09-01 18:09:34 -04:00
2022-01-04 13:15:33 -05:00
2021-11-02 12:31:23 -04:00
2022-01-11 22:13:01 +00:00
2019-11-08 11:28:20 +01:00
2018-07-23 15:22:52 +10:00
2018-07-12 12:02:31 +10:00
2019-11-08 11:23:37 +01:00
2019-04-08 15:11:48 +02:00
2020-05-07 13:32:57 -04:00
2019-05-21 11:28:39 +02:00
2020-06-03 20:09:46 -07:00
2018-10-11 20:07:35 -07:00
2019-05-24 17:27:11 +02:00
2019-03-27 15:52:01 -03:00
2019-03-27 15:52:01 -03:00
2018-04-26 15:02:46 -04:00
2021-06-10 09:06:13 +02:00
2021-10-19 05:49:52 -06:00
2020-12-17 07:55:44 -07:00
2021-12-06 11:59:31 +01:00
2018-12-20 20:03:55 -05:00
2021-06-24 10:54:49 -04:00
2021-06-29 10:53:52 -07:00
2021-04-17 08:30:56 -04:00
2021-10-15 21:02:57 -06:00
2022-01-05 19:33:01 +09:00
2022-02-09 12:00:11 +00:00
2021-09-03 09:58:16 -07:00
2019-03-31 11:01:23 -07:00
2021-11-06 13:30:36 -07:00
2020-04-02 09:35:30 -07:00
2018-03-15 11:15:22 +01:00
2021-09-08 12:55:35 -07:00
2021-06-18 11:40:11 -07:00
2019-07-30 21:49:06 -04:00
2019-04-26 19:04:19 -07:00
2019-05-22 17:50:24 -07:00
2018-01-02 14:27:30 -05:00
2021-07-15 10:28:48 -07:00
2022-01-07 09:22:19 +00:00
2021-02-04 18:05:59 -08:00
2021-11-02 12:31:23 -04:00
2018-11-15 14:43:43 -08:00
2021-06-28 14:12:27 -04:00
2021-06-29 10:53:52 -07:00
2021-09-08 11:50:24 -07:00
2021-10-18 07:49:40 -04:00
2020-02-13 11:26:39 +01:00
2020-01-03 11:34:37 -05:00
2019-01-16 11:15:11 -05:00
2020-01-20 12:28:37 +01:00
2021-07-27 14:16:38 +01:00
2020-05-19 21:43:01 -04:00
2020-04-22 12:55:54 -07:00
2022-01-18 13:03:56 +01:00
2021-05-12 12:10:23 -07:00
2020-01-07 16:10:53 -04:00
2020-08-24 16:01:47 -03:00
2020-05-29 17:17:02 +01:00
2021-11-17 18:27:32 -05:00
2021-11-10 16:45:54 -08:00
2020-01-13 12:28:29 +01:00
2018-06-06 11:58:31 +02:00
2018-02-13 21:30:22 +01:00
2020-09-14 16:18:59 +01:00
2021-06-10 11:16:20 -04:00
2020-06-30 14:07:08 +01:00
2021-05-31 22:48:24 -04:00
2019-12-26 13:06:45 -08:00
2018-10-03 16:47:43 +02:00
2017-12-19 10:56:24 +01:00
2022-02-07 11:18:49 +00:00
2019-05-24 17:27:11 +02:00
2021-06-29 11:28:21 -07:00
2021-05-26 21:22:13 +01:00
2021-10-20 18:09:54 -04:00
2022-01-25 20:16:03 +02:00
2019-04-05 09:26:43 -04:00
2020-10-02 18:36:19 -04:00
2021-05-14 15:26:03 -07:00
2019-07-30 21:49:06 -04:00
2020-12-11 14:10:44 +01:00
2022-01-15 16:30:31 +02:00
2021-03-23 14:08:18 -04:00
2021-05-10 22:28:20 -04:00
2020-01-03 15:43:35 +01:00
2021-12-31 11:17:07 -08:00
2021-06-11 13:32:47 -07:00
2020-05-09 16:07:39 -06:00
2021-03-18 12:57:37 -04:00
2021-11-06 14:08:17 -07:00
2021-05-26 09:46:16 +02:00
2021-03-06 12:59:10 +01:00