오픈 소스 소프트웨어 개발 및 다운로드

Browse Subversion Repository

Diff of /trunk/1.7.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1764 by kumaneko, Wed Oct 29 12:10:18 2008 UTC revision 1778 by kumaneko, Tue Nov 4 04:30:02 2008 UTC
# Line 1696  Fix 2008/10/20 Line 1696  Fix 2008/10/20
1696    
1697        To prevent the reader from reading uninitialized value of newly appended        To prevent the reader from reading uninitialized value of newly appended
1698        element, I inserted rcu_dereference() when walking the list.        element, I inserted rcu_dereference() when walking the list.
1699    
1700    Fix 2008/11/04
1701    
1702        @ Use sys_getpid() instead for current->pid.
1703    
1704          Kernel 2.6.24 introduced PID namespace.
1705    
1706          To compare PID given from userland, I can't use current->pid.
1707          So, I modified to use sys_getpid() instead for current->pid.
1708    
1709          I modified to use task_tgid_nr_ns() for 2.6.25 and later instead for
1710          current->tgid when checking /proc/self/ in get_absolute_path().

Legend:
Removed from v.1764  
changed lines
  Added in v.1778

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26