search for: do_replace

Displaying 4 results from an estimated 4 matches for "do_replace".

Did you mean: __do_replace
2017 Aug 03
2
[PATCH 00/29] DRM API conversions
...gem_object_{get,put}() commit 6472e5090be7c78749a3c279b4faae87ab835c40 Author: Thierry Reding <treding at nvidia.com> Date: Tue Feb 28 15:46:42 2017 +0100 drm: Introduce drm_property_blob_{get,put}() This patch set was generated using the following shell script: #!/bin/sh path=$1 do_replace() { local pattern=$1 local replacement=$2 git grep -lw "${pattern}" -- "${path}/*.[hc]" |\ xargs -r sed -i "s/\b$pattern\b/$replacement/g" } do_replace drm_mode_object_reference drm_mode_object_get do_replace drm_mode_object_unreference drm_mode_o...
2012 Mar 13
1
[Bug 777] New: Suspect bug in __do_replace()
http://bugzilla.netfilter.org/show_bug.cgi?id=777 Summary: Suspect bug in __do_replace() Product: netfilter/iptables Version: linux-2.6.x Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: ip_tables (kernel) AssignedTo: netfilter-buglog at lists.netfilter.org...
2007 Apr 18
2
[Bridge] Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c
...; diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c index 66bd932..84b9af7 100644 --- a/net/bridge/netfilter/ebtables.c +++ b/net/bridge/netfilter/ebtables.c @@ -824,9 +824,9 @@ static int translate_table(struct ebt_re if (udc_cnt) { /* this will get free'd in do_replace()/ebt_register_table() if an error occurs */ - newinfo->chainstack = (struct ebt_chainstack **) - vmalloc((highest_possible_processor_id()+1) - * sizeof(struct ebt_chainstack)); + newinfo->chainstack = + vmalloc((highest_possible_processor_id()+1) + * sizeof(*(ne...
2011 Jul 13
4
[Bug 728] New: ip_tables: limit match: invalid size 40!=48
...ALL_USER in ip_tables.c,and add some print information. can you tell me how to fix this bug? ================== print information: $./iptables -A INPUT -p icmp -m limit --limit 6/m --limit-burst 7 -j ACCEPT ===print infromation: t->private->number = 7 fun_into_compat_do_ipt_set_ctl compat_do_replace_copy_from_user copy from user:name filter,valid_hooks 14,number entries8,size 1480,hood_entry[5]:00100011520,underflow[5]:0848100011520,num_counters:7,counters:268608936,.. tmp.size:1480 fun_translate_compat_table translate_compat_table: size 1480 check_compat_entry_size_and_hooks a8000000019e8000...