From: Sasha Levin <Alexander.Levin@microsoft.com>
To: "stable@vger.kernel.org" <stable@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>,
Michael Ellerman <mpe@ellerman.id.au>,
Sasha Levin <Alexander.Levin@microsoft.com>
Subject: [PATCH AUTOSEL 4.18 011/131] powerpc/4xx: Fix error return path in ppc4xx_msi_probe()
Date: Sun, 2 Sep 2018 13:03:11 +0000 [thread overview]
Message-ID: <20180902064601.183036-11-alexander.levin@microsoft.com> (raw)
In-Reply-To: <20180902064601.183036-1-alexander.levin@microsoft.com>
From: Guenter Roeck <linux@roeck-us.net>
[ Upstream commit 6e0495c2e8ac39b1aad0a4588fe64413ce9028c0 ]
An arbitrary error in ppc4xx_msi_probe() quite likely results in a
crash similar to the following, seen after dma_alloc_coherent()
returned an error.
Unable to handle kernel paging request for data at address 0x00000000
Faulting instruction address: 0xc001bff0
Oops: Kernel access of bad area, sig: 11 [#1]
BE Canyonlands
Modules linked in:
CPU: 0 PID: 1 Comm: swapper Tainted: G W
4.18.0-rc6-00010-gff33d1030a6c #1
NIP: c001bff0 LR: c001c418 CTR: c01faa7c
REGS: cf82db40 TRAP: 0300 Tainted: G W
(4.18.0-rc6-00010-gff33d1030a6c)
MSR: 00029000 <CE,EE,ME> CR: 28002024 XER: 00000000
DEAR: 00000000 ESR: 00000000
GPR00: c001c418 cf82dbf0 cf828000 cf8de400 00000000 00000000 000000c4 000000c4
GPR08: c0481ea4 00000000 00000000 000000c4 22002024 00000000 c00025e8 00000000
GPR16: 00000000 00000000 00000000 00000000 00000000 00000000 c0492380 0000004a
GPR24: 00029000 0000000c 00000000 cf8de410 c0494d60 c0494d60 cf8bebc0 00000001
NIP [c001bff0] ppc4xx_of_msi_remove+0x48/0xa0
LR [c001c418] ppc4xx_msi_probe+0x294/0x3b8
Call Trace:
[cf82dbf0] [00029000] 0x29000 (unreliable)
[cf82dc10] [c001c418] ppc4xx_msi_probe+0x294/0x3b8
[cf82dc70] [c0209fbc] platform_drv_probe+0x40/0x9c
[cf82dc90] [c0208240] driver_probe_device+0x2a8/0x350
[cf82dcc0] [c0206204] bus_for_each_drv+0x60/0xac
[cf82dcf0] [c0207e88] __device_attach+0xe8/0x160
[cf82dd20] [c02071e0] bus_probe_device+0xa0/0xbc
[cf82dd40] [c02050c8] device_add+0x404/0x5c4
[cf82dd90] [c0288978] of_platform_device_create_pdata+0x88/0xd8
[cf82ddb0] [c0288b70] of_platform_bus_create+0x134/0x220
[cf82de10] [c0288bcc] of_platform_bus_create+0x190/0x220
[cf82de70] [c0288cf4] of_platform_bus_probe+0x98/0xec
[cf82de90] [c0449650] __machine_initcall_canyonlands_ppc460ex_device_probe+0x38/0x54
[cf82dea0] [c0002404] do_one_initcall+0x40/0x188
[cf82df00] [c043daec] kernel_init_freeable+0x130/0x1d0
[cf82df30] [c0002600] kernel_init+0x18/0x104
[cf82df40] [c000c23c] ret_from_kernel_thread+0x14/0x1c
Instruction dump:
90010024 813d0024 2f890000 83c30058 41bd0014 48000038 813d0024 7f89f800
409d002c 813e000c 57ea103a 3bff0001 <7c69502e> 2f830000 419effe0 4803b26d
---[ end trace 8cf551077ecfc42a ]---
Fix it up. Specifically,
- Return valid error codes from ppc4xx_setup_pcieh_hw(), have it clean
up after itself, and only access hardware after all possible error
conditions have been handled.
- Use devm_kzalloc() instead of kzalloc() in ppc4xx_msi_probe()
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
---
arch/powerpc/platforms/4xx/msi.c | 51 +++++++++++++++++++-------------
1 file changed, 30 insertions(+), 21 deletions(-)
diff --git a/arch/powerpc/platforms/4xx/msi.c b/arch/powerpc/platforms/4xx/msi.c
index 81b2cbce7df8..7c324eff2f22 100644
--- a/arch/powerpc/platforms/4xx/msi.c
+++ b/arch/powerpc/platforms/4xx/msi.c
@@ -146,13 +146,19 @@ static int ppc4xx_setup_pcieh_hw(struct platform_device *dev,
const u32 *sdr_addr;
dma_addr_t msi_phys;
void *msi_virt;
+ int err;
sdr_addr = of_get_property(dev->dev.of_node, "sdr-base", NULL);
if (!sdr_addr)
- return -1;
+ return -EINVAL;
- mtdcri(SDR0, *sdr_addr, upper_32_bits(res.start)); /*HIGH addr */
- mtdcri(SDR0, *sdr_addr + 1, lower_32_bits(res.start)); /* Low addr */
+ msi_data = of_get_property(dev->dev.of_node, "msi-data", NULL);
+ if (!msi_data)
+ return -EINVAL;
+
+ msi_mask = of_get_property(dev->dev.of_node, "msi-mask", NULL);
+ if (!msi_mask)
+ return -EINVAL;
msi->msi_dev = of_find_node_by_name(NULL, "ppc4xx-msi");
if (!msi->msi_dev)
@@ -160,30 +166,30 @@ static int ppc4xx_setup_pcieh_hw(struct platform_device *dev,
msi->msi_regs = of_iomap(msi->msi_dev, 0);
if (!msi->msi_regs) {
- dev_err(&dev->dev, "of_iomap problem failed\n");
- return -ENOMEM;
+ dev_err(&dev->dev, "of_iomap failed\n");
+ err = -ENOMEM;
+ goto node_put;
}
dev_dbg(&dev->dev, "PCIE-MSI: msi register mapped 0x%x 0x%x\n",
(u32) (msi->msi_regs + PEIH_TERMADH), (u32) (msi->msi_regs));
msi_virt = dma_alloc_coherent(&dev->dev, 64, &msi_phys, GFP_KERNEL);
- if (!msi_virt)
- return -ENOMEM;
+ if (!msi_virt) {
+ err = -ENOMEM;
+ goto iounmap;
+ }
msi->msi_addr_hi = upper_32_bits(msi_phys);
msi->msi_addr_lo = lower_32_bits(msi_phys & 0xffffffff);
dev_dbg(&dev->dev, "PCIE-MSI: msi address high 0x%x, low 0x%x\n",
msi->msi_addr_hi, msi->msi_addr_lo);
+ mtdcri(SDR0, *sdr_addr, upper_32_bits(res.start)); /*HIGH addr */
+ mtdcri(SDR0, *sdr_addr + 1, lower_32_bits(res.start)); /* Low addr */
+
/* Progam the Interrupt handler Termination addr registers */
out_be32(msi->msi_regs + PEIH_TERMADH, msi->msi_addr_hi);
out_be32(msi->msi_regs + PEIH_TERMADL, msi->msi_addr_lo);
- msi_data = of_get_property(dev->dev.of_node, "msi-data", NULL);
- if (!msi_data)
- return -1;
- msi_mask = of_get_property(dev->dev.of_node, "msi-mask", NULL);
- if (!msi_mask)
- return -1;
/* Program MSI Expected data and Mask bits */
out_be32(msi->msi_regs + PEIH_MSIED, *msi_data);
out_be32(msi->msi_regs + PEIH_MSIMK, *msi_mask);
@@ -191,6 +197,12 @@ static int ppc4xx_setup_pcieh_hw(struct platform_device *dev,
dma_free_coherent(&dev->dev, 64, msi_virt, msi_phys);
return 0;
+
+iounmap:
+ iounmap(msi->msi_regs);
+node_put:
+ of_node_put(msi->msi_dev);
+ return err;
}
static int ppc4xx_of_msi_remove(struct platform_device *dev)
@@ -209,7 +221,6 @@ static int ppc4xx_of_msi_remove(struct platform_device *dev)
msi_bitmap_free(&msi->bitmap);
iounmap(msi->msi_regs);
of_node_put(msi->msi_dev);
- kfree(msi);
return 0;
}
@@ -223,18 +234,16 @@ static int ppc4xx_msi_probe(struct platform_device *dev)
dev_dbg(&dev->dev, "PCIE-MSI: Setting up MSI support...\n");
- msi = kzalloc(sizeof(*msi), GFP_KERNEL);
- if (!msi) {
- dev_err(&dev->dev, "No memory for MSI structure\n");
+ msi = devm_kzalloc(&dev->dev, sizeof(*msi), GFP_KERNEL);
+ if (!msi)
return -ENOMEM;
- }
dev->dev.platform_data = msi;
/* Get MSI ranges */
err = of_address_to_resource(dev->dev.of_node, 0, &res);
if (err) {
dev_err(&dev->dev, "%pOF resource error!\n", dev->dev.of_node);
- goto error_out;
+ return err;
}
msi_irqs = of_irq_count(dev->dev.of_node);
@@ -243,7 +252,7 @@ static int ppc4xx_msi_probe(struct platform_device *dev)
err = ppc4xx_setup_pcieh_hw(dev, res, msi);
if (err)
- goto error_out;
+ return err;
err = ppc4xx_msi_init_allocator(dev, msi);
if (err) {
@@ -256,7 +265,7 @@ static int ppc4xx_msi_probe(struct platform_device *dev)
phb->controller_ops.setup_msi_irqs = ppc4xx_setup_msi_irqs;
phb->controller_ops.teardown_msi_irqs = ppc4xx_teardown_msi_irqs;
}
- return err;
+ return 0;
error_out:
ppc4xx_of_msi_remove(dev);
--
2.17.1
next prev parent reply other threads:[~2018-09-02 17:20 UTC|newest]
Thread overview: 144+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-02 13:02 [PATCH AUTOSEL 4.18 001/131] tc-testing: flush gact actions on test teardown Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 002/131] tc-testing: remove duplicate spaces in connmark match patterns Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 003/131] misc: mic: SCIF Fix scif_get_new_port() error handling Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 004/131] ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360 Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 005/131] ethtool: Remove trailing semicolon for static inline Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 006/131] i2c: aspeed: Add an explicit type casting for *get_clk_reg_val Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 007/131] Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 008/131] pinctrl: berlin: fix 'pctrl->functions' allocation in berlin_pinctrl_build_state Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 009/131] gpio: tegra: Move driver registration to subsys_init level Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 010/131] powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage Sasha Levin
2018-09-02 13:03 ` Sasha Levin [this message]
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 012/131] selftests/bpf: fix a typo in map in map test Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 013/131] media: davinci: vpif_display: Mix memory leak on probe error path Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 014/131] media: dw2102: Fix memleak on sequence of probes Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 015/131] net: phy: Fix the register offsets in Broadcom iProc mdio mux driver Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 016/131] scsi: qla2xxx: Fix unintended Logout Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 017/131] scsi: qla2xxx: Fix session state stuck in Get Port DB Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 018/131] scsi: qla2xxx: Silent erroneous message Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 019/131] clk: scmi: Fix the rounding of clock rate Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 020/131] blk-mq: fix updating tags depth Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 021/131] scsi: lpfc: Fix driver crash when re-registering NVME rports Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 022/131] scsi: target: fix __transport_register_session locking Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 023/131] media: usbtv: use irqsave() in USB's complete callback Sasha Levin
2018-09-03 7:16 ` Sebastian Andrzej Siewior
2018-09-07 0:22 ` Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 024/131] md/raid5: fix data corruption of replacements after originals dropped Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 025/131] timers: Clear timer_base::must_forward_clk with timer_base::lock held Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 026/131] media: camss: csid: Configure data type and decode format properly Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 027/131] gpu: ipu-v3: default to id 0 on missing OF alias Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 028/131] misc: ti-st: Fix memory leak in the error path of probe() Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 029/131] uio: potential double frees if __uio_register_device() fails Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 030/131] firmware: vpd: Fix section enabled flag on vpd_section_destroy Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 031/131] Drivers: hv: vmbus: Cleanup synic memory free path Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 032/131] tty: rocket: Fix possible buffer overwrite on register_PCI Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 033/131] uio: fix possible circular locking dependency Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 034/131] iwlwifi: pcie: don't access periphery registers when not available Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 035/131] IB/IPoIB: Set ah valid flag in multicast send flow Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 036/131] f2fs: fix to active page in lru list for read path Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 037/131] ftrace: Add missing check for existing hwlat thread Sasha Levin
2018-09-04 16:43 ` Steven Rostedt
2018-09-07 0:23 ` Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 038/131] f2fs: do not set free of current section Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 039/131] f2fs: Keep alloc_valid_block_count in sync Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 040/131] f2fs: issue discard align to section in LFS mode Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 041/131] f2fs: fix defined but not used build warnings Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 042/131] f2fs: fix to detect looped node chain correctly Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 043/131] ASoC: soc-pcm: Use delay set in component pointer function Sasha Levin
2018-09-03 11:16 ` Mark Brown
2018-09-07 0:23 ` Sasha Levin
2018-09-07 7:16 ` Agrawal, Akshu
2018-09-07 12:00 ` Mark Brown
2018-09-07 10:39 ` Mark Brown
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 044/131] perf tools: Allow overriding MAX_NR_CPUS at compile time Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 045/131] device-dax: avoid hang on error before devm_memremap_pages() Sasha Levin
2018-09-02 13:03 ` [PATCH AUTOSEL 4.18 046/131] NFSv4.0 fix client reference leak in callback Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 047/131] perf c2c report: Fix crash for empty browser Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 048/131] fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 049/131] perf evlist: Fix error out while applying initial delay and LBR Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 050/131] powerpc/pseries: fix EEH recovery of some IOV devices Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 051/131] macintosh/via-pmu: Add missing mmio accessors Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 052/131] perf build: Fix installation directory for eBPF Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 053/131] ath9k: report tx status on EOSP Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 054/131] ath9k_hw: fix channel maximum power level test Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 055/131] ath10k: prevent active scans on potential unusable channels Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 056/131] wlcore: Set rx_status boottime_ns field on rx Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 057/131] rpmsg: core: add support to power domains for devices Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 058/131] mtd: rawnand: make subop helpers return unsigned values Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 059/131] scsi: tcmu: do not set max_blocks if data_bitmap has been setup Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 060/131] MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSET Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 061/131] ata: libahci: Allow reconfigure of DEVSLP register Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 062/131] ata: libahci: Correct setting " Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 063/131] nfs: Referrals not inheriting proto setting from parent Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 064/131] scsi: 3ware: fix return 0 on the error path of probe Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 065/131] tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access() Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 066/131] ath10k: disable bundle mgmt tx completion event support Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 067/131] media: em28xx: explicitly disable TS packet filter Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 068/131] PCI: mobiveil: Add missing ../pci.h include Sasha Levin
2018-09-03 2:24 ` Subrahmanya Lingappa
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 069/131] PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type Sasha Levin
2018-09-03 2:24 ` Subrahmanya Lingappa
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 070/131] powerpc/mm: Don't report PUDs as memory leaks when using kmemleak Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 071/131] Bluetooth: hidp: Fix handling of strncpy for hid->name information Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 072/131] x86/mm: Remove in_nmi() warning from vmalloc_fault() Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 073/131] x86/kexec: Allocate 8k PGDs for PTI Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 074/131] ARM: 8783/1: NOMMU: Extend check for VBAR support Sasha Levin
2018-09-10 9:41 ` Vladimir Murzin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 075/131] regulator: tps65217: Fix NULL pointer dereference on probe Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 076/131] pinctrl: imx: off by one in imx_pinconf_group_dbg_show() Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 077/131] gpio: pxa: disable pinctrl calls for PXA3xx Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 078/131] gpio: ml-ioh: Fix buffer underwrite on probe error path Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 079/131] pinctrl/amd: only handle irq if it is pending and unmasked Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 080/131] net: mvneta: fix mtu change on port without link Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 081/131] f2fs: try grabbing node page lock aggressively in sync scenario Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 082/131] pktcdvd: Fix possible Spectre-v1 for pkt_devs Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 083/131] f2fs: fix to skip GC if type in SSA and SIT is inconsistent Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 084/131] tpm_tis_spi: Pass the SPI IRQ down to the driver Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 085/131] tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 086/131] f2fs: fix to do sanity check with reserved blkaddr of inline inode Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 087/131] MIPS: Octeon: add missing of_node_put() Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 088/131] MIPS: generic: fix " Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 089/131] iio: ad9523: Fix return value for ad952x_store() Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 090/131] thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources Sasha Levin
2018-09-02 13:04 ` [PATCH AUTOSEL 4.18 091/131] thermal_hwmon: Sanitize attribute name passed to hwmon Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 092/131] net: dcb: For wild-card lookups, use priority -1, not 0 Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 093/131] dm cache: only allow a single io_mode cache feature to be requested Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 094/131] Input: atmel_mxt_ts - only use first T9 instance Sasha Levin
2018-09-05 17:14 ` Dmitry Torokhov
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 095/131] iommu/dma: Respect bus DMA limit for IOVAs Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 096/131] media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} functions Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 097/131] partitions/aix: append null character to print data from disk Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 098/131] partitions/aix: fix usage of uninitialized lv_info and lvname structures Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 099/131] media: rcar-csi2: update stream start for V3M Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 100/131] media: helene: fix xtal frequency setting at power on Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 101/131] drm/amd/display: Prevent PSR from being enabled if initialization fails Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 102/131] media: em28xx: Fix dual transport stream operation Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 103/131] iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 104/131] f2fs: fix to wait on page writeback before updating page Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 105/131] f2fs: Fix uninitialized return in f2fs_ioc_shutdown() Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 106/131] media: em28xx: Fix DualHD disconnect oops Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 107/131] f2fs: avoid potential deadlock in f2fs_sbi_store Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 108/131] f2fs: fix to do sanity check with secs_per_zone Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 109/131] mfd: rave-sp: Initialize flow control and parity of the port Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 110/131] iommu/ipmmu-vmsa: Fix allocation in atomic context Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 111/131] mfd: ti_am335x_tscadc: Fix struct clk memory leak Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 112/131] f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 113/131] ALSA: riptide: Properly endian notations Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 114/131] ALSA: pcm: Fix sparse warning wrt PCM format type Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 115/131] ALSA: wss: " Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 116/131] ALSA: xen: Use standard pcm_format_to_bits() for ALSA format bits Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 117/131] ALSA: sb: Fix PCM format bit calculation Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 119/131] ALSA: ad1816a: Fix sparse warning wrt PCM format type Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 118/131] ALSA: asihpi: Fix PCM format notations Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 120/131] f2fs: fix to propagate return value of scan_nat_page() Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 121/131] f2fs: fix to do sanity check with extra_attr feature Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 122/131] RDMA/hns: Add illegal hop_num judgement Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 123/131] ALSA: hda: Fix implicit PCM format type conversion Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 124/131] ALSA: au88x0: Fix sparse warning wrt PCM format type Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 125/131] ALSA: sb: " Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 126/131] NFSv4.1: Fix a potential layoutget/layoutrecall deadlock Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 127/131] RDMA/hns: Update the data type of immediate data Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 128/131] MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 129/131] MIPS: mscc: ocelot: fix length of memory address space for MIIM Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 130/131] RDMA/cma: Do not ignore net namespace for unbound cm_id Sasha Levin
2018-09-02 13:05 ` [PATCH AUTOSEL 4.18 131/131] fuse: Add missed unlock_page() to fuse_readpages_fill() 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=20180902064601.183036-11-alexander.levin@microsoft.com \
--to=alexander.levin@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mpe@ellerman.id.au \
--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 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).