Re: [PATCH 1/4] staging: gigaset: fix general protection fault on probe

2019-12-01 Thread Johan Hovold
On Sun, Dec 01, 2019 at 01:41:56PM +0100, Greg Kroah-Hartman wrote: > On Sun, Dec 01, 2019 at 01:30:42PM +0100, Tilman Schmidt wrote: > > Hi Johan, > > > > this is probably caused by the move of the driver to staging in > > kernel release 5.3 half a year ago. If you want your patches to > > apply

Re: [PATCH 1/4] staging: gigaset: fix general protection fault on probe

2019-12-01 Thread Greg Kroah-Hartman
On Sun, Dec 01, 2019 at 01:30:42PM +0100, Tilman Schmidt wrote: > Hi Johan, > > this is probably caused by the move of the driver to staging in > kernel release 5.3 half a year ago. If you want your patches to > apply to pre-5.3 stable releases you'll have to submit a version > with the paths chan

Re: [PATCH 1/4] staging: gigaset: fix general protection fault on probe

2019-12-01 Thread Tilman Schmidt
Hi Johan, this is probably caused by the move of the driver to staging in kernel release 5.3 half a year ago. If you want your patches to apply to pre-5.3 stable releases you'll have to submit a version with the paths changed from drivers/staging/isdn/gigaset to drivers/isdn/gigaset. HTH Tilman

Re: [PATCH 1/4] staging: gigaset: fix general protection fault on probe

2019-11-30 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 07dc1f9f2f80 ("[PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter"). The bot has tested the following trees: v5.4.1, v5.3.14, v4.19.86, v4.14.156, v4.9.205, v4.4.

[PATCH 1/4] staging: gigaset: fix general protection fault on probe

2019-11-29 Thread Johan Hovold
Fix a general protection fault when accessing the endpoint descriptors which could be triggered by a malicious device due to missing sanity checks on the number of endpoints. Reported-by: syzbot+35b1c403a14f5c89e...@syzkaller.appspotmail.com Fixes: 07dc1f9f2f80 ("[PATCH] isdn4linux: Siemens Gigase