support/testing: test_lxc bump to kernel 4.19.204
authorRomain Naour <romain.naour@gmail.com>
Sun, 12 Sep 2021 14:11:31 +0000 (16:11 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 21 Sep 2021 20:22:44 +0000 (22:22 +0200)
commit883d5a2f3ddac1ece7170502a724c5b0a8005714
tree6ee9af969004222bc382701483ee8fce67540841
parent23a8baa779825554105c6b002d4acbe4e9bbe340
support/testing: test_lxc bump to kernel 4.19.204

The kernel 4.19.79 curently used by the test doesn't build with host
gcc >= 10 due the gcc default -fno-common. See GCC 10 porting guide [1].

/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x20): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

The issue was fixed in 4.19.114 [2]
Bump to the latest 4.19.x version.

[1] https://gcc.gnu.org/gcc-10/porting_to.html
[2] http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=621f2ded601546119fabccd1651b1ae29d26cd38

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
support/testing/tests/package/test_lxc.py