commit | 59c58ceeea9cdc6144d7b0303753e6bd26d87455 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Fri Mar 24 11:07:22 2017 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Apr 04 14:00:01 2017 -0500 |
tree | 0b65cd1ed287c9af29916548fa50606c8f949588 | |
parent | 433fcf6b7b31f1f233dd50aeb9d066a0f6ed4b9d [diff] |
PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC The memory allocation here needs to be non-blocking. Fix the issue. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Long Li <longli@microsoft.com> Cc: <stable@vger.kernel.org>