On Tue, May 21, 2019 at 03:46:22PM +0300, Ilya Maximets wrote: > Instead of managing kernel minor versions manually we could always test > with the most recent stable release of the desired branch. > > With this patch applied Travis will always check with the most recent > kernels, so we'll be notified about changes in upstream kernels that > breaks the build of our kernel module. However, this will also break > Travis checks on patches that doesn't touch the kernel parts until > we fix the module. > > Signed-off-by: Ilya Maximets <[email protected]> > Tested-by: Yifeng Sun <[email protected]> > Reviewed-by: Yifeng Sun <[email protected]> > --- > > Right now we have a broken build with recent longterm 4.9.177. > So, this patch, should not be applied before the build with > 4.9.177 fixed: https://patchwork.ozlabs.org/patch/1102480/ > > Version 2: > * Rebased on current master. > * No functional changes so I kept tags from v1.
Acked-by: Ben Pfaff <[email protected]> but I guess you should wait for the broken build to be fixed before applying it. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
