Commit f9a15f3
committed
Merge tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Fix AMDTEE memory leak in amdtee_open_session()
* tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee: (344 commits)
tee: amdtee: fix memory leak in amdtee_open_session()
Linux 5.6-rc2
ext4: improve explanation of a mount failure caused by a misconfigured kernel
Input: cyapa - replace zero-length array with flexible-array member
Input: tca6416-keypad - replace zero-length array with flexible-array member
Input: gpio_keys_polled - replace zero-length array with flexible-array member
IB/mlx5: Use div64_u64 for num_var_hw_entries calculation
nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info
nvme/pci: move cqe check after device shutdown
nvme: prevent warning triggered by nvme_stop_keep_alive
nvme/tcp: fix bug on double requeue when send fails
cifs: make sure we do not overflow the max EA buffer size
cifs: enable change notification for SMB2.1 dialect
netdevice.h: fix all kernel-doc and Sphinx warnings
net: dsa: tag_ar9331: Make sure there is headroom for tag
net: dsa: tag_qca: Make sure there is headroom for tag
net, ip6_tunnel: enhance tunnel locate with link check
net/smc: no peer ID in CLC decline for SMCD
net/smc: transfer fasync_list in case of fallback
net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()
...
Link: https://lore.kernel.org/r/20200227165205.GA7926@jade
Signed-off-by: Olof Johansson <olof@lixom.net>343 files changed
Lines changed: 8862 additions & 5605 deletions
File tree
- Documentation
- devicetree/bindings/input
- driver-api
- virt
- kvm
- arm
- devices
- uml
- arch
- arm64
- include/asm
- kernel
- arm/kernel
- s390
- boot
- include/asm
- x86
- events
- amd
- intel
- include/asm
- kvm
- mmu
- vmx
- crypto
- drivers
- acpi
- acpica
- char/ipmi
- cpufreq
- dax
- edac
- gpio
- gpu/drm
- amd
- amdgpu
- display
- amdgpu_dm
- dc
- bios
- clk_mgr
- dcn20
- dcn21
- dce
- dcn20
- dcn21
- powerplay
- inc
- i915
- display
- gem
- gt
- gvt
- msm
- panfrost
- sun4i
- vgem
- hwmon/pmbus
- infiniband
- core
- hw
- cxgb4
- hfi1
- mlx5
- sw
- rdmavt
- rxe
- siw
- input
- keyboard
- mouse
- touchscreen
- md/bcache
- net
- dsa/mv88e6xxx
- ethernet
- amazon/ena
- cisco/enic
- hisilicon/hns3/hns3pf
- intel
- i40e
- ice
- socionext
- sun
- usb
- wireguard
- nvme/host
- perf
- s390
- cio
- crypto
- spmi
- tee/amdtee
- fs
- btrfs
- ceph
- cifs
- ext2
- ext4
- jbd2
- nfs
- xfs
- include
- acpi
- linux
- sched
- net
- init
- kernel
- cgroup
- power
- sched
- trace
- lib
- net
- core
- dsa
- ipv4
- ipv6
- mac80211
- mptcp
- sched
- smc
- sunrpc/xprtrdma
- tipc
- wireless
- xfrm
- scripts
- security/selinux
- ss
- sound
- core
- pci/hda
- usb
- tools
- arch
- arm64/include/uapi/asm
- x86/include/asm
- bootconfig
- include/linux
- include/uapi
- asm-generic
- drm
- linux
- sound
- perf
- arch
- arm64/util
- x86/entry/syscalls
- trace/beauty
- util
- testing/selftests
- kvm
- include/x86_64
- lib/x86_64
- x86_64
- wireguard
- virt/kvm
- arm/vgic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | | - | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
77 | | - | |
78 | | - | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments