Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

Controlling Liquor Loss with Linux

Chrome Web Browser Finally Comes to Android Phones, Tablets

The Best Cloud Music Options for the Linux Desktop

The Secret to Red Hat's Billion-Dollar Success: Everyone's The Boss

NGINX Adds Support for Open Source Web Server

SUSE hits the big 2-0

A Look at 3D Printing and Open Source

Creating a vDSO: the Colonel's Other Chicken

LibreOffice developer shows prototype Android and HTML5 ports

Facebook is a surveillance engine, not friend: Richard Stallman, Free Software Foundation



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:Linux Journal: The Kernel Hacker's Guide to Source Code Control
Linux Journal: The Kernel Hacker's Guide to Source Code Control
Aug 21, 2002, 13 :00 UTC (0 Talkback[s]) (8422 reads)

(Other stories by Greg Kroah-Hartman)

"Many issues involved with Linux kernel development are different from traditional software development processes. When working on a portion of the kernel (or a specific driver), you need to 1) stay aware of changes that are happening to other portions of the kernel with which you interact, 2) constantly apply your changes to the moving target of a fast-based kernel development release schedule, 3) resolve any merge conflicts between changes you have made and changes made by other people and 4) be able to export your changes in a format others can use easily.

"For a number of years, I developed and maintained the USB to serial port drivers and then eventually took over maintaining all of the USB code in the kernel. In this article, I explain some of the tools I used in the past to do this work and show how some new tools have enhanced my ability to keep on top of changes in the kernel and let me do my job with less effort.

"One of the most common methods of doing kernel work is to use the patch and diff programs. You can use this and no other type of source-code control system to do kernel development. One way is to use two different directory trees: a 'clean' one and a 'working' one. The clean tree is a released kernel version, while the working one is based on the same released kernel version, but contains your modifications. Then you can use patch and diff to extract your changes and forward port these changes to a new kernel release..."

Complete Story

Related Stories:
KernelTrap.org: BitKeeper Author Larry McVoy Interviewed(May 28, 2002)
KernelTrap: The Best Tool For The Job?(Apr 19, 2002)
LinuxProgramming: Jeff Garzik: Doing the BK Thing, Penguin-Style (Bitkeeper for Kernel Developers)(Feb 21, 2002)



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP