Message ID | 1510170852-32052-1-git-send-email-amit.pundir@linaro.org |
---|---|
Headers | show |
Series | selftests: firmware: fix mainline test runs | expand |
On Thu, Nov 09, 2017 at 01:24:08AM +0530, Amit Pundir wrote: > Hi Greg, > > Please consider following upstream selftest firmware changes > to help run mainline/linux-next firmware test scripts on 4.4.y, > without breaking 0-day testing. > > 47e0bbb7fa98 ("test: firmware_class: report errors properly on failure") > is the one patch actually needed to make sure mainline/linux-next > selftest firmware test scripts run on 4.4.y. > > Following commits are, however, required to make sure the above commit > doesn't break 0-day testing, wherein they run in-kernel selftests. > 1b1fe542b6f0 ("selftests: firmware: add empty string and async tests") > 880444e214cf ("selftests: firmware: send expected errors to /dev/null") > afb999cdef69 ("tools: firmware: check for distro fallback udev cancel rule") Now all applied, and I added the last two to 4.9 so as to not get out of sync. thanks, greg k-h
On 11/10/2017 07:05 AM, Greg KH wrote: > On Thu, Nov 09, 2017 at 01:24:08AM +0530, Amit Pundir wrote: >> Hi Greg, >> >> Please consider following upstream selftest firmware changes >> to help run mainline/linux-next firmware test scripts on 4.4.y, >> without breaking 0-day testing. >> >> 47e0bbb7fa98 ("test: firmware_class: report errors properly on failure") >> is the one patch actually needed to make sure mainline/linux-next >> selftest firmware test scripts run on 4.4.y. >> >> Following commits are, however, required to make sure the above commit >> doesn't break 0-day testing, wherein they run in-kernel selftests. >> 1b1fe542b6f0 ("selftests: firmware: add empty string and async tests") >> 880444e214cf ("selftests: firmware: send expected errors to /dev/null") >> afb999cdef69 ("tools: firmware: check for distro fallback udev cancel rule") > > Now all applied, and I added the last two to 4.9 so as to not get out of > sync. > > thanks, > > greg k-h > > Thanks both for taking care of this. -- Shuah