1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
--- grsecurity-3.1-4.9.12-201702231830.patch 2017-02-18 05:14:08.682388834 +0000
+++ grsecurity-3.1-4.9.12-201702231830.patch 2017-02-18 05:15:45.579051680 +0000
@@ -90805,59 +90805,6 @@
if (!file->private_data)
return -ENOMEM;
return 0;
-diff --git a/firmware/Makefile b/firmware/Makefile
-index e297e1b..aeb0982 100644
---- a/firmware/Makefile
-+++ b/firmware/Makefile
-@@ -35,9 +35,11 @@ fw-shipped-$(CONFIG_BNX2X) += bnx2x/bnx2x-e1-6.2.9.0.fw \
- bnx2x/bnx2x-e1h-6.2.9.0.fw \
- bnx2x/bnx2x-e2-6.2.9.0.fw
- fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-6.2.1a.fw \
-+ bnx2/bnx2-mips-09-6.2.1b.fw \
- bnx2/bnx2-rv2p-09-6.0.17.fw \
- bnx2/bnx2-rv2p-09ax-6.0.17.fw \
- bnx2/bnx2-mips-06-6.2.1.fw \
-+ bnx2/bnx2-mips-06-6.2.3.fw \
- bnx2/bnx2-rv2p-06-6.0.15.fw
- fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
- fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
-diff --git a/firmware/WHENCE b/firmware/WHENCE
-index de6f22e..51fbae7 100644
---- a/firmware/WHENCE
-+++ b/firmware/WHENCE
-@@ -653,21 +653,23 @@ Found in hex form in kernel source.
- Driver: BNX2 - Broadcom NetXtremeII
-
- File: bnx2/bnx2-mips-06-6.2.1.fw
-+File: bnx2/bnx2-mips-06-6.2.3.fw
- File: bnx2/bnx2-rv2p-06-6.0.15.fw
- File: bnx2/bnx2-mips-09-6.2.1a.fw
-+File: bnx2/bnx2-mips-09-6.2.1b.fw
- File: bnx2/bnx2-rv2p-09-6.0.17.fw
- File: bnx2/bnx2-rv2p-09ax-6.0.17.fw
-
- Licence:
--
-- This file contains firmware data derived from proprietary unpublished
-- source code, Copyright (c) 2004 - 2010 Broadcom Corporation.
--
-- Permission is hereby granted for the distribution of this firmware data
-- in hexadecimal or equivalent format, provided this copyright notice is
-- accompanying it.
--
--Found in hex form in kernel source.
-+
-+ This file contains firmware data derived from proprietary unpublished
-+ source code, Copyright (c) 2004 - 2010 Broadcom Corporation.
-+
-+ Permission is hereby granted for the distribution of this firmware data
-+ in hexadecimal or equivalent format, provided this copyright notice is
-+ accompanying it.
-+
-+Found in hex form in kernel source.
-
- --------------------------------------------------------------------------
-
diff --git a/firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex b/firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex
new file mode 100644
index 0000000..da72bf1
@@ -156547,13 +156494,6 @@
break;
}
-diff --git a/localversion-grsec b/localversion-grsec
-new file mode 100644
-index 0000000..7cd6065
---- /dev/null
-+++ b/localversion-grsec
-@@ -0,0 +1 @@
-+-grsec
diff --git a/mm/Kconfig b/mm/Kconfig
index 86e3e0e..ab679cf 100644
--- a/mm/Kconfig
|