From: Wei Xu <xuwei5@hisilicon.com>
To: Olof Johansson <olof@lixom.net>, John Garry <john.garry@huawei.com>
Cc: ARM-SoC Maintainers <arm@kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Arnd Bergmann <arnd@arndb.de>, Linuxarm <linuxarm@huawei.com>,
"xuwei (O)" <xuwei5@huawei.com>,
"Bjorn Helgaas" <bhelgaas@google.com>,
<linux-pci@vger.kernel.org>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Zhangyi ac <zhangyi.ac@huawei.com>,
"Liguozhu (Kenneth)" <liguozhu@hisilicon.com>,
<jinying@hisilicon.com>, huangdaode <huangdaode@hisilicon.com>,
Tangkunshan <tangkunshan@huawei.com>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>,
Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>,
Shiju Jose <shiju.jose@huawei.com>,
Salil Mehta <salil.mehta@huawei.com>
Subject: Re: [GIT PULL] Hisilicon fixes for v5.2
Date: Mon, 1 Jul 2019 14:22:57 +0800 [thread overview]
Message-ID: <5D19A6C1.70104@hisilicon.com> (raw)
In-Reply-To: <20190627021937.kk4lklv2uz3mogoq@localhost>
Hi Olof,
On 2019/6/27 10:19, Olof Johansson wrote:
> On Tue, Jun 25, 2019 at 02:31:26PM +0100, John Garry wrote:
>> On 25/06/2019 14:03, Olof Johansson wrote:
>>>>> are available in the Git repository at:
>>>>>>> git://github.com/hisilicon/linux-hisi.git tags/hisi-fixes-for-5.2
>>>>>>>
>>>>>>> for you to fetch changes up to 07c811af1c00d7b4212eac86900b023b6405a954:
>>>>>>>
>>>>>>> lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registration (2019-06-25 09:40:42 +0100)
>>>>>>>
>>>>>>> ----------------------------------------------------------------
>>>>>>> Hisilicon fixes for v5.2-rc
>>>>>>>
>>>>>>> - fixed RCU usage in logical PIO
>>>>>>> - Added a function to unregister a logical PIO range in logical PIO
>>>>>>> to support the fixes in the hisi-lpc driver
>>>>>>> - fixed and optimized hisi-lpc driver to avoid potential use-after-free
>>>>>>> and driver unbind crash
>>>>> Merged to fixes, thanks.
>>> This broke arm64 allmodconfig:
>>>
>>> arm64.allmodconfig:
>>> drivers/bus/hisi_lpc.c:656:3: error: implicit declaration of function
>>> 'hisi_lpc_acpi_remove'; did you mean 'hisi_lpc_acpi_probe'?
>>> [-Werror=implicit-function-declaration]
>>>
>>>
>> Uhhh, that's my fault - I didn't provide a stub for !ACPI. Sorry. I'll send
>> a fixed v3 series.
> No worries, it happens -- but it's good if maintainers do at least a few test
> builds before sending in pull requests so we don't catch all of it at our end.
Sorry for the late reply!
I had a trip last week and did the pull request in a hurry that forgot
to do the some building
test like allmodconfig, allyesconfig and so on.
In the future, I will do more testing before sending out to avoid this
kind fault.
Best Regards,
Wei
>
> -Olof
>
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Olof Johansson <olof@lixom.net>, John Garry <john.garry@huawei.com>
Cc: Salil Mehta <salil.mehta@huawei.com>,
jinying@hisilicon.com, Tangkunshan <tangkunshan@huawei.com>,
Arnd Bergmann <arnd@arndb.de>,
linux-pci@vger.kernel.org,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Linuxarm <linuxarm@huawei.com>,
Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
ARM-SoC Maintainers <arm@kernel.org>,
huangdaode <huangdaode@hisilicon.com>,
"xuwei \(O\)" <xuwei5@huawei.com>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>,
Bjorn Helgaas <bhelgaas@google.com>,
"Liguozhu \(Kenneth\)" <liguozhu@hisilicon.com>,
Zhangyi ac <zhangyi.ac@huawei.com>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Shiju Jose <shiju.jose@huawei.com>
Subject: Re: [GIT PULL] Hisilicon fixes for v5.2
Date: Mon, 1 Jul 2019 14:22:57 +0800 [thread overview]
Message-ID: <5D19A6C1.70104@hisilicon.com> (raw)
In-Reply-To: <20190627021937.kk4lklv2uz3mogoq@localhost>
Hi Olof,
On 2019/6/27 10:19, Olof Johansson wrote:
> On Tue, Jun 25, 2019 at 02:31:26PM +0100, John Garry wrote:
>> On 25/06/2019 14:03, Olof Johansson wrote:
>>>>> are available in the Git repository at:
>>>>>>> git://github.com/hisilicon/linux-hisi.git tags/hisi-fixes-for-5.2
>>>>>>>
>>>>>>> for you to fetch changes up to 07c811af1c00d7b4212eac86900b023b6405a954:
>>>>>>>
>>>>>>> lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registration (2019-06-25 09:40:42 +0100)
>>>>>>>
>>>>>>> ----------------------------------------------------------------
>>>>>>> Hisilicon fixes for v5.2-rc
>>>>>>>
>>>>>>> - fixed RCU usage in logical PIO
>>>>>>> - Added a function to unregister a logical PIO range in logical PIO
>>>>>>> to support the fixes in the hisi-lpc driver
>>>>>>> - fixed and optimized hisi-lpc driver to avoid potential use-after-free
>>>>>>> and driver unbind crash
>>>>> Merged to fixes, thanks.
>>> This broke arm64 allmodconfig:
>>>
>>> arm64.allmodconfig:
>>> drivers/bus/hisi_lpc.c:656:3: error: implicit declaration of function
>>> 'hisi_lpc_acpi_remove'; did you mean 'hisi_lpc_acpi_probe'?
>>> [-Werror=implicit-function-declaration]
>>>
>>>
>> Uhhh, that's my fault - I didn't provide a stub for !ACPI. Sorry. I'll send
>> a fixed v3 series.
> No worries, it happens -- but it's good if maintainers do at least a few test
> builds before sending in pull requests so we don't catch all of it at our end.
Sorry for the late reply!
I had a trip last week and did the pull request in a hurry that forgot
to do the some building
test like allmodconfig, allyesconfig and so on.
In the future, I will do more testing before sending out to avoid this
kind fault.
Best Regards,
Wei
>
> -Olof
>
> .
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-07-01 6:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-25 10:23 [GIT PULL] Hisilicon fixes for v5.2 Wei Xu
2019-06-25 10:23 ` Wei Xu
2019-06-25 10:39 ` Wei Xu
2019-06-25 10:39 ` Wei Xu
2019-06-25 10:44 ` John Garry
2019-06-25 10:44 ` John Garry
2019-06-25 11:21 ` Olof Johansson
2019-06-25 11:21 ` Olof Johansson
2019-06-25 13:03 ` Olof Johansson
2019-06-25 13:03 ` Olof Johansson
2019-06-25 13:31 ` John Garry
2019-06-25 13:31 ` John Garry
2019-06-26 15:21 ` John Garry
2019-06-26 15:21 ` John Garry
2019-06-27 2:19 ` Olof Johansson
2019-06-27 2:19 ` Olof Johansson
2019-07-01 6:22 ` Wei Xu [this message]
2019-07-01 6:22 ` Wei Xu
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=5D19A6C1.70104@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=bhelgaas@google.com \
--cc=huangdaode@hisilicon.com \
--cc=jinying@hisilicon.com \
--cc=john.garry@huawei.com \
--cc=liguozhu@hisilicon.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=olof@lixom.net \
--cc=rjw@rjwysocki.net \
--cc=salil.mehta@huawei.com \
--cc=shameerali.kolothum.thodi@huawei.com \
--cc=shiju.jose@huawei.com \
--cc=tangkunshan@huawei.com \
--cc=xuwei5@huawei.com \
--cc=zhangyi.ac@huawei.com \
/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 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.