Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit numactl for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 12 Jan 2011 08:11:15 +0100
- Message-id: <20110112071115.A37E6202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package numactl for openSUSE:Factory
checked in at Wed Jan 12 08:11:15 CET 2011.
--------
--- numactl/numactl.changes 2010-11-11 10:46:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/numactl/numactl.changes 2011-01-04
16:43:37.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 4 15:42:37 UTC 2011 - trenn@xxxxxxxxxx
+
+- Update from 2.0.6-rc3 to final version 2.0.6
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
numactl-2.0.6-rc3.tar.bz2
New:
----
numactl-2.0.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ numactl.spec ++++++
--- /var/tmp/diff_new_pack.2AJm5u/_old 2011-01-10 15:08:16.000000000 +0100
+++ /var/tmp/diff_new_pack.2AJm5u/_new 2011-01-10 15:08:16.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package numactl (Version 2.0.6)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@
License: GPLv2+
Summary: NUMA Policy Control
Version: 2.0.6
-Release: 1
-%define origversion 2.0.6-rc3
+Release: 2
+%define origversion 2.0.6
AutoReqProv: on
# bug437293
%ifarch ppc64
++++++ numactl-2.0.6-rc3.tar.bz2 -> numactl-2.0.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/numactl-2.0.6-rc3/CHANGES new/numactl-2.0.6/CHANGES
--- old/numactl-2.0.6-rc3/CHANGES 2010-10-07 15:23:50.000000000 +0200
+++ new/numactl-2.0.6/CHANGES 2010-12-29 14:23:11.000000000 +0100
@@ -332,4 +332,8 @@
- numa_num_task_cpus()/..nodes() to return actual counts (Cliff W.)
2.0.6-rc3
- Fix numa_get_run_node_mask() to return a cpuset-aware node mask (Cliff W.)
-- Add a better warning to
+- Add a better warning to numa_node_to_cpus()
+2.0.6-rc4
+- Fix numa_get_mems_allowed() to use MPOL_F_MEMS_ALLOWED (Michael Spiegel)
+
+2.0.6 released Dec, 2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/numactl-2.0.6-rc3/libnuma.c
new/numactl-2.0.6/libnuma.c
--- old/numactl-2.0.6-rc3/libnuma.c 2010-10-07 15:23:51.000000000 +0200
+++ new/numactl-2.0.6/libnuma.c 2010-12-29 14:23:11.000000000 +0100
@@ -1136,7 +1136,9 @@
* can change, so query on each call.
*/
bmp = numa_allocate_nodemask();
- getpol(NULL, bmp);
+ if (get_mempolicy(NULL, bmp->maskp, bmp->size + 1, 0,
+ MPOL_F_MEMS_ALLOWED) < 0)
+ numa_error("get_mempolicy");
return bmp;
}
make_internal_alias(numa_get_mems_allowed);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |