diff options
| author | Johan Hovold <johan@kernel.org> | 2021-05-24 11:09:12 +0200 |
|---|---|---|
| committer | Sasha Levin <sashal@kernel.org> | 2021-06-30 08:48:59 -0400 |
| commit | 8ab0e49cc8eeabae4f31805e979173bb00ee472e (patch) | |
| tree | 9a745720ddb58fb7289fd3c274cc5af67a3ad630 /Makefile | |
| parent | 49e3def271f65f893ca37158d902ad168838bcaf (diff) | |
| download | linux-8ab0e49cc8eeabae4f31805e979173bb00ee472e.tar.gz linux-8ab0e49cc8eeabae4f31805e979173bb00ee472e.tar.bz2 linux-8ab0e49cc8eeabae4f31805e979173bb00ee472e.zip | |
i2c: robotfuzz-osif: fix control-request directions
commit 4ca070ef0dd885616ef294d269a9bf8e3b258e1a upstream.
The direction of the pipe argument must match the request-type direction
bit or control requests may fail depending on the host-controller-driver
implementation.
Control transfers without a data stage are treated as OUT requests by
the USB stack and should be using usb_sndctrlpipe(). Failing to do so
will now trigger a warning.
Fix the OSIFI2C_SET_BIT_RATE and OSIFI2C_STOP requests which erroneously
used the osif_usb_read() helper and set the IN direction bit.
Reported-by: syzbot+9d7dadd15b8819d73f41@syzkaller.appspotmail.com
Fixes: 83e53a8f120f ("i2c: Add bus driver for for OSIF USB i2c device.")
Cc: stable@vger.kernel.org # 3.14
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
