1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Breaking Compilation</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Unreliable Guide To Hacking The Linux Kernel"><link rel="up" href="conventions.html" title="Chapter 10. Routines and Conventions"><link rel="prev" href="convention-returns.html" title="Return Conventions"><link rel="next" href="conventions-initialising.html" title="Initializing structure members"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Breaking Compilation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="convention-returns.html">Prev</a> </td><th width="60%" align="center">Chapter 10. Routines and Conventions</th><td width="20%" align="right"> <a accesskey="n" href="conventions-initialising.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="conventions-borkedcompile"></a>Breaking Compilation</h2></div></div></div><p> 2 Linus and the other developers sometimes change function or 3 structure names in development kernels; this is not done just to 4 keep everyone on their toes: it reflects a fundamental change 5 (eg. can no longer be called with interrupts on, or does extra 6 checks, or doesn't do checks which were caught before). Usually 7 this is accompanied by a fairly complete note to the linux-kernel 8 mailing list; search the archive. Simply doing a global replace 9 on the file usually makes things <span class="emphasis"><em>worse</em></span>. 10 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="convention-returns.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="conventions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="conventions-initialising.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Return Conventions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Initializing structure members</td></tr></table></div></body></html> 11