stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Slaby <jslaby@suse.cz>
To: Hugh Dickins <hughd@google.com>
Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org,
	Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>,
	Christoph Lameter <cl@linux.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH 3.12 100/170] hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry
Date: Sun, 20 Jul 2014 21:51:25 +0200	[thread overview]
Message-ID: <53CC1DBD.2020202@suse.cz> (raw)
In-Reply-To: <alpine.LSU.2.11.1407181146250.3308@eggly.anvils>

On 07/18/2014 08:53 PM, Hugh Dickins wrote:
> On Fri, 18 Jul 2014, Jiri Slaby wrote:
> 
>> From: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
>>
>> 3.12-stable review patch.  If anyone has any objections, please let me know.
>>
>> ===============
>>
>> commit 4a705fef986231a3e7a6b1a6d3c37025f021f49f upstream.
>>
>> There's a race between fork() and hugepage migration, as a result we try
>> to "dereference" a swap entry as a normal pte, causing kernel panic.
>> The cause of the problem is that copy_hugetlb_page_range() can't handle
>> "swap entry" family (migration entry and hwpoisoned entry) so let's fix
>> it.
>>
>> [akpm@linux-foundation.org: coding-style fixes]
>> Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
>> Acked-by: Hugh Dickins <hughd@google.com>
>> Cc: Christoph Lameter <cl@linux.com>
>> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
>> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
>> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
> 
> Please drop this one for now: other -stables have carried it, but it
> was found yesterday to contain a bug of its own, arguably worse than
> what it's fixing.  Naoya-san has done the fix for that, it's in mmotm
> and should make its way to Linus probably next week: so please hold
> this back until that can join it - thanks.

Thanks, I dropped it later on Fri already after Guillaume informed me
about this.

-- 
js
suse labs

  reply	other threads:[~2014-07-20 19:51 UTC|newest]

Thread overview: 178+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-18 12:12 [PATCH 3.12 000/170] 3.12.25-stable review Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 001/170] Revert "aio: fix kernel memory disclosure in io_getevents() introduced in v3.10" Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 002/170] ipvs: stop tot_stats estimator only under CONFIG_SYSCTL Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 003/170] netfilter: nf_nat: fix oops on netns removal Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 004/170] rtmutex: Fix deadlock detector for real Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 005/170] rtmutex: Detect changes in the pi lock chain Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 006/170] rtmutex: Handle deadlock detection smarter Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 007/170] rtmutex: Plug slow unlock race Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 008/170] target: Fix left-over se_lun->lun_sep pointer OOPs Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 009/170] iscsi-target: Avoid rejecting incorrect ITT for Data-Out Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 010/170] iscsi-target: Explicily clear login response PDU in exception path Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 011/170] iscsi-target: fix iscsit_del_np deadlock on unload Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 012/170] Input: elantech - deal with clickpads reporting right button events Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 013/170] Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is set Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 014/170] PCI: Add new ID for Intel GPU "spurious interrupt" quirk Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 015/170] PCI: Fix incorrect vgaarb conditional in WARN_ON() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 016/170] mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systems Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 017/170] mtip32xx: Increase timeout for STANDBY IMMEDIATE command Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 018/170] mtip32xx: Remove dfs_parent after pci unregister Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 019/170] recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 020/170] MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 021/170] UBIFS: fix an mmap and fsync race condition Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 022/170] UBIFS: Remove incorrect assertion in shrink_tnc() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 023/170] watchdog: sp805: Set watchdog_device->timeout from ->set_timeout() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 024/170] watchdog: ath79_wdt: avoid spurious restarts on AR934x Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 025/170] watchdog: kempld-wdt: Use the correct value when configuring the prescaler with the watchdog Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 026/170] IB/mlx5: add missing padding at end of struct mlx5_ib_create_cq Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 027/170] IB/mlx5: add missing padding at end of struct mlx5_ib_create_srq Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 028/170] IB/qib: Fix port in pkey change event Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 029/170] IB/ipath: Translate legacy diagpkt into newer extended diagpkt Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 030/170] IB/srp: Fix a sporadic crash triggered by cable pulling Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 031/170] IB/umad: Fix error handling Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 032/170] IB/umad: Fix use-after-free on close Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 033/170] SUNRPC: Fix a module reference leak in svc_handle_xprt Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 034/170] pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 035/170] nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 036/170] NFS: Don't declare inode uptodate unless all attributes were checked Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 037/170] NFS: populate ->net in mount data when remounting Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 038/170] nfs: Fix cache_validity check in nfs_write_pageuptodate() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 039/170] powerpc/pseries: Fix overwritten PE state Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 040/170] powerpc/mm: Check paca psize is up to date for huge mappings Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 041/170] powerpc/serial: Use saner flags when creating legacy ports Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 042/170] powerpc: 64bit sendfile is capped at 2GB Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 043/170] powerpc: fix typo 'CONFIG_PMAC' Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 044/170] powerpc/perf: Ensure all EBB register state is cleared on fork() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 045/170] powerpc: fix typo 'CONFIG_PPC_CPU' Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 046/170] powerpc: Don't setup CPUs with bad status Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 047/170] powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category support Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 048/170] powerpc: Don't skip ePAPR spin-table CPUs Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 049/170] reiserfs: call truncate_setsize under tailpack mutex Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 050/170] MIPS: KVM: Remove redundant NULL checks before kfree() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 051/170] MIPS: KVM: Fix memory leak on VCPU Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 052/170] ipvs: Fix panic due to non-linear skb Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 053/170] ptrace,x86: force IRET path after a ptrace_stop() Jiri Slaby
2014-07-18 12:10 ` [PATCH 3.12 054/170] lz4: add overrun checks to lz4_uncompress_unknownoutputsize() Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 055/170] Documentation/SubmittingPatches: describe the Fixes: tag Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 056/170] tracing: Try again for saved cmdline if failed due to locking Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 057/170] tracing: Fix syscall_*regfunc() vs copy_process() race Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 058/170] ALSA: usb-audio: Fix races at disconnection and PCM closing Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 059/170] ibmvscsi: Abort init sequence during error recovery Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 060/170] ibmvscsi: Add memory barriers for send / receive Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 061/170] virtio-scsi: avoid cancelling uninitialized work items Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 062/170] scsi_error: fix invalid setting of host byte Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 063/170] virtio-scsi: fix various bad behavior on aborted requests Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 064/170] xhci: correct burst count field for isoc transfers on 1.0 xhci hosts Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 065/170] xhci: Fix runtime suspended xhci from blocking system suspend Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 066/170] USB: option: add device ID for SpeedUp SU9800 usb 3g modem Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 067/170] usb: option: add/modify Olivetti Olicard modems Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 068/170] usb: musb: ux500: don't propagate the OF node Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 069/170] usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irq Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 070/170] usb: musb: Fix panic upon musb_am335x module removal Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 071/170] usb: chipidea: udc: delete td from req's td list at ep_dequeue Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 072/170] USB: ftdi_sio: fix null deref at port probe Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 073/170] usb: gadget: f_fs: fix NULL pointer dereference when there are no strings Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 074/170] rt2x00: disable TKIP on USB Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 075/170] rt2x00: fix rfkill regression on rt2500pci Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 076/170] mtd: eLBC NAND: fix subpage write support Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 077/170] mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 078/170] vgaswitcheroo: switch the mux to the igp on power down when runpm is enabled Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 079/170] drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 080/170] drm/radeon: fix typo in radeon_connector_is_dp12_capable() Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 081/170] drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 082/170] drm/radeon/atom: fix dithering on certain panels Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 083/170] drm/radeon: don't allow RADEON_GEM_DOMAIN_CPU for command submission Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 084/170] drm/radeon/dpm: fix typo in vddci setup for eg/btc Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 085/170] drm/radeon/dpm: fix vddci setup typo on cayman Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 086/170] drm/radeon/cik: fix typo in EOP packet Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 087/170] drm/vmwgfx: Fix incorrect write to read-only register v2: Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 088/170] Bluetooth: Fix SSP acceptor just-works confirmation without MITM Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 089/170] Bluetooth: Fix indicating discovery state when canceling inquiry Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 090/170] Bluetooth: Fix locking of hdev when calling into SMP code Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 091/170] Bluetooth: Allow change security level on ATT_CID in slave role Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 092/170] dm thin: update discard_granularity to reflect the thin-pool blocksize Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 093/170] rbd: use reference counts for image requests Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 094/170] rbd: handle parent_overlap on writes correctly Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 095/170] hwmon: (ina2xx) Cast to s16 on shunt and current regs Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 096/170] mac80211: fix IBSS join by initializing last_scan_completed Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 097/170] mac80211: don't check netdev state for debugfs read/write Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 098/170] mac80211: fix a memory leak on sta rate selection table Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 099/170] iwlwifi: pcie: try to get ownership several times Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 100/170] hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry Jiri Slaby
2014-07-18 18:53   ` Hugh Dickins
2014-07-20 19:51     ` Jiri Slaby [this message]
2014-07-18 12:11 ` [PATCH 3.12 101/170] mm, pcp: allow restoring percpu_pagelist_fraction default Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 102/170] arm64: mm: Make icache synchronisation logic huge page aware Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 103/170] ARM: OMAP2+: Fix parser-bug in platform muxing code Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 104/170] arm64: Bug fix in stack alignment exception Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 105/170] net: allwinner: emac: Add missing free_irq Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 106/170] b43: fix frequency reported on G-PHY with /new/ firmware Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 107/170] CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars option Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 108/170] blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt an atomic_t Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 109/170] ext4: Fix buffer double free in ext4_alloc_branch() Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 110/170] ext4: Fix hole punching for files with indirect blocks Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 111/170] KVM: x86: Increase the number of fixed MTRR regs to 10 Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 112/170] KVM: x86: preserve the high 32-bits of the PAT register Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 113/170] iio: of_iio_channel_get_by_name() returns non-null pointers for error legs Jiri Slaby
2014-07-18 12:11 ` [PATCH 3.12 114/170] nfsd: fix rare symlink decoding bug Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 115/170] tools: ffs-test: fix header values endianess Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 116/170] tracing: Remove ftrace_stop/start() from reading the trace file Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 117/170] md: flush writes before starting a recovery Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 118/170] irqchip: spear_shirq: Fix interrupt offset Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 119/170] mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDER Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 120/170] serial: Fix IGNBRK handling Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 121/170] tty: Correct INPCK handling Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 122/170] mmc: rtsx: add R1-no-CRC mmc command type handle Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 123/170] ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb() Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 124/170] ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 125/170] sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 126/170] mm: fix crashes from mbind() merging vmas Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 127/170] usb: option: Add ID for Telewell TW-LTE 4G v2 Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 128/170] USB: cp210x: add support for Corsair usb dongle Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 129/170] USB: ftdi_sio: Add extra PID Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 130/170] USB: serial: ftdi_sio: Add Infineon Triboard Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 131/170] iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 132/170] workqueue: fix dev_set_uevent_suppress() imbalance Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 133/170] cpuset,mempolicy: fix sleeping function called from invalid context Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 134/170] workqueue: zero cpumask of wq_numa_possible_cpumask on init Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 135/170] thermal: hwmon: Make the check for critical temp valid consistent Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 136/170] hwmon: (amc6821) Fix permissions for temp2_input Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 137/170] hwmon: (emc2103) Clamp limits instead of bailing out Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 138/170] hwmon: (adm1031) Fix writes to limit registers Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 139/170] hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 140/170] hwmon: (adm1021) Fix cache problem when writing temperature limits Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 141/170] ACPI / EC: Avoid race condition related to advance_transaction() Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 142/170] ACPI / EC: Add asynchronous command byte write support Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 143/170] ACPI / EC: Remove duplicated ec_wait_ibf0() waiter Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 144/170] ACPI / EC: Fix race condition in ec_transaction_completed() Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 145/170] powerpc/perf: Never program book3s PMCs with values >= 0x80000000 Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 146/170] powerpc/perf: Add PPMU_ARCH_207S define Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 147/170] powerpc/perf: Clear MMCR2 when enabling PMU Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 148/170] cpufreq: Makefile: fix compilation for davinci platform Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 149/170] crypto: sha512_ssse3 - fix byte count to bit count conversion Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 150/170] arm64: implement TASK_SIZE_OF Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 151/170] clk: spear3xx: Use proper control register offset Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 152/170] clk: s2mps11: Fix double free corruption during driver unbind Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 153/170] Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 154/170] dm io: fix a race condition in the wake up code for sync_io Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 155/170] intel_pstate: Set CPU number before accessing MSRs Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 156/170] ext4: fix unjournalled bg descriptor while initializing inode bitmap Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 157/170] ext4: clarify error count warning messages Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 158/170] ext4: clarify ext4_error message in ext4_mb_generate_buddy_error() Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 159/170] ext4: disable synchronous transaction batching if max_batch_time==0 Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 160/170] ext4: fix a potential deadlock in __ext4_es_shrink() Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 161/170] drm/radeon/dpm: Reenabling SS on Cayman Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 162/170] drm/radeon: fix typo in ci_stop_dpm() Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 163/170] drm/radeon: fix typo in golden register setup on evergreen Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 164/170] drm/radeon: stop poisoning the GART TLB Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 165/170] drm/i915: Don't clobber the GTT when it's within stolen memory Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 166/170] DMA, CMA: fix possible memory leak Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 167/170] ring-buffer: Check if buffer exists before polling Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 168/170] powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64 Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 169/170] x86, ioremap: Speed up check for RAM pages Jiri Slaby
2014-07-18 12:12 ` [PATCH 3.12 170/170] ACPI / battery: Retry to get battery information if failed during probing Jiri Slaby
2014-07-18 12:16 ` [PATCH 3.12 000/170] 3.12.25-stable review Jiri Slaby
2014-07-18 13:47   ` Guenter Roeck
2014-07-19  2:38     ` Satoru Takeuchi
2014-07-22  9:02       ` Jiri Slaby
2014-07-21 15:31   ` Shuah Khan

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=53CC1DBD.2020202@suse.cz \
    --to=jslaby@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=hughd@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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).