The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: "Hans de Goede" <hansg@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Linux ACPI" <linux-acpi@vger.kernel.org>,
	"Corentin Chary" <corentin.chary@gmail.com>,
	"Luke D. Jones" <luke@ljones.dev>,
	"Denis Benato" <denis.benato@linux.dev>,
	"Pali Rohár" <pali@kernel.org>,
	"Jonathan Woithe" <jwoithe@just42.net>,
	"Robert Gerlach" <khnz@gmx.de>,
	"Matan Ziv-Av" <matan@svgalib.org>,
	"Kenneth Chan" <kenneth.t.chan@gmail.com>,
	"Mattia Dongili" <malattia@linux.it>,
	"Jeremy Soller" <jeremy@system76.com>,
	"Azael Avalos" <coproscefalo@gmail.com>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH v2 00/16] platform/x86: Check ACPI_COMPANION() against NULL during probe
Date: Tue, 19 May 2026 15:24:57 +0300	[thread overview]
Message-ID: <177919349712.8561.1526069342986461066.b4-ty@linux.intel.com> (raw)
In-Reply-To: <12904885.O9o76ZdvQC@rafael.j.wysocki>

On Tue, 12 May 2026 16:01:43 +0200, Rafael J. Wysocki wrote:

> This series replaces
> 
> https://lore.kernel.org/linux-acpi/5990022.DvuYhMxLoT@rafael.j.wysocki/
> 
> and, as a whole, it makes exactly the same code changes.
> 
> Every platform driver can be forced to match a device that doesn't match
> its list of device IDs because of device_match_driver_override(), so
> platform drivers that rely on the existence of a device's ACPI companion
> object need to verify its presence.
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[01/16] platform/x86: acer-wireless: Check ACPI_COMPANION() against NULL
        commit: 227e86af748bd804813b2200b6ae73ceaacaa383
[02/16] platform/x86: asus-laptop: Check ACPI_COMPANION() against NULL
        commit: 75d47068603646439930d6db1794fa363c2819da
[03/16] platform/x86: dell/dell-rbtn: Check ACPI_COMPANION() against NULL
        commit: 948d2ee19da7f886a3c4f9954a42c3c77facb8e0
[04/16] platform/x86: eeepc-laptop: Check ACPI_COMPANION() against NULL
        commit: a0e070895d849e2e73d56a1f95c9093c10da2741
[05/16] platform/x86: fujitsu: Check ACPI_COMPANION() against NULL
        commit: 493c2f4ca878a843ae0f7efb695b0ac4bcf628eb
[06/16] platform/x86: fujitsu-tablet: Check ACPI_COMPANION() against NULL
        commit: 7de479068fdcf34e64807324e794c76675776740
[07/16] platform/x86: intel/rst: Check ACPI_COMPANION() against NULL
        commit: 4f47c9d8b97b6c1e2534fec7f28b6b6e5daa30b6
[08/16] platform/x86: intel/smartconnect: Check ACPI_HANDLE() against NULL
        commit: c37b59d57cb373e70156bbe1978cea9846d2f0ec
[09/16] platform/x86: lg-laptop: Check ACPI_COMPANION() against NULL
        commit: fea5ef6f3265e6a0202f8b27e4a648c800e3b9a9
[10/16] platform/x86: panasonic-laptop: Check ACPI_COMPANION() against NULL
        commit: 2c49165dc1a4e9187dc39599ae286518feac99be
[11/16] platform/x86: sony-laptop: Check ACPI_COMPANION() against NULL
        commit: 93ecc19cbb7830d0f9d33756f4c19414f61622d2
[12/16] platform/x86: system76: Check ACPI_COMPANION() against NULL
        commit: 3dceea280d76c674bd36f1928115ba4e8f6b7a5e
[13/16] platform/x86: toshiba_acpi: Check ACPI_COMPANION() against NULL
        commit: 9742234cb913394746b45279ec0c25f906d0924b
[14/16] platform/x86: toshiba_bluetooth: Check ACPI_COMPANION() against NULL
        commit: aab866f5d75e4720d3a4ef7dac1d3ab84432205c
[15/16] platform/x86: toshiba_haps: Check ACPI_COMPANION() against NULL
        commit: 74fc85c475f3886bd4804d92f372be73e7dfac98
[16/16] platform/x86: wireless-hotkey: Check ACPI_COMPANION() against NULL
        commit: ad893c008d568dccf89e3bcaadfc4dd3797183c7

--
 i.


      parent reply	other threads:[~2026-05-19 12:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-12 14:01 [PATCH v2 00/16] platform/x86: Check ACPI_COMPANION() against NULL during probe Rafael J. Wysocki
2026-05-12 14:03 ` [PATCH v2 01/16] platform/x86: acer-wireless: Check ACPI_COMPANION() against NULL Rafael J. Wysocki
2026-05-12 14:04 ` [PATCH v2 02/16] platform/x86: asus-laptop: " Rafael J. Wysocki
2026-05-12 14:05 ` [PATCH v2 03/16] platform/x86: dell/dell-rbtn: " Rafael J. Wysocki
2026-05-12 14:05 ` [PATCH v2 04/16] platform/x86: eeepc-laptop: " Rafael J. Wysocki
2026-05-12 14:08 ` [PATCH v2 05/16] platform/x86: fujitsu: " Rafael J. Wysocki
2026-05-12 14:09 ` [PATCH v2 06/16] platform/x86: fujitsu-tablet: " Rafael J. Wysocki
2026-05-12 14:11 ` [PATCH v2 07/16] platform/x86: intel/rst: " Rafael J. Wysocki
2026-05-12 14:11 ` [PATCH v2 08/16] platform/x86: intel/smartconnect: Check ACPI_HANDLE() " Rafael J. Wysocki
2026-05-12 14:12 ` [PATCH v2 09/16] platform/x86: lg-laptop: Check ACPI_COMPANION() " Rafael J. Wysocki
2026-05-12 14:13 ` [PATCH v2 10/16] platform/x86: panasonic-laptop: " Rafael J. Wysocki
2026-05-12 14:13 ` [PATCH v2 11/16] platform/x86: sony-laptop: " Rafael J. Wysocki
2026-05-12 14:14 ` [PATCH v2 12/16] platform/x86: system76: " Rafael J. Wysocki
2026-05-12 14:15 ` [PATCH v2 13/16] platform/x86: toshiba_acpi: " Rafael J. Wysocki
2026-05-12 14:16 ` [PATCH v2 14/16] platform/x86: toshiba_bluetooth: " Rafael J. Wysocki
2026-05-12 14:17 ` [PATCH v2 15/16] platform/x86: toshiba_haps: " Rafael J. Wysocki
2026-05-12 14:17 ` [PATCH v2 16/16] platform/x86: wireless-hotkey: " Rafael J. Wysocki
2026-05-19 12:24 ` Ilpo Järvinen [this message]

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=177919349712.8561.1526069342986461066.b4-ty@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=coproscefalo@gmail.com \
    --cc=corentin.chary@gmail.com \
    --cc=denis.benato@linux.dev \
    --cc=hansg@kernel.org \
    --cc=jeremy@system76.com \
    --cc=jwoithe@just42.net \
    --cc=kenneth.t.chan@gmail.com \
    --cc=khnz@gmx.de \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luke@ljones.dev \
    --cc=malattia@linux.it \
    --cc=matan@svgalib.org \
    --cc=pali@kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rafael@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