summaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorRoberto Sassu <rsassu@suse.de>2017-01-11 11:06:42 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2017-01-11 22:56:58 -0500
commitcd60be4916ae689387d04b86b6fc15931e4c95ae (patch)
tree3b3a9e74ec7af6109a43e53ae62a5ff5702a63bf /include/acpi
parent98624c4fed0abd848b291fbd3da18c2251b79429 (diff)
scsi: lpfc: avoid double free of resource identifiers
Set variables initialized in lpfc_sli4_alloc_resource_identifiers() to NULL if an error occurred. Otherwise, lpfc_sli4_driver_resource_unset() attempts to free the memory again. Signed-off-by: Roberto Sassu <rsassu@suse.de> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Acked-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/acpi')
0 files changed, 0 insertions, 0 deletions
o which the timer belongs. Simplify the whole machinery by using mod_timer() instead of add_timer_on() which avoids the problem because mod_timer() can handle already queued timers. Use __start_timer() everywhere so the earliest armed expiry time is preserved. Reported-by: Erik Veijola <erik.veijola@intel.com> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701310936080.3457@nanos Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net/sunrpc/auth_gss/gss_krb5_seqnum.c')