mbox series

[0/4] few reverts and fixes for 5.2

Message ID 20190605124408.8637-1-benjamin.tissoires@redhat.com (mailing list archive)
Headers show
Series few reverts and fixes for 5.2 | expand

Message

Benjamin Tissoires June 5, 2019, 12:44 p.m. UTC
This has been already publicly discussed here, so I am just posting
for completeness.

patch 1:
request to revert it:
https://patchwork.kernel.org/patch/10844177/#22651385

patch 2&3:
related thread:
https://lkml.org/lkml/2019/5/28/778

patch 4:
bug link: https://bugzilla.kernel.org/show_bug.cgi?id=203619
and related thread: https://lkml.org/lkml/2019/5/28/778

Cheers,
Benjamin

Benjamin Tissoires (3):
  Revert "HID: Increase maximum report size allowed by
    hid_field_extract()"
  Revert "HID: core: Do not call request_module() in async context"
  Revert "HID: core: Call request_module before doing device_add"

Hans de Goede (1):
  HID: logitech-dj: Fix 064d:c52f receiver support

 drivers/hid/hid-core.c        | 16 +++----------
 drivers/hid/hid-logitech-dj.c | 42 ++++++++++++++++++++++-------------
 2 files changed, 30 insertions(+), 28 deletions(-)

Comments

Jiri Kosina June 5, 2019, 1:07 p.m. UTC | #1
On Wed, 5 Jun 2019, Benjamin Tissoires wrote:

> This has been already publicly discussed here, so I am just posting
> for completeness.
> 
> patch 1:
> request to revert it:
> https://patchwork.kernel.org/patch/10844177/#22651385
> 
> patch 2&3:
> related thread:
> https://lkml.org/lkml/2019/5/28/778
> 
> patch 4:
> bug link: https://bugzilla.kernel.org/show_bug.cgi?id=203619
> and related thread: https://lkml.org/lkml/2019/5/28/778
> 
> Cheers,
> Benjamin
> 
> Benjamin Tissoires (3):
>   Revert "HID: Increase maximum report size allowed by
>     hid_field_extract()"
>   Revert "HID: core: Do not call request_module() in async context"
>   Revert "HID: core: Call request_module before doing device_add"
> 
> Hans de Goede (1):
>   HID: logitech-dj: Fix 064d:c52f receiver support

For the set:

Acked-by: Jiri Kosina <jkosina@suse.cz>

Thanks,