I think you might be onto something here.
The "mask" member of struct nf_conntrack_expect could be reasonably
all 1's like the value reported in the crash that begins this
thread.
Do we know the offset within the object at which this all 1's
value is found?
My rough calculations show that on 32-bit that expect->mask member is
at offset 56 and on 64-bit it should be at offset 72. Does that
match up to the offset of the filp or whatever bit being corrupted?
I'll scan through the netfilter changesets in post 2.6.25 to see if
anything stands out.
--