public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mario Limonciello <mario.limonciello@dell.com>
To: dvhart@infradead.org, Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	platform-driver-x86@vger.kernel.org, pali.rohar@gmail.com,
	Mario Limonciello <mario.limonciello@dell.com>
Subject: [PATCH v2 0/2] Account for uncorrectable failures in probing
Date: Thu,  9 Nov 2017 11:49:08 -0600	[thread overview]
Message-ID: <cover.1510246939.git.mario.limonciello@dell.com> (raw)

Pali raised some concerns around corner case scenarios that probing
may fail on dell-wmi-descriptor causing dell-wmi and dell-smbios-wmi
to be stuck in infinite deferred probing loops.
This patch series accounts for that corner case.

changes from v1 to v2:
- Add Reviewed by from Pali for patch 1
- Move wmi_has_guid check into dell-wmi-descriptor.c instead of
  dependent drivers.
Mario Limonciello (2):
  platform/x86: dell-wmi-descriptor: check if memory was allocated
  platform/x86: dell-*wmi*: Relay failed initial probe to dependent
    drivers

 drivers/platform/x86/dell-smbios-wmi.c     |  5 +++--
 drivers/platform/x86/dell-wmi-descriptor.c | 21 +++++++++++++++++++++
 drivers/platform/x86/dell-wmi-descriptor.h |  8 +++++++-
 drivers/platform/x86/dell-wmi.c            |  6 ++++--
 4 files changed, 35 insertions(+), 5 deletions(-)

-- 
2.14.1

             reply	other threads:[~2017-11-09 17:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-09 17:49 Mario Limonciello [this message]
2017-11-09 17:49 ` [PATCH v2 1/2] platform/x86: dell-wmi-descriptor: check if memory was allocated Mario Limonciello
2017-11-09 17:49 ` [PATCH v2 2/2] platform/x86: dell-*wmi*: Relay failed initial probe to dependent drivers Mario Limonciello
2017-11-09 18:51   ` sathyanarayanan kuppuswamy
2017-11-09 19:00     ` Mario.Limonciello
2017-11-09 22:33       ` sathyanarayanan kuppuswamy
2017-11-09 23:44   ` Darren Hart
2017-11-09 23:47   ` Pali Rohár
2017-11-10  1:18 ` [PATCH v2 0/2] Account for uncorrectable failures in probing Darren Hart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1510246939.git.mario.limonciello@dell.com \
    --to=mario.limonciello@dell.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=dvhart@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox