All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Sasha Levin <sasha.levin@oracle.com>
Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
	Andy Lutomirski <luto@amacapital.net>,
	Ingo Molnar <mingo@kernel.org>,
	Quentin Casasnovas <quentin.casasnovas@oracle.com>,
	Phil Turnbull <phil.turnbull@oracle.com>
Subject: Re: [PATCH 3.18 000/222] 3.18.14-review (build errors)
Date: Sat, 16 May 2015 21:21:49 -0700	[thread overview]
Message-ID: <20150517042149.GA1778@roeck-us.net> (raw)
In-Reply-To: <1431824764-20044-1-git-send-email-sasha.levin@oracle.com>

On Sat, May 16, 2015 at 09:02:21PM -0400, Sasha Levin wrote:
> This is the start of the stable review cycle for the 3.18.14 release.
> There are 222 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
Build results:
	total: 125 pass: 110 fail: 15
Failed builds:
	alpha:allmodconfig
	arm64:allmodconfig
	i386:defconfig
	i386:allyesconfig
	i386:allmodconfig
	i386:allnoconfig
	m68k:allmodconfig
	mips:allmodconfig
	mips:fuloong2e_defconfig
	mips:cavium_octeon_defconfig
	powerpc:allmodconfig
	powerpc:ppc6xx_defconfig
	s390:allmodconfig
	sparc64:allmodconfig
	xtensa:allmodconfig

Qemu test results:
	total: 30 pass: 28 fail: 2
Failed tests:
	x86_64:x86_64_pc_defconfig
	x86_64:x86_64_pc_nosmp_defconfig

---
x86_64 (qemu), i386:

arch/x86/lib/insn.c: In function 'insn_init':
arch/x86/lib/insn.c:59:6: error: 'buf_len' undeclared

Caused by commit d597f507791d ("x86/asm/decoder: Fix and enforce max instruction
size in the insn decoder"). Something must have gone wrong with the back-port,
or some other commit is missing; the variable is not declared.

---
xtensa, sparc64, s390, powerpc, mips, m68k, i386, arm64, alpha:

drivers/usb/class/cdc-acm.c: In function ‘acm_probe’:
drivers/usb/class/cdc-acm.c:1135:3: error: ‘elength’ undeclared

Caused by commit bf2996daa6d2 ("cdc-acm: prevent infinite loop when parsing CDC
headers"). Same thing - the variable is not declared.

Guenter

  parent reply	other threads:[~2015-05-17  4:21 UTC|newest]

Thread overview: 228+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-17  1:02 [PATCH 3.18 000/222] 3.18.14-review Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 001/222] kvm: add a memslot flag for incoherent memory regions Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 002/222] arm, arm64: KVM: allow forced dcache flush on page faults Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 003/222] arm, arm64: KVM: handle potential incoherency of readonly memslots Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 004/222] arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 005/222] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 006/222] arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 007/222] arm/arm64: KVM: Turn off vcpus on PSCI shutdown/reboot Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 008/222] arm/arm64: KVM: Introduce stage2_unmap_vm Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 009/222] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps() Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 010/222] arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 011/222] arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 012/222] arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQs Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 013/222] arm/arm64: KVM: Require in-kernel vgic for the arch timers Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 014/222] KVM: arm/arm64: vgic: vgic_init returns -ENODEV when no online vcpu Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 015/222] arm64: KVM: Fix TLB invalidation by IPA/VMID Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 016/222] arm64: KVM: Fix HCR setting for 32bit guests Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 017/222] arm/arm64: KVM: Invalidate data cache on unmap Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 018/222] arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 019/222] ARM: KVM: Fix size check in __coherent_cache_guest_page Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 020/222] arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 021/222] arm64: KVM: Do not use pgd_index to index stage-2 pgd Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 022/222] arm/arm64: KVM: Keep elrsr/aisr in sync with software model Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 023/222] mlx4: Fix tx ring affinity_mask creation Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 024/222] net/mlx4_en: Schedule napi when RX buffers allocation fails Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 025/222] ipv4: Missing sk_nulls_node_init() in ping_unhash() Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 026/222] ip_forward: Drop frames with attached skb->sk Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 027/222] net: add skb_checksum_complete_unset Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 028/222] ppp: call skb_checksum_complete_unset in ppp_receive_frame Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 029/222] tcp: fix possible deadlock in tcp_send_fin() Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 030/222] tcp: avoid looping " Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 031/222] net: do not deplete pfmemalloc reserve Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 032/222] net: fix crash in build_skb() Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 033/222] x86/asm/decoder: Fix and enforce max instruction size in the insn decoder Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 034/222] sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 035/222] sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIs Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 036/222] KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 037/222] Btrfs: fix log tree corruption when fs mounted with -o discard Sasha Levin
2015-05-17  1:02 ` [PATCH 3.18 038/222] btrfs: don't accept bare namespace as a valid xattr Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 039/222] Btrfs: fix inode eviction infinite loop after cloning into it Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 040/222] Btrfs: fix inode eviction infinite loop after extent_same ioctl Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 041/222] usb: gadget: printer: enqueue printer's response for setup request Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 042/222] KVM: s390: fix handling of write errors in the tpi handler Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 043/222] KVM: s390: reinjection of irqs can fail " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 044/222] KVM: s390: Zero out current VMDB of STSI before including level3 data Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 045/222] KVM: s390: no need to hold the kvm->mutex for floating interrupts Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 046/222] KVM: s390: fix get_all_floating_irqs Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 047/222] s390/hibernate: fix save and restore of kernel text section Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 048/222] KVM: use slowpath for cross page cached accesses Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 049/222] KVM: arm/arm64: check IRQ number on userland injection Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 050/222] MIPS: KVM: Handle MSA Disabled exceptions from guest Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 051/222] MIPS: lose_fpu(): Disable FPU when MSA enabled Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 052/222] MIPS: Malta: Detect and fix bad memsize values Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 053/222] MIPS: asm: asm-eva: Introduce kernel load/store variants Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 054/222] MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 055/222] MIPS: Hibernate: flush TLB entries earlier Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 056/222] staging: panel: fix lcd type Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 057/222] staging: android: sync: Fix memory corruption in sync_timeline_signal() Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 058/222] md/raid0: fix bug with chunksize not a power of 2 Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 059/222] cdc-wdm: fix endianness bug in debug statements Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 060/222] mmc: sunxi: Use devm_reset_control_get_optional() for reset control Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 061/222] spi: imx: read back the RX/TX watermark levels earlier Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 062/222] spi: spidev: fix possible arithmetic overflow for multi-transfer message Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 063/222] compal-laptop: Fix leaking hwmon device Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 064/222] compal-laptop: Check return value of power_supply_register Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 065/222] ring-buffer: Replace this_cpu_*() with __this_cpu_*() Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 066/222] power_supply: twl4030_madc: Check return value of power_supply_register Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 067/222] power_supply: lp8788-charger: Fix leaked power supply on probe fail Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 068/222] power_supply: ipaq_micro_battery: Fix leaking workqueue Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 069/222] power_supply: ipaq_micro_battery: Check return values in probe Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 070/222] NFS: fix BUG() crash in notify_change() with patch to chown_common() Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 071/222] ARM: fix broken hibernation Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 072/222] ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 073/222] ARM: mvebu: Disable CPU Idle on Armada 38x Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 074/222] ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 075/222] ARM: dts: dove: Fix uart[23] reg property Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 076/222] usb: musb: core: fix TX/RX endpoint order Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 077/222] usb: phy: Find the right match in devm_usb_phy_match Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 078/222] usb: define a generic USB_RESUME_TIMEOUT macro Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 079/222] usb: musb: use new USB_RESUME_TIMEOUT Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 080/222] usb: host: oxu210hp: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 081/222] usb: host: fusbh200: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 082/222] usb: host: uhci: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 083/222] usb: host: fotg210: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 084/222] usb: host: r8a66597: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 085/222] usb: host: isp116x: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 086/222] usb: host: xhci: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 087/222] usb: host: ehci: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 088/222] usb: host: sl811: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 089/222] usb: core: hub: " Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 090/222] clk: at91: usb: propagate rate modification to the parent clk Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 091/222] ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226) Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 092/222] ALSA: emu10k1: don't deadlock in proc-functions Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 093/222] ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T450 Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 094/222] ALSA: hda - fix "num_steps = 0" error on ALC256 Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 095/222] ALSA: hda/realtek - Fix Headphone Mic doesn't recording for ALC256 Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 096/222] Input: elantech - fix absolute mode setting on some ASUS laptops Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 097/222] fs/binfmt_elf.c: fix bug in loading of PIE binaries Sasha Levin
2015-05-17  1:03 ` [PATCH 3.18 098/222] ptrace: fix race between ptrace_resume() and wait_task_stopped() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 099/222] NFC: st21nfcb: Retry i2c_master_send if it returns a negative value Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 100/222] rtlwifi: rtl8192cu: Add new USB ID Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 101/222] rtlwifi: rtl8192cu: Add new device ID Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 102/222] ext4: make fsync to sync parent dir in no-journal for real this time Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 103/222] mnt: Improve the umount_tree flags Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 104/222] mnt: Don't propagate umounts in __detach_mounts Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 105/222] perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 106/222] perf tools: Work around lack of sched_getcpu in glibc < 2.6 Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 107/222] powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 108/222] tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 109/222] tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O= option in Makefile Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 110/222] UBI: account for bitflips in both the VID header and data Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 111/222] UBI: fix out of bounds write Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 112/222] UBI: initialize LEB number variable Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 113/222] UBI: fix check for "too many bytes" Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 114/222] scsi: storvsc: Fix a bug in copy_from_bounce_buffer() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 115/222] target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 116/222] target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 117/222] target/file: Fix UNMAP with DIF protection support Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 118/222] target/file: Fix SG table for prot_buf initialization Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 119/222] iser-target: Fix session hang in case of an rdma read DIF error Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 120/222] Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 121/222] powerpc/powernv: Don't map M64 segments using M32DT Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 122/222] powerpc: Fix missing L2 cache size in /sys/devices/system/cpu Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 123/222] powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changes Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 124/222] powerpc/cell: Fix cell iommu after it_page_shift changes Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 125/222] ASoC: cs4271: Increase delay time after reset Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 126/222] ASoC: wm8741: Fix rates constraints values Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 127/222] ASoC: davinci-evm: drop un-necessary remove function Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 128/222] ASoC: pcm512x: Add 'Analogue' prefix to analogue volume controls Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 129/222] ACPICA: Utilities: split IO address types from data type models Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 130/222] ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 131/222] ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 132/222] xtensa: xtfpga: fix hardware lockup caused by LCD driver Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 133/222] xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 134/222] xtensa: ISS: fix locking in TAP network adapter Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 135/222] gpio: mvebu: Fix mask/unmask managment per irq chip type Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 136/222] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 137/222] clk: tegra: Register the proper number of resets Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 138/222] clk: qcom: Fix i2c frequency table Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 139/222] clk: qcom: fix RCG M/N counter configuration Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 140/222] Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 141/222] sd: Unregister integrity profile Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 142/222] sd: Fix missing ATO tag check Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 143/222] Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 144/222] mvsas: fix panic on expander attached SATA devices Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 145/222] [media] rc: img-ir: fix error in parameters passed to irq_free() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 146/222] [media] stk1160: Make sure current buffer is released Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 147/222] IB/core: disallow registering 0-sized memory region Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 148/222] IB/core: don't disallow registering region starting at 0x0 Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 149/222] IB/mlx4: Fix WQE LSO segment calculation Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 150/222] IB/iser: Fix wrong calculation of protection buffer length Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 151/222] tracing: Handle ftrace_dump() atomic context in graph_trace_open() Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 152/222] i2c: rk3x: report number of messages transmitted Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 153/222] i2c: core: Export bus recovery functions Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 154/222] drm/radeon: fix doublescan modes (v2) Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 155/222] drm/i915: Dont enable CS_PARSER_ERROR interrupts at all Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 156/222] drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 157/222] drm/i915: cope with large i2c transfers Sasha Levin
2015-05-17  1:04 ` [PATCH 3.18 158/222] RCU pathwalk breakage when running into a symlink overmounting something Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 159/222] nfsd4: fix READ permission checking Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 160/222] nfsd4: disallow SEEK with special stateids Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 161/222] NFS: Add a stub for GETDEVICELIST Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 162/222] e1000: add dummy allocator to fix race condition between mtu change and netpoll Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 163/222] ebpf: verifier: check that call reg with ARG_ANYTHING is initialized Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 164/222] lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 165/222] wl18xx: show rx_frames_per_rates as an array as it really is Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 166/222] crypto: omap-aes - Fix support for unequal lengths Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 167/222] C6x: time: Ensure consistency in __init Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 168/222] memstick: mspro_block: add missing curly braces Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 169/222] drivers: platform: parse IRQ flags from resources Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 170/222] driver core: bus: Goto appropriate labels on failure in bus_add_device Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 171/222] netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 172/222] KVM: nVMX: mask unrestricted_guest if disabled on L0 Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 173/222] staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 174/222] mm/hugetlb: use pmd_page() in follow_huge_pmd() Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 175/222] mm/hugetlb: take page table lock " Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 176/222] rtlwifi: rtl8192ee: Fix handling of new style descriptors Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 177/222] fs: take i_mutex during prepare_binprm for set[ug]id executables Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 178/222] bpf: fix 64-bit divide Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 179/222] MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices() Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 180/222] MIPS: OCTEON: dma-octeon: fix OHCI USB config check Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 181/222] MIPS: OCTEON: Use correct CSR to soft reset Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 182/222] clk: at91: usb: fix determine_rate prototype Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 183/222] MIPS: Octeon: Remove udelay() causing huge IRQ latency Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 184/222] MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 185/222] MIPS: Netlogic: Fix for SATA PHY init Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 186/222] MIPS: kernel: entry.S: Set correct ISA level for mips_ihb Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 187/222] MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 188/222] SSB: fix Kconfig dependencies Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 189/222] MIPS: ralink: add missing symbol for RALINK_ILL_ACC Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 190/222] MIPS: smp-cps: cpu_set FPU mask if FPU present Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 191/222] MIPS: Kconfig: Disable SMP/CPS for 64-bit Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 192/222] MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 193/222] ALSA: emux: Fix mutex deadlock at unloading Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 194/222] ALSA: emux: Fix mutex deadlock in OSS emulation Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 195/222] ALSA: emu10k1: Fix card shortname string buffer overflow Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 196/222] ALSA: emu10k1: Emu10k2 32 bit DMA mode Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 197/222] ALSA: hda - Add mute-LED mode control to Thinkpad Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 198/222] cdc-acm: prevent infinite loop when parsing CDC headers Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 199/222] serial: of-serial: Remove device_type = "serial" registration Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 200/222] serial: xilinx: Use platform_get_irq to get irq description structure Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 201/222] arm64: dma-mapping: always clear allocated buffers Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 202/222] usb: chipidea: otg: remove mutex unlock and lock while stop and start role Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 203/222] ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe() Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 204/222] ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 205/222] ASoC: rt5677: fixed wrong DMIC ref clock Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 206/222] btrfs: unlock i_mutex after attempting to delete subvolume during send Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 207/222] ACPI / SBS: Enable battery manager when present Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 208/222] tty/serial: at91: maxburst was missing for dma transfers Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 209/222] rbd: end I/O the entire obj_request on error Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 210/222] uas: Allow uas_use_uas_driver to return usb-storage flags Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 211/222] uas: Add US_FL_MAX_SECTORS_240 flag Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 212/222] uas: Set max_sectors_240 quirk for ASM1053 devices Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 213/222] ext4: fix data corruption caused by unwritten and delayed extents Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 214/222] ext4: move check under lock scope to close a race Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 215/222] 3w-xxxx: fix command completion race Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 216/222] 3w-9xxx: " Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 217/222] 3w-sas: " Sasha Levin
2015-05-17  1:05 ` [PATCH 3.18 218/222] drm/radeon: adjust pll when audio is not enabled Sasha Levin
2015-05-17  1:06 ` [PATCH 3.18 219/222] drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5 Sasha Levin
2015-05-17  1:06 ` [PATCH 3.18 220/222] drm/radeon: check new address before removing old one Sasha Levin
2015-05-17  1:06 ` [PATCH 3.18 221/222] hfsplus: don't store special "osx" xattr prefix on-disk Sasha Levin
2015-05-17  1:06 ` [PATCH 3.18 222/222] Drivers: hv: vmbus: Don't wait after requesting offers Sasha Levin
2015-05-17  4:21 ` Guenter Roeck [this message]
2015-05-17 14:42   ` [PATCH 3.18 000/222] 3.18.14-review (build errors) Sasha Levin
2015-05-17 16:10     ` Guenter Roeck
2015-05-18  1:25       ` Sasha Levin
2015-05-18  4:19         ` Guenter Roeck

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=20150517042149.GA1778@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=luto@amacapital.net \
    --cc=mingo@kernel.org \
    --cc=phil.turnbull@oracle.com \
    --cc=quentin.casasnovas@oracle.com \
    --cc=sasha.levin@oracle.com \
    --cc=stable-commits@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.