linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Mathias Fröhlich" <Mathias.Froehlich@gmx.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	Leo Li <sunpeng.li@amd.com>,
	Alex Deucher <alexander.deucher@amd.com>,
	Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 5.0 072/246] drm/amd/display: Fix reference counting for struct dc_sink.
Date: Fri, 05 Apr 2019 07:12:47 +0200	[thread overview]
Message-ID: <4990954.l4Ku8jBaGM@notebook.internal> (raw)
In-Reply-To: <20190404084621.660309707@linuxfoundation.org>

Greg,

as I mentioned in the commit message, I saw more fixes to that area in Alex
Deuchers queue when I fed that to Alex. There is one fix that I can think of
that interacts with my fixes. Means, we may get unwanted side effects of my
patch without the fix mentioned below. With that below patch also selected,
I think we should be ok for stable.
Alex, AMD people, your opinion?

The one that I can spot not already in linux-5.0.y is:

commit 3f01f098a4e2ef30ef628497c43a3d568e720376
Author: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Date:   Thu Jan 24 11:46:49 2019 -0500

    drm/amd/display: Clear dc_sink after it gets released
    
    [Why]
    The dc_sink was released but the pointer on the aconnector was
    not cleared.
    
    [How]
    Clear it.

best

Mathias


On Thursday, 4 April 2019 10:46:12 CEST Greg Kroah-Hartman wrote:
> 5.0-stable review patch.  If anyone has any objections, please let me know.
> 
> ------------------
> 
> [ Upstream commit dcd5fb82ffb484124203aa339733663ac0b059f3 ]
> 
> Reference counting in amdgpu_dm_connector for amdgpu_dm_connector::dc_sink
> and amdgpu_dm_connector::dc_em_sink as well as in dc_link::local_sink seems
> to be out of shape. Thus make reference counting consistent for these
> members and just plain increment the reference count when the variable
> gets assigned and decrement when the pointer is set to zero or replaced.
> Also simplify reference counting in selected function sopes to be sure the
> reference is released in any case. In some cases add NULL pointer check
> before dereferencing.
> At a hand full of places a comment is placed to stat that the reference
> increment happened already somewhere else.
> 
> This actually fixes the following kernel bug on my system when enabling
> display core in amdgpu. There are some more similar bug reports around,
> so it probably helps at more places.
> 
>    kernel BUG at mm/slub.c:294!
>    invalid opcode: 0000 [#1] SMP PTI
>    CPU: 9 PID: 1180 Comm: Xorg Not tainted 5.0.0-rc1+ #2
>    Hardware name: Supermicro X10DAi/X10DAI, BIOS 3.0a 02/05/2018
>    RIP: 0010:__slab_free+0x1e2/0x3d0
>    Code: 8b 54 24 30 48 89 4c 24 28 e8 da fb ff ff 4c 8b 54 24 28 85 c0 0f 85 67 fe ff ff 48 8d 65 d8 5b 41 5c 41 5d 41 5e 41 5f 5d c3 <0f> 0b 49 3b 5c 24 28 75 ab 48 8b 44 24 30 49 89 4c 24 28 49 89 44
>    RSP: 0018:ffffb0978589fa90 EFLAGS: 00010246
>    RAX: ffff92f12806c400 RBX: 0000000080200019 RCX: ffff92f12806c400
>    RDX: ffff92f12806c400 RSI: ffffdd6421a01a00 RDI: ffff92ed2f406e80
>    RBP: ffffb0978589fb40 R08: 0000000000000001 R09: ffffffffc0ee4748
>    R10: ffff92f12806c400 R11: 0000000000000001 R12: ffffdd6421a01a00
>    R13: ffff92f12806c400 R14: ffff92ed2f406e80 R15: ffffdd6421a01a20
>    FS:  00007f4170be0ac0(0000) GS:ffff92ed2fb40000(0000) knlGS:0000000000000000
>    CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
>    CR2: 0000562818aaa000 CR3: 000000045745a002 CR4: 00000000003606e0
>    DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
>    DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
>    Call Trace:
>     ? drm_dbg+0x87/0x90 [drm]
>     dc_stream_release+0x28/0x50 [amdgpu]
>     amdgpu_dm_connector_mode_valid+0xb4/0x1f0 [amdgpu]
>     drm_helper_probe_single_connector_modes+0x492/0x6b0 [drm_kms_helper]
>     drm_mode_getconnector+0x457/0x490 [drm]
>     ? drm_connector_property_set_ioctl+0x60/0x60 [drm]
>     drm_ioctl_kernel+0xa9/0xf0 [drm]
>     drm_ioctl+0x201/0x3a0 [drm]
>     ? drm_connector_property_set_ioctl+0x60/0x60 [drm]
>     amdgpu_drm_ioctl+0x49/0x80 [amdgpu]
>     do_vfs_ioctl+0xa4/0x630
>     ? __sys_recvmsg+0x83/0xa0
>     ksys_ioctl+0x60/0x90
>     __x64_sys_ioctl+0x16/0x20
>     do_syscall_64+0x5b/0x160
>     entry_SYSCALL_64_after_hwframe+0x44/0xa9
>    RIP: 0033:0x7f417110809b
>    Code: 0f 1e fa 48 8b 05 ed bd 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd bd 0c 00 f7 d8 64 89 01 48
>    RSP: 002b:00007ffdd8d1c268 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
>    RAX: ffffffffffffffda RBX: 0000562818a8ebc0 RCX: 00007f417110809b
>    RDX: 00007ffdd8d1c2a0 RSI: 00000000c05064a7 RDI: 0000000000000012
>    RBP: 00007ffdd8d1c2a0 R08: 0000562819012280 R09: 0000000000000007
>    R10: 0000000000000000 R11: 0000000000000246 R12: 00000000c05064a7
>    R13: 0000000000000012 R14: 0000000000000012 R15: 00007ffdd8d1c2a0
>    Modules linked in: nfsv4 dns_resolver nfs lockd grace fscache fuse vfat fat amdgpu intel_rapl sb_edac x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul chash gpu_sched crc32_pclmul snd_hda_codec_realtek ghash_clmulni_intel amd_iommu_v2 iTCO_wdt iTCO_vendor_support ttm snd_hda_codec_generic snd_hda_codec_hdmi ledtrig_audio snd_hda_intel drm_kms_helper snd_hda_codec intel_cstate snd_hda_core drm snd_hwdep snd_seq snd_seq_device intel_uncore snd_pcm intel_rapl_perf snd_timer snd soundcore ioatdma pcspkr intel_wmi_thunderbolt mxm_wmi i2c_i801 lpc_ich pcc_cpufreq auth_rpcgss sunrpc igb crc32c_intel i2c_algo_bit dca wmi hid_cherry analog gameport joydev
> 
> This patch is based on agd5f/drm-next-5.1-wip. This patch does not require
> all of that, but agd5f/drm-next-5.1-wip contains at least one more dc_sink
> counting fix that I could spot.
> 
> Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
> Reviewed-by: Leo Li <sunpeng.li@amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Signed-off-by: Sasha Levin <sashal@kernel.org>
> ---
>  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 43 +++++++++++++++----
>  .../display/amdgpu_dm/amdgpu_dm_mst_types.c   |  1 +
>  drivers/gpu/drm/amd/display/dc/core/dc_link.c |  1 +
>  3 files changed, 37 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 636d14a60952..6d77fd966dbd 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -886,6 +886,7 @@ static void emulated_link_detect(struct dc_link *link)
>  		return;
>  	}
>  
> +	/* dc_sink_create returns a new reference */
>  	link->local_sink = sink;
>  
>  	edid_status = dm_helpers_read_local_edid(
> @@ -952,6 +953,8 @@ static int dm_resume(void *handle)
>  		if (aconnector->fake_enable && aconnector->dc_link->local_sink)
>  			aconnector->fake_enable = false;
>  
> +		if (aconnector->dc_sink)
> +			dc_sink_release(aconnector->dc_sink);
>  		aconnector->dc_sink = NULL;
>  		amdgpu_dm_update_connector_after_detect(aconnector);
>  		mutex_unlock(&aconnector->hpd_lock);
> @@ -1061,6 +1064,8 @@ amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
>  
>  
>  	sink = aconnector->dc_link->local_sink;
> +	if (sink)
> +		dc_sink_retain(sink);
>  
>  	/*
>  	 * Edid mgmt connector gets first update only in mode_valid hook and then
> @@ -1085,21 +1090,24 @@ amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
>  				 * to it anymore after disconnect, so on next crtc to connector
>  				 * reshuffle by UMD we will get into unwanted dc_sink release
>  				 */
> -				if (aconnector->dc_sink != aconnector->dc_em_sink)
> -					dc_sink_release(aconnector->dc_sink);
> +				dc_sink_release(aconnector->dc_sink);
>  			}
>  			aconnector->dc_sink = sink;
> +			dc_sink_retain(aconnector->dc_sink);
>  			amdgpu_dm_update_freesync_caps(connector,
>  					aconnector->edid);
>  		} else {
>  			amdgpu_dm_update_freesync_caps(connector, NULL);
> -			if (!aconnector->dc_sink)
> +			if (!aconnector->dc_sink) {
>  				aconnector->dc_sink = aconnector->dc_em_sink;
> -			else if (aconnector->dc_sink != aconnector->dc_em_sink)
>  				dc_sink_retain(aconnector->dc_sink);
> +			}
>  		}
>  
>  		mutex_unlock(&dev->mode_config.mutex);
> +
> +		if (sink)
> +			dc_sink_release(sink);
>  		return;
>  	}
>  
> @@ -1107,8 +1115,10 @@ amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
>  	 * TODO: temporary guard to look for proper fix
>  	 * if this sink is MST sink, we should not do anything
>  	 */
> -	if (sink && sink->sink_signal == SIGNAL_TYPE_DISPLAY_PORT_MST)
> +	if (sink && sink->sink_signal == SIGNAL_TYPE_DISPLAY_PORT_MST) {
> +		dc_sink_release(sink);
>  		return;
> +	}
>  
>  	if (aconnector->dc_sink == sink) {
>  		/*
> @@ -1117,6 +1127,8 @@ amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
>  		 */
>  		DRM_DEBUG_DRIVER("DCHPD: connector_id=%d: dc_sink didn't change.\n",
>  				aconnector->connector_id);
> +		if (sink)
> +			dc_sink_release(sink);
>  		return;
>  	}
>  
> @@ -1138,6 +1150,7 @@ amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
>  			amdgpu_dm_update_freesync_caps(connector, NULL);
>  
>  		aconnector->dc_sink = sink;
> +		dc_sink_retain(aconnector->dc_sink);
>  		if (sink->dc_edid.length == 0) {
>  			aconnector->edid = NULL;
>  			drm_dp_cec_unset_edid(&aconnector->dm_dp_aux.aux);
> @@ -1158,11 +1171,15 @@ amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
>  		amdgpu_dm_update_freesync_caps(connector, NULL);
>  		drm_connector_update_edid_property(connector, NULL);
>  		aconnector->num_modes = 0;
> +		dc_sink_release(aconnector->dc_sink);
>  		aconnector->dc_sink = NULL;
>  		aconnector->edid = NULL;
>  	}
>  
>  	mutex_unlock(&dev->mode_config.mutex);
> +
> +	if (sink)
> +		dc_sink_release(sink);
>  }
>  
>  static void handle_hpd_irq(void *param)
> @@ -2908,6 +2925,7 @@ create_stream_for_sink(struct amdgpu_dm_connector *aconnector,
>  		}
>  	} else {
>  		sink = aconnector->dc_sink;
> +		dc_sink_retain(sink);
>  	}
>  
>  	stream = dc_create_stream_for_sink(sink);
> @@ -2974,8 +2992,7 @@ create_stream_for_sink(struct amdgpu_dm_connector *aconnector,
>  		stream->ignore_msa_timing_param = true;
>  
>  finish:
> -	if (sink && sink->sink_signal == SIGNAL_TYPE_VIRTUAL && aconnector->base.force != DRM_FORCE_ON)
> -		dc_sink_release(sink);
> +	dc_sink_release(sink);
>  
>  	return stream;
>  }
> @@ -3233,6 +3250,14 @@ static void amdgpu_dm_connector_destroy(struct drm_connector *connector)
>  		dm->backlight_dev = NULL;
>  	}
>  #endif
> +
> +	if (aconnector->dc_em_sink)
> +		dc_sink_release(aconnector->dc_em_sink);
> +	aconnector->dc_em_sink = NULL;
> +	if (aconnector->dc_sink)
> +		dc_sink_release(aconnector->dc_sink);
> +	aconnector->dc_sink = NULL;
> +
>  	drm_dp_cec_unregister_connector(&aconnector->dm_dp_aux.aux);
>  	drm_connector_unregister(connector);
>  	drm_connector_cleanup(connector);
> @@ -3330,10 +3355,12 @@ static void create_eml_sink(struct amdgpu_dm_connector *aconnector)
>  		(edid->extensions + 1) * EDID_LENGTH,
>  		&init_params);
>  
> -	if (aconnector->base.force == DRM_FORCE_ON)
> +	if (aconnector->base.force == DRM_FORCE_ON) {
>  		aconnector->dc_sink = aconnector->dc_link->local_sink ?
>  		aconnector->dc_link->local_sink :
>  		aconnector->dc_em_sink;
> +		dc_sink_retain(aconnector->dc_sink);
> +	}
>  }
>  
>  static void handle_edid_mgmt(struct amdgpu_dm_connector *aconnector)
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> index 1b0d209d8367..3b95a637b508 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> @@ -239,6 +239,7 @@ static int dm_dp_mst_get_modes(struct drm_connector *connector)
>  			&init_params);
>  
>  		dc_sink->priv = aconnector;
> +		/* dc_link_add_remote_sink returns a new reference */
>  		aconnector->dc_sink = dc_sink;
>  
>  		if (aconnector->dc_sink)
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> index b0265dbebd4c..583eb367850f 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> @@ -792,6 +792,7 @@ bool dc_link_detect(struct dc_link *link, enum dc_detect_reason reason)
>  		sink->dongle_max_pix_clk = sink_caps.max_hdmi_pixel_clock;
>  		sink->converter_disable_audio = converter_disable_audio;
>  
> +		/* dc_sink_create returns a new reference */
>  		link->local_sink = sink;
>  
>  		edid_status = dm_helpers_read_local_edid(
> 





  reply	other threads:[~2019-04-05  5:13 UTC|newest]

Thread overview: 264+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04  8:45 [PATCH 5.0 000/246] 5.0.7-stable review Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 001/246] ext4: cleanup bh release code in ext4_ind_remove_space() Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 002/246] CIFS: fix POSIX lock leak and invalid ptr deref Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 003/246] nvme-fc: fix numa_node when dev is null Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 004/246] nvme-loop: init nvmet_ctrl fatal_err_work when allocate Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 005/246] h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux- Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 006/246] f2fs: fix to adapt small inline xattr space in __find_inline_xattr() Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 007/246] f2fs: fix to avoid deadlock in f2fs_read_inline_dir() Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 008/246] apparmor: fix double free when unpack of secmark rules fails Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 009/246] tracing: kdb: Fix ftdump to not sleep Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 010/246] net/mlx5e: Fix access to non-existing receive queue Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 011/246] net/mlx5: Avoid panic when setting vport rate Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 012/246] net/mlx5: Avoid panic when setting vport mac, getting vport config Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 013/246] xsk: fix to reject invalid flags in xsk_bind Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 014/246] clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPAT Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 015/246] gpio: gpio-omap: fix level interrupt idling Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 016/246] include/linux/relay.h: fix percpu annotation in struct rchan Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 017/246] sysctl: handle overflow for file-max Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 018/246] net: stmmac: Avoid sometimes uninitialized Clang warnings Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 019/246] enic: fix build warning without CONFIG_CPUMASK_OFFSTACK Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 020/246] libbpf: force fixdep compilation at the start of the build Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 021/246] scsi: hisi_sas: Set PHY linkrate when disconnected Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 022/246] scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 023/246] iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driver Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 024/246] x86/hyperv: Fix kernel panic when kexec on HyperV Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 025/246] perf c2c: Fix c2c report for empty numa node Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 026/246] mm/sparse: fix a bad comparison Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 027/246] mm/cma.c: cma_declare_contiguous: correct err handling Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 028/246] mm/page_ext.c: fix an imbalance with kmemleak Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 029/246] mm, swap: bounds check swap_info array accesses to avoid NULL derefs Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 030/246] docs/core-api/mm: fix user memory accessors formatting Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 031/246] mm,oom: dont kill global init via memory.oom.group Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 032/246] memcg: killed threads should not invoke memcg OOM killer Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 033/246] mm, mempolicy: fix uninit memory access Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 034/246] mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 035/246] mm/slab.c: kmemleak no scan alien caches Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 036/246] ocfs2: fix a panic problem caused by o2cb_ctl Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 037/246] f2fs: do not use mutex lock in atomic context Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 038/246] f2fs: fix to data block override node segment by mistake Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 039/246] fs/file.c: initialize init_files.resize_wait Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 040/246] page_poison: play nicely with KASAN Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 041/246] kasan: fix kasan_check_read/write definitions Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 042/246] cifs: use correct format characters Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 043/246] dm thin: add sanity checks to thin-pool and external snapshot creation Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 044/246] f2fs: fix to check inline_xattr_size boundary correctly Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 045/246] cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 046/246] cifs: Fix NULL pointer dereference of devname Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 047/246] fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes Greg Kroah-Hartman
2019-04-04 16:16   ` Slavomir Kaslev
2019-04-04 17:32     ` gregkh
2019-04-06 14:20       ` Sasha Levin
2019-04-04  8:45 ` [PATCH 5.0 048/246] perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 049/246] netfilter: nf_tables: check the result of dereferencing base_chain->stats Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 050/246] PCI: mediatek: Fix memory mapped IO range size computation Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 051/246] netfilter: conntrack: tcp: only close if RST matches exact sequence Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 052/246] iommu/vt-d: Disable ATS support on untrusted devices Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 053/246] jbd2: fix invalid descriptor block checksum Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 054/246] ext4: fix bigalloc cluster freeing when hole punching under load Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 055/246] fs: fix guard_bio_eod to check for real EOD errors Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 056/246] tools lib traceevent: Fix buffer overflow in arg_eval Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 057/246] mm/resource: Return real error codes from walk failures Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 058/246] PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove() Greg Kroah-Hartman
2019-04-04  8:45 ` [PATCH 5.0 059/246] wil6210: check null pointer in _wil_cfg80211_merge_extra_ies Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 060/246] mt76: fix a leaked reference by adding a missing of_node_put Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 061/246] ath10k: Fix the wrong updation of BW in tx_stats debugfs entry Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 062/246] lockdep/lib/tests: Fix run_tests.sh Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 063/246] crypto: crypto4xx - add missing of_node_put after of_device_is_available Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 064/246] crypto: cavium/zip - fix collision with generic cra_driver_name Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 065/246] tools/bpf: selftests: add map lookup to test_map_in_map bpf prog Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 066/246] usb: chipidea: Grab the (legacy) USB PHY by phandle first Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 067/246] powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 068/246] scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.c Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 069/246] kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 070/246] kbuild: make -r/-R effective in top Makefile for old Make versions Greg Kroah-Hartman
2019-04-04  9:16   ` Masahiro Yamada
2019-04-04 10:41     ` Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 071/246] btrfs: save drop_progress if we drop refs at all Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 072/246] drm/amd/display: Fix reference counting for struct dc_sink Greg Kroah-Hartman
2019-04-05  5:12   ` Mathias Fröhlich [this message]
2019-04-05 12:28     ` Deucher, Alexander
2019-04-15 10:50     ` Greg Kroah-Hartman
2019-04-18  4:46       ` Mathias Fröhlich
2019-04-04  8:46 ` [PATCH 5.0 073/246] ath10k: dont report unset rssi values to mac80211 Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 074/246] powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 075/246] coresight: etm4x: Add support to enable ETMv4.2 Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 076/246] serial: 8250_pxa: honor the port number from devicetree Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 077/246] ARM: 8840/1: use a raw_spinlock_t in unwind Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 078/246] ARM: 8845/1: use unified assembler in c files Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 079/246] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 080/246] powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 081/246] net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390X Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 082/246] ice: fix ice_remove_rule_internal vsi_list handling Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 083/246] perf script: Handle missing fields with -F + Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 084/246] btrfs: qgroup: Make qgroup async transaction commit more aggressive Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 085/246] btrfs: dont enospc all tickets on flush failure Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 086/246] mmc: omap: fix the maximum timeout setting Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 087/246] net: dsa: mv88e6xxx: Add lockdep classes to fix false positive splat Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 088/246] net: hns3: fix setting of the hns reset_type for rdma hw errors Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 089/246] veth: Fix -Wformat-truncation Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 090/246] e1000e: Fix -Wformat-truncation warnings Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 091/246] mlxsw: spectrum: Avoid " Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 092/246] i2c: Allow recovery of the initial IRQ by an I2C client device Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 093/246] platform/x86: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER R720-15IKBN Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 094/246] platform/mellanox: mlxreg-hotplug: Fix KASAN warning Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 095/246] loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part() Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 096/246] i2c: designware: Do not allow i2c_dw_xfer() calls while suspended Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 097/246] IB/mlx4: Increase the timeout for CM cache Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 098/246] clk: fractional-divider: check parent rate only if flag is set Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 099/246] perf annotate: Fix getting source line failure Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 100/246] powerpc/44x: Force PCI on for CURRITUCK Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 101/246] ASoC: qcom: Fix of-node refcount unbalance in qcom_snd_parse_of() Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 102/246] cpufreq: acpi-cpufreq: Report if CPU doesnt support boost technologies Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 103/246] efi: cper: Fix possible out-of-bounds access Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 104/246] s390/ism: ignore some errors during deregistration Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 105/246] scsi: megaraid_sas: return error when create DMA pool failed Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 106/246] scsi: fcoe: make use of fip_mode enum complete Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 107/246] drm/amd/display: Clear stream->mode_changed after commit Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 108/246] perf test: Fix failure of evsel-tp-sched test on s390 Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 109/246] mwifiex: dont advertise IBSS features without FW support Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 110/246] perf report: Dont shadow inlined symbol with different addr range Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 111/246] SoC: imx-sgtl5000: add missing put_device() Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 112/246] media: ov7740: fix runtime pm initialization Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 113/246] media: sh_veu: Correct return type for mem2mem buffer helpers Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 114/246] media: s5p-jpeg: " Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 115/246] media: rockchip/rga: " Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 116/246] media: s5p-g2d: " Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 117/246] media: mx2_emmaprp: " Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 118/246] media: mtk-jpeg: " Greg Kroah-Hartman
2019-04-04  8:46 ` [PATCH 5.0 119/246] media: rockchip/vpu: " Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 120/246] mt76: usb: do not run mt76u_queues_deinit twice Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 121/246] gpio: of: Apply regulator-gpio quirk only to enable-gpios Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 122/246] xen/gntdev: Do not destroy context while dma-bufs are in use Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 123/246] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1 Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 124/246] HID: intel-ish-hid: avoid binding wrong ishtp_cl_device Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 125/246] cgroup, rstat: Dont flush subtree root unless necessary Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 126/246] efi: Fix build error due to enum collision between efi.h and ima.h Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 127/246] drm/sched: Fix entities with 0 rqs Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 128/246] regulator: core: Take lock before applying system load Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 129/246] jbd2: fix race when writing superblock Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 130/246] leds: lp55xx: fix null deref on firmware load failure Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 131/246] tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 132/246] tools build: Add test-reallocarray.c to test-all.c to fix the build Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 133/246] perf beauty waitid options: Fix up prefix showing logic Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 134/246] perf trace: Check if the fd is negative when mapping it to pathname Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 135/246] perf report: Add s390 diagnosic sampling descriptor size Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 136/246] perf coresight: Do not test for libopencsd by default Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 137/246] iwlwifi: pcie: fix emergency path Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 138/246] ACPI / video: Refactor and fix dmi_is_desktop() Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 139/246] =?UTF-8?q?selftests:=20ir:=20fix=20warning:=20"%s"=20directive=20?= =?UTF-8?q?output=20may=20be=20truncated=20=E2=80=99=20directive=20output?= =?UTF-8?q?=20may=20be=20truncated?= Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 140/246] selftests: skip seccomp get_metadata test if not real root Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 141/246] kprobes: Prohibit probing on bsearch() Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 142/246] kprobes: Prohibit probing on RCU debug routine Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 143/246] netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirm Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 144/246] ARM: 8833/1: Ensure that NEON code always compiles with Clang Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 145/246] ARM: dts: meson8b: fix the Ethernet data line signals in eth_rgmii_pins Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 146/246] ALSA: PCM: check if ops are defined before suspending PCM Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 147/246] ath10k: fix shadow register implementation for WCN3990 Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 148/246] usb: f_fs: Avoid crash due to out-of-scope stack ptr access Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 149/246] sched/topology: Fix percpu data types in struct sd_data & struct s_data Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 150/246] bcache: fix input overflow to cache set sysfs file io_error_halflife Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 151/246] bcache: fix input overflow to sequential_cutoff Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 152/246] bcache: fix potential div-zero error of writeback_rate_i_term_inverse Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 153/246] bcache: improve sysfs_strtoul_clamp() Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 154/246] genirq: Avoid summation loops for /proc/stat Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 155/246] net: marvell: mvpp2: fix stuck in-band SGMII negotiation Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 156/246] iw_cxgb4: fix srqidx leak during connection abort Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 157/246] net: phy: consider latched link-down status in polling mode Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 158/246] fbdev: fbmem: fix memory access if logo is bigger than the screen Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 159/246] cdrom: Fix race condition in cdrom_sysctl_register Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 160/246] drm: rcar-du: add missing of_node_put Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 161/246] drm/amd/display: Dont re-program planes for DPMS changes Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 162/246] bpf: test_maps: fix possible out of bound access warning Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 163/246] x86/kexec: Fill in acpi_rsdp_addr from the first kernel Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 164/246] powerpc/ptrace: Mitigate potential Spectre v1 Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 165/246] drm/amd/display: Disconnect mpcc when changing tg Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 166/246] perf/aux: Make perf_event accessible to setup_aux() Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 167/246] e1000e: fix cyclic resets at link up with active tx Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 168/246] e1000e: Exclude device from suspend direct complete optimization Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 169/246] platform/x86: intel_pmc_core: Fix PCH IP sts reading Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 170/246] i2c: of: Try to find an I2C adapter matching the parent Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 171/246] staging: spi: mt7621: Add return code check on device_reset() Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 172/246] iwlwifi: mvm: fix RFH config command with >=10 CPUs Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 173/246] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 174/246] sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 175/246] efi/memattr: Dont bail on zero VA if it equals the regions PA Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 176/246] sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock() Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 177/246] drm/vkms: Bugfix racing hrtimer vblank handle Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 178/246] drm/vkms: Bugfix extra vblank frame Greg Kroah-Hartman
2019-04-04  8:47 ` [PATCH 5.0 179/246] ARM: dts: lpc32xx: Remove leading 0x and 0s from bindings notation Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 180/246] efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 181/246] soc: qcom: gsbi: Fix error handling in gsbi_probe() Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 182/246] drm/msm/dpu: Convert to a chained irq chip Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 183/246] mt7601u: bump supported EEPROM version Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 184/246] ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care of Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 185/246] ARM: avoid Cortex-A9 livelock on tight dmb loops Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 186/246] block, bfq: fix in-service-queue check for queue merging Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 187/246] block, bfq: fix queue removal from weights tree Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 188/246] bpf: fix missing prototype warnings Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 189/246] selftests/bpf: skip verifier tests for unsupported program types Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 190/246] powerpc/64s: Clear on-stack exception marker upon exception return Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 191/246] cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 192/246] backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 193/246] tty: increase the default flip buffer limit to 2*640K Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 194/246] powerpc/pseries: Perform full re-add of CPU for topology update post-migration Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 195/246] drm/amd/display: Enable vblank interrupt during CRC capture Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 196/246] ALSA: dice: add support for Solid State Logic Duende Classic/Mini Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 197/246] regulator: mcp16502: Include linux/gpio/consumer.h to fix build error Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 198/246] usb: dwc3: gadget: Fix OTG events when gadget driver isnt loaded Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 199/246] platform/x86: intel-hid: Missing power button release on some Dell models Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 200/246] perf trace: Fixup etcsnoop example Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 201/246] perf script python: Use PyBytes for attr in trace-event-python Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 202/246] perf script python: Add trace_context extension module to sys.modules Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 203/246] media: mt9m111: set initial frame size other than 0x0 Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 204/246] hwrng: virtio - Avoid repeated init of completion Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 205/246] soc/tegra: fuse: Fix illegal free of IO base address Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 206/246] selftests/bpf: suppress readelf stderr when probing for BTF support Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 207/246] HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR busy_clear bit Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 208/246] f2fs: UBSAN: set boolean value iostat_enable correctly Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 209/246] f2fs: fix to initialize variable to avoid UBSAN/smatch warning Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 210/246] hpet: Fix missing = character in the __setup() code of hpet_mmap_enable Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 211/246] pinctrl: meson: fix G12A ao pull registers base address Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 212/246] pinctrl: sh-pfc: r8a77990: Fix MOD_SEL bit numbering Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 213/246] pinctrl: sh-pfc: r8a77995: " Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 214/246] cpu/hotplug: Mute hotplug lockdep during init Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 215/246] dmaengine: imx-dma: fix warning comparison of distinct pointer types Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 216/246] dmaengine: qcom_hidma: assign channel cookie correctly Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 217/246] dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_* Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 218/246] netfilter: physdev: relax br_netfilter dependency Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 219/246] media: rcar-vin: Allow independent VIN link enablement Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 220/246] media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 221/246] PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardware Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 222/246] audit: hand taken context to audit_kill_trees for syscall logging Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 223/246] regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 224/246] pinctrl: meson: meson8b: add the eth_rxd2 and eth_rxd3 pins Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 225/246] drm: Auto-set allow_fb_modifiers when given modifiers at plane init Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 226/246] drm/nouveau: Stop using drm_crtc_force_disable Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 227/246] x86/build: Specify elf_i386 linker emulation explicitly for i386 objects Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 228/246] selinux: do not override context on context mounts Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 229/246] brcmfmac: Use firmware_request_nowarn for the clm_blob Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 230/246] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 231/246] x86/build: Mark per-CPU symbols as absolute explicitly for LLD Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 232/246] drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setup Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 233/246] clk: meson: clean-up clock registration Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 234/246] ARM: shmobile: Fix R-Car Gen2 regulator quirk Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 235/246] clk: rockchip: fix frac settings of GPLL clock for rk3328 Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 236/246] dmaengine: tegra: avoid overflow of byte tracking Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 237/246] staging: iio: adt7316: fix dac_bits assignment Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 238/246] Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 device Greg Kroah-Hartman
2019-04-04  8:48 ` [PATCH 5.0 239/246] ASoC: simple-card-utils: check "reg" property on asoc_simple_card_get_dai_id() Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 240/246] drm: Reorder set_property_atomic to avoid returning with an active ww_ctx Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 241/246] drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 242/246] net: stmmac: Avoid one more sometimes uninitialized Clang warning Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 243/246] appletalk: Fix compile regression Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 244/246] gpio: of: Restrict enable-gpio quirk to regulator-gpio Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 245/246] ACPI / video: Extend chassis-type detection with a "Lunch Box" check Greg Kroah-Hartman
2019-04-04  8:49 ` [PATCH 5.0 246/246] bcache: fix potential div-zero error of writeback_rate_p_term_inverse Greg Kroah-Hartman
2019-04-05  6:33 ` [PATCH 5.0 000/246] 5.0.7-stable review Naresh Kamboju
2019-04-15 18:38   ` Greg Kroah-Hartman
2019-04-05 15:01 ` shuah
2019-04-15 18:39   ` Greg Kroah-Hartman
2019-04-05 15:40 ` Jon Hunter
2019-04-15 18:39   ` Greg Kroah-Hartman
2019-04-05 18:32 ` Guenter Roeck
2019-04-15 18:40   ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4990954.l4Ku8jBaGM@notebook.internal \
    --to=mathias.froehlich@gmx.net \
    --cc=alexander.deucher@amd.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=sunpeng.li@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).