lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 12 Dec 2020 12:41:46 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     "Rafael J. Wysocki" <rjw@...ysocki.net>
Cc:     Saravana Kannan <saravanak@...gle.com>,
        Len Brown <lenb@...nel.org>, Rob Herring <robh@...nel.org>,
        Qian Cai <qcai@...hat.com>,
        Robin Murphy <robin.murphy@....com>,
        Marc Zyngier <maz@...nel.org>, kernel-team@...roid.com,
        linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ACPI: Use fwnode_init() to set up fwnode

On Fri, Dec 11, 2020 at 09:53:09PM +0100, Rafael J. Wysocki wrote:
> On Friday, December 11, 2020 9:26:29 PM CET Saravana Kannan wrote:
> > Commit 01bb86b380a3 ("driver core: Add fwnode_init()") was supposed to
> > fix up all instances of fwnode creation to use fwnode_init(). But looks
> > like this instance was missed. This causes a NULL pointer dereference
> > during device_add() [1]. So, fix it.
> > 
> > [   60.792324][    T1] Call trace:
> > [   60.795495][    T1]  device_add+0xf60/0x16b0
> > __fw_devlink_link_to_consumers at drivers/base/core.c:1583
> > (inlined by) fw_devlink_link_device at drivers/base/core.c:1726
> > (inlined by) device_add at drivers/base/core.c:3088
> > [   60.799813][    T1]  platform_device_add+0x274/0x628
> > [   60.804833][    T1]  acpi_iort_init+0x9d8/0xc50
> > [   60.809415][    T1]  acpi_init+0x45c/0x4e8
> > [   60.813556][    T1]  do_one_initcall+0x170/0xb70
> > [   60.818224][    T1]  kernel_init_freeable+0x6a8/0x734
> > [   60.823332][    T1]  kernel_init+0x18/0x12c
> > [   60.827566][    T1]  ret_from_fork+0x10/0x1c
> > [   60.838756][    T1] ---[ end trace fa5c8ce17a226d83 ]---
> > 
> > [1] - https://lore.kernel.org/linux-arm-kernel/02e7047071f0b54b046ac472adeeb3fafabc643c.camel@redhat.com/
> > Fixes: 01bb86b380a3 ("driver core: Add fwnode_init()")
> > Reported-by: Qian Cai <qcai@...hat.com>
> > Suggested-by: Robin Murphy <robin.murphy@....com>
> > Tested-by: Marc Zyngier <maz@...nel.org>
> > Signed-off-by: Saravana Kannan <saravanak@...gle.com>
> 
> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>

Now queued up, thanks.

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ