stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: "Woodruff, Richard" <r-woodruff2@ti.com>,
	Sasha Levin <sasha.levin@oracle.com>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>,
	"stable-commits@vger.kernel.org" <stable-commits@vger.kernel.org>,
	Kees Cook <keescook@chromium.org>,
	Laura Abbott <labbott@redhat.com>, "Menon, Nishanth" <nm@ti.com>,
	"Kristo, Tero" <t-kristo@ti.com>
Subject: Re: [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2_inv_api_params for rodata
Date: Thu, 11 Feb 2016 08:27:12 -0800	[thread overview]
Message-ID: <20160211162712.GH3500@atomide.com> (raw)
In-Reply-To: <20160211161918.GX10826@n2100.arm.linux.org.uk>

* Russell King - ARM Linux <linux@arm.linux.org.uk> [160211 08:20]:
> On Thu, Feb 11, 2016 at 07:48:10AM -0800, Tony Lindgren wrote:
> > Hi,
> > 
> > * Russell King - ARM Linux <linux@arm.linux.org.uk> [160211 02:43]:
> > > Yes, this isn't going to work if it is copied out of the DDR, because
> > > moving the data to the .data section and introducing a PC relative
> > > access to it will make the code expect to access data at a relative
> > > offset from the SRAM.
> > > 
> > > Sascha, please drop this for now.
> > 
> > Hmm did I miss something? Since commit 46e130d298a3 ("ARM: pm: omap3:
> > run the ASM sleep code from DDR") we only run minimal parts of the
> > code in SRAM. Naturally if any SRAM code uses PC relative access things
> > won't work.
> > 
> > Here are the only pieces running in SRAM:
> > 
> > - omap3_do_wfi running in SRAM only for retention idle as off
> >   idle restores DDR for us
> > 
> > - For HS omaps, save_secure_ram_context is already in .data as it's
> >   only run in SRAM
> > 
> > - For some revisions, we have es3_sdrc_fix dynamically copied to
> >   SRAM
> > 
> > If there are other places that I've missed, please let me know and
> > I'll take a look ASAP!
> 
> Hmm, ok, I missed that.  It looks fine, but now that I'm looking deeper,
> I'm wondering what the point of this particular change is.
> 
> From what I can see, you're moving both l2dis_3630 and l2_inv_api_params
> into the .data section, and adding extra complication to access those in
> a position-relative manner.  However, I'm unable to locate anything which
> writes to either of these: they're only read from - nothing can, they're
> not even global symbols, so aren't referencable outside of sleep34xx.S.
> 
> So I don't see why this should be Cc'd for stable kernels, since as far
> as I can see, it's not fixing any bug.

We have enable_omap3630_toggle_l2_on_restore toggle l2dis_3630 from
pm34xx.c. That won't work if CONFIG_DEBUG_RODATA is selected.

But for l2_inv_api_params, it seems you're right. That's read only
data!

Regards,

Tony

  reply	other threads:[~2016-02-11 16:27 UTC|newest]

Thread overview: 248+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 15:08 [added to the 4.1 stable tree] ovl: allow zero size xattr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: use a minimal buffer in ovl_copy_xattr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] vb2: fix a regression in poll() behavior for output,streams Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] gspca: ov534/topro: prevent a division by 0 Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: call hpd_irq_event on resume Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ARM: mvebu: remove duplicated regulator definition in Armada 388 GP Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] time: Avoid signed overflow in timekeeping_get_ns() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8 Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: root: copy attr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] Bluetooth: Add support of Toshiba Broadcom based devices Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm: Don't overwrite UNVERFIED mode status to OK Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] rtlwifi: fix memory leak for USB device Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] wlcore/wl12xx: spi: fix oops on firmware load Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: setattr: check permissions before copy-up Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] ovl: check dentry positiveness in ovl_cleanup_whiteouts() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] EDAC, mc_sysfs: Fix freeing bus' name Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] EDAC: Robustify workqueues destruction Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] iommu/io-pgtable-arm: Ensure we free the final level on teardown Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] dm thin: fix race condition when destroying thin pool workqueue Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: Fix "slow" audio over DP on DCE8+ Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] futex: Drop refcount if requeue_pi() acquired the rtmutex Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] arm64: mdscr_el1: avoid exposing DCC to userspace Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] arm64: kernel: enforce pmuserenr_el0 initialization and restore Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] coresight: checking for NULL string in coresight_name_match() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] drm/radeon: clean up fujitsu quirks Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] mmc: sdio: Fix invalid vdd in voltage switch power cycle Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] mmc: sdhci: Fix DMA descriptor with zero data length Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] udf: limit the maximum number of indirect extents in a row Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] [media] rc: sunxi-cir: Initialize the spinlock properly Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] nfs: Fix race in __update_open_stateid() Sasha Levin
2016-02-10 15:08 ` [added to the 4.1 stable tree] Thermal: initialize thermal zone device correctly Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Thermal: handle thermal zone device properly during system sleep Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Thermal: do thermal zone update after a cooling device registered Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] posix-clock: Fix return code on the poll method's error path Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8188ee: Fix module parameter initialization Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192de: Fix incorrect module parameter descriptions Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192se: Fix module parameter initialization Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192ce: Fix handling of module parameters Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl8192cu: Add missing parameter setup Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] NFS: Fix attribute cache revalidation Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] rtlwifi: rtl_pci: Fix kernel panic Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: fix a livelock when we cause a huge number of cache misses Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: Add a cond_resched() call to gc Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: fix a leak in bch_cached_dev_run() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: unregister reboot notifier if bcache fails to unregister device Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: allows use of register in udev to avoid "device_busy" error Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: prevent crash on changing writeback_running Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] bcache: Change refill_dirty() to always scan entire disk if necessary Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] wlcore/wl12xx: spi: fix NULL pointer dereference (Oops) Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Input: i8042 - add Fujitsu Lifebook U745 to the nomux list Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] udf: Prevent buffer overrun with multi-byte characters Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] udf: Check output buffer length when converting name to CS0 Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: process broadcast messages correctly Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: always send reply for UP request Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: fix in MSTB RAD initialization Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/dp/mst: fix in RAD element access Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] PCI: Fix minimum allocation address overwrite Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] btrfs: handle invalid num_stripes in sys_array Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] iwlwifi: update and fix 7265 series PCI IDs Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] iwlwifi: pcie: properly configure the debug buffer size for 8000 Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] locks: fix unlock when fcntl_setlk races with a close Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] scsi: add Synology to 1024 sector blacklist Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dm snapshot: fix hung bios when copy error occurs Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] uml: fix hostfs mknod() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] uml: flush stdout before forking Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/nouveau/kms: take mode_config mutex in connector hotplug path Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] s390: fix normalization bug in exception table sorting Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] xfs: inode recovery readahead can race with inode buffer creation Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] xfs: handle dquot buffer readahead in log recovery correctly Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] clocksource/drivers/vt8500: Increase the minimum delta Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] Input: elantech - mark protocols v2 and v3 as semi-mt Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] virtio_ballon: change stub of release_pages_by_pfn Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] virtio_balloon: fix race by fill and leak Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] virtio_balloon: fix race between migration and ballooning Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] parisc: Fix __ARCH_SI_PREAMBLE_SIZE Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] drm/i915: Restore inhibiting the load of the default context Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] KVM: PPC: Fix ONE_REG AltiVec support Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dmaengine: dw: fix cyclic transfer setup Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dmaengine: dw: fix cyclic transfer callbacks Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] mmc: mmci: fix an ages old detection error Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] mmc: core: enable CMD19 tuning for DDR50 mode Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] mmc: core: Enable tuning according to the actual timing Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] sparc64: fix incorrect sign extension in sys_sparc64_personality Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] cifs: Ratelimit kernel log messages Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] cifs: fix race between call_async() and reconnect() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] cifs_dbg() outputs an uninitialized buffer in cifs_readdir() Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] m32r: fix m32104ut_defconfig build fail Sasha Levin
2016-02-10 15:09 ` [added to the 4.1 stable tree] dma-debug: switch check from _text to _stext Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] scripts/bloat-o-meter: fix python3 syntax error Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ocfs2/dlm: ignore cleaning the migration mle that is inuse Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] zram/zcomp: use GFP_NOIO to allocate streams Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] zram: try vmalloc() after kmalloc() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] mm: soft-offline: check return value in second __get_any_page() call Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] memcg: only free spare array when readers are done Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] panic: release stale console lock to always get the logbuf printed out Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] kernel/panic.c: turn off locks debug before releasing console lock Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] printk: do cond_resched() between lines while outputting to consoles Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Disallow bind/setkey/... after accept(2) Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Fix socket double-free when accept fails Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Add nokey compatibility path Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: hash - Add crypto_ahash_has_setkey Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_hash - Require setkey before accept(2) Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_hash - Remove custom release parent function Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: af_alg - Forbid bind(2) when nokey child sockets are present Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_hash - Fix race condition in hash_check_key Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] dmaengine: at_xdmac: fix resume for cyclic transfers Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ARM: debug-ll: fix BCM63xx entry for multiplatform Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] xfs: log mount failures don't wait for buffers to be released Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: crc32c - Fix crc32c soft dependency Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] IB/qib: fix mcast detach when qp not attached Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] IB/qib: Support creating qps with GFP_NOIO flag Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] btrfs: put delayed item hook into inode Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] Btrfs: fix deadlock running delayed iputs at transaction commit time Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] iscsi-target: Fix potential dead-lock during node acl delete Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] crypto: algif_skcipher - sendmsg SG marking is off by one Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] zsmalloc: fix migrate_zspage-zs_free race condition Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] lib/string_helpers.c: fix infinite loop in string_get_size() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] string_helpers: fix precision loss for some inputs Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] prctl: take mmap sem for writing to protect against others Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] powerpc: Simplify module TOC handling Sasha Levin
2016-02-15  5:58   ` Michael Ellerman
2016-02-15 15:26     ` Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] libceph: fix ceph_msg_revoke() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] mm: fix mlock accouting Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi list Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ideapad-laptop: Add Lenovo Yoga 700 " Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] usb: cdc-acm: handle unlinked urb in acm read callback Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] usb: cdc-acm: send zero packet for intel 7260 modem Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] cdc-acm:exclude Samsung phone 04e8:685d Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] usb: hub: do not clear BOS field during reset device Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: cp210x: add ID for IAI USB to RS485 adaptor Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: visor: fix null-deref at probe Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: serial: visor: fix crash on detecting device without write_urbs Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: serial: option: Adding support for Telit LE922 Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: seq: Degrade the error message for too many opens Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] arm64: kernel: fix architected PMU registers unconditional access Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] USB: option: fix Cinterion AHxx enumeration Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] virtio_pci: fix use after free on release Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] ALSA: bebob: Use a signed return type for get_formation_index Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] arm64: mm: avoid calling apply_to_page_range on empty range Sasha Levin
2016-02-10 15:10 ` [added to the 4.1 stable tree] x86/mm: Fix types used in pgprot cacheability flags translations Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] powerpc/eeh: Fix PE location code Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] SCSI: fix crashes in sd and sr runtime PM Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] n_tty: Fix unsafe reference to "other" ldisc Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] staging/speakup: Use tty_ldisc_ref() for paste kworker Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] irqchip/atmel-aic: Fix wrong bit operation for IRQ priority Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] seccomp: always propagate NO_NEW_PRIVS on tsync Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: rework audio modeset to handle non-audio hdmi features Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: cleaned up VCO output settings for DP audio Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: Add a common function for DFS handling Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: fix DP audio support for APU with DCE4.1 display engine Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] KEYS: prevent keys from being removed from specified keyrings Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] KEYS: refcount bug fix Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: dummy: Disable switching timer backend via sysfs Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/vmwgfx: respect 'nomodeset' Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] Staging: speakup: Fix getting port information Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] x86/mm/pat: Avoid truncation when converting cpa->numpages to address Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] serial: 8250_pci: Add Intel Broadwell ports Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot() Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix wait_dll_lock_timed for rodata Sasha Levin
2016-02-11  4:48   ` Woodruff, Richard
2016-02-11 16:20     ` Tony Lindgren
2016-02-11 16:51       ` Woodruff, Richard
2016-02-11 17:41         ` Tony Lindgren
2016-03-02  0:24       ` Woodruff, Richard
2016-03-04  4:13         ` Tony Lindgren
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2dis_3630 " Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix save_secure_ram_context " Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2_inv_api_params " Sasha Levin
2016-02-11  4:55   ` Woodruff, Richard
2016-02-11 10:41     ` Russell King - ARM Linux
2016-02-11 13:35       ` Sasha Levin
2016-02-11 15:48       ` Tony Lindgren
2016-02-11 16:19         ` Russell King - ARM Linux
2016-02-11 16:27           ` Tony Lindgren [this message]
2016-02-11 16:46         ` Tony Lindgren
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix ppa_zero_params and ppa_por_params " Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] mac80211: Requeue work after scan complete for all VIF types Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] rfkill: fix rfkill_fop_read wait_event usage Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: dts: at91: sama5d4: fix instance id of DBGU Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: dts: at91: sama5d4ek: add phy address and IRQ for macb0 Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ type Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] crypto: shash - Fix has_key setting Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/i915/dp: fall back to 18 bpp when sink capability is unknown Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: usb-audio: Fix OPPO HA-1 vendor ID Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: usb-audio: Add quirk for Microsoft LifeCam HD-6000 Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] crypto: algif_hash - wait for crypto_ahash_init() to complete Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: seq: Fix race at closing in virmidi driver Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: pcm: Fix potential deadlock in OSS emulation Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: seq: Fix yet another races among ALSA timer accesses Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: timer: Code cleanup Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: timer: Fix link corruption due to double start or stop Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm: add helper to check for wc memory support Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: Always disable RADEON_GEM_GTT_UC along with RADEON_GEM_GTT_WC Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drm/radeon: mask out WC from BO on unsupported arches Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: hda - Add fixup for Mac Mini 7,1 model Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: rawmidi: Make snd_rawmidi_transmit() race-free Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: rawmidi: Fix race at copying & updating the position Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] ALSA: seq: Fix lockdep warnings due to double mutex locks Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] radix-tree: fix race in gang lookup Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: Workaround to get D3 working in Intel xHCI Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: call BIOS workaround to enable runtime suspend on Intel Braswell Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] xhci: create one unified function to calculate TRB TD remainder Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: handle both SSIC ports in PME stuck quirk Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: add a quirk bit for ssic port unused Sasha Levin
2016-02-10 15:11 ` [added to the 4.1 stable tree] usb: xhci: set SSIC port unused only if xhci_suspend succeeds Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] xhci: Fix list corruption in urb dequeue at host removal Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] [media] tda1004x: only update the frontend properties if locked Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] ALSA: timer: Fix leftover link at closing Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] [media] saa7134-alsa: Only frees registered sound cards Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] ARM: nomadik: fix up SD/MMC DT settings Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm: fix missing reference counting decrease Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/dp/mst: Calculate MST PBN with 31.32 fixed point Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/dp/mst: Remove port after removing connector Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/dp/mst: fixup handling hotplug on port removal Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/radeon: Take all modeset locks for DP MST hotplug Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] drm/i915: " Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] dump_stack: avoid potential deadlocks Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] mm: replace vma_lock_anon_vma with anon_vma_lock_read/write Sasha Levin
2016-02-10 15:12 ` [added to the 4.1 stable tree] radix-tree: fix oops after radix_tree_iter_retry Sasha Levin
  -- strict thread matches above, loose matches on Subject: below --
2016-04-17  9:50 [added to the 4.1 stable tree] ALSA: hda - Fixup inverted internal mic for Lenovo E50-80 Sasha Levin
2016-04-17  9:50 ` [added to the 4.1 stable tree] ARM: OMAP2+: Fix l2_inv_api_params for rodata Sasha Levin

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=20160211162712.GH3500@atomide.com \
    --to=tony@atomide.com \
    --cc=keescook@chromium.org \
    --cc=labbott@redhat.com \
    --cc=linux@arm.linux.org.uk \
    --cc=nm@ti.com \
    --cc=r-woodruff2@ti.com \
    --cc=sasha.levin@oracle.com \
    --cc=stable-commits@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=t-kristo@ti.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).