From: Scott Weaver on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3822

This enables Rust code in the ELN kernel, which requires enabling
CONFIG_EXTENDED_MODVERSIONS and CONFIG_GENDWARFKSYMS.
The DRM panic with QR code functionality is the first Rust based code to be
enabled. A QR code URL is not defined but we will likely want to update that
before enabling this in RHEL.

For now, the ipaclones-internal package is disabled because bindgen (libclang)
does not support gcc's `-fdump-ipa-clones`.

Signed-off-by: Scott Weaver <scwea...@redhat.com>

---
 redhat/configs/fedora/generic/CONFIG_DRM_PANIC => 
redhat/configs/common/generic/CONFIG_DRM_PANIC                                  
   |  0 
 redhat/configs/fedora/generic/CONFIG_DRM_PANIC_BACKGROUND_COLOR => 
redhat/configs/common/generic/CONFIG_DRM_PANIC_BACKGROUND_COLOR   |  0 
 redhat/configs/fedora/generic/CONFIG_DRM_PANIC_DEBUG => 
redhat/configs/common/generic/CONFIG_DRM_PANIC_DEBUG                         |  
0 
 redhat/configs/fedora/generic/CONFIG_DRM_PANIC_FOREGROUND_COLOR => 
redhat/configs/common/generic/CONFIG_DRM_PANIC_FOREGROUND_COLOR   |  0 
 redhat/configs/fedora/generic/CONFIG_DRM_PANIC_SCREEN_QR_CODE => 
redhat/configs/common/generic/CONFIG_DRM_PANIC_SCREEN_QR_CODE       |  0 
 redhat/configs/fedora/generic/CONFIG_DRM_PANIC_SCREEN_QR_VERSION => 
redhat/configs/common/generic/CONFIG_DRM_PANIC_SCREEN_QR_VERSION |  0 
 redhat/configs/common/generic/CONFIG_RUST                                      
                                                      |  2 +-
 redhat/configs/common/generic/CONFIG_RUST_OVERFLOW_CHECKS                      
                                                      |  2 +-
 redhat/configs/fedora/generic/CONFIG_RUST                                      
                                                      |  1 -
 redhat/configs/fedora/generic/CONFIG_RUST_OVERFLOW_CHECKS                      
                                                      |  1 -
 redhat/configs/rhel/generic/x86/CONFIG_SAMPLES_RUST                            
                                                      |  1 +
 redhat/configs/rhel/generic/CONFIG_DRM_PANIC                                   
                                                      |  1 -
 redhat/configs/rhel/generic/CONFIG_DRM_PANIC_SCREEN                            
                                                      |  1 +
 redhat/configs/rhel/generic/CONFIG_DRM_PANIC_SCREEN_QR_CODE_URL                
                                                      |  1 +
 redhat/configs/rhel/generic/CONFIG_EXTENDED_MODVERSIONS                        
                                                      |  2 +-
 redhat/configs/rhel/generic/CONFIG_GENDWARFKSYMS                               
                                                      |  2 +-
 redhat/configs/rhel/generic/CONFIG_MODVERSIONS                                 
                                                      |  2 +-
 redhat/kernel.spec.template                                                    
                                                      |  4 +---
 18 files changed, 9 insertions(+), 11 deletions(-)

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to