Skip to content

Commit 2040cf9

Browse files
author
Ingo Molnar
committed
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Signed-off-by: Ingo Molnar <[email protected]>
2 parents f66c044 + e42617b commit 2040cf9

File tree

7,376 files changed

+305529
-140443
lines changed

Some content is hidden

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

7,376 files changed

+305529
-140443
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.c diff=cpp
22
*.h diff=cpp
3+
*.dtsi diff=dts
4+
*.dts diff=dts

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
*.lzo
3333
*.mod
3434
*.mod.c
35-
*.ns_deps
3635
*.o
3736
*.o.*
3837
*.patch
@@ -61,6 +60,7 @@ modules.order
6160
/System.map
6261
/Module.markers
6362
/modules.builtin.modinfo
63+
/modules.nsdeps
6464

6565
#
6666
# RPM spec file (make rpm-pkg)

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ James E Wilson <[email protected]>
105105
106106
107107
James Ketrenos <jketreno@io.(none)>
108+
109+
110+
108111
109112
110113
@@ -156,6 +159,7 @@ Mark Brown <[email protected]>
156159
157160
158161
162+
159163
Mathieu Othacehe <[email protected]>
160164
161165

CREDITS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,8 +1875,9 @@ S: The Netherlands
18751875

18761876
N: Martin Kepplinger
18771877
1878-
E: martin.kepplinger@ginzinger.com
1878+
E: martin.kepplinger@puri.sm
18791879
W: http://www.martinkepplinger.com
1880+
P: 4096R/5AB387D3 F208 2B88 0F9E 4239 3468 6E3F 5003 98DF 5AB3 87D3
18801881
D: mma8452 accelerators iio driver
18811882
D: pegasus_notetaker input driver
18821883
D: Kernel fixes and cleanups

Documentation/ABI/stable/sysfs-class-infiniband

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -314,25 +314,6 @@ Description:
314314
board_id: (RO) Manufacturing board ID
315315

316316

317-
sysfs interface for Chelsio T3 RDMA Driver (cxgb3)
318-
--------------------------------------------------
319-
320-
What: /sys/class/infiniband/cxgb3_X/hw_rev
321-
What: /sys/class/infiniband/cxgb3_X/hca_type
322-
What: /sys/class/infiniband/cxgb3_X/board_id
323-
Date: Feb, 2007
324-
KernelVersion: v2.6.21
325-
326-
Description:
327-
hw_rev: (RO) Hardware revision number
328-
329-
hca_type: (RO) HCA type. Here it is a driver short name.
330-
It should normally match the name in its bus
331-
driver structure (e.g. pci_driver::name).
332-
333-
board_id: (RO) Manufacturing board id
334-
335-
336317
sysfs interface for Mellanox ConnectX HCA IB driver (mlx4)
337318
----------------------------------------------------------
338319

Documentation/ABI/stable/sysfs-driver-aspeed-vuart

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,19 @@ Description: Configures which IO port the host side of the UART
66
Users: OpenBMC. Proposed changes should be mailed to
77
88

9-
What: /sys/bus/platform/drivers/aspeed-vuart*/sirq
9+
What: /sys/bus/platform/drivers/aspeed-vuart/*/sirq
1010
Date: April 2017
1111
Contact: Jeremy Kerr <[email protected]>
1212
Description: Configures which interrupt number the host side of
1313
the UART will appear on the host <-> BMC LPC bus.
1414
Users: OpenBMC. Proposed changes should be mailed to
1515
16+
17+
What: /sys/bus/platform/drivers/aspeed-vuart/*/sirq_polarity
18+
Date: July 2019
19+
Contact: Oskar Senft <[email protected]>
20+
Description: Configures the polarity of the serial interrupt to the
21+
host via the BMC LPC bus.
22+
Set to 0 for active-low or 1 for active-high.
23+
Users: OpenBMC. Proposed changes should be mailed to
24+

Documentation/ABI/stable/sysfs-driver-ib_srp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Description: Interface for making ib_srp connect to a new target.
6767
initiator is allowed to queue per SCSI host. The default
6868
value for this parameter is 62. The lowest supported value
6969
is 2.
70+
* max_it_iu_size, a decimal number specifying the maximum
71+
initiator to target information unit length.
7072

7173
What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/ibdev
7274
Date: January 2, 2006
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
What: /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state
2+
Date: October 2019
3+
KernelVersion: 5.5
4+
Contact: Branden Bonaby <[email protected]>
5+
Description: Fuzz testing status of a vmbus device, whether its in an ON
6+
state or a OFF state
7+
Users: Debugging tools
8+
9+
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay
10+
Date: October 2019
11+
KernelVersion: 5.5
12+
Contact: Branden Bonaby <[email protected]>
13+
Description: Fuzz testing buffer interrupt delay value between 0 - 1000
14+
microseconds (inclusive).
15+
Users: Debugging tools
16+
17+
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay
18+
Date: October 2019
19+
KernelVersion: 5.5
20+
Contact: Branden Bonaby <[email protected]>
21+
Description: Fuzz testing message delay value between 0 - 1000 microseconds
22+
(inclusive).
23+
Users: Debugging tools

Documentation/ABI/testing/ima_policy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Description:
2525
lsm: [[subj_user=] [subj_role=] [subj_type=]
2626
[obj_user=] [obj_role=] [obj_type=]]
2727
option: [[appraise_type=]] [template=] [permit_directio]
28+
[appraise_flag=]
2829
base: func:= [BPRM_CHECK][MMAP_CHECK][CREDS_CHECK][FILE_CHECK][MODULE_CHECK]
2930
[FIRMWARE_CHECK]
3031
[KEXEC_KERNEL_CHECK] [KEXEC_INITRAMFS_CHECK]
@@ -38,6 +39,9 @@ Description:
3839
fowner:= decimal value
3940
lsm: are LSM specific
4041
option: appraise_type:= [imasig] [imasig|modsig]
42+
appraise_flag:= [check_blacklist]
43+
Currently, blacklist check is only for files signed with appended
44+
signature.
4145
template:= name of a defined IMA template type
4246
(eg, ima-ng). Only valid when action is "measure".
4347
pcr:= decimal value

0 commit comments

Comments
 (0)