Skip to content

Commit 9c9c166

Browse files
author
Josh Boyer
committed
Linux v3.16
- Disable debugging options.
1 parent b958f0c commit 9c9c166

File tree

5 files changed

+75
-73
lines changed

5 files changed

+75
-73
lines changed

config-generic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,13 +1695,13 @@ CONFIG_B43_SDIO=y
16951695
CONFIG_B43_BCMA=y
16961696
# CONFIG_B43_BCMA_EXTRA is not set
16971697
CONFIG_B43_BCMA_PIO=y
1698-
CONFIG_B43_DEBUG=y
1698+
# CONFIG_B43_DEBUG is not set
16991699
CONFIG_B43_PHY_LP=y
17001700
CONFIG_B43_PHY_N=y
17011701
CONFIG_B43_PHY_HT=y
17021702
# CONFIG_B43_FORCE_PIO is not set
17031703
CONFIG_B43LEGACY=m
1704-
CONFIG_B43LEGACY_DEBUG=y
1704+
# CONFIG_B43LEGACY_DEBUG is not set
17051705
CONFIG_B43LEGACY_DMA=y
17061706
CONFIG_B43LEGACY_PIO=y
17071707
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
@@ -4641,7 +4641,7 @@ CONFIG_PM_DEBUG=y
46414641
# CONFIG_DPM_WATCHDOG is not set # revisit this in debug
46424642
CONFIG_PM_TRACE=y
46434643
CONFIG_PM_TRACE_RTC=y
4644-
CONFIG_PM_TEST_SUSPEND=y
4644+
# CONFIG_PM_TEST_SUSPEND is not set
46454645
CONFIG_PM_RUNTIME=y
46464646
# CONFIG_PM_OPP is not set
46474647
# CONFIG_PM_AUTOSLEEP is not set

config-nodebug

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,120 +2,120 @@ CONFIG_SND_VERBOSE_PRINTK=y
22
CONFIG_SND_DEBUG=y
33
CONFIG_SND_PCM_XRUN_DEBUG=y
44

5-
CONFIG_DEBUG_ATOMIC_SLEEP=y
6-
7-
CONFIG_DEBUG_MUTEXES=y
8-
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
9-
CONFIG_DEBUG_RT_MUTEXES=y
10-
CONFIG_DEBUG_LOCK_ALLOC=y
11-
CONFIG_LOCK_TORTURE_TEST=m
12-
CONFIG_PROVE_LOCKING=y
13-
CONFIG_DEBUG_SPINLOCK=y
14-
CONFIG_PROVE_RCU=y
5+
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
6+
7+
# CONFIG_DEBUG_MUTEXES is not set
8+
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
9+
# CONFIG_DEBUG_RT_MUTEXES is not set
10+
# CONFIG_DEBUG_LOCK_ALLOC is not set
11+
# CONFIG_LOCK_TORTURE_TEST is not set
12+
# CONFIG_PROVE_LOCKING is not set
13+
# CONFIG_DEBUG_SPINLOCK is not set
14+
# CONFIG_PROVE_RCU is not set
1515
# CONFIG_PROVE_RCU_REPEATEDLY is not set
16-
CONFIG_DEBUG_PER_CPU_MAPS=y
16+
# CONFIG_DEBUG_PER_CPU_MAPS is not set
1717
CONFIG_CPUMASK_OFFSTACK=y
1818

19-
CONFIG_CPU_NOTIFIER_ERROR_INJECT=m
19+
# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
2020

21-
CONFIG_FAULT_INJECTION=y
22-
CONFIG_FAILSLAB=y
23-
CONFIG_FAIL_PAGE_ALLOC=y
24-
CONFIG_FAIL_MAKE_REQUEST=y
25-
CONFIG_FAULT_INJECTION_DEBUG_FS=y
26-
CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y
27-
CONFIG_FAIL_IO_TIMEOUT=y
28-
CONFIG_FAIL_MMC_REQUEST=y
21+
# CONFIG_FAULT_INJECTION is not set
22+
# CONFIG_FAILSLAB is not set
23+
# CONFIG_FAIL_PAGE_ALLOC is not set
24+
# CONFIG_FAIL_MAKE_REQUEST is not set
25+
# CONFIG_FAULT_INJECTION_DEBUG_FS is not set
26+
# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set
27+
# CONFIG_FAIL_IO_TIMEOUT is not set
28+
# CONFIG_FAIL_MMC_REQUEST is not set
2929

30-
CONFIG_LOCK_STAT=y
30+
# CONFIG_LOCK_STAT is not set
3131

32-
CONFIG_DEBUG_STACK_USAGE=y
32+
# CONFIG_DEBUG_STACK_USAGE is not set
3333

34-
CONFIG_ACPI_DEBUG=y
34+
# CONFIG_ACPI_DEBUG is not set
3535
# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
3636

37-
CONFIG_DEBUG_SG=y
38-
CONFIG_DEBUG_PI_LIST=y
37+
# CONFIG_DEBUG_SG is not set
38+
# CONFIG_DEBUG_PI_LIST is not set
3939

4040
# CONFIG_DEBUG_PAGEALLOC is not set
4141

42-
CONFIG_DEBUG_WRITECOUNT=y
43-
CONFIG_DEBUG_OBJECTS=y
42+
# CONFIG_DEBUG_WRITECOUNT is not set
43+
# CONFIG_DEBUG_OBJECTS is not set
4444
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
45-
CONFIG_DEBUG_OBJECTS_FREE=y
46-
CONFIG_DEBUG_OBJECTS_TIMERS=y
47-
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
45+
# CONFIG_DEBUG_OBJECTS_FREE is not set
46+
# CONFIG_DEBUG_OBJECTS_TIMERS is not set
47+
# CONFIG_DEBUG_OBJECTS_RCU_HEAD is not set
4848
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
4949

50-
CONFIG_X86_PTDUMP=y
51-
CONFIG_EFI_PGT_DUMP=y
50+
# CONFIG_X86_PTDUMP is not set
51+
# CONFIG_EFI_PGT_DUMP is not set
5252

53-
CONFIG_CAN_DEBUG_DEVICES=y
53+
# CONFIG_CAN_DEBUG_DEVICES is not set
5454

55-
CONFIG_MODULE_FORCE_UNLOAD=y
55+
# CONFIG_MODULE_FORCE_UNLOAD is not set
5656

57-
CONFIG_SYSCTL_SYSCALL_CHECK=y
57+
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
5858

59-
CONFIG_DEBUG_NOTIFIERS=y
59+
# CONFIG_DEBUG_NOTIFIERS is not set
6060

61-
CONFIG_DMA_API_DEBUG=y
61+
# CONFIG_DMA_API_DEBUG is not set
6262

63-
CONFIG_MMIOTRACE=y
63+
# CONFIG_MMIOTRACE is not set
6464

65-
CONFIG_DEBUG_CREDENTIALS=y
65+
# CONFIG_DEBUG_CREDENTIALS is not set
6666

6767
# off in both production debug and nodebug builds,
6868
# on in rawhide nodebug builds
69-
CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
69+
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
7070

71-
CONFIG_EXT4_DEBUG=y
71+
# CONFIG_EXT4_DEBUG is not set
7272

7373
# CONFIG_XFS_WARN is not set
7474

75-
CONFIG_DEBUG_PERF_USE_VMALLOC=y
75+
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
7676

77-
CONFIG_JBD2_DEBUG=y
77+
# CONFIG_JBD2_DEBUG is not set
7878

79-
CONFIG_NFSD_FAULT_INJECTION=y
79+
# CONFIG_NFSD_FAULT_INJECTION is not set
8080

81-
CONFIG_DEBUG_BLK_CGROUP=y
81+
# CONFIG_DEBUG_BLK_CGROUP is not set
8282

83-
CONFIG_DRBD_FAULT_INJECTION=y
83+
# CONFIG_DRBD_FAULT_INJECTION is not set
8484

85-
CONFIG_ATH_DEBUG=y
86-
CONFIG_CARL9170_DEBUGFS=y
87-
CONFIG_IWLWIFI_DEVICE_TRACING=y
85+
# CONFIG_ATH_DEBUG is not set
86+
# CONFIG_CARL9170_DEBUGFS is not set
87+
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
8888

8989
# CONFIG_RTLWIFI_DEBUG is not set
9090

91-
CONFIG_DEBUG_OBJECTS_WORK=y
91+
# CONFIG_DEBUG_OBJECTS_WORK is not set
9292

93-
CONFIG_DMADEVICES_DEBUG=y
94-
CONFIG_DMADEVICES_VDEBUG=y
93+
# CONFIG_DMADEVICES_DEBUG is not set
94+
# CONFIG_DMADEVICES_VDEBUG is not set
9595

9696
CONFIG_PM_ADVANCED_DEBUG=y
9797

98-
CONFIG_CEPH_LIB_PRETTYDEBUG=y
99-
CONFIG_QUOTA_DEBUG=y
98+
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
99+
# CONFIG_QUOTA_DEBUG is not set
100100

101101
CONFIG_PCI_DEFAULT_USE_CRS=y
102102

103103
CONFIG_KGDB_KDB=y
104104
CONFIG_KDB_KEYBOARD=y
105105
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
106106

107-
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
107+
# CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER is not set
108108
# CONFIG_PERCPU_TEST is not set
109-
CONFIG_TEST_LIST_SORT=y
109+
# CONFIG_TEST_LIST_SORT is not set
110110
# CONFIG_TEST_STRING_HELPERS is not set
111111

112-
CONFIG_DETECT_HUNG_TASK=y
112+
# CONFIG_DETECT_HUNG_TASK is not set
113113
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
114114
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
115115

116-
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
116+
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
117117

118-
CONFIG_DEBUG_KMEMLEAK=y
118+
# CONFIG_DEBUG_KMEMLEAK is not set
119119
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024
120120
# CONFIG_DEBUG_KMEMLEAK_TEST is not set
121121
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
@@ -126,7 +126,7 @@ CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
126126

127127
# CONFIG_SPI_DEBUG is not set
128128

129-
CONFIG_X86_DEBUG_STATIC_CPU_HAS=y
129+
# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set
130130

131131
# CONFIG_SCHEDSTATS is not set
132132
# CONFIG_LATENCYTOP is not set

config-x86-generic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ CONFIG_SP5100_TCO=m
334334

335335
# CONFIG_MEMTEST is not set
336336
# CONFIG_DEBUG_TLBFLUSH is not set
337-
CONFIG_MAXSMP=y
337+
# CONFIG_MAXSMP is not set
338338

339339

340340
CONFIG_HP_ILO=m

kernel.spec

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Summary: The Linux kernel
66
# For a stable, released kernel, released_kernel should be 1. For rawhide
77
# and/or a kernel built from an rc or git snapshot, released_kernel should
88
# be 0.
9-
%global released_kernel 0
9+
%global released_kernel 1
1010

1111
%global aarch64patches 1
1212

@@ -48,7 +48,7 @@ Summary: The Linux kernel
4848
# base_sublevel is the kernel version we're starting with and patching
4949
# on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base,
5050
# which yields a base_sublevel of 0.
51-
%define base_sublevel 15
51+
%define base_sublevel 16
5252

5353
## If this is a released kernel ##
5454
%if 0%{?released_kernel}
@@ -67,9 +67,9 @@ Summary: The Linux kernel
6767
# The next upstream release sublevel (base_sublevel+1)
6868
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
6969
# The rc snapshot level
70-
%define rcrev 7
70+
%define rcrev 0
7171
# The git snapshot level
72-
%define gitrev 4
72+
%define gitrev 0
7373
# Set rpm version accordingly
7474
%define rpmversion 3.%{upstream_sublevel}.0
7575
%endif
@@ -130,7 +130,7 @@ Summary: The Linux kernel
130130
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
131131
# and 0 for rawhide (all kernels are debug kernels).
132132
# See also 'make debug' and 'make release'.
133-
%define debugbuildsenabled 0
133+
%define debugbuildsenabled 1
134134

135135
# Want to build a vanilla kernel build without any non-upstream patches?
136136
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -2253,6 +2253,10 @@ fi
22532253
# ||----w |
22542254
# || ||
22552255
%changelog
2256+
* Mon Aug 04 2014 Josh Boyer <jwboyer@gmail.com> - 3.16.0-1
2257+
- Linux v3.16
2258+
- Disable debugging options.
2259+
22562260
* Sun Aug 3 2014 Peter Robinson <pbrobinson@redhat.com>
22572261
- Minor config updates for Armada and Sunxi ARM devices
22582262

sources

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
97ca1625bb40368dc41b9a7971549071 linux-3.15.tar.xz
2-
ef8f4db937f521a7e323ec589536ba25 perf-man-3.15.tar.gz
3-
cf68262d938c6ec27bc96896beb8549f patch-3.16-rc7.xz
4-
e0a01b33426ee65469142433358003ce patch-3.16-rc7-git4.xz
1+
5c569ed649a0c9711879f333e90c5386 linux-3.16.tar.xz
2+
49868ce6467b35cd9ffea1120d129462 perf-man-3.16.tar.gz

0 commit comments

Comments
 (0)