From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Franco Date: Mon, 24 May 2004 00:14:36 +0000 Subject: Re: [Kernel-janitors] [PATCH] yield() replaced Message-Id: <40B13E6C.7070701@acm.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============34150980325473435==" List-Id: References: In-Reply-To: To: kernel-janitors@vger.kernel.org --===============34150980325473435== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit maximilian attems wrote: > hey gustavo, > > On Thu, 20 May 2004, Gustavo Franco wrote: > > >>I don't think that it's a search and replace issue and i've already >>posted some of these patches >>(checked by me and by the list). Just check the archives! Some of them >>were not processed >>by Randy, right Randy? But i hope that acme will look into it. > > > please when rediffing next time - take into account: > 1) patch-level one deeper than all the patches i saw from you > 2) do not strip the diff line above the acutal patch. Hi, I can do that if acme request, but actually i'm just following the SubmittingPatches. To create a patch for a single file, it is often sufficient to do: SRCTREE= /devel/linux-2.4 MYFILE= drivers/net/mydriver.c cd $SRCTREE cp $MYFILE $MYFILE.orig vi $MYFILE # make your change diff -up $MYFILE.orig $MYFILE > /tmp/patch Let me known if the documentation is wrong and/or obsoleted and if i'm missing something. Thanks, Gustavo Franco --===============34150980325473435== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Kernel-janitors mailing list Kernel-janitors@lists.osdl.org http://lists.osdl.org/mailman/listinfo/kernel-janitors --===============34150980325473435==--