mbox series

[0/2] Two fixes for IFS

Message ID 20220710182521.60642-1-tony.luck@intel.com (mailing list archive)
Headers show
Series Two fixes for IFS | expand

Message

Luck, Tony July 10, 2022, 6:25 p.m. UTC
Hans ... if you are pushing to Linus to add "BROKEN", then could
you include these two patches to make it fractionally less broken?

-Tony

Jithu Joseph (2):
  Documentation: Correct IFS reload documentation
  platform/x86/intel/ifs: return error on load failure

 drivers/platform/x86/intel/ifs/ifs.h  | 2 +-
 drivers/platform/x86/intel/ifs/load.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Hans de Goede July 10, 2022, 7:57 p.m. UTC | #1
Hi Tony,

On 7/10/22 20:25, Tony Luck wrote:
> Hans ... if you are pushing to Linus to add "BROKEN", then could
> you include these two patches to make it fractionally less broken?

Since the driver is going to be marked as BROKEN now anyways,
I don't see much value in getting these send last minute to Linus.

At this point in the kernel cycle (rc6 will be out in a couple
of hours likely) we really should avoid churn as much as possible.

Regards,

Hans