summaryrefslogtreecommitdiff
path: root/kernel/module-internal.h
blob: 915e123a430fbb0cb6ea9197b90ab6ec3684a191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Module internals
 *
 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public Licence
 * as published by the Free Software Foundation; either version
 * 2 of the Licence, or (at your option) any later version.
 */

extern int mod_verify_sig(const void *mod, unsigned long *_modlen);
ary='commit info' class='commit-info'> authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-08 12:23:49 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-08 12:23:49 -0800 commitbe11f436a80b19cb5ef4cdfba7371a5178bd43cd (patch) tree757250a0fe53c3947d9f244ffb04e51b53d13143 /drivers/usb/storage/transport.c parent472ff5be61f9593ee2d3ebbd716768e14de4659d (diff)parentd98e0929071e7ef63d35c1838b0ad0805ae366dd (diff)
Merge tag 'pci-v4.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fixes from Bjorn Helgaas: - check MSI affinity vs. number of vectors to avoid memory corruption - drop runtime power management for PCIe hotplug ports for now to avoid regressing hotplug via sysfs * tag 'pci-v4.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports" PCI/MSI: Don't apply affinity if there aren't enough vectors left
Diffstat (limited to 'drivers/usb/storage/transport.c')