Linux Newbie help
 help / color / mirror / Atom feed
* How do I apply a kernel patch from the mailinglist?
@ 2011-11-01 12:34 Chiefdome
  2011-11-01 12:39 ` Renjith Gopinadhan
  2011-11-01 12:40 ` Javier Martinez Canillas
  0 siblings, 2 replies; 3+ messages in thread
From: Chiefdome @ 2011-11-01 12:34 UTC (permalink / raw)
  To: linux-newbie

Hi as asked in the subject is there a howto on the net?
I dont know how to apply a patch directly from my thunderbird.
Maybe I m totally wrong

Thanks for your replys.

Chiefdome
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: How do I apply a kernel patch from the mailinglist?
  2011-11-01 12:34 How do I apply a kernel patch from the mailinglist? Chiefdome
@ 2011-11-01 12:39 ` Renjith Gopinadhan
  2011-11-01 12:40 ` Javier Martinez Canillas
  1 sibling, 0 replies; 3+ messages in thread
From: Renjith Gopinadhan @ 2011-11-01 12:39 UTC (permalink / raw)
  To: Chiefdome, linux-newbie@vger.kernel.org

Download it and apply at correct folder hierarchy  with command patch -p1 <  {your_patchfile}

/rg

-----Original Message-----
From: linux-newbie-owner@vger.kernel.org [mailto:linux-newbie-owner@vger.kernel.org] On Behalf Of Chiefdome
Sent: 01 November 2011 12:34
To: linux-newbie@vger.kernel.org
Subject: How do I apply a kernel patch from the mailinglist?

Hi as asked in the subject is there a howto on the net?
I dont know how to apply a patch directly from my thunderbird.
Maybe I m totally wrong

Thanks for your replys.

Chiefdome
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Privacy & Confidentiality Notice
-------------------------------------------------
This message and any attachments contain privileged and confidential information that is intended solely for the person(s) to whom it is addressed. If you are not an intended recipient you must not: read; copy; distribute; discuss; take any action in or make any reliance upon the contents of this message; nor open or read any attachment. If you have received this message in error, please notify us as soon as possible on the following telephone number and destroy this message including any attachments. Thank you.
-------------------------------------------------
Wolfson Microelectronics plc
Tel: +44 (0)131 272 7000
Fax: +44 (0)131 272 7001
Web: www.wolfsonmicro.com

Registered in Scotland

Company number SC089839

Registered office: 

Westfield House, 26 Westfield Road, Edinburgh, EH11 2QB, UK
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How do I apply a kernel patch from the mailinglist?
  2011-11-01 12:34 How do I apply a kernel patch from the mailinglist? Chiefdome
  2011-11-01 12:39 ` Renjith Gopinadhan
@ 2011-11-01 12:40 ` Javier Martinez Canillas
  1 sibling, 0 replies; 3+ messages in thread
From: Javier Martinez Canillas @ 2011-11-01 12:40 UTC (permalink / raw)
  To: Chiefdome; +Cc: linux-newbie

On Tue, Nov 1, 2011 at 1:34 PM, Chiefdome <chiefdome@googlemail.com> wrote:
> Hi as asked in the subject is there a howto on the net?
> I dont know how to apply a patch directly from my thunderbird.
> Maybe I m totally wrong
>
> Thanks for your replys.
>

Just save the patch as an ASCII text file (i.e my_driver_fix.patch)

And patch your kernel using the patch binary on top of your Linux
kernel source directory.

For example:

$ cd /home/javier/development/linux-omap-2.6
$ patch -p1 < my_driver_fix.patch

Hope it helps,

-- 
Javier Martínez Canillas
(+34) 682 39 81 69
Barcelona, Spain
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-01 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 12:34 How do I apply a kernel patch from the mailinglist? Chiefdome
2011-11-01 12:39 ` Renjith Gopinadhan
2011-11-01 12:40 ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox