stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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: Mark Salter <msalter@redhat.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Sasha Levin <Alexander.Levin@microsoft.com>
Subject: [PATCH AUTOSEL for 4.4 162/162] irqchip/gic-v3: Change pr_debug message to pr_devel
Date: Mon, 9 Apr 2018 00:29:57 +0000	[thread overview]
Message-ID: <20180409002738.163941-162-alexander.levin@microsoft.com> (raw)
In-Reply-To: <20180409002738.163941-1-alexander.levin@microsoft.com>

From: Mark Salter <msalter@redhat.com>

[ Upstream commit b6dd4d83dc2f78cebc9a7e6e7e4bc2be4d29b94d ]

The pr_debug() in gic-v3 gic_send_sgi() can trigger a circular locking
warning:

 GICv3: CPU10: ICC_SGI1R_EL1 5000400
 ======================================================
 WARNING: possible circular locking dependency detected
 4.15.0+ #1 Tainted: G        W
 ------------------------------------------------------
 dynamic_debug01/1873 is trying to acquire lock:
  ((console_sem).lock){-...}, at: [<0000000099c891ec>] down_trylock+0x20/0x4c

 but task is already holding lock:
  (&rq->lock){-.-.}, at: [<00000000842e1587>] __task_rq_lock+0x54/0xdc

 which lock already depends on the new lock.

 the existing dependency chain (in reverse order) is:

 -> #2 (&rq->lock){-.-.}:
        __lock_acquire+0x3b4/0x6e0
        lock_acquire+0xf4/0x2a8
        _raw_spin_lock+0x4c/0x60
        task_fork_fair+0x3c/0x148
        sched_fork+0x10c/0x214
        copy_process.isra.32.part.33+0x4e8/0x14f0
        _do_fork+0xe8/0x78c
        kernel_thread+0x48/0x54
        rest_init+0x34/0x2a4
        start_kernel+0x45c/0x488

 -> #1 (&p->pi_lock){-.-.}:
        __lock_acquire+0x3b4/0x6e0
        lock_acquire+0xf4/0x2a8
        _raw_spin_lock_irqsave+0x58/0x70
        try_to_wake_up+0x48/0x600
        wake_up_process+0x28/0x34
        __up.isra.0+0x60/0x6c
        up+0x60/0x68
        __up_console_sem+0x4c/0x7c
        console_unlock+0x328/0x634
        vprintk_emit+0x25c/0x390
        dev_vprintk_emit+0xc4/0x1fc
        dev_printk_emit+0x88/0xa8
        __dev_printk+0x58/0x9c
        _dev_info+0x84/0xa8
        usb_new_device+0x100/0x474
        hub_port_connect+0x280/0x92c
        hub_event+0x740/0xa84
        process_one_work+0x240/0x70c
        worker_thread+0x60/0x400
        kthread+0x110/0x13c
        ret_from_fork+0x10/0x18

 -> #0 ((console_sem).lock){-...}:
        validate_chain.isra.34+0x6e4/0xa20
        __lock_acquire+0x3b4/0x6e0
        lock_acquire+0xf4/0x2a8
        _raw_spin_lock_irqsave+0x58/0x70
        down_trylock+0x20/0x4c
        __down_trylock_console_sem+0x3c/0x9c
        console_trylock+0x20/0xb0
        vprintk_emit+0x254/0x390
        vprintk_default+0x58/0x90
        vprintk_func+0xbc/0x164
        printk+0x80/0xa0
        __dynamic_pr_debug+0x84/0xac
        gic_raise_softirq+0x184/0x18c
        smp_cross_call+0xac/0x218
        smp_send_reschedule+0x3c/0x48
        resched_curr+0x60/0x9c
        check_preempt_curr+0x70/0xdc
        wake_up_new_task+0x310/0x470
        _do_fork+0x188/0x78c
        SyS_clone+0x44/0x50
        __sys_trace_return+0x0/0x4

 other info that might help us debug this:

 Chain exists of:
   (console_sem).lock --> &p->pi_lock --> &rq->lock

  Possible unsafe locking scenario:

        CPU0                    CPU1
        ----                    ----
   lock(&rq->lock);
                                lock(&p->pi_lock);
                                lock(&rq->lock);
   lock((console_sem).lock);

  *** DEADLOCK ***

 2 locks held by dynamic_debug01/1873:
  #0:  (&p->pi_lock){-.-.}, at: [<000000001366df53>] wake_up_new_task+0x40/0x470
  #1:  (&rq->lock){-.-.}, at: [<00000000842e1587>] __task_rq_lock+0x54/0xdc

 stack backtrace:
 CPU: 10 PID: 1873 Comm: dynamic_debug01 Tainted: G        W        4.15.0+ #1
 Hardware name: GIGABYTE R120-T34-00/MT30-GS2-00, BIOS T48 10/02/2017
 Call trace:
  dump_backtrace+0x0/0x188
  show_stack+0x24/0x2c
  dump_stack+0xa4/0xe0
  print_circular_bug.isra.31+0x29c/0x2b8
  check_prev_add.constprop.39+0x6c8/0x6dc
  validate_chain.isra.34+0x6e4/0xa20
  __lock_acquire+0x3b4/0x6e0
  lock_acquire+0xf4/0x2a8
  _raw_spin_lock_irqsave+0x58/0x70
  down_trylock+0x20/0x4c
  __down_trylock_console_sem+0x3c/0x9c
  console_trylock+0x20/0xb0
  vprintk_emit+0x254/0x390
  vprintk_default+0x58/0x90
  vprintk_func+0xbc/0x164
  printk+0x80/0xa0
  __dynamic_pr_debug+0x84/0xac
  gic_raise_softirq+0x184/0x18c
  smp_cross_call+0xac/0x218
  smp_send_reschedule+0x3c/0x48
  resched_curr+0x60/0x9c
  check_preempt_curr+0x70/0xdc
  wake_up_new_task+0x310/0x470
  _do_fork+0x188/0x78c
  SyS_clone+0x44/0x50
  __sys_trace_return+0x0/0x4
 GICv3: CPU0: ICC_SGI1R_EL1 12000

This could be fixed with printk_deferred() but that might lessen its
usefulness for debugging. So change it to pr_devel to keep it out of
production kernels. Developers working on gic-v3 can enable it as
needed in their kernels.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
---
 drivers/irqchip/irq-gic-v3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
index eed31f9bee05..cb0d0caadc3f 100644
--- a/drivers/irqchip/irq-gic-v3.c
+++ b/drivers/irqchip/irq-gic-v3.c
@@ -589,7 +589,7 @@ static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq)
 	       MPIDR_TO_SGI_AFFINITY(cluster_id, 1)	|
 	       tlist << ICC_SGI1R_TARGET_LIST_SHIFT);
 
-	pr_debug("CPU%d: ICC_SGI1R_EL1 %llx\n", smp_processor_id(), val);
+	pr_devel("CPU%d: ICC_SGI1R_EL1 %llx\n", smp_processor_id(), val);
 	gic_write_sgi1r(val);
 }
 
-- 
2.15.1

      parent reply	other threads:[~2018-04-09  0:39 UTC|newest]

Thread overview: 164+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-09  0:27 [PATCH AUTOSEL for 4.4 001/162] ALSA: timer: Wrap with spinlock for queue access Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 002/162] e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 003/162] perf/core: Correct event creation with PERF_FORMAT_GROUP Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 004/162] MIPS: mm: fixed mappings: correct initialisation Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 005/162] MIPS: kprobes: flush_insn_slot should flush only if probe initialised Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 006/162] Fix loop device flush before configure v3 Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 008/162] rcu: Make synchronize_rcu_mult() check for duplicates Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 007/162] net: emac: fix reset timeout with AR8035 phy Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 009/162] perf tests: Decompress kernel module before objdump Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 010/162] xen: avoid type warning in xchg_xen_ulong Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 011/162] KEYS: put keyring if install_session_keyring_to_cred() fails Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 012/162] bnx2x: Allow vfs to disable txvlan offload Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 013/162] sctp: fix recursive locking warning in sctp_do_peeloff Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 015/162] iio: magnetometer: st_magn_spi: fix spi_device_id table Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 014/162] sparc64: ldc abort during vds iso boot Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 016/162] Bluetooth: Send HCI Set Event Mask Page 2 command only when needed Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 018/162] ACPICA: Events: Add runtime stub support for event APIs Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 017/162] cpuidle: dt: Add missing 'of_node_put()' Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 019/162] ACPICA: Disassembler: Abort on an invalid/unknown AML opcode Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 021/162] s390/dasd: fix hanging safe offline Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 020/162] s390/dasd: Display read-only attribute correctly Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 022/162] vxlan: dont migrate permanent fdb entries during learn Sasha Levin
2018-04-09  0:27 ` [PATCH AUTOSEL for 4.4 023/162] scsi: csiostor: Avoid content leaks and casts Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 025/162] scsi: lpfc: Fix return value of board_mode store routine in case of online failure Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 024/162] scsi: megaraid: Fix a sleep-in-atomic bug Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 026/162] usb: usbip tool: Check the return of get_nports() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 027/162] usb: usbip tool: Fix refresh_imported_device_list() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 029/162] PCI: Add domain number check to find_smbios_instance_string() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 028/162] PCI: Correct PCI_STD_RESOURCE_END usage Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 030/162] mtd: handle partitioning on devices with 0 erasesize Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 031/162] platform/x86: acer-wmi: Detect RF Button capability Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 032/162] leds: bcm6328: fix signal source assignment for leds 4 to 7 Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 033/162] caif: Add sockaddr length check before accessing sa_family in connect handler Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 035/162] ixgbe: pci_set_drvdata must be called before register_netdev Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 034/162] ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 036/162] x86/mce: Don't disable MCA banks when offlining a CPU on AMD Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 037/162] net_sched: move tcf_lock down after gen_replace_estimator() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 038/162] PCI: Protect pci_error_handlers->reset_notify() usage with device_lock() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 040/162] firmware: dmi_scan: Check DMI structure length Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 039/162] firmware: dmi_scan: Look for SMBIOS 3 entry point first Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 041/162] i2c: ismt: fix wrong device address when unmap the data buffer Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 042/162] drm/mgag200: Fix to always set HiPri for G200e4 V2 Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 043/162] r8152: add byte_enable for ocp_read_word function Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 044/162] ip_tunnel: fix potential issue in ip_tunnel_rcv Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 045/162] NFC: nfcmrvl_uart: fix device-node leak during probe Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 046/162] Btrfs: skip commit transaction if we don't have enough pinned bytes Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 047/162] Btrfs: tolerate errors if we have retried successfully Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 048/162] clk: socfpga: Fix the smplsel on Arria10 and Stratix10 Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 049/162] scsi: lpfc: Fix crash after firmware flash when IO is running Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 050/162] ALSA: hda: Fix potential race at unregistration and unsol events Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 052/162] mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDR Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 051/162] mmc: mediatek: Fixed size in dma_free_coherent Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 053/162] x86/nmi: Fix timeout test in test_nmi_ipi() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 054/162] arm64: pass machine size to sparse Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 055/162] fib_rules: Resolve goto rules target on delete Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 057/162] dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 056/162] platform/x86: dell-laptop: Fix bogus keyboard backlight sysfs interface Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 058/162] sfc: remove duplicate up_write on VF filter_sem Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 059/162] kselftests: timers: Fix inconsistency-check to not ignore first timestamp Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 061/162] drm/vc4: Send a VBLANK event when disabling a CRTC Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 060/162] rtlwifi: btcoex: rtl8723be: fix ant_sel not work Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 062/162] i2c: imx: Use correct function to write to register Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 063/162] irqchip/gic-v3-its: Fix MSI alias accounting Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 064/162] arm64: ptrace: Fix VFP register dumping in compat coredumps Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 065/162] tcp: Add a tcp_filter hook before handle ack packet Sasha Levin
2018-04-09 18:00   ` Chenbo Feng
2018-04-15 15:01     ` Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 066/162] veth: Be more robust on network device creation when no attributes Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 067/162] macvlan: Do not return error when setting the same mac address Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 068/162] i2c: cadance: fix ctrl/addr reg write order Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 069/162] ocfs2: fix deadlock caused by recursive locking in xattr Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 070/162] af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlers Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 071/162] sctp: adjust ssthresh when transport is idle Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 072/162] arm64: pass endianness info to sparse Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 073/162] seccomp: Adjust selftests to avoid double-join Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 074/162] scsi: bnx2i: missing error code in bnx2i_ep_connect() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 075/162] powerpc: Fix /proc/cpuinfo revision for POWER9 DD2 Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 077/162] ACPI: EC: Fix EC command visibility for dynamic debug Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 076/162] net/mlx5: Fix driver load error flow when firmware is stuck Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 078/162] scsi: sun_esp: fix device reference leaks Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 079/162] powerpc/fadump: avoid duplicates in crash memory ranges Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 080/162] s390/pci: improve error handling during interrupt deregistration Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 081/162] s390/pci: improve unreg_ioat error handling Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 082/162] sunrpc: Disable splice for krb5i Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 084/162] PCI: Enable ECRC only if device supports it Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 083/162] libertas: Fix lbs_prb_rsp_limit_set() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 085/162] MIPS: CPS: Prevent multi-core with dcache aliasing Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 086/162] MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 087/162] MIPS: Handle tlbex-tlbp race condition Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 088/162] MIPS: VDSO: Add implementation of clock_gettime() fallback Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 089/162] MIPS: VDSO: Add implementation of gettimeofday() fallback Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 090/162] arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user fails Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 091/162] arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set() Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 092/162] Btrfs: always account pinned bytes when dropping a tree block ref Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 093/162] arcnet: change irq handler to lock irqsave Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 094/162] x86/um: thin archives build fix Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 095/162] fs: warn in case userspace lied about modprobe return Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 096/162] perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 097/162] powerpc/perf/hv-24x7: Fix passing of catalog version number Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 098/162] powerpc/perf/hv-24x7: Fix off-by-one error in request_buffer check Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 099/162] ext4: change fast symlink test to not rely on i_blocks Sasha Levin
2018-04-09  0:28 ` [PATCH AUTOSEL for 4.4 100/162] bridge: allow ext learned entries to change ports Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 101/162] irqchip/gic-v2: Report failures in gic_irq_domain_alloc Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 102/162] irqchip/gic-v3: " Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 103/162] irqchip/gic-v3: Honor forced affinity setting Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 104/162] vmlfb: Fix error handling in cr_pll_init() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 106/162] NFSv4: always set NFS_LOCK_LOST when a lock is lost Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 105/162] firewire-ohci: work around oversized DMA reads on JMicron controllers Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 107/162] ALSA: hda - Use IS_REACHABLE() for dependency on input Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 108/162] ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 109/162] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 110/162] tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into account Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 111/162] PCI: Add function 1 DMA alias quirk for Marvell 9128 Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 112/162] tools lib traceevent: Simplify pointer print logic and fix %pF Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 113/162] perf callchain: Fix attr.sample_max_stack setting Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 114/162] tools lib traceevent: Fix get_field_str() for dynamic strings Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 115/162] iommu/vt-d: Use domain instead of cache fetching Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 116/162] dm thin: fix documentation relative to low water mark threshold Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 117/162] nfs: Do not convert nfs_idmap_cache_timeout to jiffies Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 118/162] clk: ingenic: Fix recalc_rate for clocks with fixed divider Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 119/162] watchdog: sp5100_tco: Fix watchdog disable bit Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 120/162] kconfig: Don't leak main menus during parsing Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 121/162] kconfig: Fix automatic menu creation mem leak Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 122/162] kconfig: Fix expr_free() E_NOT leak Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 123/162] mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 124/162] ipmi/powernv: Fix error return code in ipmi_powernv_probe() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 125/162] Btrfs: set plug for fsync Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 126/162] btrfs: Fix out of bounds access in btrfs_search_slot Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 127/162] Btrfs: fix scrub to repair raid6 corruption Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 129/162] scsi: fas216: fix sense buffer initialization Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 128/162] scsi: devinfo: fix format of the device list Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 130/162] HID: roccat: prevent an out of bounds read in kovaplus_profile_activated() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 131/162] jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 132/162] powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 133/162] powerpc/numa: Ensure nodes initialized for hotplug Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 134/162] RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 135/162] ntb_transport: Fix bug with max_mw_size parameter Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 136/162] ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 137/162] ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 138/162] ocfs2: return error when we attempt to access a dirty bh in jbd2 Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 139/162] mm/mempolicy: fix the check of nodemask from user Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 140/162] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 141/162] asm-generic: provide generic_pmdp_establish() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 142/162] mm: pin address_space before dereferencing it while isolating an LRU page Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 143/162] IB/ipoib: Fix for potential no-carrier state Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 144/162] x86/power: Fix swsusp_arch_resume prototype Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 145/162] firmware: dmi_scan: Fix handling of empty DMI strings Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 146/162] ACPI: processor_perflib: Do not send _PPC change notification if not ready Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 147/162] bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 148/162] MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 149/162] xen-netfront: Fix race between device setup and open Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 151/162] RDS: IB: Fix null pointer issue Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 150/162] xen/grant-table: Use put_page instead of free_page Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 152/162] arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 153/162] proc: fix /proc/*/map_files lookup Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 154/162] cifs: silence compiler warnings showing up with gcc-8.0.0 Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 155/162] bcache: properly set task state in bch_writeback_thread() Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 156/162] bcache: fix for allocator and register thread race Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 157/162] bcache: fix for data collapse after re-attaching an attached device Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 158/162] bcache: return attach error when no cache set exist Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 160/162] tools/libbpf: handle issues with bpf ELF objects containing .eh_frames Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 159/162] nfsd: return RESOURCE not GARBAGE_ARGS on too many ops Sasha Levin
2018-04-09  0:29 ` [PATCH AUTOSEL for 4.4 161/162] locking/qspinlock: Ensure node->count is updated before initialising node Sasha Levin
2018-04-09  0:29 ` Sasha Levin [this message]

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=20180409002738.163941-162-alexander.levin@microsoft.com \
    --to=alexander.levin@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=msalter@redhat.com \
    --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).