summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2019-08-12 20:49:12 +0800
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-08-13 19:08:20 -0700
commita1794de8b92ea6bc2037f445b296814ac826693e (patch)
treeff3178d4f8cc75cedd6fd51e2f4e7c18e960e83a /include/linux/mm.h
parentbb0ce4c1517d299d1a38075ecded62a5a5342c6b (diff)
downloadkernel-a1794de8b92ea6bc2037f445b296814ac826693e.tar.gz
sctp: fix the transport error_count check
As the annotation says in sctp_do_8_2_transport_strike(): "If the transport error count is greater than the pf_retrans threshold, and less than pathmaxrtx ..." It should be transport->error_count checked with pathmaxrxt, instead of asoc->pf_retrans. Fixes: 5aa93bcf66f4 ("sctp: Implement quick failover draft from tsvwg") Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'include/linux/mm.h')
0 files changed, 0 insertions, 0 deletions
nel/commit/drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h?h=linux-6.6.y&id=a210d69872cc752e26952253c9b2a40b45b9344a'>drm/amd/powerplay: add smu11_driver_if_arcturus.h new OOB membersEvan Quan 2020-01-07drm/amdgpu/smu: make the set_performance_level logic easier to followAlex Deucher 2019-12-03drm/amdgpu/powerplay: unify smu send message functionLikun Gao 2019-11-19drm/amdgpu: split swSMU baco_reset into enter and exitAlex Deucher 2019-11-13drm/amd/powerplay: read pcie speed/width info (v2)Kenneth Feng 2019-11-11drm/amdgpu/smu_v11: Unify and fix power limitsMatt Coffin 2019-11-11drm/amdgpu/navi10: implement sclk/mclk OD via pp_od_clk_voltageMatt Coffin 2019-11-06drm/amd/powerplay: update Arcturus driver-smu interface headerEvan Quan 2019-10-25drm/amd/powerplay: clear the swSMU code layerEvan Quan 2019-10-25drm/amd/powerplay: update Arcturus driver smu interface XGMI link partEvan Quan 2019-10-03drm/amd/powerplay: update arcturus smu-driver interaction headerEvan Quan 2019-09-16drm/amd/powerplay: update smu11_driver_if_arcturus.hEvan Quan 2019-08-21drm/amd/powerplay: correct SW smu11 thermal range settingsEvan Quan 2019-08-21drm/amd/powerplay: update Arcturus smc fw and driver interface headerEvan Quan 2019-08-12drm/amdgpu/powerplay: update Arcturus smu version in new placeLe Ma 2019-08-12drm/amd/powerplay: update smu11_driver_if_navi10.htiancyin 2019-08-12drm/amd/powerplay: re-define smu interface version for smu v11tiancyin 2019-07-18drm/amd/powerplay: correct SW SMU valid mapping checkEvan Quan 2019-07-05drm/amd/powerplay: add baco smu reset function for smu11Kevin Wang 2019-06-21drm/amd/powerplay: add function get_workload_type_map for swsmuKevin Wang 2019-06-21drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui 2019-06-21drm/amd/powerplay: add tables_init interface for each asicHuang Rui 2019-06-21drm/amd/powerplay: introduce smu table id type to handle the smu table for ea...Huang Rui 2019-06-21drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui 2019-06-21drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui 2019-06-21drm/amd/powerplay: enable backdoor smu fw loading (v2)Kenneth Feng