<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF 
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
>

  <channel rdf:about="http://www.downloadpipe.com/forums/linux/rdf0.php?f=178">
    <title>DownloadPipe.com Mac Forums help - Linux General - Kernel</title>
    <link>http://www.downloadpipe.com/forums/linux/Kernel-forum-178.html</link>
    <description>Latest 15 Messages on www.downloadpipe.com</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/THE_webmail-Service_ACCOUNT_EMAIL_ALERT-ftopict73616.html#200441" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/TOMOYO-16-00-25-Starting-TOMOYO-ftopict71659.html#200413" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-viafb-sizeof-struct-pointer-ftopict73588.html#200408" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-OMAP-return-PTR_ERR-IS_ERR-ftopict73594.html#200406" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-Blackfin-Fix-memset-smp_send_reschedule-stop-ftopict73587.html#200390" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-DocBook-media-create-links-included-sources-ftopict73586.html#200388" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-modules-depmod-default-install-ftopict73063.html#200385" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-perf-symbols-fixup-kernel_maps__fixup_end-end-map-ftopict73581.html#200382" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-fbdev-Migrate-mailing-lists-vger-ftopict73555.html#200373" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-staging-dream-add-missing-include-files-ftopict73572.html#200366" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-Documentation-append-detail-explanation-scheduler-API-ftopict73571.html#200364" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-13-sysfs-lazification-ftopict72871.html#200363" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-Fix-braille-keyboard-keysym-generation-ftopict73401.html#200348" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-x86-tighten-conditionals-MCE-related-statistics-ftopict73533.html#200295" />
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/PATCH-Add-TWL4030-regulators-Regulator-framework-ftopict73437.html#200289" />
      </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/THE_webmail-Service_ACCOUNT_EMAIL_ALERT-ftopict73616.html#200441">
    <link>http://www.downloadpipe.com/forums/linux/THE_webmail-Service_ACCOUNT_EMAIL_ALERT-ftopict73616.html#200441</link>
    <title>THE_webmail Service_ACCOUNT_EMAIL_ALERT   </title>
    <description>Dear webmail Owner     We would like to inform you that we are currently carrying out  scheduled maintenance and upgrade of our webmail Service  Account  and as a result of this; our webmail Service  Account client has been  changed and your original password will reset  We are sorry for any  inconvenience caused     To maintain your Webmail Account  you must reply to this email  immediately an   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/TOMOYO-16-00-25-Starting-TOMOYO-ftopict71659.html#200413">
    <link>http://www.downloadpipe.com/forums/linux/TOMOYO-16-00-25-Starting-TOMOYO-ftopict71659.html#200413</link>
    <title>[TOMOYO  16 00 25] Starting TOMOYO 2 3</title>
    <description>[PATCH] LSM: Move security_path_chmod   security_path_chown   to after mutex_lock       We should call security_path_chmod   security_path_chown   after mutex_lock    in order to avoid races     Signed off by: Tetsuo Handa         fs open c |   36                                        1 file changed  15 insertions     21 deletions           security testing    </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-viafb-sizeof-struct-pointer-ftopict73588.html#200408">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-viafb-sizeof-struct-pointer-ftopict73588.html#200408</link>
    <title>[PATCH] viafb: Use sizeof struct rather than pointer</title>
    <description>Hi     Roel Kluin schrieb:  &gt; diff   git a drivers video via viafbdev c b drivers video via viafbdev c  &gt; index 56ec696  7b181e7 100644  &gt;     a drivers video via viafbdev c  &gt;     b drivers video via viafbdev c  &gt; @@  680 7  680 7 @@ static int viafb_ioctl struct fb_info  info  u_int cmd  u_long arg   &gt;    if   viafb_gamma_table   &gt;     return  ENOMEM;  &gt;    if  copy_from_user viafb_gamma_tabl   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-OMAP-return-PTR_ERR-IS_ERR-ftopict73594.html#200406">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-OMAP-return-PTR_ERR-IS_ERR-ftopict73594.html#200406</link>
    <title>[PATCH] OMAP: return PTR_ERR rather than IS_ERR</title>
    <description>IS_ERR returns only 1 or 0  and the functions return a negative  error in other cases anyways     Signed off by: Roel Kluin         arch arm mach omap2 powerdomain c |   12                1 files changed  6 insertions     6 deletions       Inspired by a patch from Julia Lawall  Can be found with `git grep  n  E  return IS_ERR\ [^?]        diff   git a arch arm mach omap2 p   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-Blackfin-Fix-memset-smp_send_reschedule-stop-ftopict73587.html#200390">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-Blackfin-Fix-memset-smp_send_reschedule-stop-ftopict73587.html#200390</link>
    <title>[PATCH] Blackfin: Fix memset in smp_send_reschedule   and   </title>
    <description>On Sat  Nov 21  2009 at 13:35  Roel Kluin wrote:  &gt; To set zeroes the sizeof the struct should be used rather  &gt; than sizeof the pointer  kzalloc does that     thanks  ive merged this   mike      To unsubscribe from this list: send the line  unsubscribe linux kernel  in  the body of a message to majordomo@vger kernel org  More majordomo info at  http:  vger kernel org majordomo info html  Pleas   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-DocBook-media-create-links-included-sources-ftopict73586.html#200388">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-DocBook-media-create-links-included-sources-ftopict73586.html#200388</link>
    <title>[PATCH 2 2] DocBook media: create links for included sources</title>
    <description>If docs are being built in a separate directory  xmlto and xsltproc  can t find included sources   Make links back to the source directory     Signed off by: Ben Hutchings        I would much prefer to have xmlto and xsltproc look in the source  directory for included entities but couldn t see how to do that   This  needs to be solved in some way for 2 6 32  even if this pa   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-modules-depmod-default-install-ftopict73063.html#200385">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-modules-depmod-default-install-ftopict73063.html#200385</link>
    <title>[PATCH] modules: Allow to use depmod from a non default in  </title>
    <description>On Sat  Nov 21  2009 at 04:02:14PM  0100  Carmelo Amoroso wrote:  &gt;Amrico Wang wrote:  &gt;&gt; On Sun  Nov 08  2009 at 10:44:04PM  0100  Carmelo Amoroso wrote:  &gt;&gt;&gt; This patch allow to specify the directory where to find the  &gt;&gt;&gt; depmod tool other than being forced to use the module init tools  &gt;&gt;&gt; installed on the host  The reason for this is explained below   &gt;&gt;&gt; When doing cross compilation  it    </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-perf-symbols-fixup-kernel_maps__fixup_end-end-map-ftopict73581.html#200382">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-perf-symbols-fixup-kernel_maps__fixup_end-end-map-ftopict73581.html#200382</link>
    <title>[PATCH 1 3] perf symbols: fixup kernel_maps__fixup_end end  </title>
    <description>From: Arnaldo Carvalho de Melo     It better propagate errors  also if we do a simple:          Fatal: not an trace data file   type  = PERF_TYPE_TRACEPOINT       continue;       nr_tracepoints;     ppath &gt;next = tracepoint_id_to_path pattrs;    struct tracepoint_path  tps;    struct tracepoint_path  tps = get_tracepoints_path pattrs  nb_events ;                What? No tracepo   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-fbdev-Migrate-mailing-lists-vger-ftopict73555.html#200373">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-fbdev-Migrate-mailing-lists-vger-ftopict73555.html#200373</link>
    <title>[PATCH] fbdev: Migrate mailing lists to vger</title>
    <description>Hi Geert     On Fri  20 Nov 2009 20:48:31  0100  CET   Geert Uytterhoeven wrote:  &gt; The fbdev mailing lists at SourceForge have been migrated to a single  &gt; mailing list at kernel org: linux fbdev@vger kernel org   &gt;   &gt; Signed off by: Geert Uytterhoeven     This is good news     Acked by: Jean Delvare     &gt;      &gt;  Documentation fb framebuffer txt |      </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-staging-dream-add-missing-include-files-ftopict73572.html#200366">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-staging-dream-add-missing-include-files-ftopict73572.html#200366</link>
    <title>[PATCH 1 3] staging dream: add missing include files</title>
    <description></description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-Documentation-append-detail-explanation-scheduler-API-ftopict73571.html#200364">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-Documentation-append-detail-explanation-scheduler-API-ftopict73571.html#200364</link>
    <title>[PATCH]  Documentation  append more detail explanation to   </title>
    <description>This patch append more detail explanation to the Documentation of API of I O scheduler      Thank you for reading          diff   git a Documentation block biodoc txt b Documentation block biodoc txt  index 8d2158a  7c04f54 100644      a Documentation block biodoc txt      b Documentation block biodoc txt  @@  935 7  935 12 @@ keeping work    4 1  I O scheduler API      The functions an elevato   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-13-sysfs-lazification-ftopict72871.html#200363">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-13-sysfs-lazification-ftopict72871.html#200363</link>
    <title>[PATCH 0 13] sysfs lazification </title>
    <description>On Fri  Nov 20  2009 at 04:07:11PM  0800  Eric W  Biederman wrote:  &gt; Greg KH  writes:  &gt;   &gt; &gt; On Sat  Nov 07  2009 at 11:27:04PM  0800  Eric W  Biederman wrote:  &gt; &gt;&gt; From: Eric W  Biederman   &gt; &gt;&gt;   &gt; &gt;&gt; Cleanly separate the work that is specific to setting the  &gt; &gt;&gt; attributes of a sysfs_dirent from what is needed to update  &gt; &gt;&gt; the attributes of a vf   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-Fix-braille-keyboard-keysym-generation-ftopict73401.html#200348">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-Fix-braille-keyboard-keysym-generation-ftopict73401.html#200348</link>
    <title>[PATCH] Fix braille keyboard keysym generation</title>
    <description>Andrew Morton  le Fri 20 Nov 2009 13:19:54  0800  a crit :  &gt; &gt;   if  keycode &gt;= NR_KEYS   &gt; &gt;    if  keycode &gt;= KEY_BRL_DOT1    keycode  &gt;     keysym = K KT_BRL  keycode   KEY_BRL_DOT1   1 ;  &gt; &gt;     keysym = U K KT_BRL  keycode   KEY_BRL_DOT1   1  ;  &gt; &gt;    else  &gt; &gt;     return;  &gt; &gt;   else  &gt;   &gt; Sorry  but I cannot work out  with a reasonable amount of effort  what  &gt; th   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-x86-tighten-conditionals-MCE-related-statistics-ftopict73533.html#200295">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-x86-tighten-conditionals-MCE-related-statistics-ftopict73533.html#200295</link>
    <title>[PATCH] x86: tighten conditionals on MCE related statistics</title>
    <description>irq_thermal_count is only being maintained when X86_THERMAL_VECTOR  and  both X86_THERMAL_VECTOR and X86_MCE_THRESHOLD don t need extra wrapping  in X86_MCE conditionals     Signed off by: Jan Beulich           arch x86 include asm hardirq h |    6          arch x86 kernel irq c          |   12                2 files changed  9 insertions     9 deletions           linux 2 6   </description>
  </item>

  <item rdf:about="http://www.downloadpipe.com/forums/linux/PATCH-Add-TWL4030-regulators-Regulator-framework-ftopict73437.html#200289">
    <link>http://www.downloadpipe.com/forums/linux/PATCH-Add-TWL4030-regulators-Regulator-framework-ftopict73437.html#200289</link>
    <title>[PATCH 0 1] Add all TWL4030 regulators to Regulator framew  </title>
    <description>On Fri  Nov 20  2009 at 12:21:43PM  0000  Liam Girdwood wrote:  &gt; On Fri  2009 11 20 at 11:28  0000  Mark Brown wrote:    &gt; &gt; Either the existing twl4030 mfd branch or split patches work for me     &gt; What s the upstream path for your twl4030 mfd ASoC branch ?     ALSA with bits also pulled into the OMAP tree     &gt; Regulator   mfd patches either go upstream via the regulator or mfd  &gt; repositori   </description>
  </item>

  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.downloadpipe.com/forums/linux/rdf0.php?f=178" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>
