summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-04-17 17:47:31 +0200
committerPatrick McHardy <kaber@trash.net>2009-04-17 17:47:31 +0200
commit150ace0db360373d2016a2497d252138a59c5ba8 (patch)
treea5fa3f9b101c6120fc3a7bcecb1e7618e07fb2db /tools/perf/scripts/python
parent98d500d66cb7940747b424b245fc6a51ecfbf005 (diff)
downloadkernel-150ace0db360373d2016a2497d252138a59c5ba8.tar.gz
netfilter: ctnetlink: report error if event message allocation fails
This patch fixes an inconsistency that results in no error reports to user-space listeners if we fail to allocate the event message. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/kernel/of_device.c?h=linux-6.12.y&id=5c45708352a040f19caceb683c78bc86aad466f6'>[SPARC/64]: Consolidate of_register_driverStephen Rothwell Also of_unregister_driver. These will be shortly also used by the PowerPC code. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net> 2007-10-13[SPARC/64]: Prepare to remove of_platform_driver name.Stephen Rothwell The name field of of_platform_driver is just copied into the included device_driver. By not overriding an already initialised device_driver name, we can convert the drivers over time to stop using the of_platform_driver name. Also we were not copying the owner field from of_platform_driver, so do the same with it. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net> 2007-07-20[SPARC]: Make sure dev_archdata is filled in for all devices.David S. Miller Signed-off-by: David S. Miller <davem@davemloft.net> 2007-07-20Create drivers/of/platform.cStephen Rothwell and populate it with the common parts from PowerPC and Sparc[64]. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Paul Mackerras <paulus@samba.org> Acked-by: David S. Miller <davem@davemloft.net> 2007-07-20[SPARC/64] Rename some functions like PowerPCStephen Rothwell This is to make the of merge easier. Also rename of_bus_type. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: David S. Miller <davem@davemloft.net> 2007-07-20Begin to consolidate of_device.cStephen Rothwell This moves all the common parts for the Sparc, Sparc64 and PowerPC of_device.c files into drivers/of/device.c. Apart from the simple move, Sparc gains of_match_node() and a call to of_node_put in of_release_dev(). PowerPC gains better recovery if device_create_file() fails in of_device_register(). Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Paul Mackerras <paulus@samba.org> Acked-by: David S. Miller <davem@davemloft.net> 2007-04-26[SPARC]: constify of_get_property return: arch/sparcStephen Rothwell Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net> 2007-03-02[SPARC]: Handle unresolvable resources better in of_device.cDavid S. Miller Just leave them as zero if we couldn't calculate it. Signed-off-by: David S. Miller <davem@davemloft.net> 2007-03-02[SPARC]: Fix bus handling in build_device_resources().David S. Miller We mistakedly modify 'bus' in the innermost loop. What should happen is that at each register index iteration, we start with the same 'bus'. So preserve it's value at the top level, and use a loop local variable 'dbus' for iteration. This bug causes registers other than the first to be decoded improperly. Signed-off-by: David S. Miller <davem@davemloft.net> 2006-12-10[SPARC]: Replace kmalloc+memset with kzallocYan Burman Replace kmalloc+memset with kzalloc Signed-off-by: Yan Burman <burman.yan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> 2006-10-27[SPARC]: Fix bus_id[] string overflow.David S. Miller dp->path_component_name can be larger than ->bus_id[] so use a different naming scheme for this stuff. Noticed by Jurij Smakov. Signed-off-by: David S. Miller <davem@davemloft.net> 2006-10-04Remove all inclusions of <linux/config.h>Dave Jones kbuild explicitly includes this at build time. Signed-off-by: Dave Jones <davej@redhat.com>