On 11/21/18 11:06 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.139 release. There are 59 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Nov 23 18:34:55 UTC 2018. Anything received after that time might be too late.
Build results: total: 150 pass: 149 fail: 1 Failed builds: powerpc:allmodconfig Qemu test results: total: 283 pass: 283 fail: 0 drivers/net/ethernet/ibm/ibmvnic.c: In function 'ibmvnic_xmit': drivers/net/ethernet/ibm/ibmvnic.c:789:40: error: implicit declaration of function 'skb_vlan_tag_present' Caused by 5f51bb855fa1 ("ibmvnic: fix accelerated VLAN handling"). Problem is missing include of linux/if_vlan.h, which was added upstream with commit 6052d5e2a1961b ("ibmvnic: Insert header on VLAN tagged received frame"). I have no idea if the offending patch fixes 6052d5e2a1961b, if both are independent, if both are needed, or if none is needed. Copying the authors of both patches. Guenter