Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTP: Be more strict on LTP_TAINT_EXPECTED #539

Closed
wants to merge 1 commit into from

Conversation

pevik
Copy link
Contributor

@pevik pevik commented Oct 22, 2024

jeos-ltp-containers and jeos-ltp-cve need only 0x400:

  • Staging driver was loaded (0x400, 1 << 10)

jeos-ltp-commands and jeos-ltp-syscalls and need only 0x3400:

  • Staging driver was loaded (0x400, 1 << 10)
  • Out of tree module was loaded (0x1000, 1 << 12)
  • Unsigned module was loaded (0x2000, 1 << 13)

Fixes: 21c07ab ("Tumbleweed: RPi4: Add LTP containers, commands, syscalls")
Fixes: d880cd2 ("LTP: tw: aarch64: Minimize LTP_TAINT_EXPECTED value for cve")

jeos-ltp-containers and jeos-ltp-cve need only 0x400:
- Staging driver was loaded (0x400, 1 << 10)

jeos-ltp-commands and jeos-ltp-syscalls and need only 0x3400:
- Staging driver was loaded (0x400, 1 << 10)
- Out of tree module was loaded (0x1000, 1 << 12)
- Unsigned module was loaded (0x2000, 1 << 13)

Fixes: 21c07ab ("Tumbleweed: RPi4: Add LTP containers, commands, syscalls")
Fixes: d880cd2 ("LTP: tw: aarch64: Minimize LTP_TAINT_EXPECTED value for cve")
Signed-off-by: Petr Vorel <[email protected]>
@mdoucha
Copy link

mdoucha commented Oct 22, 2024

The additional taint flags which you want to remove cover potential worker issues (e.g. broken ACPI) that are irrelevant to our testing. Let's keep them.

@pevik pevik closed this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants