Displaying 20 results from an estimated 32 matches for "sched_getaffin".
2011 Jul 27
0
klibc 1.5.24 release
Enough small fixes have pilled up to make it worth a release:
A Google patch adds sched_setaffinity, sched_getaffinity support.
Openembedded uses kexec_load(). Gentoo folks add a Kbuild fix.
ipconfig no longer wild guesses a nameserver when none is provided
by the DHCP server. strndup() and unlinkat() saw fixes for various
problems. codingstyle cleanup in kinit and tools.
git repository:
git://git.kernel.org/...
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
...oking for strerror_s
-- Looking for strerror_s - notfound
-- Looking for setenv
-- Looking for setenv - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for dladdr
-- Looking for dladdr - found
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - notfound
-- Looking for sched_getaffinity
-- Looking for sched_getaffinity -not found
-- Looking for CPU_COUNT
-- Looking for CPU_COUNT - notfound
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np -found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np -found
-- Performing TestHAVE_CXX_ATOMIC...
2016 Jul 21
0
[PATCH v3 1/4] kernel/sched: introduce vcpu preempted check interface
...pin loops and block, analogous to
+ * the native optimistic spin heuristic of testing if the lock owner task is
+ * running or not.
+ */
+#ifndef vcpu_is_preempted
+#define vcpu_is_preempted(cpu) false
+#endif
+
extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask);
extern long sched_getaffinity(pid_t pid, struct cpumask *mask);
--
2.4.11
2020 Mar 28
3
LLD issue on a massively parallel build machine
Alex :
Can you please try `numactl` or `taskset` after https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74 ?
There was a tiny bug in how sched_getaffinity() was used, see: https://reviews.llvm.org/D75153#1942336
De : Alex Brachet-Mialot <alexbrachetmialot at gmail.com>
Envoyé : March 28, 2020 12:11 PM
À : Itaru Kitayama <itaru.kitayama at gmail.com>
Cc : LLVM Dev <llvm-dev at lists.llvm.org>; Alexandre Ganea <alexandre.ganea...
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
...ing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Looking for sched_getaffinity
-- Looking for sched_getaffinity - found
-- Looking for CPU_COUNT
-- Looking for CPU_COUNT - found
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np - found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for ffi_call
-- Looking for ffi_ca...
2019 Sep 20
2
Building LLVM with LLVM with no dependence on GCC
...ing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Looking for sched_getaffinity
-- Looking for sched_getaffinity - found
-- Looking for CPU_COUNT
-- Looking for CPU_COUNT - found
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np - found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for ffi_call
-- Looking for ffi_ca...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...> llvm-dev at lists.llvm.org> wrote:
>
>> Alex :
>>
>> Can you please try `numactl` or `taskset` after
>> https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
>> ?
>>
>>
>>
>> There was a tiny bug in how *sched_getaffinity*() was used, see:
>> https://reviews.llvm.org/D75153#1942336
>>
>>
>>
>> *De :* Alex Brachet-Mialot <alexbrachetmialot at gmail.com>
>> *Envoyé :* March 28, 2020 12:11 PM
>> *À :* Itaru Kitayama <itaru.kitayama at gmail.com>
>> *Cc :* L...
2016 May 23
9
CentOS 7, container question
Hi, folks,
We would like to run a container on a server, the reason being the COST
of a Sybase license (it's by core), and what we can afford is a 4-core
license. Now, the server's a nice Dell w/ 32 cores, so, ideally, what
we want to do is set up containers, then, in one container, *only* have
it see 4 cores, while the rest of the server, including (possibly)
other containers, can see
2020 Mar 28
3
LLD issue on a massively parallel build machine
...>>>>
>>>> Can you please try `numactl` or `taskset` after
>>>> https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
>>>> ?
>>>>
>>>>
>>>>
>>>> There was a tiny bug in how *sched_getaffinity*() was used, see:
>>>> https://reviews.llvm.org/D75153#1942336
>>>>
>>>>
>>>>
>>>> *De :* Alex Brachet-Mialot <alexbrachetmialot at gmail.com>
>>>> *Envoyé :* March 28, 2020 12:11 PM
>>>> *À :* Itaru Kitaya...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...M Alexandre Ganea via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> Alex :
>
> Can you please try `numactl` or `taskset` after
> https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
> ?
>
>
>
> There was a tiny bug in how *sched_getaffinity*() was used, see:
> https://reviews.llvm.org/D75153#1942336
>
>
>
> *De :* Alex Brachet-Mialot <alexbrachetmialot at gmail.com>
> *Envoyé :* March 28, 2020 12:11 PM
> *À :* Itaru Kitayama <itaru.kitayama at gmail.com>
> *Cc :* LLVM Dev <llvm-dev at lists.ll...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...gt;>>
>>> Alex :
>>>
>>> Can you please try `numactl` or `taskset` after
>>> https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
>>> ?
>>>
>>>
>>>
>>> There was a tiny bug in how *sched_getaffinity*() was used, see:
>>> https://reviews.llvm.org/D75153#1942336
>>>
>>>
>>>
>>> *De :* Alex Brachet-Mialot <alexbrachetmialot at gmail.com>
>>> *Envoyé :* March 28, 2020 12:11 PM
>>> *À :* Itaru Kitayama <itaru.kitayama at gma...
2016 Jul 21
5
[PATCH v3 0/4] implement vcpu preempted check
change from v2:
no code change, fix typos, update some comments
change from v1:
a simplier definition of default vcpu_is_preempted
skip mahcine type check on ppc, and add config. remove dedicated macro.
add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner.
add more comments
thanks boqun and Peter's suggestion.
This patch set aims to fix lock holder preemption
2016 Jul 21
5
[PATCH v3 0/4] implement vcpu preempted check
change from v2:
no code change, fix typos, update some comments
change from v1:
a simplier definition of default vcpu_is_preempted
skip mahcine type check on ppc, and add config. remove dedicated macro.
add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner.
add more comments
thanks boqun and Peter's suggestion.
This patch set aims to fix lock holder preemption
2020 Apr 01
4
LLD issue on a massively parallel build machine
...;>> Can you please try `numactl` or `taskset` after
>>>>> https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
>>>>> ?
>>>>>
>>>>>
>>>>>
>>>>> There was a tiny bug in how *sched_getaffinity*() was used, see:
>>>>> https://reviews.llvm.org/D75153#1942336
>>>>>
>>>>>
>>>>>
>>>>> *De :* Alex Brachet-Mialot <alexbrachetmialot at gmail.com>
>>>>> *Envoyé :* March 28, 2020 12:11 PM
>>>...
2020 Apr 01
2
LLD issue on a massively parallel build machine
...ter
> >>>>> https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
> >>>>> ?
> >>>>>
> >>>>>
> >>>>>
> >>>>> There was a tiny bug in how *sched_getaffinity*() was used, see:
> >>>>> https://reviews.llvm.org/D75153#1942336
> >>>>>
> >>>>>
> >>>>>
> >>>>> *De :* Alex Brachet-Mialot <alexbrachetmialot at gmail.com <mailto:alexbrachetmial...
2020 Mar 28
2
LLD issue on a massively parallel build machine
Hi,
On a 1296-core Intel machine with 376 GB, setting
-DLLVM_PARALLEL_LINK_JOB=1
does not help (switching back to ld scales) see:
[5085/5201] Linking CXX executable bin/clang-11
FAILED: bin/clang-11
: && /home/usr4/c74014i/opt/clang/current/bin/clang++ -stdlib=libc++ -fPIC
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra
2020 Apr 01
2
LLD issue on a massively parallel build machine
...hub.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74
>> > >>>>> ?
>> > >>>>>
>> > >>>>>
>> > >>>>>
>> > >>>>> There was a tiny bug in how *sched_getaffinity*() was used,
>> see:
>> > >>>>> https://reviews.llvm.org/D75153#1942336
>> > >>>>>
>> > >>>>>
>> > >>>>>
>> > >>>>> *De :* Alex Brachet-Mialot <ale...
2016 Jun 28
11
[PATCH v2 0/4] implement vcpu preempted check
change fomr v1:
a simplier definition of default vcpu_is_preempted
skip mahcine type check on ppc, and add config. remove dedicated macro.
add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner.
add more comments
thanks boqun and Peter's suggestion.
This patch set aims to fix lock holder preemption issues.
test-case:
perf record -a perf bench sched messaging -g
2016 Jun 28
11
[PATCH v2 0/4] implement vcpu preempted check
change fomr v1:
a simplier definition of default vcpu_is_preempted
skip mahcine type check on ppc, and add config. remove dedicated macro.
add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner.
add more comments
thanks boqun and Peter's suggestion.
This patch set aims to fix lock holder preemption issues.
test-case:
perf record -a perf bench sched messaging -g
2009 Nov 10
17
[ANNOUNCE] Xen 3.4.2 released
Folks,
Xen 3.4.2 is the latest maintenance release in the 3.4 stable branch. There
are a range of bug fixes since 3.4.1, and we recommend users to upgrade.
The source repository can be downloaded from:
http://xenbits.xensource.com/xen-3.4-testing.hg
The release is tagged ''RELEASE-3.4.2''.
Alternatively source tarballs can be downloaded from: