aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorKulikov Vasiliy <[email protected]>2010-08-03 05:43:11 +0000
committerDavid S. Miller <[email protected]>2010-08-04 23:18:02 +0000
commit7aaaaa1e44b2a4047dfe05f304a5090eb995cf44 (patch)
treee8acddbddcfefd6b698c9061343b82baf0205d84 /net/unix/sysctl_net_unix.c
parentMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... (diff)
downloadkernel-7aaaaa1e44b2a4047dfe05f304a5090eb995cf44.tar.gz
kernel-7aaaaa1e44b2a4047dfe05f304a5090eb995cf44.zip
cxgb3: do not use PCI resources before pci_enable_device()
IRQ and resource[] may not have correct values until after PCI hotplug setup occurs at pci_enable_device() time. The semantic match that finds this problem is as follows: // <smpl> @@ identifier x; identifier request ~= "pci_request.*|pci_resource.*"; @@ ( * x->irq | * x->resource | * request(x, ...) ) ... *pci_enable_device(x) // </smpl> Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions