[PATCH] Netfilter: Fix integer overflow in net/ipv6/netfilter/ip6_tables.c
The get.size field in the get_entries() interface is not bounded correctly. The size is used to determine the total entry size. The size is bounded, but can overflow and so the size checks may not be sufficient to catch invalid size. Fix it by catching size values that would cause overflows before calculating the s... 20 Mar 2010 10:57
[PATCH v1 3/10] Enhance replace_page() to support pagecache
Enhance replace_page() to support pagecache Currently replace_page would work only for anonymous pages. This patch enhances replace_page() to work for pagecache pages This enhancement is useful for user_bkpt's replace_page based background page replacement for insertion and removal of breakpoints. Signed-off... 20 Mar 2010 10:57
[PATCH v1 1/10] Move Macro W to insn.h
Move Macro W to asm/insn.h Macro W used to know if the instructions are valid for user-space/kernel space. This macro is used by kprobes and user_bkpt. (i.e user space breakpoint assistance layer.) So moving it to a common header file asm/insn.h. Signed-off-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> -... 20 Mar 2010 10:57
[PATCH v1 8/10] X86 details for uprobes.
X86 support for Uprobes This patch provides x86 specific details for uprobes. This includes interrupt notifier for uprobes, enabling/disabling singlestep. Signed-off-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> Signed-off-by: Ananth N Mavinakayanahalli <ananth(a)in.ibm.com> --- arch/x86/Kconfig ... 20 Mar 2010 10:57
Prize Won!
Prize Won! (Five hundred and fifty two Thousand pounds sterling), kindly confirm receipt of this email, by forwarding Your Details as stated below to our events manager on Email: rennyharlings(a)live.com Name/Address/Tel number/Age/Occupation/Country of Origin. -- To unsubscribe from this list: send the line "... 20 Mar 2010 10:57
[PATCH v1 0/10] Uprobes patches.
This patchset implements Uprobes which enables you to dynamically break into any routine in a user space application and collect information non-disruptively. This patchset is a rework based on suggestions from discussions on lkml in January this year (http://lkml.org/lkml/2010/1/11/92 and http://lkml.org/lkml... 20 Mar 2010 10:57
[PATCH 19/24] staging/dream: fix dangling pointers
Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- Found using coccinelle, then reviewed. Full... 20 Mar 2010 10:57
[PATCH 21/24] staging/iio/adc: fix dangling pointers
Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- Found using coccinelle, then reviewed. Full... 20 Mar 2010 10:57
[PATCH 22/24] staging/iio/light: fix dangling pointers
Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- Found using coccinelle, then reviewed. Full... 20 Mar 2010 10:57
[PATCH 07/24] input/touchscreen: fix dangling pointers
Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Dmitry Torokhov <dmitry.torokhov(a)gmail.com> --- Found using coccinelle, then review... 20 Mar 2010 10:57