Re: [PATCH v3 01/14] NFC: fix attrs checks in netlink interface

2019-07-26 Thread Andy Shevchenko
On Fri, Jul 26, 2019 at 10:54:22AM +0200, Sedat Dilek wrote: > [ Please CC me I am not subscribed to this ML ] > > Hi Andy, > > unfortunately, I did not found a cover-letter on netdev mailing-list. > So, I am answering here. > > What are the changes v2->v3? I combined my 11 patches with 1 from

Re: [PATCH v3 01/14] NFC: fix attrs checks in netlink interface

2019-07-26 Thread Sedat Dilek
[ Please CC me I am not subscribed to this ML ] Hi Andy, unfortunately, I did not found a cover-letter on netdev mailing-list. So, I am answering here. What are the changes v2->v3? Again, unfortunately I throw away all v2 out of my local linux Git repository. So, I could have looked at the diff

[PATCH v3 01/14] NFC: fix attrs checks in netlink interface

2019-07-25 Thread Andy Shevchenko
From: Andrey Konovalov nfc_genl_deactivate_target() relies on the NFC_ATTR_TARGET_INDEX attribute being present, but doesn't check whether it is actually provided by the user. Same goes for nfc_genl_fw_download() and NFC_ATTR_FIRMWARE_NAME. This patch adds appropriate checks. Found with syzkall