Re: Error building after merging upstream 3.7.7
From: Steven Haigh <hidden>
Date: 2013-02-17 12:16:34
Attachments
- smime.p7s [application/pkcs7-signature] 4240 bytes
From: Steven Haigh <hidden>
Date: 2013-02-17 12:16:34
I would *really* love to see a single .patch that can be applied to 3.7.x kernels. This would allow me to start producing some kernel RPMs for using bcache on EL6 systems. I've tried producing something that works, but haven't had much success in patching bcache into the vanilla kernel. Having a single patch that can be easily refactored as newer 3.7.x releases are done would be heaven. -- Steven Haigh Email: netwiz-tY1ak9Q0PTWHXe+LvDLADg@public.gmane.org Web: https://www.crc.id.au Phone: (03) 9001 6090 - 0412 935 897 Fax: (03) 8338 0299 On 14/02/2013 5:30 AM, Aaron W. Hsu wrote:
I have managed to use bcache rather successfully for a while now, and I wanted to try getting the latest changes to the bcache branch into my kernel. At the same time, I wanted to merge in the latest linux stable changes. I did a merge of linux-stable/linux-3.7.y into the HEAD of the bcache branch, which seems to have worked without issue, however, after I configured the kernel, attempting to build the kernel errors out with the following message: LD init/built-in.o kernel/built-in.o:(.data+0x8bc8): undefined reference to `bcache_subsys' Is there something I have totally missed here?