This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -up kitty-0.16.0/kittens/choose/choose-data-types.h.me kitty-0.16.0/kittens/choose/choose-data-types.h | |
| diff -up kitty-0.16.0/kitty/glfw-wrapper.h.me kitty-0.16.0/kitty/glfw-wrapper.h | |
| --- kitty-0.16.0/kitty/glfw-wrapper.h.me 2020-03-05 15:24:21.496526344 +0100 | |
| +++ kitty-0.16.0/kitty/glfw-wrapper.h 2020-03-05 15:35:19.352255301 +0100 | |
| @@ -1584,547 +1584,547 @@ typedef void (*GLFWwaylandframecallbackf | |
| typedef void (*GLFWDBusnotificationcreatedfun)(unsigned long long, uint32_t, void*); | |
| typedef void (*GLFWDBusnotificationactivatedfun)(uint32_t, const char*); | |
| typedef int (*glfwInit_func)(monotonic_t); | |
| -glfwInit_func glfwInit_impl; | |
| +extern glfwInit_func glfwInit_impl; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/kernel/sched/fair.c | |
| +++ b/kernel/sched/fair.c | |
| @@ -9025,6 +9025,14 @@ static struct rq *find_busiest_queue(struct lb_env *env, | |
| case migrate_util: | |
| util = cpu_util(cpu_of(rq)); | |
| + /* | |
| + * Don't try to pull utilization from a CPU with one | |
| + * running task. Whatever its utilization, we will fail | |
| + * detach the task. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install kernel-5.3.0-0.rc5.git1.1.fc32.x86_64 @rawhide | |
| Install kernel-core-5.3.0-0.rc5.git1.1.fc32.x86_64 @rawhide | |
| Install kernel-modules-5.3.0-0.rc5.git1.1.fc32.x86_64 @rawhide | |
| Install kernel-modules-extra-5.3.0-0.rc5.git1.1.fc32.x86_64 @rawhide | |
| Upgrade LibRaw-0.19.5-1.fc32.x86_64 @rawhide | |
| Upgraded LibRaw-0.19.4-1.fc31.x86_64 @@System | |
| Upgrade NetworkManager-1:1.20.0-3.fc32.x86_64 @rawhide | |
| Upgraded NetworkManager-1:1.20.0-2.fc32.x86_64 @@System | |
| Upgrade NetworkManager-adsl-1:1.20.0-3.fc32.x86_64 @rawhide | |
| Upgraded NetworkManager-adsl-1:1.20.0-2.fc32.x86_64 @@System |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Changelog * Thu Jan 30 2020 Jakub Jelinek <jakub@redhat.com> 10.0.1-0.7 | |
| - update from trunk | |
| - PRs analyzer/93276, analyzer/93291, analyzer/93349, analyzer/93450, | |
| analyzer/93451, bootstrap/93409, c++/60503, c++/82521, c++/88092, | |
| c++/89357, c++/89640, c++/90333, c++/90338, c++/90546, c++/90731, | |
| c++/90966, c++/90992, c++/91118, c++/91754, c++/91826, c++/92440, | |
| c++/92601, c++/92948, c++/93442, c++/93443, c++/93477, driver/91220, | |
| fortran/85781, fortran/87103, fortran/92123, fortran/93025, | |
| fortran/93461, fortran/93463, fortran/93464, fortran/93473, | |
| gcov-profile/93403, libstdc++/92895, libstdc++/93325, libstdc++/93426, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ WEBKIT_FORCE_SANDBOX=0 GIGACAGE_ENABLED=0 G_SLICE=always-malloc valgrind epiphany | |
| ==3821== Memcheck, a memory error detector | |
| ==3821== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. | |
| ==3821== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info | |
| ==3821== Command: epiphany | |
| ==3821== | |
| Warning: disabling gigacage because GIGACAGE_ENABLED=0! | |
| ==3821== Warning: set address range perms: large range [0x59c9f000, 0x99ca1000) (noaccess) | |
| Warning: disabling gigacage because GIGACAGE_ENABLED=0! | |
| ==3821== Thread 14 ReceiveQueue: |
NewerOlder