All of lore.kernel.org
 help / color / mirror / Atom feed
* 3.14-1 Compile Problem for 2.6.39.4 Kernel
@ 2014-04-29  9:39 Aaron Hamilton
  2014-05-02  1:39 ` Luis R. Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Aaron Hamilton @ 2014-04-29  9:39 UTC (permalink / raw)
  To: backports

In trying to compile backports-3.14-1 with a 2.6.39.4 kernel, I get
the following compilation errors:

backport-include/linux/compat.h:18: error: expected ';', ',' or ')'
before '*' token

If I comment out line 18 in compat.h which just reads "extern int
compat_put_timespec(const struct timespec*, void __user *)", then I
get past that error.

Next, things get stuck on compat/crypto-ccm.c on lines 250 and 255,
stating "too few arguments to function 'scatterwalk_map'" and "too few
arguments to function 'scatterwalk_unmap'".

My kernel headers indicate this function takes two parameters and I
can't find anything in backports that specify otherwise. Am I missing
something?

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

end of thread, other threads:[~2014-05-02  8:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-29  9:39 3.14-1 Compile Problem for 2.6.39.4 Kernel Aaron Hamilton
2014-05-02  1:39 ` Luis R. Rodriguez
2014-05-02  6:51   ` Luis R. Rodriguez
2014-05-02  8:36   ` Aaron Hamilton
2014-05-02  8:45     ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.