Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'x86-kconfig-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 kconfig updates from Ingo Molnar:

- Emit standard build success messages in insn_sanity.c and
insn_decoder_test.c (Ingo Molnar)

- Refresh the x86-[64|32] defconfigs mechanically (Ingo Molnar)

* tag 'x86-kconfig-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/tools: insn_sanity.c: Emit standard build success messages
x86/tools: insn_decoder_test.c: Emit standard build success messages
x86/kconfig/32: Refresh defconfig
x86/kconfig/64: Refresh defconfig

+7 -27
+3 -16
arch/x86/configs/i386_defconfig
··· 27 27 CONFIG_BLK_DEV_INITRD=y 28 28 CONFIG_KALLSYMS_ALL=y 29 29 CONFIG_PROFILING=y 30 + CONFIG_KEXEC=y 31 + # Do not remove this as it results in non-bootable kernels 32 + # CONFIG_64BIT is not set 30 33 CONFIG_SMP=y 31 34 CONFIG_HYPERVISOR_GUEST=y 32 35 CONFIG_PARAVIRT=y 33 - CONFIG_NR_CPUS=8 34 36 CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y 35 37 CONFIG_X86_MSR=y 36 38 CONFIG_X86_CPUID=y ··· 41 39 CONFIG_EFI=y 42 40 CONFIG_EFI_STUB=y 43 41 CONFIG_HZ_1000=y 44 - CONFIG_KEXEC=y 45 - CONFIG_CRASH_DUMP=y 46 - # CONFIG_MITIGATION_RETHUNK is not set 47 42 CONFIG_HIBERNATION=y 48 43 CONFIG_PM_DEBUG=y 49 44 CONFIG_PM_TRACE_RTC=y ··· 51 52 CONFIG_X86_ACPI_CPUFREQ=y 52 53 CONFIG_KPROBES=y 53 54 CONFIG_JUMP_LABEL=y 54 - CONFIG_COMPAT_32BIT_TIME=y 55 55 CONFIG_MODULES=y 56 56 CONFIG_MODULE_UNLOAD=y 57 57 CONFIG_MODULE_FORCE_UNLOAD=y ··· 61 63 # CONFIG_COMPAT_BRK is not set 62 64 CONFIG_NET=y 63 65 CONFIG_PACKET=y 64 - CONFIG_UNIX=y 65 66 CONFIG_XFRM_USER=y 66 - CONFIG_INET=y 67 67 CONFIG_IP_MULTICAST=y 68 68 CONFIG_IP_ADVANCED_ROUTER=y 69 69 CONFIG_IP_MULTIPLE_TABLES=y ··· 130 134 CONFIG_DEVTMPFS_MOUNT=y 131 135 CONFIG_DEBUG_DEVRES=y 132 136 CONFIG_CONNECTOR=y 133 - CONFIG_EFI_CAPSULE_LOADER=y 134 137 CONFIG_BLK_DEV_LOOP=y 135 138 CONFIG_VIRTIO_BLK=y 136 139 CONFIG_BLK_DEV_SD=y ··· 205 210 CONFIG_SND_HDA_HWDEP=y 206 211 CONFIG_HIDRAW=y 207 212 CONFIG_HID_GYRATION=y 208 - CONFIG_LOGITECH_FF=y 209 213 CONFIG_HID_NTRIG=y 210 214 CONFIG_HID_PANTHERLORD=y 211 215 CONFIG_PANTHERLORD_FF=y ··· 235 241 CONFIG_EXT4_FS_SECURITY=y 236 242 CONFIG_QUOTA=y 237 243 CONFIG_QUOTA_NETLINK_INTERFACE=y 238 - # CONFIG_PRINT_QUOTA_WARNING is not set 239 244 CONFIG_QFMT_V2=y 240 245 CONFIG_AUTOFS_FS=y 241 246 CONFIG_ISO9660_FS=y ··· 259 266 CONFIG_SECURITY_NETWORK=y 260 267 CONFIG_SECURITY_SELINUX=y 261 268 CONFIG_SECURITY_SELINUX_BOOTPARAM=y 262 - CONFIG_SECURITY_SELINUX_DISABLE=y 263 269 CONFIG_PRINTK_TIME=y 264 270 CONFIG_DEBUG_KERNEL=y 265 - CONFIG_FRAME_WARN=1024 266 271 CONFIG_MAGIC_SYSRQ=y 267 - CONFIG_DEBUG_WX=y 268 272 CONFIG_DEBUG_STACK_USAGE=y 269 - # CONFIG_SCHED_DEBUG is not set 270 273 CONFIG_SCHEDSTATS=y 271 274 CONFIG_BLK_DEV_IO_TRACE=y 272 275 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y 273 276 CONFIG_EARLY_PRINTK_DBGP=y 274 277 CONFIG_DEBUG_BOOT_PARAMS=y 275 - CONFIG_UNWINDER_FRAME_POINTER=y 276 278 CONFIG_DEBUG_ENTRY=y 277 - # CONFIG_64BIT is not set
+1 -8
arch/x86/configs/x86_64_defconfig
··· 27 27 CONFIG_BLK_DEV_INITRD=y 28 28 CONFIG_KALLSYMS_ALL=y 29 29 CONFIG_PROFILING=y 30 + CONFIG_KEXEC=y 30 31 CONFIG_SMP=y 31 32 CONFIG_HYPERVISOR_GUEST=y 32 33 CONFIG_PARAVIRT=y ··· 41 40 CONFIG_EFI_STUB=y 42 41 CONFIG_EFI_MIXED=y 43 42 CONFIG_HZ_1000=y 44 - CONFIG_KEXEC=y 45 - CONFIG_CRASH_DUMP=y 46 43 CONFIG_HIBERNATION=y 47 44 CONFIG_PM_DEBUG=y 48 45 CONFIG_PM_TRACE_RTC=y ··· 62 63 # CONFIG_COMPAT_BRK is not set 63 64 CONFIG_NET=y 64 65 CONFIG_PACKET=y 65 - CONFIG_UNIX=y 66 66 CONFIG_XFRM_USER=y 67 - CONFIG_INET=y 68 67 CONFIG_IP_MULTICAST=y 69 68 CONFIG_IP_ADVANCED_ROUTER=y 70 69 CONFIG_IP_MULTIPLE_TABLES=y ··· 202 205 CONFIG_SND_HDA_HWDEP=y 203 206 CONFIG_HIDRAW=y 204 207 CONFIG_HID_GYRATION=y 205 - CONFIG_LOGITECH_FF=y 206 208 CONFIG_HID_NTRIG=y 207 209 CONFIG_HID_PANTHERLORD=y 208 210 CONFIG_PANTHERLORD_FF=y ··· 235 239 CONFIG_EXT4_FS_SECURITY=y 236 240 CONFIG_QUOTA=y 237 241 CONFIG_QUOTA_NETLINK_INTERFACE=y 238 - # CONFIG_PRINT_QUOTA_WARNING is not set 239 242 CONFIG_QFMT_V2=y 240 243 CONFIG_AUTOFS_FS=y 241 244 CONFIG_ISO9660_FS=y ··· 259 264 CONFIG_SECURITY_NETWORK=y 260 265 CONFIG_SECURITY_SELINUX=y 261 266 CONFIG_SECURITY_SELINUX_BOOTPARAM=y 262 - CONFIG_SECURITY_SELINUX_DISABLE=y 263 267 CONFIG_PRINTK_TIME=y 264 268 CONFIG_DEBUG_KERNEL=y 265 269 CONFIG_MAGIC_SYSRQ=y 266 270 CONFIG_DEBUG_WX=y 267 271 CONFIG_DEBUG_STACK_USAGE=y 268 - # CONFIG_SCHED_DEBUG is not set 269 272 CONFIG_SCHEDSTATS=y 270 273 CONFIG_BLK_DEV_IO_TRACE=y 271 274 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
+1 -1
arch/x86/tools/insn_decoder_test.c
··· 167 167 pr_warn("Decoded and checked %d instructions with %d " 168 168 "failures\n", insns, warnings); 169 169 else 170 - fprintf(stdout, "%s: success: Decoded and checked %d" 170 + fprintf(stdout, " %s: success: Decoded and checked %d" 171 171 " instructions\n", prog, insns); 172 172 return 0; 173 173 }
+2 -2
arch/x86/tools/insn_sanity.c
··· 253 253 } 254 254 255 255 fprintf((errors) ? stderr : stdout, 256 - "%s: %s: decoded and checked %d %s instructions with %d errors (seed:0x%x)\n", 256 + " %s: %s: Decoded and checked %d %s instructions with %d errors (seed:0x%x)\n", 257 257 prog, 258 - (errors) ? "Failure" : "Success", 258 + (errors) ? "failure" : "success", 259 259 insns, 260 260 (input_file) ? "given" : "random", 261 261 errors,