Re: [PATCH] x86/build: Move _etext to actual end of .text

2019-06-05 Thread Alec Ari
Hi, I'm having this problem too, build is failing: Invalid absolute R_X86_64_32S relocation: _etext I stayed on the 4.14 branch to help prevent these kind of breakages, so much for that idea. Gentoo GCC 8.3.0. Alec

drm/Kconfig: Remove selection of BACKLIGHT_* options for DRM_RADEON

2019-03-20 Thread Alec Ari
From e38df43127fd9a5db167f5873aee882b60f63f37 Mon Sep 17 00:00:00 2001 From: Alec Ari Date: Wed, 20 Mar 2019 20:19:48 -0500 Subject: drm/Kconfig: Remove selection of BACKLIGHT_* options for DRM_RADEON Backlight support is not required for base DRM_RADEON functionality. Tested on Acer Aspire

Compiling error if CONFIG_CPU_SUP_INTEL is disabled

2019-03-13 Thread Alec Ari
If CONFIG_CPU_SUP_INTEL is disabled with either the 5.0.2 or 4.20.16 kernel, it errors out right away: In file included from arch/x86/events/amd/core.c:8: arch/x86/events/amd/../perf_event.h:1035:45: warning: ‘struct cpu_hw_event’ declared inside parameter list will not be visible outside of this

Backport Set the CPB bit unconditionally on F17h to 4.14 branch

2019-03-12 Thread Alec Ari
Request to backport 0237199186e7a4aa5310741f0a6498a20c820fd7 to 4.14 branch Thanks! Alec

Re: [PATCH] scripts/sign-file.c: Use CMS if LibreSSL >= 2.6.0 is present

2019-02-16 Thread Alec Ari
Scratch that patch, error is still there on module installation. Sorry about that! I thought that should have fixed it, I must be missing something here. Alec

Fwd: [PATCH] scripts/sign-file.c: Use CMS if LibreSSL >= 2.6.0 is present

2019-02-16 Thread Alec Ari
Hello, it seems it's impossible to add tabs via gmail. The appropriate patch has been attached to kernel bugzilla #202159 Sorry about this, hitting tab toggles highlighted selection, using "more indent" didn't do the trick I guess. The patch works here but I suppose not for the one who reported