Bug 1062144

Summary: Error on building kernel-3.12.9-301.fc20.src.rpm
Product: [Fedora] Fedora Reporter: Peter Littmann <peter.littmann>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: kernel-3.13.3-201.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-17 21:05:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
.config file for building kernel none

Description Peter Littmann 2014-02-06 10:12:48 UTC
Created attachment 860087 [details]
.config file for building kernel

Description of problem:
The build breaks at
crypto/asymmetric_keys/x509_public_key.c:237:35: error: 'system_trusted_keyring' undeclared (first use in this function)
   ret = x509_validate_trust(cert, system_trusted_keyring);
                                   ^

Version-Release number of selected component (if applicable):
3.12.9-301

How reproducible:
rpmbuild -bb --without debug --without pae --with firmware --target=`uname -m` kernel.spec

Steps to Reproduce:
1.
2.
3.

Actual results:
Build breaks

Expected results:
Build Fedora 20 kernel with custom config

Additional info:

Comment 1 Josh Boyer 2014-02-07 14:26:10 UTC
This is because of a patch we backported in the 3.12 kernels that was reverted in the 3.13 upstream release.  When we rebase to 3.13, all the keys related patches should get dropped, so this will be fixed then.  F20 will get a 3.12.2 rebase very soon.

Comment 2 Fedora Update System 2014-02-11 23:14:05 UTC
kernel-3.13.2-200.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/kernel-3.13.2-200.fc20

Comment 3 Fedora Update System 2014-02-12 14:51:45 UTC
Package kernel-3.13.2-200.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing kernel-3.13.2-200.fc20'
as soon as you are able to, then reboot.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-2417/kernel-3.13.2-200.fc20
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2014-02-14 15:54:48 UTC
kernel-3.13.3-200.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/kernel-3.13.3-200.fc20

Comment 5 Fedora Update System 2014-02-17 21:05:27 UTC
kernel-3.13.3-201.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.