From: Kamal Mostafa <kamal@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
kernel-team@lists.ubuntu.com
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: Re: [PATCH 3.19.y-ckt 134/196] drm/radeon/pm: adjust display configuration after powerstate
Date: Wed, 09 Mar 2016 10:37:19 -0800 [thread overview]
Message-ID: <1457548639.8149.5.camel@canonical.com> (raw)
In-Reply-To: <1457483454-30115-135-git-send-email-kamal@canonical.com>
On Tue, 2016-03-08 at 16:29 -0800, Kamal Mostafa wrote:
> 3.19.8-ckt16 -stable review patch. If anyone has any objections,
> please let me know.
I'm dropping this patch from 3.19-stable, per
https://lkml.org/lkml/2016/3/9/406
-Kamal
> ---8<------------------------------------------------------------
>
> From: Alex Deucher <alexander.deucher@amd.com>
>
> commit 39d4275058baf53e89203407bf3841ff2c74fa32 upstream.
>
> set_power_state defaults to no displays, so we need to update
> the display configuration after setting up the powerstate on the
> first call. In most cases this is not an issue since ends up
> getting called multiple times at any given modeset and the proper
> order is achieved in the display changed handling at the top of
> the function.
>
> Reviewed-by: Christian König <christian.koenig@amd.com>
> Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> ---
> drivers/gpu/drm/radeon/radeon_pm.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_pm.c
> b/drivers/gpu/drm/radeon/radeon_pm.c
> index 5fc27e9..4001692 100644
> --- a/drivers/gpu/drm/radeon/radeon_pm.c
> +++ b/drivers/gpu/drm/radeon/radeon_pm.c
> @@ -936,8 +936,6 @@ force:
>
> /* update display watermarks based on new power state */
> radeon_bandwidth_update(rdev);
> - /* update displays */
> - radeon_dpm_display_configuration_changed(rdev);
>
> rdev->pm.dpm.current_active_crtcs = rdev-
> >pm.dpm.new_active_crtcs;
> rdev->pm.dpm.current_active_crtc_count = rdev-
> >pm.dpm.new_active_crtc_count;
> @@ -958,6 +956,9 @@ force:
>
> radeon_dpm_post_set_power_state(rdev);
>
> + /* update displays */
> + radeon_dpm_display_configuration_changed(rdev);
> +
> if (rdev->asic->dpm.force_performance_level) {
> if (rdev->pm.dpm.thermal_active) {
> enum radeon_dpm_forced_level level = rdev-
> >pm.dpm.forced_level;
> --
> 2.7.0
>
>
next prev parent reply other threads:[~2016-03-09 18:37 UTC|newest]
Thread overview: 198+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 0:27 [3.19.y-ckt stable] Linux 3.19.8-ckt16 stable review Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 001/196] qeth: initialize net_device with carrier off Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 002/196] vmstat: explicitly schedule per-cpu work on the CPU we need it to run on Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 003/196] Revert "workqueue: make sure delayed work run in local cpu" Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 004/196] iw_cxgb3: Fix incorrectly returning error on success Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 005/196] EVM: Use crypto_memneq() for digest comparisons Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 006/196] ALSA: usb-audio: avoid freeing umidi object twice Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 007/196] drm/vmwgfx: Fix an fb unlocking bug Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 008/196] x86/entry/compat: Add missing CLAC to entry_INT80_32 Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 009/196] iio: add HAS_IOMEM dependency to VF610_ADC Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 010/196] iio: dac: mcp4725: set iio name property in sysfs Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 011/196] iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 012/196] ASoC: rt5645: fix the shift bit of IN1 boost Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 013/196] cgroup: make sure a parent css isn't offlined before its children Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 014/196] PCI/AER: Flush workqueue on device remove to avoid use-after-free Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 015/196] libata: disable forced PORTS_IMPL for >= AHCI 1.3 Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 016/196] mac80211: Requeue work after scan complete for all VIF types Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 017/196] rfkill: fix rfkill_fop_read wait_event usage Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 018/196] ARM: dts: at91: sama5d4: fix instance id of DBGU Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 019/196] crypto: shash - Fix has_key setting Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 020/196] drm/i915/dp: fall back to 18 bpp when sink capability is unknown Kamal Mostafa
2016-03-09 0:27 ` [PATCH 3.19.y-ckt 021/196] ALSA: usb-audio: Fix OPPO HA-1 vendor ID Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 022/196] ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 023/196] target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 024/196] crypto: algif_hash - wait for crypto_ahash_init() to complete Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 025/196] iio: inkern: fix a NULL dereference on error Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 026/196] iio: pressure: mpl115: fix temperature offset sign Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 027/196] intel_scu_ipcutil: underflow in scu_reg_access() Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 028/196] ALSA: seq: Fix race at closing in virmidi driver Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 029/196] ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 030/196] ALSA: pcm: Fix potential deadlock in OSS emulation Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 031/196] ALSA: seq: Fix yet another races among ALSA timer accesses Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 032/196] ALSA: timer: Code cleanup Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 033/196] ALSA: timer: Fix link corruption due to double start or stop Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 034/196] libata: fix sff host state machine locking while polling Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 035/196] MIPS: Fix buffer overflow in syscall_get_arguments() Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 036/196] cputime: Prevent 32bit overflow in time[val|spec]_to_cputime() Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 037/196] drm: add helper to check for wc memory support Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 038/196] drm/radeon: mask out WC from BO on unsupported arches Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 039/196] ASoC: dpcm: fix the BE state on hw_free Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 040/196] module: wrapper for symbol name Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 041/196] ALSA: hda - Add fixup for Mac Mini 7,1 model Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 042/196] ALSA: rawmidi: Make snd_rawmidi_transmit() race-free Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 043/196] ALSA: rawmidi: Fix race at copying & updating the position Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 044/196] ALSA: seq: Fix lockdep warnings due to double mutex locks Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 045/196] drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 046/196] radix-tree: fix race in gang lookup Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 047/196] Revert "xhci: don't finish a TD if we get a short-transfer event mid TD" Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 048/196] usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 049/196] xhci: Fix list corruption in urb dequeue at host removal Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 050/196] target: Fix LUN_RESET active TMR descriptor handling Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 051/196] [media] tda1004x: only update the frontend properties if locked Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 052/196] ALSA: timer: Fix leftover link at closing Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 053/196] [media] saa7134-alsa: Only frees registered sound cards Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 054/196] ARM: nomadik: fix up SD/MMC DT settings Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 055/196] Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 056/196] scsi_dh_rdac: always retry MODE SELECT on command lock violation Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 057/196] SCSI: Add Marvell Console to VPD blacklist Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 058/196] drm: fix missing reference counting decrease Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 059/196] drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 060/196] drm/dp/mst: Calculate MST PBN with 31.32 fixed point Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 061/196] drm/dp/mst: Reverse order of MST enable and clearing VC payload table Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 062/196] drm/dp/mst: deallocate payload on port destruction Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 063/196] ALSA: hda - Fix static checker warning in patch_hdmi.c Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 064/196] Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo" Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 065/196] dump_stack: avoid potential deadlocks Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 066/196] mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 067/196] ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 068/196] mm: replace vma_lock_anon_vma with anon_vma_lock_read/write Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 069/196] radix-tree: fix oops after radix_tree_iter_retry Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 070/196] crypto: user - lock crypto_alg_list on alg dump Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 071/196] crypto: atmel-sha - fix atmel_sha_remove() Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 072/196] qla2xxx: Fix stale pointer access Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 073/196] serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485) Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 074/196] tty: Add support for PCIe WCH382 2S multi-IO card Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 075/196] pty: fix possible use after free of tty->driver_data Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 076/196] pty: make sure super_block is still valid in final /dev/tty close Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 077/196] ALSA: hda - Fix speaker output from VAIO AiO machines Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 078/196] klist: fix starting point removed bug in klist iterators Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 079/196] ALSA: dummy: Implement timer backend switching more safely Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 080/196] drm/i915/dsi: defend gpio table against out of bounds access Kamal Mostafa
2016-03-09 0:28 ` [PATCH 3.19.y-ckt 081/196] drm/i915/dsi: don't pass arbitrary data to sideband Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 082/196] powerpc: Fix dedotify for binutils >= 2.26 Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 083/196] ALSA: timer: Fix wrong instance passed to slave callbacks Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 084/196] ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz() Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 085/196] xen/scsiback: correct frontend counting Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 086/196] nfs: fix nfs_size_to_loff_t Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 087/196] ALSA: timer: Fix race between stop and interrupt Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 088/196] ALSA: timer: Fix race at concurrent reads Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 089/196] phy: core: Fixup return value of phy_exit when !pm_runtime_enabled Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 090/196] phy: core: fix wrong err handle for phy_power_on Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 091/196] phy: twl4030-usb: Relase usb phy on unload Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 092/196] drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select() Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 093/196] drm/i915: fix error path in intel_setup_gmbus() Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 094/196] ahci: Intel DNV device IDs SATA Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 095/196] workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 096/196] drm/radeon: hold reference to fences in radeon_sa_bo_new Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 097/196] cifs: fix erroneous return value Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 098/196] s390/dasd: prevent incorrect length error under z/VM after PAV changes Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 099/196] s390/dasd: fix refcount for PAV reassignment Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 100/196] ARM: 8519/1: ICST: try other dividends than 1 Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 101/196] btrfs: properly set the termination value of ctx->pos in readdir Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 102/196] irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1 Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 103/196] scsi: fix soft lockup in scsi_remove_target() on module removal Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 104/196] ext4: fix potential integer overflow Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 105/196] ext4: don't read blocks from disk after extents being swapped Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 106/196] bio: return EINTR if copying to user space got interrupted Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 107/196] iwlwifi: mvm: don't allow sched scans without matches to be started Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 108/196] xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 109/196] xen/pciback: Save the number of MSI-X entries to be copied later Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 110/196] xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 111/196] ALSA: seq: Drop superfluous error/debug messages after malloc failures Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 112/196] ALSA: seq: Fix leak of pool buffer at concurrent writes Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 113/196] ALSA: hda - Cancel probe work instead of flush at remove Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 114/196] dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 115/196] tracepoints: Do not trace when cpu is offline Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 116/196] tracing: Fix freak link error caused by branch tracer Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 117/196] ALSA: seq: Fix double port list deletion Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 118/196] drm/radeon: use post-decrement in error handling Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 119/196] drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 120/196] drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2) Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 121/196] usb: dwc3: Fix assignment of EP transfer resources Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 122/196] NFSv4: Fix a dentry leak on alias use Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 123/196] ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 124/196] USB: option: add support for SIM7100E Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 125/196] USB: cp210x: add IDs for GE B650V3 and B850V3 boards Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 126/196] USB: option: add "4G LTE usb-modem U901" Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 127/196] hwmon: (ads1015) Handle negative conversion values correctly Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 128/196] ext4: fix bh->b_state corruption Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 129/196] ext4: fix crashes in dioread_nolock mode Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 130/196] kernel/resource.c: fix muxed resource handling in __request_region() Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 131/196] drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 132/196] can: ems_usb: Fix possible tx overflow Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 133/196] s390/compat: correct restore of high gprs on signal return Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 134/196] drm/radeon/pm: adjust display configuration after powerstate Kamal Mostafa
2016-03-09 18:37 ` Kamal Mostafa [this message]
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 135/196] sunrpc/cache: fix off-by-one in qword_get() Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 136/196] KVM: arm/arm64: vgic: Ensure bitmaps are long enough Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 137/196] KVM: async_pf: do not warn on page allocation failures Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 138/196] tracing: Fix showing function event in available_events Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 139/196] libceph: don't bail early from try_read() when skipping a message Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 140/196] libceph: use the right footer size " Kamal Mostafa
2016-03-09 0:29 ` [PATCH 3.19.y-ckt 141/196] ALSA: hda - Fixing background noise on Dell Inspiron 3162 Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 142/196] KVM: x86: MMU: fix ubsan index-out-of-range warning Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 143/196] ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2 Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 144/196] x86/mpx: Fix off-by-one comparison with nr_registers Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 145/196] mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 146/196] hpfs: don't truncate the file when delete fails Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 147/196] do_last(): don't let a bogus return value from ->open() et.al. to confuse us Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 148/196] target: Remove the unused flag SCF_ACK_KREF Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 149/196] target: Remove first argument of target_{get,put}_sess_cmd() Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 150/196] target: Fix LUN_RESET active I/O handling for ACK_KREF Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 151/196] target: Fix TAS handling for multi-session se_node_acls Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 152/196] target: Fix remote-port TMR ABORT + se_cmd fabric stop Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 153/196] target: Fix race with SCF_SEND_DELAYED_TAS handling Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 154/196] af_iucv: Validate socket address length in iucv_sock_bind() Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 155/196] net: dp83640: Fix tx timestamp overflow handling Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 156/196] tcp: fix NULL deref in tcp_v4_send_ack() Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 157/196] af_unix: fix struct pid memory leak Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 158/196] pptp: fix illegal memory access caused by multiple bind()s Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 159/196] sctp: allow setting SCTP_SACK_IMMEDIATELY by the application Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 160/196] ipv6/udp: use sticky pktinfo egress ifindex on connect() Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 161/196] net/ipv6: add sysctl option accept_ra_min_hop_limit Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 162/196] ipv6: addrconf: Fix recursive spin lock call Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 163/196] ipv6: fix a lockdep splat Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 164/196] unix: correctly track in-flight fds in sending process user_struct Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 165/196] net:Add sysctl_max_skb_frags Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 166/196] tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 167/196] sctp: translate network order to host order when users get a hmacid Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 168/196] flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth_get_headlen Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 169/196] net: Copy inner L3 and L4 headers as unaligned on GRE TEB Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 170/196] bonding: Fix ARP monitor validation Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 171/196] ipv4: fix memory leaks in ip_cmsg_send() callers Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 172/196] af_unix: Guard against other == sk in unix_dgram_sendmsg Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 173/196] qmi_wwan: add "4G LTE usb-modem U901" Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 174/196] net/mlx4_en: Count HW buffer overrun only once Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 175/196] net/mlx4_en: Choose time-stamping shift value according to HW frequency Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 176/196] net/mlx4_en: Avoid changing dev->features directly in run-time Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 177/196] pppoe: fix reference counting in PPPoE proxy Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 178/196] route: check and remove route cache when we get route Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 179/196] rtnl: RTM_GETNETCONF: fix wrong return value Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 180/196] unix_diag: fix incorrect sign extension in unix_lookup_by_ino Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 181/196] sctp: Fix port hash table size computation Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 182/196] net: phy: bcm7xxx: Fix shadow mode 2 disabling Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 183/196] net: phy: bcm7xxx: Fix bcm7xxx_config_init() check Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 184/196] s390/oprofile: fix address range for asynchronous stack Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 185/196] s390/perf_event: " Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 186/196] af_unix: Don't set err in unix_stream_read_generic unless there was an error Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 187/196] net: phy: Fix phy_mac_interrupt() Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 188/196] net: phy: fix PHY_RUNNING in phy_state_machine Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 189/196] net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 190/196] net: phy: bcm7xxx: Fix 40nm EPHY features Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 191/196] netlink: not trim skb for mmaped socket when dump Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 192/196] ARM: dts: kirkwood: use unique machine name for ds112 Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 193/196] s390/stacktrace: fix address ranges for asynchronous and panic stack Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 194/196] MAINTAINERS: Remove stale entry for BCM33xx chips Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 195/196] [media] exynos4-is: fix a format string bug Kamal Mostafa
2016-03-09 0:30 ` [PATCH 3.19.y-ckt 196/196] pipe: limit the per-user amount of pages allocated in pipes Kamal Mostafa
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=1457548639.8149.5.camel@canonical.com \
--to=kamal@canonical.com \
--cc=alexander.deucher@amd.com \
--cc=kernel-team@lists.ubuntu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.