summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric DeVolder <eric.devolder@oracle.com>2023-03-27 15:10:26 -0400
committerBorislav Petkov (AMD) <bp@alien8.de>2023-03-30 11:07:30 +0200
commitfed8d8773b8ea68ad99d9eee8c8343bef9da2c2c (patch)
treeffcf0dc62541c18dc48856e67c114988fad93b12 /tools/perf/scripts/python/bin
parenta74fabfbd1b7013045afc8cc541e6cab3360ccb5 (diff)
downloadkernel-fed8d8773b8ea68ad99d9eee8c8343bef9da2c2c.tar.gz
x86/acpi/boot: Correct acpi_is_processor_usable() check
The logic in acpi_is_processor_usable() requires the online capable bit be set for hotpluggable CPUs. The online capable bit has been introduced in ACPI 6.3. However, for ACPI revisions < 6.3 which do not support that bit, CPUs should be reported as usable, not the other way around. Reverse the check. [ bp: Rewrite commit message. ] Fixes: e2869bd7af60 ("x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC") Suggested-by: Miguel Luis <miguel.luis@oracle.com> Suggested-by: Boris Ostrovsky <boris.ovstrosky@oracle.com> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Tested-by: David R <david@unsolicited.net> Cc: <stable@kernel.org> Link: https://lore.kernel.org/r/20230327191026.3454-2-eric.devolder@oracle.com
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
7 01:16:30 -0500'>2018-01-17scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter 2017-12-20scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorCathy Avery 2017-11-06scsi: storvsc: Avoid excessive host scan on controller changeLong Li 2017-11-03scsi: storvsc: Allow only one remove lun work item to be issued per lunCathy Avery 2017-08-30scsi: storvsc: fix memory leak on ring buffer busyLong Li 2017-06-26scsi: storvsc: use default I/O timeout handler for FC devicesLong Li 2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger 2017-06-12scsi: storvsc: use in place iterator functionStephen Hemminger 2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2017-04-19scsi: storvsc: Add support for FC rport.Cathy Avery 2017-04-13scsi: storvsc: remove return at end of void functionMiguel Bernal Marin 2017-04-13scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin 2017-03-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley 2017-03-07scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger 2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada 2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig 2017-01-31scsi: storvsc: remove bogus code to transfer struct scatterlistChristoph Hellwig 2017-01-05scsi: storvsc: properly set residual data length on errorsLong Li 2017-01-05scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li 2017-01-05scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li 2017-01-05scsi: storvsc: Enable multi-queue supportK. Y. Srinivasan 2017-01-05scsi: storvsc: Remove the restriction on max segment sizeK. Y. Srinivasan 2017-01-05scsi: storvsc: Enable tracking of queue depthK. Y. Srinivasan