libnuma-devel-2.0.14.20.g4ee5e0c-150400.1.24 >  A bv2p9|ڸhx6B;i+i5̩vtsAqu$pb+vuZȷ\T2-ZX x @G h$I@{y7Zpd]`a# CqM,Ygp>"?"d# / C >jpx     4Rp(89:dF G H8IPXXYd\]^b Dc d!Fe!Kf!Nl!Pu!dv!|w"x" y"8z"@"P"T"Z"Clibnuma-devel2.0.14.20.g4ee5e0c150400.1.24NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.bv sheep21ezSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxx86_645z#bv bv bv bv bv bv ade28d610ced273aeca4b66833b27555f1f6cdef7081d42568f300377a56a030cfe32ae7891dd0620a6bd80605e0c52db34be4dedd855329452b4a6cece220a4a7b3aab49f02a2cec478a6ebe7cad4207e584eddc2dbeb8b1e2d3a18b424b534dae051e3f5913d17017d0e5526776e35bfdc44ee060f751cd7caaa4bb099c95627cef3c9a866400b3488e9c874fd52069f99072f69430f83b0d6cef037ee8dc5libnuma.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootnumactl-2.0.14.20.g4ee5e0c-150400.1.24.src.rpmlibnuma-devellibnuma-devel(x86-64)pkgconfig(numa)@    /usr/bin/pkg-configlibnuma1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.0.14.20.g4ee5e0c3.0.4-14.6.0-14.0-15.2-14.14.3a/k@`i@_إ@_xg^]w@\@\@[[aZOhY_wXCU@T@T}TC@Tw@Tpztrenn@suse.detrenn@suse.demliska@suse.czdmueller@suse.comstefan.bruens@rwth-aachen.dekukuk@suse.detrenn@suse.demliska@suse.czegotthold@suse.comschwab@suse.dematwey.kornilov@gmail.comfschnizlein@suse.comfschnizlein@suse.commpluskal@suse.comcrrodriguez@opensuse.orgtrenn@suse.detrenn@suse.demeissner@suse.commailaender@opensuse.org- Update to version 2.0.14.20.g4ee5e0c: * Fix system call numbers on s390x * numactl.c: fixed debug verify for --preferred option * numactl.c: Fixed description for the usage of numactl- Update to version 2.0.14.17.g498385e: * numactl.c: fix use after free * sysfs.c: prevent mem leak in sysfs_node_read() * sysfs.c: don't leak fd if fail in sysfs_read() * shm.c: fix memleak in verify_shm() * shm.c: fix memleak in dump_shm() * fix description for numa_node_size64 in man as well * fix numa_node_size definition in manpage numa.3 * link with -latomic if needed * libnuma: make numa_police_memory() free of race * numademo: Use first two nodes instead of node 0 and 1 - Enhance _service magic - Enable automake- Enable LTO (boo#1133098) as it works now.- update to 2.0.14 (SLE-17217): * manpage update * numademo: fix issue on 32 bit systems * drop custom cflags for libnuma * use symvers attribute for symbol versioning- Update to version 2.0.13: * Release numactl 2.0.13 * Skip `test/move_pages` if we don't have at least two nodes available * Add license files: GPLv2 + LGPLv2.1 * Handle cpu-less node for bind_range test * Convert numastat.c to standard numactl coding style * Disable clang travis targets for now * numastat.8: clarify that information relates to resident pages * Fix all declarations to be C prototypes * numatopology: Add check for cpu-less nodes * Update INSTALL.md * numastat: when reading no-exist pid, return EXIT_FAILURE * numastat: Add KReclaimable to list of known fields in meminfo * numastat: Better diagnostic when find unknown string in meminfo * Enable building on s390x * Correct sysconf constants * Removed unnecessary exit from memhog.c Solves issue #50 * Synchronized usage function with man page * Added memhog.8 to Makefile.am * memhog: add man page * Allow linking with lld by deduplicating symbols * numademo: free the node_to_use on the way out * numademo: free test nodemask * libnuma: cleanup node cpu mask in destructor * numactl: add va_end to usage function * travis: add build matrix * remove kernel version check * add missing linux version header * make MPOL_ macros match linux kernel * add missing policy * Fix: Add ShmemHugePages and ShmemPmdMapped to system_meminfo[] * Fix: move_pages test for non-contiguous nodes * Correct calculation of nr_nodes and re-enable move_pages test * Fix: regress test numastat function and few test fixes * Fix: distance test to include all existing nodes * numademo: fix wrong node input * Fix: node_list with memory-less nodes - Drop autoconf/libtool BuildRequires and autoreconf invocation, bundled configure is up-to-date. - Drop obsolete revert_date_in_numastat.patch, gcc sets __DATE__ based on SOURCE_DATE_EPOCH now. - Correct License for devel subpackage, same as for the library (LGPL-2.1-or-later).- numastat doesn't need perl anymore since 2012- For obs regression checker, this version includes following SLE fixes: - enable build for aarch64 (fate#319973) (bsc#976199) factory has an extra patch to disable ARM 32 bit archs which looks a bit misleading as %arm macro only covers 32 bit ARM. - Bug 955334 - numactl/libnuma: add patch for Dynamic Reconfiguration bsc#955334- Disable LTO (boo#1133098).- Update to version 2.0.12: * Release numactl 2.0.12 * Cleanup whitespace from *.c and *.h files * Add Travis build status to numactl README * Convert README and INSTALL to Markdown * Remove `threadtest.c` * Remove `mkolddemo` script * Remove file TODO, which has outdated contents * Remove file DESIGN, which has no contents * Remove changelogs from the repository * Revert "make clearcache work on x86/PIC" * Add "NAME" section to numastat manpage * Allow building on ARM systems * Add pkg-config file for NUMA library * readdir_r(3) is deprecated, use readdir(3) instead * Avoid filename truncation in numastat * fix coding style in last change * Fix: numademo test between sparse nodes * Fix: allocation of dynamic array * Fix: numactl distance between sparse nodes * include sys/sysmacros.h for major/minor * make clearcache work on x86/PIC * Fix regress test for invalid hard code of nodenames * Fix end of line check in distance parsing * Optimize numa_distance check * affinity: Include sys/sysmacros.h to fix warning * numademo: Increase buffer to avoid theoretical buffer overflow * Check for invalid nodes in numa_distance- sysmacros.patch: Include for major/minor (bsc#1181571) (bsc#1183796)- Disable building at 32-bit ARM. NUMA is not supported by 32-bit ARM Linux Kernel, so build failed with [#]error "Add syscalls for your architecture or update kernel headers"- Update to latest HEAD (ea3a70681c2f523fe58e1d44527f478ca76db74e) * Fix usage of __GLIBC_PREREQ for non-glibc toolchains * Fix usage of __GLIBC_PREREQ for non-glibc toolchains * Clean up numa_error() calls. * Handle sched_getaffinity() failing with errno != EINVAL. * "Further more" should be a single word * Fix for numa_police_memory() * Segment fault when numa nodes not sequential or contiguous * Update prototype of get_mempolicy- Update to 2.0.11 * 150116 libnuma: numa_node_to_cpu skips over non-existing nodes (Petr Holasek) * 151210 libnuma: supress warnings for non-existing node (Petr Holasek)- Cleanup spec file with spec-cleaner - Use autoreconf to update configure- package fails to build with PIE globally enabled, due to error: inconsistent operand constraints in an 'asm'. Turns out there is a GCC builtin for doing the operation cleanly. (numactl-clearcache-pie.patch)- Change license from GPL-2.0+ to GPL-2.0- Make latest factory version build against SLE11 as well- cleanup, also build for i586 - remove move_pages.2 , as it is in manual-pages rpm.- Update to version 2.0.10: * 131123 numactl: numactl check for NUMA available (Elena Ufimtseva) * 140715 numactl: fix numactl --show and preferrred node (Bill Gray) * 140722 makefile: remove warning about missing .depend (Filipe Brandenburger) * 140820 convert the build procedure to automake (Filipe Brandenburger) - Cleanup spec file * use RPM macros where possible * remove redundant %cleansheep21 16519582832.0.14.20.g4ee5e0c-150400.1.242.0.14.20.g4ee5e0c-150400.1.242.0.14numa.hnumacompat1.hnumaif.hlibnuma.sonuma.pcnuma.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/3a35cde874a164b491bccafdb9900652-numactlcpioxz5x86_64-suse-linuxC source, ASCII textASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRPv2n1c,tutf-8d6405c470f94fad5d473bb1acef184320d75f8f86840a629d21c1c00a26bf2e2? 7zXZ !t/iK5 ] crv(vX0&*h5@K/49 AoK)( R̓Wr˲vw;}o~DzS0\n-c3Ѓq3|$ ɹ(%sW^8 5@ jW$'蟬Mz@עDp8 B]:RXƿ hUV!b$!g/Uyb!`<(D,2=dddFbp=օu`qP57&9ݻYz,j, xWk?$Z.%$!ilRxa;CpMZ4P=:[6̽H~diH]v:)Y!۬XKB2ˆz_b]D ,^Ka4=tYcᗽCyPW13@}쭼 )0p|rP\{^! 1D(n0 n` a52rbi<qZjxޔ8*>v;5qkG[ksoŨ vG~@υ55Z;)eN^ a/"-aHW6eЋ6~c!`ɊRZ@AK3K-|ǴJȰ[y[ x8, Zt"> ,$o$$fh(]S@s،p/s=ɱsXTu<^G%(eܲF 4ClLX;YW٢ĨBgׇ? `pzz)׳G}3JZw޿@lm\SUe.^/$mRvvS6ox;;ʥ9Oi?FLbpu,yAxPozU EDBygx78'Nhlkd" LDVtďnHZZķA j 1g^jh?,Ԣ^zGQ(v-w&l9xD(.S?'Z8gKPu P&m'4ocSjTj|RcE :/~6c,_q-Z5Ml:/G F3p0ק[f!-y"j90Op!Bn'ɱgCEJh}bŻM*$a&P LwDM 3'ag:WOa-N _hM l[PlOl FFunUts!E'o1ͻ˳,6"I c^hEga|mLk< D40E9BqZ-^W;G8Sێ (>([m4}uCsh'fE ͍磑%,P`FQ6(V޸_Cvخ@x@uv5KqzClvV߄lyWڛ m 㵾zE{N LZ޶S1=Zgr %9d Ϯv"m ϘH+OP1P?횋v{W'wsRA:jTa1v(F.dlPl$O,˜1Y0z1K+O\2yYB<{)B`E6[ү;6Ǯ c+YoߘeUs5k:@-G݃1lԝg;W[^ČnzjS:D"DJsٸK?E$^c :ӥ_Jo6C"8H6j3ZmȧIfAIs͌q=|v&vklC\+4 I> S\-&]=,ǪCL 7'KkݒyHߏ$ɿ@<π|rڥ$H4h1_k`Qoox?Be`ד֤|7A14: C*m]ou=h6Eoa63RFzOgK`]r8fTcye#y AЀM/Nre֣cUZ>o~F^ LVMp˺"Fzy dxr\jH>V 4uymcWY[?G = Aci/:Gx"a 42 s9G5x5iM Mx󨰫yRmÊ BnO)cү+[efH@i w(z l<PUd]""+؅7wG6jVv([1l=qY+vIJ] GlK"&64ˊ| Bj+nA0av~& 73C9}QI(&Z(-d_N9%+PM%JYna29'lP, ͚'rOE1sE*ܩw0&k-CPzaƚ\VG zb~n1g[l OH aqL&߭S0·TϊT-O:<ò[ !!eQ9i'3IKe$R5n*BL i#miXg[.؎.3fya`T($";FXSS P$T0Z0s:zb0ոL0Ͻ ,YvMO]̊I]h\ S=B{FԞ\Mλyz_#ԏK[24J_Z]0 Oe E]jַ9 ,|FSpg]owgǟ S JĬ[S>#pLӹ-}Ҕ?1B1̴.eHr -Gqx_ F y1 f\qNj7-ȺwVﯳ.CR8{R{ )I3|,;N u♀Kث9<=k38>)i Uo4cZ9kpPvs>iP BP@sǑzpj$'1=5G8&`h1BKMC [^vX"Ȑd'\, i鿯ՆXvIFid)2Ju=+9^5k6ơ79Q|ɲ>reXD m1h}S\ A6* -BuQ `[?Bw6vHwqb N c#]LL8Sn3+>As!UHqEh=B@0/(Y_].~ WuHI>ϼ5 d}j@܀0zk7G *!Hn )F=GW:A\ =ϊt[YSlqG9x@C*/XEx𖭓{@ȕ?*CB9o]3f~AAL@蘂% שC*!nE,DpXP.;e0VA{AǸfh'TU8S:vX-+i(""NNѶUĠzS>Att?5@x KH'7N] Do_^*n;Ө$wFs3@ϵޅg^?ˍ aֽHɈوMhh8fp=>]6t|.Aa8qp, 7lza1;C7 O9ZolaQ9ɫ%x:7hJcm( J85CVXqCd ӵqyN`'R@b^0Cio >Eʩl6N:yC 05T% Y(l'%PV)_!Hoת jѼvHYL_ (eY;1:W%oq1.#xQ\.L:DD)! pk)s̍ FRbY- JY١nѼˢK|~;B&4S,EJ]k?QUZRf)ΥN0M*v%r9UzյKKδ{3FT;@3{zSPpQF)}/;P`dz2$2uR;/&jUcEWABrB%x)ac?" ұZzN/jGRpҊj칀'=lIʢ?Gac] [!?+H~߆_Spz >IcbZ ˑ%&k*fOxBQKXW7RCFlK0z4DјChǙ;>wVtd\oA⹍A2փOd߬\zl5~?*0Ӟ 9``,AsZz&æ8IW]=i@ܧ $1}G*C =5Fc ?(ˑsU# 7P+7Rb07PdγArEغ,4 \fB`+ 8+='`fJf>W zGwB`ofhA=F׬ ;HbR?}{֘>9Z3C!W5kIp%ٳ1 m֮eƑb]giPW47%Q,㮗l>oWyl٭6dƓyD&tQb^a5FfăivV|6(pϟ&z7+gCٮ#yp_`p3)zlntj #>I(ݡc+bN7v_mNr]cifwP.~#7ߙR*1U^У D4 D:K]P(؉Z=$M4e@cf>o^cW$*$'}gZ<)fy_-O ]U8Tȁ;QHʑ0]P;:ߥ4~)=;Q':O*k4ӆXfxL/Q@!:{(NQqwr1oJS^xuj Pc*cQK7MF6C}4-XK<\ƂzqۖXO zGB{*+y/MOwƫ5QDD1`~{(oc*,[Բ¯%Qϯ]k6bRDOkw*.~kPi4sX8 +- ʅpڸ7(#[VG?L@&*x8ӂ^Bgy+w H؉-#}&M&cAIY >[*L ڝc八<1vڹݟPF1| L ȼqRP?^:>nߎ[7Kmğ^oJE1Ϧ)tsziA,aF {x`x\Ѳ:plƄH!x8-$r4n& g'>/G}Ed;yBJ-s&@Ģ%_"4+5_uje3ā:.pZb&7)hO4Ǫ\(~|1n)/_#M/>&]bɎb&FH /&7:}urJ*w(%zQBu>WYO=4)1H%cgIWTg@M#9T4!˨.wS 2a5R q}/%LaV Ӛ:;ǃr5Fu߳Ntj:|L^t)yoi蟌)P|Zd;:3An"{ Ŏ&oh:ث)]lR]n.U⊾_u&_SHZVo&N8j_@?kxyMc]=8JG}WHUg{lT*zm%dsǣw|N&[萝z3lq;=:FWۣ9#1T07k:JK"%˄zwR}EhSl(Ge^nׯ&%_@h0afuy2Ʒؑ"綮(dm(6`r|v[{M֨V2XaٴSwS~ a}pFPR=c. Ş..gp,Nj!ɆCTN2Cj׷G%ccԪA? uVͨg[ 4^klZV'I@#p{?2;1^PLԋc#LGe> jG08;NXS3Qx@ P|k7x#D~݀rqB?}%C ̮3n Ql/w}}ZUs// <So}o h2% Pq8 (.TCP**OwxK̲l4mJbt#- €ӤjZ3*gyвŭhfV  X3"7NQB9)a5emgهF;LzB#hDv}E;f/ԂQm 2&OK#Jڅ\+,$"7zu!HGcٶWgt *dY &h,@ dpq)K65)YAZi eVd{ JO77;QI {"}FItbItzg$!\-MGCEQc9;C(CғC50i] {9qTjp Fu]FƜf9Dя,ep[DUԌz/Eމ_a7y5sѸM5"+?ÿyTX Q1ma˾G$??5IfJ  FcuxT%ʡKWymXt}R=7;pT h>(NJU+Rc@_>ɜb,pQ!*]ٕnh1~eB>Ƿ`?͖x8NwiZ7Q@P*Hͼuͻs&@rDy 詬H@`O)*%+-ZStS:0E: v\M?4-\B@؄gwIV"b:k%;X"%.N-6R;I) WHP}_ HG1KBe*>b랩B=k+7[%MhIc\[\uf /!s%wGFAG]FlV기 GК']1LRף,@Ǻ$mqK[:Mn傢ӗ&UT=0Fz5R Юl-EaCD 7mq Cݡ`M:aN^:^ 2G^\Hzq^6 'of`3$ qeKVԋ\YsT!c,ߧ+ڈ1bxBP740X,K`o HEO~dΡ"D0AИ)[X n>˩}4TTs}Cdv>d! b{Q=ݲ+غv\iCyMm6U[\TiS)xyʷaW!!Y*)1q´I X3%2bZ]eW4<@:9[ ]/b !M ;7>3۔Y 2Ȝ@i9v1/1KYw/\œ&:E|ݣny:6C/#o[a%sYT1lLiG4Ts o=qU/`eup#. l&)2T7LBnnP]ޤf|;I=K9Q_> MgKf*090ftY]X5"y8>#=Pp76jp~lvӅ_RGdFT6@k7m LTMʰ/F:Y!pu)OO-fDY^+M[iK*p9hq牻QP *{t"Yjd2 YZ