summaryrefslogtreecommitdiff
path: root/bpfc/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-05-15 09:07:00 +0200
committerTobias Klauser <tklauser@distanz.ch>2018-05-15 09:07:00 +0200
commita4470c9073e9498c2102ef87224f40ca89c131c0 (patch)
tree2a089bb874dba0e1021a593f2fc1166aae021ffd /bpfc/Makefile
parentf6d450a5e4054b7ac17b73fb5081a55479c327d6 (diff)
AUTHORS: add Petr Machata
Add Petr Machata for commit f6d450a5e405 ("mausezahn: Fix IPv6 address comparison"). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc/Makefile')
0 files changed, 0 insertions, 0 deletions
that copy only the expected fields. These replace existing logic that calls copy_to_user on entire structs, then overwrites select fields. Private data is defined in xt_match and xt_target. All matches and targets that maintain kernel data store this at the tail of their private structure. Extend xt_match and xt_target with .usersize to limit how many bytes of data are copied. The remainder is cleared. If compatsize is specified, usersize can only safely be used if all fields up to usersize use platform-independent types. Otherwise, the compat_to_user callback must be defined. This patch does not yet enable the support logic. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'sound/usb/6fire')