Re: patching kdb to Centos kernel : error

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Satish Eerpini <eerpini@...>
Cc: <linux-kernel@...>
Date: Sunday, August 17, 2008 - 2:42 am

On Sun, 17 Aug 2008 11:30:41 +0530, Satish Eerpini said:

You might want to make sure you're using a 2.6.18-vintage kdb patch, as
trying to fit a 2.6.26 kdb onto a 2.6.18 kernel is unlikely to bring joy.


No, the rejects during the patch are almost certainly related to your
compile errors...


Your kdb patch probably includes a patch to include/linux/fs.h that adds a
member 'u' to a 'struct inode'.  If this generated a reject, then the member 'u'
won't be in the struct, and your compile dies...


kdb_page_flags is probably a macro that does something like:

#define kdb_page_flags(a,b) (..... Page##b)

The 'implicit declaration' is most likely a missing #include someplace,
which again hints at the rejects from a misapplied patch...
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
patching kdb to Centos kernel : error, Satish Eerpini, (Sun Aug 17, 2:00 am)
Re: patching kdb to Centos kernel : error, , (Sun Aug 17, 2:42 am)
Re: patching kdb to Centos kernel : error, Satish Eerpini, (Sun Aug 17, 7:13 am)