Skip to content

Commit 442c540

Browse files
committed
Merge branch 'stable/linux-4.14.y' into linux-4.14-at91
2 parents 504e35d + 1244bbb commit 442c540

250 files changed

Lines changed: 2276 additions & 1683 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/networking/ip-sysctl.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,11 @@ min_adv_mss - INTEGER
133133

134134
IP Fragmentation:
135135

136-
ipfrag_high_thresh - INTEGER
137-
Maximum memory used to reassemble IP fragments. When
138-
ipfrag_high_thresh bytes of memory is allocated for this purpose,
139-
the fragment handler will toss packets until ipfrag_low_thresh
140-
is reached. This also serves as a maximum limit to namespaces
141-
different from the initial one.
142-
143-
ipfrag_low_thresh - INTEGER
136+
ipfrag_high_thresh - LONG INTEGER
137+
Maximum memory used to reassemble IP fragments.
138+
139+
ipfrag_low_thresh - LONG INTEGER
140+
(Obsolete since linux-4.17)
144141
Maximum memory used to reassemble IP fragments before the kernel
145142
begins to remove incomplete fragment queues to free up resources.
146143
The kernel still accepts new fragments for defragmentation.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 4
33
PATCHLEVEL = 14
4-
SUBLEVEL = 69
5-
EXTRAVERSION = -linux4sam_6.0-rc2
4+
SUBLEVEL = 71
5+
EXTRAVERSION =
66
NAME = Petit Gorille
77

88
# *DOCUMENTATION*

arch/arc/configs/axs101_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_DEFAULT_HOSTNAME="ARCLinux"
2-
# CONFIG_SWAP is not set
32
CONFIG_SYSVIPC=y
43
CONFIG_POSIX_MQUEUE=y
54
# CONFIG_CROSS_MEMORY_ATTACH is not set

arch/arc/configs/axs103_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_DEFAULT_HOSTNAME="ARCLinux"
2-
# CONFIG_SWAP is not set
32
CONFIG_SYSVIPC=y
43
CONFIG_POSIX_MQUEUE=y
54
# CONFIG_CROSS_MEMORY_ATTACH is not set

arch/arc/configs/axs103_smp_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_DEFAULT_HOSTNAME="ARCLinux"
2-
# CONFIG_SWAP is not set
32
CONFIG_SYSVIPC=y
43
CONFIG_POSIX_MQUEUE=y
54
# CONFIG_CROSS_MEMORY_ATTACH is not set

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ CONFIG_USB_STORAGE=y
289289
CONFIG_USB_CHIPIDEA=y
290290
CONFIG_USB_CHIPIDEA_UDC=y
291291
CONFIG_USB_CHIPIDEA_HOST=y
292-
CONFIG_USB_CHIPIDEA_ULPI=y
293292
CONFIG_USB_SERIAL=m
294293
CONFIG_USB_SERIAL_GENERIC=y
295294
CONFIG_USB_SERIAL_FTDI_SIO=m
@@ -326,7 +325,6 @@ CONFIG_USB_GADGETFS=m
326325
CONFIG_USB_FUNCTIONFS=m
327326
CONFIG_USB_MASS_STORAGE=m
328327
CONFIG_USB_G_SERIAL=m
329-
CONFIG_USB_ULPI_BUS=y
330328
CONFIG_MMC=y
331329
CONFIG_MMC_SDHCI=y
332330
CONFIG_MMC_SDHCI_PLTFM=y

arch/arm/mach-rockchip/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ config ARCH_ROCKCHIP
1818
select ARM_GLOBAL_TIMER
1919
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
2020
select ZONE_DMA if ARM_LPAE
21+
select PM
2122
help
2223
Support for Rockchip's Cortex-A9 Single-to-Quad-Core-SoCs
2324
containing the RK2928, RK30xx and RK31xx series.

arch/arm64/Kconfig.platforms

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ config ARCH_ROCKCHIP
148148
select GPIOLIB
149149
select PINCTRL
150150
select PINCTRL_ROCKCHIP
151+
select PM
151152
select ROCKCHIP_TIMER
152153
help
153154
This enables support for the ARMv8 based Rockchip chipsets,

arch/arm64/include/asm/cache.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@
2020

2121
#define CTR_L1IP_SHIFT 14
2222
#define CTR_L1IP_MASK 3
23+
#define CTR_DMINLINE_SHIFT 16
24+
#define CTR_IMINLINE_SHIFT 0
2325
#define CTR_CWG_SHIFT 24
2426
#define CTR_CWG_MASK 15
2527

28+
#define CTR_CACHE_MINLINE_MASK \
29+
(0xf << CTR_DMINLINE_SHIFT | 0xf << CTR_IMINLINE_SHIFT)
30+
2631
#define CTR_L1IP(ctr) (((ctr) >> CTR_L1IP_SHIFT) & CTR_L1IP_MASK)
2732

2833
#define ICACHE_POLICY_VPIPT 0

arch/arm64/include/asm/cpucaps.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
#define ARM64_HARDEN_BRANCH_PREDICTOR 24
4545
#define ARM64_HARDEN_BP_POST_GUEST_EXIT 25
4646
#define ARM64_SSBD 26
47+
#define ARM64_MISMATCHED_CACHE_TYPE 27
4748

48-
#define ARM64_NCAPS 27
49+
#define ARM64_NCAPS 28
4950

5051
#endif /* __ASM_CPUCAPS_H */

0 commit comments

Comments
 (0)