All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan
@ 2024-01-25  8:22 Ashok Raj
  2024-01-25  8:22 ` [PATCH 1/5] platform/x86/intel/ifs: Call release_firmware() when handling errors Ashok Raj
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Ashok Raj @ 2024-01-25  8:22 UTC (permalink / raw)
  To: Hans de Goede, Ilpo Jarvinen, markgross
  Cc: Jithu Joseph, rostedt, ashok.raj, tony.luck, LKML,
	platform-driver-x86, patches, pengfei.xu

Hi Hans,

This series has some bug fixes and improvements for Infield Scan.

Patch1 - fixes a bug in the driver that didn't release_firmware() in the
	 error path.

Patch2, 3 - Added some improved tracing.

Patch4 - Moves the rendezvous to function entry
Patch5 - Adds entry rendezvous for IFS.

Cheers,
Ashok


Ashok Raj (4):
  platform/x86/intel/ifs: Trace on all HT threads when executing a test
  platform/x86/intel/ifs: Add current batch number to trace output
  platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
  platform/x86/intel/ifs: Add an entry rendezvous for SAF

Jithu Joseph (1):
  platform/x86/intel/ifs: Call release_firmware() when handling errors.

 include/trace/events/intel_ifs.h         |  12 +--
 drivers/platform/x86/intel/ifs/load.c    |   3 +-
 drivers/platform/x86/intel/ifs/runtest.c | 101 ++++++++++++++---------
 3 files changed, 70 insertions(+), 46 deletions(-)


base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
-- 
2.39.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-31 10:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25  8:22 [PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan Ashok Raj
2024-01-25  8:22 ` [PATCH 1/5] platform/x86/intel/ifs: Call release_firmware() when handling errors Ashok Raj
2024-01-25 13:04   ` Ilpo Järvinen
2024-01-26 19:15   ` Hans de Goede
2024-01-29  3:55     ` Pengfei Xu
2024-01-29  8:39       ` Hans de Goede
2024-01-25  8:22 ` [PATCH 2/5] platform/x86/intel/ifs: Trace on all HT threads when executing a test Ashok Raj
2024-01-25  8:22 ` [PATCH 3/5] platform/x86/intel/ifs: Add current batch number to trace output Ashok Raj
2024-01-25  8:22 ` [PATCH 4/5] platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST Ashok Raj
2024-01-25  8:22 ` [PATCH 5/5] platform/x86/intel/ifs: Add an entry rendezvous for SAF Ashok Raj
2024-01-31 10:29 ` [PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.