Re: [PATCH v10 00/13] Add Broadcom VK driver

From: Scott Branden
Date: Fri Jan 29 2021 - 01:12:16 EST




On 2021-01-28 8:02 p.m., Olof Johansson wrote:
> Scott,
>
> On Thu, Jan 28, 2021 at 4:30 PM Scott Branden
> <scott.branden@xxxxxxxxxxxx> wrote:
>> This patch series drops previous patches in [1]
>> that were incorporated by Kees Cook into patch series
>> "Introduce partial kernel_read_file() support" [2].
>>
>> Remaining patches are contained in this series to add Broadcom VK driver.
>> (which depends on request_firmware_into_buf API addition which has
>> now been accepted into the upstream kernel as of v5.10-rc1).
>>
>> [1] https://lore.kernel.org/lkml/20200706232309.12010-1-scott.branden@xxxxxxxxxxxx/
>> [2] https://lore.kernel.org/lkml/20201002173828.2099543-1-keescook@xxxxxxxxxxxx/
>>
>> Changes from v9:
>> - fix compile if CONFIG_TTY not set
>> - use if-else statement instead of conditional expression in set_q_num
>> - generate bcm_vk_msg_remove call in proper patch
>> (was generated in tty patch when should be in msg patch)
> Did I miss something? Greg already applied v9, so any fixes on top
> needs to be new patches.
Sorry, was unfamiliar with the process of having changes in linux-next needing correcting.
I sent out new patches to correct these issues against linux-next now.
>
>
> -Olof
Thanks for providing correct process.

Scott