Displaying 4 results from an estimated 4 matches for "_deprecated".
Did you mean:
deprecated
2017 Feb 21
1
Re: [PATCH 0/6] generator: Split up generator/actions.ml
...9;t any changes, which was how I verified the patch set. But for
that to work I had to have a stable ordering that I could reproduce in
the new code.
> - regarding patch #5: download_inode should be in actions_tsk.ml
OK, will fix.
> - regarding patch #5: I'm personally not fond of the _deprecated.ml
> versions: that means in case an API is deprecated, then it is moved
> from one place to another, IMHO for no reason.
> +1 for the split, -1 for the _deprecated split
The thinking here was to move the deprecated functions out
of the way (out of sight, out of mind) for cases wher...
2017 Feb 21
0
Re: [PATCH 0/6] generator: Split up generator/actions.ml
...:
- regarding patch #2: wasn't the order stable before? Except from the
explicitly seen order change in tests_c_api.ml, what made the actions
order non-deterministic?
- regarding patch #5: download_inode should be in actions_tsk.ml
- regarding patch #5: I'm personally not fond of the _deprecated.ml
versions: that means in case an API is deprecated, then it is moved
from one place to another, IMHO for no reason.
+1 for the split, -1 for the _deprecated split
Thanks,
--
Pino Toscano
2023 Jan 26
2
[Bridge] [PATCH net-next 01/16] net: bridge: Set strict_start_type at two policies
Make any attributes newly-added to br_port_policy or vlan_tunnel_policy
parsed strictly, to prevent userspace from passing garbage. Note that this
patchset only touches the former policy. The latter was adjusted for
completeness' sake. There do not appear to be other _deprecated calls
with non-NULL policies.
Suggested-by: Ido Schimmel <idosch at nvidia.com>
Signed-off-by: Petr Machata <petrm at nvidia.com>
Reviewed-by: Ido Schimmel <idosch at nvidia.com>
---
net/bridge/br_netlink.c | 2 ++
net/bridge/br_netlink_tunnel.c | 3 +++
2 files changed,...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.