From: David Miller <davem@xxxxxxxxxxxxx> Date: Wed, 19 Jan 2011 13:55:04 -0800 (PST) > From: kaber@xxxxxxxxx > Date: Wed, 19 Jan 2011 20:14:00 +0100 > >> Please pull from >> >> git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6.git master > > Pulled, thanks. I'm undoing my pull, what was this build tested against? In particular this commit breaks the build: Subject: [PATCH 68/79] netfilter: xtables: add missing header files to export list Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> ... @@ -56,6 +56,8 @@ header-y += xt_rateest.h header-y += xt_realm.h header-y += xt_recent.h header-y += xt_sctp.h +header-y += xt_secmark.h +header-y += xt_socket.h header-y += xt_state.h header-y += xt_statistic.h header-y += xt_string.h No active tree has a include/linux/netfilter/xt_secmark.h file. Therefore we end up with: make[2]: `scripts/unifdef' is up to date. make[4]: *** No rule to make target `/home/davem/src/GIT/net-next-2.6/include/linux/netfilter/xt_secmark.h', needed by `/home/davem/src/GIT/net-next-2.6/usr/include/linux/netfilter/.install'. Stop. Did you mean xt_SECMARK.h (caps)? Please fix this up and resubmit your pull request, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html