Petr Vorel
Petr Vorel
`DLT_LINUX_SLL2` was implemented in 8cff296dc7c321c76933359d586dbde5b580ce8c + there has been some fixes and enhancements: a1bc985bb6aac4522b6bea725a2ad7e65d6cea0f e06e9b39da8d38553028af204cb691cf794325ed 014e6a0fca0a25ba74242ba76e27afaa5799e0b7. Also `DLT_LINUX_SLL2` has been set as the default for tcpdump in https://github.com/the-tcpdump-group/tcpdump/commit/8d3c2ed39e1b365da42c3aa5d2c5d6a6a5796bac (https://github.com/the-tcpdump-group/tcpdump/pull/850). Thus...
And it looks like master is broken.
I'd expect bcb7caa2458866dbe6806faf04fae5bf51d8a203 would fix this, are you sure you tested it with this commit?
You have `WITH_MODULES='no'`, also `LINUX_VERSION_MAJOR=''` and `LINUX_VERSION_PATCH=''`. You have `/lib/modules/$(uname -r)/build` directory (`/lib/modules/4.15.0-188-generic/build`): https://github.com/linux-test-project/ltp/blob/72887a28861809e876bcaa4cdaa6d2d9ee89be1a/m4/ltp-kernel_devel.m4#L20-L25 and you don't cross compile, thus the key is somewhere in: https://github.com/linux-test-project/ltp/blob/72887a28861809e876bcaa4cdaa6d2d9ee89be1a/m4/ltp-kernel_devel.m4#L29-L32
> thanks a lot, .ko can be found after I set the linux-dir. I try to cross compile, but don't know which host should I set. Here is the CC...
> @richiejp , @pevik , @foursixnine WDYT ? @asmorodskyi Did Andrea answer your question? I'm not familiar with `tests/publiccloud/run_ltp.pm`, but I changed `tests/kernel/run_ltp.pm` in https://github.com/os-autoinst/os-autoinst-distri-opensuse/commit/a760f7d91721ac159a1c2ffdf0b7fbb40320fb8e to handle TCONF as skipped,...
@perlpunk FYI
> I suppose this would work for me as I'm always calling the script as `tools/tidy …`. Not sure whether you'll break someones workflow with that, though. Maybe remove also...
> How is checking a relative path supposed to work? I checked out your PR and tried this but it didn't tidy the file and gave me an error: >...
@perlpunk to address problem from https://progress.opensuse.org/issues/110142#note-3 https://github.com/os-autoinst/os-autoinst/blob/a6c1811461fbed20988b948e2b6591615eec2419/tools/tidy#L56-L59 I saved realpath directory of cpanfile to it's own variable. Reuse `$dir` caused that in os-autoinst-distri-opensuse unless `$perltidy_version_expected` specified it went to os-autoinst...