All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luis Henriques <luis.henriques@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	kernel-team@lists.ubuntu.com
Cc: Jakub Kicinski <kubakici@wp.pl>, Wolfram Sang <wsa@the-dreams.de>,
	Luis Henriques <luis.henriques@canonical.com>
Subject: [PATCH 3.16.y-ckt 130/165] Revert "i2c: core: Dispose OF IRQ mapping at client removal time"
Date: Wed, 25 Mar 2015 14:01:43 +0000	[thread overview]
Message-ID: <1427292138-7021-131-git-send-email-luis.henriques@canonical.com> (raw)
In-Reply-To: <1427292138-7021-1-git-send-email-luis.henriques@canonical.com>

3.16.7-ckt9 -stable review patch.  If anyone has any objections, please let me know.

------------------

From: Jakub Kicinski <kubakici@wp.pl>

commit a49445727014216703a3c28ccee4cef36d41571e upstream.

This reverts commit e4df3a0b6228
("i2c: core: Dispose OF IRQ mapping at client removal time")

Calling irq_dispose_mapping() will destroy the mapping and disassociate
the IRQ from the IRQ chip to which it belongs. Keeping it is OK, because
existent mappings are reused properly.

Also, this commit breaks drivers using devm* for IRQ management on
OF-based systems because devm* cleanup happens in device code, after
bus's remove() method returns.

Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Reported-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
[wsa: updated the commit message with findings fromt the other bug report]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Fixes: e4df3a0b6228
[ luis: backported to 3.16: adjusted context ]
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
---
 drivers/i2c/i2c-core.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
index 4716eb0bddcd..7c7f4b856bad 100644
--- a/drivers/i2c/i2c-core.c
+++ b/drivers/i2c/i2c-core.c
@@ -297,9 +297,6 @@ static int i2c_device_remove(struct device *dev)
 		status = driver->remove(client);
 	}
 
-	if (dev->of_node)
-		irq_dispose_mapping(client->irq);
-
 	acpi_dev_pm_detach(&client->dev, true);
 	return status;
 }

  parent reply	other threads:[~2015-03-25 14:16 UTC|newest]

Thread overview: 166+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-25 13:59 [3.16.y-ckt stable] Linux 3.16.7-ckt9 stable review Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 001/165] netfilter: nf_tables: disable preemption when restoring chain counters Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 002/165] netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 003/165] ipvs: rerouting to local clients is not needed anymore Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 004/165] netfilter: nft_compat: fix module refcount underflow Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 005/165] netfilter: xt_socket: fix a stack corruption bug Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 006/165] ipvs: add missing ip_vs_pe_put in sync code Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 007/165] flowcache: Fix kernel panic in flow_cache_flush_task Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 008/165] pktgen: fix UDP checksum computation Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 009/165] rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 010/165] tcp: make sure skb is not shared before using skb_get() Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 011/165] ipv6: fix ipv6_cow_metrics for non DST_HOST case Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 012/165] rtnetlink: call ->dellink on failure when ->newlink exists Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 013/165] gen_stats.c: Duplicate xstats buffer for later use Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 014/165] ipv4: ip_check_defrag should correctly check return value of skb_copy_bits Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 015/165] ipv4: ip_check_defrag should not assume that skb_network_offset is zero Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 016/165] net: phy: Fix verification of EEE support in phy_init_eee Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 017/165] ematch: Fix auto-loading of ematch modules Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 018/165] openvswitch: Fix net exit Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 019/165] net: reject creation of netdev names with colons Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 020/165] team: fix possible null pointer dereference in team_handle_frame Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 021/165] net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 022/165] macvtap: make sure neighbour code can push ethernet header Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 023/165] usb: plusb: Add support for National Instruments host-to-host cable Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 024/165] udp: only allow UFO for packets from SOCK_DGRAM sockets Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 025/165] net: ping: Return EAFNOSUPPORT when appropriate Luis Henriques
2015-03-25 13:59 ` [PATCH 3.16.y-ckt 026/165] team: don't traverse port list using rcu in team_set_mac_address Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 027/165] ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 028/165] xfs: Fix quota type in quota structures when reusing quota file Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 029/165] drm/i915: Dell Chromebook 11 has PWM backlight Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 030/165] gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 031/165] gpio: tps65912: fix wrong container_of arguments Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 032/165] ALSA: pcm: Don't leave PREPARED state after draining Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 033/165] metag: Fix KSTK_EIP() and KSTK_ESP() macros Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 034/165] ALSA: hda: controller code - do not export static functions Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 035/165] drm/i915: Check obj->vma_list under the struct_mutex Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 036/165] md/raid1: fix read balance when a drive is write-mostly Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 037/165] ALSA: hda - Disable runtime PM for Panther Point again Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 038/165] drm/radeon: use drm_mode_vrefresh() rather than mode->vrefresh Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 039/165] drm/radeon: fix 1 RB harvest config setup for TN/RL Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 040/165] arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 041/165] nilfs2: fix potential memory overrun on inode Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 042/165] iio: mxs-lradc: separate touchscreen and buffer virtual channels Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 043/165] iio: mxs-lradc: make ADC reads not disable touchscreen interrupts Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 044/165] iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 045/165] iio: mxs-lradc: only update the buffer when its conversions have finished Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 046/165] iio: imu: adis16400: Fix sign extension Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 047/165] iio: mxs-lradc: fix iio channel map regression Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 048/165] iio:adc:mcp3422 Fix incorrect scales table Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 049/165] iio: ad5686: fix optional reference voltage declaration Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 050/165] usb: dwc3: dwc3-omap: Fix disable IRQ Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 051/165] usb: gadget: configfs: don't NUL-terminate (sub)compatible ids Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 052/165] KVM: emulate: fix CMPXCHG8B on 32-bit hosts Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 053/165] usb: XHCI: platform: Move the Marvell quirks after the enabling the clocks Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 054/165] xhci: Allocate correct amount of scratchpad buffers Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 055/165] USB: usbfs: don't leak kernel data in siginfo Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 056/165] uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539 Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 057/165] efi/libstub: Fix boundary checking in efi_high_alloc() Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 058/165] Revert "USB: serial: make bulk_out_size a lower limit" Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 059/165] USB: ftdi_sio: add PIDs for Actisense USB devices Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 060/165] USB: serial: fix potential use-after-free after failed probe Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 061/165] USB: serial: fix tty-device error handling at probe Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 062/165] USB: mxuport: fix null deref when used as a console Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 063/165] mac80211: Send EAPOL frames at lowest rate Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 064/165] ARC: Fix KSTK_ESP() Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 065/165] USB: serial: cp210x: Adding Seletek device id's Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 066/165] staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 067/165] mei: make device disabled on stop unconditionally Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 068/165] NFSv4: Don't call put_rpccred() under the rcu_read_lock() Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 069/165] btrfs: fix lost return value due to variable shadowing Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 070/165] KVM: MIPS: Fix trace event to save PC directly Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 071/165] usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 072/165] ecryptfs: ->f_op is never NULL Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 073/165] eCryptfs: don't pass fs-specific ioctl commands through Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 074/165] drm/radeon: do a posting read in r100_set_irq Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 075/165] drm/radeon: do a posting read in rs600_set_irq Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 076/165] drm/radeon: do a posting read in r600_set_irq Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 077/165] drm/radeon: do a posting read in evergreen_set_irq Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 078/165] drm/radeon: do a posting read in si_set_irq Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 079/165] drm/radeon: do a posting read in cik_set_irq Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 080/165] drm/radeon: fix DRM_IOCTL_RADEON_CS oops Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 081/165] drm/radeon: fix interlaced modes on DCE8 Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 082/165] ACPI / video: Load the module even if ACPI is disabled Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 083/165] ASoC: omap-pcm: Correct dma mask Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 084/165] x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 085/165] Btrfs: fix data loss in the fast fsync path Luis Henriques
2015-03-25 14:00 ` [PATCH 3.16.y-ckt 086/165] Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 087/165] xhci: fix reporting of 0-sized URBs in control endpoint Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 088/165] xhci: Workaround for PME stuck issues in Intel xhci Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 089/165] Change email address for 8250_pci Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 090/165] tty: fix up atime/mtime mess, take four Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 091/165] console: Fix console name size mismatch Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 092/165] net: irda: fix wait_until_sent poll timeout Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 093/165] USB: serial: fix infinite wait_until_sent timeout Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 094/165] TTY: fix tty_wait_until_sent on 64-bit machines Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 095/165] sunrpc: fix braino in ->poll() Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 096/165] svcrpc: fix memory leak in gssp_accept_sec_context_upcall Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 097/165] SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lock Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 098/165] ath5k: fix spontaneus AR5312 freezes Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 099/165] net: cls_bpf: fix size mismatch on filter preparation Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 100/165] net: cls_bpf: fix auto generation of per list handles Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 101/165] qlge: Fix qlge_update_hw_vlan_features to handle if interface is down Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 102/165] ip6_gre: fix endianness errors in ip6gre_err Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 103/165] PCI: Don't read past the end of sysfs "driver_override" buffer Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 104/165] spi: dw: revisit FIFO size detection again Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 105/165] spi: atmel: Fix interrupt setup for PDC transfers Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 106/165] mtd: nand: pxa3xx: Fix PIO FIFO draining Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 107/165] cpuset: Fix cpuset sched_relax_domain_level Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 108/165] workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 109/165] bnx2x: Force fundamental reset for EEH recovery Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 110/165] xen/events: avoid NULL pointer dereference in dom0 on large machines Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 111/165] spi: pl022: Fix race in giveback() leading to driver lock-up Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 112/165] tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 113/165] libsas: Fix Kernel Crash in smp_execute_task Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 114/165] irqchip: armada-370-xp: Fix chained per-cpu interrupts Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 115/165] ALSA: hda - Fix regression of HD-audio controller fallback modes Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 116/165] can: add missing initialisations in CAN related skbuffs Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 117/165] can: kvaser_usb: Avoid double free on URB submission failures Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 118/165] can: kvaser_usb: Read all messages in a bulk-in URB buffer Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 119/165] ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 120/165] ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 121/165] ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 122/165] ARM: imx6sl-evk: " Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 123/165] drm/radeon: drop setting UPLL to sleep mode Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 124/165] xen-pciback: limit guest control of command register Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 125/165] ALSA: hda - Fix built-in mic on Compaq Presario CQ60 Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 126/165] drm/vmwgfx: Fix a couple of lock dependency violations Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 127/165] drm/vmwgfx: Reorder device takedown somewhat Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 128/165] ALSA: control: Add sanity checks for user ctl id name string Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 129/165] ALSA: snd-usb: add quirks for Roland UA-22 Luis Henriques
2015-03-25 14:01 ` Luis Henriques [this message]
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 131/165] ALSA: hda - Set single_adc_amp flag for CS420x codecs Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 132/165] ALSA: hda - Add workaround for MacBook Air 5,2 built-in mic Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 133/165] nilfs2: fix deadlock of segment constructor during recovery Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 134/165] ALSA: hda - Don't access stereo amps for mono channel widgets Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 135/165] ARM: at91: pm: fix at91rm9200 standby Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 136/165] ARM: dts: DRA7x: Fix the bypass clock source for dpll_iva and others Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 137/165] ARM: dts: am33xx-clocks: Fix ehrpwm tbclk data on am33xx Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 138/165] ARM: dts: am43xx-clocks: Fix ehrpwm tbclk data on am43xx Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 139/165] clk: divider: fix calculation of maximal parent rate for a given divider Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 140/165] clk: divider: fix selection of divider when rounding to closest Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 141/165] USB: serial: add Google simple serial SubClass support Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 142/165] HID: add support for MS Surface Pro 3 Type Cover Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 143/165] HID: apple: fix battery support for the 2009 ANSI wireless keyboard Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 144/165] HID: microsoft: add support for Japanese Surface Type Cover 3 Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 145/165] HID: pidff: Fix initialisation forMicrosoft Sidewinder FF Pro 2 Luis Henriques
2015-03-25 14:01 ` [PATCH 3.16.y-ckt 146/165] usb: gadget: function: phonet: balance usb_ep_disable calls Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 147/165] usb: musb: core: add pm_runtime_irq_safe() Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 148/165] cdc-acm: Add support for Denso cradle CU-321 Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 149/165] HID: microsoft: Add ID for NE7K wireless keyboard Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 150/165] sparc32: destroy_context() and switch_mm() needs to disable interrupts Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 151/165] sparc: semtimedop() unreachable due to comparison error Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 152/165] sparc: perf: Remove redundant perf_pmu_{en|dis}able calls Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 153/165] sparc: perf: Make counting mode actually work Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 154/165] sparc: Touch NMI watchdog when walking cpus and calling printk Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 155/165] sparc64: Fix several bugs in memmove() Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 156/165] net: sysctl_net_core: check SNDBUF and RCVBUF for min length Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 157/165] rds: avoid potential stack overflow Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 158/165] inet_diag: fix possible overflow in inet_diag_dump_one_icsk() Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 159/165] caif: fix MSG_OOB test in caif_seqpkt_recvmsg() Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 160/165] rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 161/165] Revert "net: cx82310_eth: use common match macro" Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 162/165] ipv6: fix backtracking for throw routes Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 163/165] tcp: fix tcp fin memory accounting Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 164/165] net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour Luis Henriques
2015-03-25 14:02 ` [PATCH 3.16.y-ckt 165/165] tcp: make connect() mem charging friendly Luis Henriques

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=1427292138-7021-131-git-send-email-luis.henriques@canonical.com \
    --to=luis.henriques@canonical.com \
    --cc=kernel-team@lists.ubuntu.com \
    --cc=kubakici@wp.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=wsa@the-dreams.de \
    /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.