Skip to content

Commit 4dc6758

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Simple cases of overlapping changes in the packet scheduler. Must easier to resolve this time. Which probably means that I screwed it up somehow. Signed-off-by: David S. Miller <[email protected]>
2 parents 19aeeb9 + 3fefc31 commit 4dc6758

File tree

148 files changed

+1125
-436
lines changed

Some content is hidden

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

148 files changed

+1125
-436
lines changed

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Adriana Reus <[email protected]> <[email protected]>
1515
1616
1717
Aleksey Gorelov <[email protected]>
18+
Aleksandar Markovic <[email protected]> <[email protected]>
1819
1920
2021
Andreas Herrmann <[email protected]>
@@ -101,6 +102,7 @@ Leonid I Ananiev <[email protected]>
101102
Linas Vepstas <[email protected]>
102103
103104
105+
104106
Mark Brown <[email protected]>
105107
106108
@@ -119,6 +121,7 @@ Matt Redfearn <[email protected]> <[email protected]>
119121
Mayuresh Janorkar <[email protected]>
120122
Michael Buesch <[email protected]>
121123
Michel Dänzer <[email protected]>
124+
122125
Mitesh shah <[email protected]>
123126
124127
Morten Welinder <[email protected]>

Documentation/process/kernel-enforcement-statement.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ be stronger.
5050
Except where noted below, we speak only for ourselves, and not for any company
5151
we might work for today, have in the past, or will in the future.
5252

53+
- Laura Abbott
5354
- Bjorn Andersson (Linaro)
54-
- Andrea Arcangeli (Red Hat)
55+
- Andrea Arcangeli
5556
- Neil Armstrong
5657
- Jens Axboe
5758
- Pablo Neira Ayuso
@@ -60,15 +61,17 @@ we might work for today, have in the past, or will in the future.
6061
- Felipe Balbi
6162
- Arnd Bergmann
6263
- Ard Biesheuvel
63-
- Paolo Bonzini (Red Hat)
64+
- Tim Bird
65+
- Paolo Bonzini
6466
- Christian Borntraeger
6567
- Mark Brown (Linaro)
6668
- Paul Burton
6769
- Javier Martinez Canillas
6870
- Rob Clark
6971
- Jonathan Corbet
72+
- Dennis Dalessandro
7073
- Vivien Didelot (Savoir-faire Linux)
71-
- Hans de Goede (Red Hat)
74+
- Hans de Goede
7275
- Mel Gorman (SUSE)
7376
- Sven Eckelmann
7477
- Alex Elder (Linaro)
@@ -79,6 +82,7 @@ we might work for today, have in the past, or will in the future.
7982
- Juergen Gross
8083
- Shawn Guo
8184
- Ulf Hansson
85+
- Stephen Hemminger (Microsoft)
8286
- Tejun Heo
8387
- Rob Herring
8488
- Masami Hiramatsu
@@ -104,18 +108,21 @@ we might work for today, have in the past, or will in the future.
104108
- Viresh Kumar
105109
- Aneesh Kumar K.V
106110
- Julia Lawall
107-
- Doug Ledford (Red Hat)
111+
- Doug Ledford
108112
- Chuck Lever (Oracle)
109113
- Daniel Lezcano
110114
- Shaohua Li
111-
- Xin Long (Red Hat)
115+
- Xin Long
112116
- Tony Luck
117+
- Catalin Marinas (Arm Ltd)
113118
- Mike Marshall
114119
- Chris Mason
115120
- Paul E. McKenney
116121
- David S. Miller
117122
- Ingo Molnar
118123
- Kuninori Morimoto
124+
- Trond Myklebust
125+
- Martin K. Petersen (Oracle)
119126
- Borislav Petkov
120127
- Jiri Pirko
121128
- Josh Poimboeuf
@@ -124,18 +131,20 @@ we might work for today, have in the past, or will in the future.
124131
- Joerg Roedel
125132
- Leon Romanovsky
126133
- Steven Rostedt (VMware)
127-
- Ivan Safonov
134+
- Frank Rowand
128135
- Ivan Safonov
129136
- Anna Schumaker
130137
- Jes Sorensen
131138
- K.Y. Srinivasan
132139
- Heiko Stuebner
133140
- Jiri Kosina (SUSE)
141+
- Willy Tarreau
134142
- Dmitry Torokhov
135143
- Linus Torvalds
136144
- Thierry Reding
137145
- Rik van Riel
138146
- Geert Uytterhoeven (Glider bvba)
147+
- Eduardo Valentin (Amazon.com)
139148
- Daniel Vetter
140149
- Linus Walleij
141150
- Richard Weinberger
@@ -145,3 +154,4 @@ we might work for today, have in the past, or will in the future.
145154
- Masahiro Yamada
146155
- Wei Yongjun
147156
- Lv Zheng
157+
- Marc Zyngier (Arm Ltd)

MAINTAINERS

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ F: drivers/android/
873873
F: drivers/staging/android/
874874

875875
ANDROID GOLDFISH RTC DRIVER
876-
M: Miodrag Dinic <miodrag.dinic@imgtec.com>
876+
M: Miodrag Dinic <miodrag.dinic@mips.com>
877877
S: Supported
878878
F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
879879
F: drivers/rtc/rtc-goldfish.c
@@ -7752,6 +7752,11 @@ S: Maintained
77527752
F: Documentation/scsi/53c700.txt
77537753
F: drivers/scsi/53c700*
77547754

7755+
LEAKING_ADDRESSES
7756+
M: Tobin C. Harding <[email protected]>
7757+
S: Maintained
7758+
F: scripts/leaking_addresses.pl
7759+
77557760
LED SUBSYSTEM
77567761
M: Richard Purdie <[email protected]>
77577762
M: Jacek Anaszewski <[email protected]>
@@ -9027,7 +9032,7 @@ F: drivers/*/*loongson1*
90279032
F: drivers/*/*/*loongson1*
90289033

90299034
MIPS RINT INSTRUCTION EMULATION
9030-
M: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
9035+
M: Aleksandar Markovic <aleksandar.markovic@mips.com>
90319036
90329037
S: Supported
90339038
F: arch/mips/math-emu/sp_rint.c
@@ -10692,10 +10697,9 @@ S: Maintained
1069210697
F: drivers/pinctrl/spear/
1069310698

1069410699
PISTACHIO SOC SUPPORT
10695-
M: James Hartley <[email protected]>
10696-
M: Ionela Voinescu <[email protected]>
10700+
M: James Hartley <[email protected]>
1069710701
10698-
S: Maintained
10702+
S: Odd Fixes
1069910703
F: arch/mips/pistachio/
1070010704
F: arch/mips/include/asm/mach-pistachio/
1070110705
F: arch/mips/boot/dts/img/pistachio*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 4
33
PATCHLEVEL = 14
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc7
5+
EXTRAVERSION = -rc8
66
NAME = Fearless Coyote
77

88
# *DOCUMENTATION*

arch/arm/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ endif
4444

4545
ifeq ($(CONFIG_CPU_BIG_ENDIAN),y)
4646
KBUILD_CPPFLAGS += -mbig-endian
47+
CHECKFLAGS += -D__ARMEB__
4748
AS += -EB
4849
LD += -EB
4950
else
5051
KBUILD_CPPFLAGS += -mlittle-endian
52+
CHECKFLAGS += -D__ARMEL__
5153
AS += -EL
5254
LD += -EL
5355
endif

arch/arm/boot/compressed/vmlinux.lds.S

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ SECTIONS
8585

8686
_edata = .;
8787

88+
/*
89+
* The image_end section appears after any additional loadable sections
90+
* that the linker may decide to insert in the binary image. Having
91+
* this symbol allows further debug in the near future.
92+
*/
93+
.image_end (NOLOAD) : {
94+
_edata_real = .;
95+
}
96+
8897
_magic_sig = ZIMAGE_MAGIC(0x016f2818);
8998
_magic_start = ZIMAGE_MAGIC(_start);
9099
_magic_end = ZIMAGE_MAGIC(_edata);

arch/arm/boot/dts/armada-375.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
reg = <0x8000 0x1000>;
179179
cache-unified;
180180
cache-level = <2>;
181-
arm,double-linefill-incr = <1>;
181+
arm,double-linefill-incr = <0>;
182182
arm,double-linefill-wrap = <0>;
183-
arm,double-linefill = <1>;
183+
arm,double-linefill = <0>;
184184
prefetch-data = <1>;
185185
};
186186

arch/arm/boot/dts/armada-38x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
reg = <0x8000 0x1000>;
144144
cache-unified;
145145
cache-level = <2>;
146-
arm,double-linefill-incr = <1>;
146+
arm,double-linefill-incr = <0>;
147147
arm,double-linefill-wrap = <0>;
148-
arm,double-linefill = <1>;
148+
arm,double-linefill = <0>;
149149
prefetch-data = <1>;
150150
};
151151

arch/arm/boot/dts/armada-39x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
reg = <0x8000 0x1000>;
112112
cache-unified;
113113
cache-level = <2>;
114-
arm,double-linefill-incr = <1>;
114+
arm,double-linefill-incr = <0>;
115115
arm,double-linefill-wrap = <0>;
116-
arm,double-linefill = <1>;
116+
arm,double-linefill = <0>;
117117
prefetch-data = <1>;
118118
};
119119

arch/arm/boot/dts/uniphier-ld4.dtsi

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@
209209
interrupts = <0 80 4>;
210210
pinctrl-names = "default";
211211
pinctrl-0 = <&pinctrl_usb0>;
212-
clocks = <&mio_clk 7>, <&mio_clk 8>, <&mio_clk 12>;
212+
clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
213+
<&mio_clk 12>;
213214
resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
214215
<&mio_rst 12>;
215216
};
@@ -221,7 +222,8 @@
221222
interrupts = <0 81 4>;
222223
pinctrl-names = "default";
223224
pinctrl-0 = <&pinctrl_usb1>;
224-
clocks = <&mio_clk 7>, <&mio_clk 9>, <&mio_clk 13>;
225+
clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
226+
<&mio_clk 13>;
225227
resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
226228
<&mio_rst 13>;
227229
};
@@ -233,7 +235,8 @@
233235
interrupts = <0 82 4>;
234236
pinctrl-names = "default";
235237
pinctrl-0 = <&pinctrl_usb2>;
236-
clocks = <&mio_clk 7>, <&mio_clk 10>, <&mio_clk 14>;
238+
clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 10>,
239+
<&mio_clk 14>;
237240
resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>,
238241
<&mio_rst 14>;
239242
};

0 commit comments

Comments
 (0)