Displaying 2 results from an estimated 2 matches for "zhengqi".
2005 Sep 22
4
Questions about R
...quot;make check FORCE=FORCE" or "make check-devel", and the warnings displayed are written below:( Somewords are translated from Chinese into English by myself)
"running code in 'graphics-Ex.R' ...make[4]: *** [graphics-Ex.Rout] error 1
make[4]: Leaving directory `/home/zhengqi/R_HOME/R-2.1.1/tests/Examples'
make[3]: *** [test-Examples-Base] error 2
make[3]: Leaving directory `/home/zhengqi/R_HOME/R-2.1.1/tests/Examples'
make[2]: *** [test-Examples] error 2
make[2]: Leaving directory `/home/zhengqi/R_HOME/R-2.1.1/tests'
make[1]: *** [test-all-basics] error 1
m...
2023 Aug 22
0
[PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
...ker_rwsem or synchronize_rcu() to guarantee that all
> shrinker invocations have seen an update before freeing memory.
>
> So we introduce a new pool_shrink_rwsem to implement a private
> synchronize_shrinkers(), so as to achieve the same purpose.
>
> Signed-off-by: Qi Zheng <zhengqi.arch at bytedance.com>
> Reviewed-by: Muchun Song <songmuchun at bytedance.com>
On the 5 drm patches (I counted 2 ttm and 3 drivers) for merging through
some other tree (since I'm assuming that's how this will land):
Acked-by: Daniel Vetter <daniel.vetter at ffwll.ch>
&...