[Home]

Summary:ASTERISK-06127: ztdummy no longer builds against kernel 2.6.16-rc1
Reporter:Jeffrey C. Ollie (jcollie)Labels:
Date Opened:2006-01-18 15:16:56.000-0600Date Closed:2008-06-07 11:20:53
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ztdummy-2.6.16-rc1.patch.txt
Description:ztdummy will not build against kernel 2.6.16-rc1 because there is now a public function in the kernel that conflicts with the "rtc_interrupt" function in ztdummy.  Renaming rtc_interrupt to zaptel_rtc_interrupt will allow ztdummy to compile against 2.6.16-rc1.  See:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a10e0b28b196051ae71829e5b989cba00513289

for more information.
Comments:By: Russell Bryant (russell) 2006-01-18 21:34:25.000-0600

fixed in the 1.2 branch and trunk in revisions 909 and 910.  Thank you for the perfect report!  :)

By: Digium Subversion (svnbot) 2008-06-07 11:20:34

Repository: dahdi
Revision: 909

U   branches/1.2/ztdummy.c

------------------------------------------------------------------------
r909 | russell | 2008-06-07 11:20:30 -0500 (Sat, 07 Jun 2008) | 2 lines

fix symbol conflict with the kernel's rtc_interrupt function (issue ASTERISK-6127)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=909

By: Digium Subversion (svnbot) 2008-06-07 11:20:53

Repository: dahdi
Revision: 910

_U  trunk/
U   trunk/ztdummy.c

------------------------------------------------------------------------
r910 | russell | 2008-06-07 11:20:47 -0500 (Sat, 07 Jun 2008) | 10 lines

Merged revisions 909 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r909 | russell | 2006-01-18 23:33:13 -0500 (Wed, 18 Jan 2006) | 2 lines

fix symbol conflict with the kernel's rtc_interrupt function (issue ASTERISK-6127)

........

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=910