-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add Razer Blade Stealth 2016 to hwdb #6730
Conversation
-_- Test that failed: Assertion 'personality(PER_LINUX | ADDR_NO_RANDOMIZE) == -1 && errno == EPERM' failed at ../src/test/test-seccomp.c:590, function test_lock_personality(). Aborting. Someone mind helping me understand how it core dumped? I really don't think adding to hwdb would cause this.. but still pretty interesting. |
My tests are attached: |
Yes, it's unrelated and due to #6585. The problem is with i386 build. Earlier in the logs we have But the build problem could be instead that the build machine is not a real i386 but x86_64 with i386 chroot or something and so the x86_64 kernel could be running in different personality mode than real i386 kernel would (maybe |
@topimiettinen yeah, something's fishy there, and it affects various PRs, not just this one. Let's open a new issue about this, and discuss things there... I figure we need to submit some PR that just shows the actual personality set, and then look at what the CI prints for that, and then adjust opinionated_personality() accordingly... |
cc @whot (and please ignore the seccomp/lockpersnality CI issue) |
@tommydrum let's not use the full dmi string please, we usually stick to the minimum required to identify the product reliably. in your case that shoud be Please give that a try and amend the PR as required, thanks. |
Updated with that change :) |
thanks! |
Touchpad calibration was way off for the Blade Stealth 2016, so this is my entry in the hwdb to fix it. (3 line addition into hwdb/60-evdev.hwdb + adding section for Razer laptops)