Re: general protection fault in sisusb_probe

2019-05-12 Thread syzbot
syzbot has found a reproducer for the following crash on: HEAD commit:43151d6c usb-fuzzer: main usb gadget fuzzer driver git tree: https://github.com/google/kasan.git usb-fuzzer console output: https://syzkaller.appspot.com/x/log.txt?x=1222d274a0 kernel config: https://syzkaller.ap

[PATCH v2] usb: renesas_usbhs: Use specific struct instead of USBHS_TYPE_* enums

2019-05-12 Thread Yoshihiro Shimoda
This patch adds a specific struct "usbhs_of_data" to add a new SoC data easily instead of code basis in the future. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- Changes from v1 [1]: - Use sizeof(variable) instead of sizeof(type). - Add Geert-san's reviewed-by (thanks!)