[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/

2019-12-05 Thread Thomas Deutschmann
commit: 937f6ef9d890760f1307d81f81458afe23181f0a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec  2 20:11:34 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec  2 20:11:34 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=937f6ef9

arch/*/arch-config: Remove CONFIG_MICROCODE_*, use --microcode

Signed-off-by: Thomas Deutschmann  gentoo.org>

 arch/x86/arch-config| 4 
 arch/x86_64/arch-config | 4 
 2 files changed, 8 deletions(-)

diff --git a/arch/x86/arch-config b/arch/x86/arch-config
index 9f8c4b2..da244c9 100644
--- a/arch/x86/arch-config
+++ b/arch/x86/arch-config
@@ -30,8 +30,4 @@ CONFIG_IE6XX_WDT=m
 # CONFIG_LEDS_GPIO is not set
 # CONFIG_LEDS_TRIGGER_GPIO is not set
 CONFIG_X86_INTEL_PSTATE=m
-CONFIG_MICROCODE=y
-CONFIG_MICROCODE_EARLY=y
-CONFIG_MICROCODE_INTEL=y
-CONFIG_MICROCODE_AMD=y
 CONFIG_ALX=m

diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
index e8a7d8e..8a3e7e5 100644
--- a/arch/x86_64/arch-config
+++ b/arch/x86_64/arch-config
@@ -117,10 +117,6 @@ CONFIG_IE6XX_WDT=m
 CONFIG_X86_INTEL_PSTATE=m
 CONFIG_PVPANIC=y
 CONFIG_BLK_DEV_NVME=m
-CONFIG_MICROCODE=y
-CONFIG_MICROCODE_EARLY=y
-CONFIG_MICROCODE_INTEL=y
-CONFIG_MICROCODE_AMD=y
 CONFIG_X86_MCE_INTEL=y
 CONFIG_X86_MCE_AMD=y
 CONFIG_IA32_EMULATION=y



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/

2019-03-07 Thread Ben Kohler
commit: 803093e728262d03ae39b5acd30914f1a2f506ee
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Mar  7 21:28:51 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Mar  7 21:30:46 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=803093e7

x86{,_64}/kernel-config: add DRM_AMDGPU

Closes: https://bugs.gentoo.org/651126

Signed-off-by: Ben Kohler  gentoo.org>

 arch/x86/kernel-config| 1 +
 arch/x86_64/kernel-config | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index 2fea553..c865618 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -2568,6 +2568,7 @@ CONFIG_DRM=m
 CONFIG_DRM_TDFX=m
 CONFIG_DRM_R128=m
 CONFIG_DRM_RADEON=m
+CONFIG_DRM_AMDGPU=m
 CONFIG_DRM_I810=m
 CONFIG_DRM_I830=m
 CONFIG_DRM_I915=m

diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index 3e99ec9..5a849ce 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -2287,7 +2287,7 @@ CONFIG_DRM_TTM=m
 CONFIG_DRM_TDFX=m
 CONFIG_DRM_R128=m
 CONFIG_DRM_RADEON=m
-# CONFIG_DRM_RADEON_KMS is not set
+CONFIG_DRM_AMDGPU=m
 CONFIG_DRM_I810=m
 CONFIG_DRM_I830=m
 CONFIG_DRM_I915=m



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/

2016-01-23 Thread Robin H. Johnson
commit: 2683b510e7cf19b2fa14c7dff023d1e93f14ab32
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jan 23 22:42:00 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jan 23 22:42:08 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2683b510

kconfig/x86*: CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is hazardous to have by default.

Signed-off-by: Robin H. Johnson  gentoo.org>

 arch/x86/arch-config| 1 -
 arch/x86_64/arch-config | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/x86/arch-config b/arch/x86/arch-config
index 124e67e..bc91186 100644
--- a/arch/x86/arch-config
+++ b/arch/x86/arch-config
@@ -5,7 +5,6 @@ CONFIG_XEN_PLATFORM_PCI=y
 # CONFIG_HIGHMEM4G is not set
 CONFIG_HARDLOCKUP_DETECTOR=y
 # CONFIG_BOOTPARAM_HARDLOCKUP_ENABLED is not set
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
 CONFIG_I2C_ISMT=m
 CONFIG_LPC_SCH=m
 CONFIG_LPC_ICH=m

diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
index 5d99422..6f54956 100644
--- a/arch/x86_64/arch-config
+++ b/arch/x86_64/arch-config
@@ -87,7 +87,6 @@ CONFIG_BLK_DEV_RSXX=m
 # CONFIG_I2O_CONFIG_OLD_IOCTL is not set
 # CONFIG_I2O_BUS is not set
 CONFIG_HARDLOCKUP_DETECTOR=y
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
 CONFIG_BOOTPARAM_HARDLOCKUP_ENABLED=y
 # CONFIG_K8_NUMA is not set
 CONFIG_AMD_NUMA=y



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/

2016-01-23 Thread Robin H. Johnson
commit: 1db2094afa35e360a786416dccaee52693010b57
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jan 23 20:38:54 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jan 23 21:05:34 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1db2094a

kernel/x86*: get closer to older kconfig, with change in override from 
Makefile; ensure XFS_FS=m and SECCOMP=y.

Signed-off-by: Robin H. Johnson  gentoo.org>

 arch/x86/arch-config| 1 -
 arch/x86_64/arch-config | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/x86/arch-config b/arch/x86/arch-config
index cf5b0e1..240c677 100644
--- a/arch/x86/arch-config
+++ b/arch/x86/arch-config
@@ -3,7 +3,6 @@ CONFIG_XEN_SYS_HYPERVISOR=y
 CONFIG_HIGHMEM64G=y
 CONFIG_XEN_PLATFORM_PCI=y
 # CONFIG_HIGHMEM4G is not set
-# CONFIG_XFS_FS is not set
 CONFIG_HARDLOCKUP_DETECTOR=y
 # CONFIG_BOOTPARAM_HARDLOCKUP_ENABLED is not set
 CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y

diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
index 44afaf7..5d99422 100644
--- a/arch/x86_64/arch-config
+++ b/arch/x86_64/arch-config
@@ -77,7 +77,6 @@ CONFIG_BLK_DEV_RSXX=m
 # CONFIG_CPU_SUP_CENTAUR is not set
 # CONFIG_X86_CPU_DEBUG is not set
 # CONFIG_CAPI_EICON is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_I2O is not set
 # CONFIG_I2O_BLOCK is not set
 # CONFIG_I2O_SCSI is not set



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/

2015-08-20 Thread Richard Farina
commit: f7fc9dca47d5c5d6ea5b894e232068e464353658
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Thu Aug 20 16:21:36 2015 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu Aug 20 16:21:36 2015 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f7fc9dca

disable optimize for size on x86/x86_64 bug #474724

 arch/x86/kernel-config| 2 +-
 arch/x86_64/kernel-config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index 3b7f8c1..2a39c5b 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -84,7 +84,7 @@ CONFIG_PROC_PID_CPUSET=y
 CONFIG_RELAY=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_INITRAMFS_SOURCE=""
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 # CONFIG_EMBEDDED is not set
 CONFIG_UID16=y

diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index 0adb79f..36b1317 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -128,7 +128,7 @@ CONFIG_RD_GZIP=y
 # CONFIG_RD_BZIP2 is not set
 # CONFIG_RD_LZMA is not set
 # CONFIG_RD_LZO is not set
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
 # CONFIG_EMBEDDED is not set



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/

2014-08-17 Thread Richard Yao
commit: aab189c3a4547758350f8577119d2035cedf
Author: Richard Yao  gentoo  org>
AuthorDate: Sun Aug 17 19:57:30 2014 +
Commit: Richard Yao  gentoo  org>
CommitDate: Sun Aug 17 19:57:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=aab189c3

Enable sensors for K10 and K15h families in default x86/x86_64 configs, bug 
#508362

Signed-off-by: Richard Yao  gentoo.org>

---
 arch/x86/kernel-config| 2 ++
 arch/x86_64/kernel-config | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index f393b7f..3b7f8c1 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -2146,6 +2146,8 @@ CONFIG_SENSORS_ADM1031=m
 CONFIG_SENSORS_ADM9240=m
 CONFIG_SENSORS_ADT7470=m
 CONFIG_SENSORS_K8TEMP=m
+CONFIG_SENSORS_K10TEMP=m
+CONFIG_SENSORS_FAM15H_POWER=m
 CONFIG_SENSORS_ASB100=m
 CONFIG_SENSORS_ATXP1=m
 CONFIG_SENSORS_DS1621=m

diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index 25dc2dd..0adb79f 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -2158,7 +2158,8 @@ CONFIG_SENSORS_ADT7470=m
 # CONFIG_SENSORS_ADT7475 is not set
 # CONFIG_SENSORS_ASC7621 is not set
 CONFIG_SENSORS_K8TEMP=m
-# CONFIG_SENSORS_K10TEMP is not set
+CONFIG_SENSORS_K10TEMP=m
+CONFIG_SENSORS_FAM15H_POWER=m
 CONFIG_SENSORS_ASB100=m
 CONFIG_SENSORS_ATXP1=m
 CONFIG_SENSORS_DS1621=m



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/, arch/alpha/, defaults/

2014-05-31 Thread Robin H. Johnson
commit: 5514ebf70eb5b7d5217cb70f82a2a26ee03e970a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat May 31 19:55:41 2014 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat May 31 19:55:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5514ebf7

Bug #461828: CONFIG_EVENT_HELPER should now be empty by default.

Signed-off-by: Robin H. Johnson  gentoo.org>

---
 arch/alpha/kernel-config  | 2 +-
 arch/x86/kernel-config| 2 +-
 arch/x86_64/kernel-config | 2 +-
 defaults/kernel-config| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/alpha/kernel-config b/arch/alpha/kernel-config
index c218968..ab7a93b 100644
--- a/arch/alpha/kernel-config
+++ b/arch/alpha/kernel-config
@@ -259,7 +259,7 @@ CONFIG_VLAN_8021Q=y
 #
 # Generic Driver Options
 #
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y

diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index bfaf75d..fe0e5f9 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -945,7 +945,7 @@ CONFIG_RFKILL_LEDS=y
 #
 # Generic Driver Options
 #
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_DEVTMPFS=y
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y

diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index 4209191..e2569e3 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -985,7 +985,7 @@ CONFIG_NET_9P=m
 #
 # Generic Driver Options
 #
-CONFIG_UEVENT_HELPER_PATH="/sbin/udevadm"
+CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_DEVTMPFS=y
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y

diff --git a/defaults/kernel-config b/defaults/kernel-config
index aeece3a..cda6c88 100644
--- a/defaults/kernel-config
+++ b/defaults/kernel-config
@@ -945,7 +945,7 @@ CONFIG_RFKILL_LEDS=y
 #
 # Generic Driver Options
 #
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_DEVTMPFS=y
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y