linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.4 000/160] 4.4.164-stable review
@ 2018-11-19 16:27 Greg Kroah-Hartman
  2018-11-19 16:27 ` [PATCH 4.4 001/160] bcache: fix miss key refill->end in writeback Greg Kroah-Hartman
                   ` (163 more replies)
  0 siblings, 164 replies; 169+ messages in thread
From: Greg Kroah-Hartman @ 2018-11-19 16:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	ben.hutchings, lkft-triage, stable

This is the start of the stable review cycle for the 4.4.164 release.
There are 160 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.

Responses should be made by Wed Nov 21 16:25:20 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.164-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.4.164-rc1

Clint Taylor <clinton.a.taylor@intel.com>
    drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values

Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
    drm/dp_mst: Check if primary mstb is null

Marc Zyngier <marc.zyngier@arm.com>
    drm/rockchip: Allow driver to be shutdown on reboot/kexec

Mike Kravetz <mike.kravetz@oracle.com>
    mm: migration: fix migration of huge PMD shared pages

Mike Kravetz <mike.kravetz@oracle.com>
    hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!

Guenter Roeck <linux@roeck-us.net>
    configfs: replace strncpy with memcpy

Miklos Szeredi <mszeredi@redhat.com>
    fuse: fix leaked notify reply

Maciej W. Rozycki <macro@linux-mips.org>
    rtc: hctosys: Add missing range error reporting

Frank Sorenson <sorenson@redhat.com>
    sunrpc: correct the computation for page_ptr when truncating

Eric W. Biederman <ebiederm@xmission.com>
    mount: Prevent MNT_DETACH from disconnecting locked mounts

Eric W. Biederman <ebiederm@xmission.com>
    mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts

Eric W. Biederman <ebiederm@xmission.com>
    mount: Retest MNT_LOCKED in do_umount

Vasily Averin <vvs@virtuozzo.com>
    ext4: fix buffer leak in __ext4_read_dirblock() on error path

Vasily Averin <vvs@virtuozzo.com>
    ext4: fix buffer leak in ext4_xattr_move_to_block() on error path

Vasily Averin <vvs@virtuozzo.com>
    ext4: release bs.bh before re-using in ext4_xattr_block_find()

Theodore Ts'o <tytso@mit.edu>
    ext4: fix possible leak of sbi->s_group_desc_leak in error path

Theodore Ts'o <tytso@mit.edu>
    ext4: avoid possible double brelse() in add_new_gdb() on error path

Vasily Averin <vvs@virtuozzo.com>
    ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing

Vasily Averin <vvs@virtuozzo.com>
    ext4: avoid buffer leak in ext4_orphan_add() after prior errors

Vasily Averin <vvs@virtuozzo.com>
    ext4: fix possible inode leak in the retry loop of ext4_resize_fs()

Vasily Averin <vvs@virtuozzo.com>
    ext4: avoid potential extra brelse in setup_new_flex_group_blocks()

Vasily Averin <vvs@virtuozzo.com>
    ext4: add missing brelse() add_new_gdb_meta_bg()'s error path

Vasily Averin <vvs@virtuozzo.com>
    ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path

Vasily Averin <vvs@virtuozzo.com>
    ext4: add missing brelse() update_backups()'s error path

Michael Kelley <mikelley@microsoft.com>
    clockevents/drivers/i8253: Add support for PIT shutdown quirk

Filipe Manana <fdmanana@suse.com>
    Btrfs: fix data corruption due to cloning of eof block

H. Peter Anvin (Intel) <hpa@zytor.com>
    arch/alpha, termios: implement BOTHER, IBSHIFT and termios2

H. Peter Anvin <hpa@zytor.com>
    termios, tty/tty_baudrate.c: fix buffer overrun

Arnd Bergmann <arnd@arndb.de>
    mtd: docg3: don't set conflicting BCH_CONST_PARAMS option

Andrea Arcangeli <aarcange@redhat.com>
    mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings

Changwei Ge <ge.changwei@h3c.com>
    ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry

Greg Edwards <gedwards@ddn.com>
    vhost/scsi: truncate T10 PI iov_iter to prot_bytes

Mikulas Patocka <mpatocka@redhat.com>
    mach64: fix image corruption due to reading accelerator registers

Mikulas Patocka <mpatocka@redhat.com>
    mach64: fix display corruption on big endian machines

Ilya Dryomov <idryomov@gmail.com>
    libceph: bump CEPH_MSG_MAX_DATA_LEN

Krzysztof Kozlowski <krzk@kernel.org>
    clk: s2mps11: Fix matching when built as module and DT node contains compatible

Max Filippov <jcmvbkbc@gmail.com>
    xtensa: fix boot parameters address translation

Max Filippov <jcmvbkbc@gmail.com>
    xtensa: make sure bFLT stack is 16 byte aligned

Max Filippov <jcmvbkbc@gmail.com>
    xtensa: add NOTES section to the linker script

Huacai Chen <chenhc@lemote.com>
    MIPS: Loongson-3: Fix BRIDGE irq delivery problem

Huacai Chen <chenhc@lemote.com>
    MIPS: Loongson-3: Fix CPU UART irq delivery problem

Kees Cook <keescook@chromium.org>
    bna: ethtool: Avoid reading past end of buffer

Vincenzo Maffione <v.maffione@gmail.com>
    e1000: fix race condition between e1000_down() and e1000_watchdog

Colin Ian King <colin.king@canonical.com>
    e1000: avoid null pointer dereference on invalid stat type

Michal Hocko <mhocko@suse.com>
    mm: do not bug_on on incorrect length in __mm_populate()

Oscar Salvador <osalvador@suse.de>
    fs, elf: make sure to page align bss in load_elf_library

Kees Cook <keescook@chromium.org>
    mm: refuse wrapped vm_brk requests

Kees Cook <keescook@chromium.org>
    binfmt_elf: fix calculations for bss padding

Michal Hocko <mhocko@suse.com>
    mm, elf: handle vm_brk error

Miklos Szeredi <mszeredi@redhat.com>
    fuse: set FR_SENT while locked

Miklos Szeredi <mszeredi@redhat.com>
    fuse: fix blocked_waitq wakeup

Kirill Tkhai <ktkhai@virtuozzo.com>
    fuse: Fix use-after-free in fuse_dev_do_write()

Kirill Tkhai <ktkhai@virtuozzo.com>
    fuse: Fix use-after-free in fuse_dev_do_read()

Himanshu Madhani <himanshu.madhani@cavium.com>
    scsi: qla2xxx: Fix incorrect port speed being set for FC adapters

Young_X <YangX92@hotmail.com>
    cdrom: fix improper type cast, which can leat to information leak.

Dominique Martinet <dominique.martinet@cea.fr>
    9p: clear dangling pointers in p9stat_free

Dominique Martinet <dominique.martinet@cea.fr>
    9p locks: fix glock.client_id leak in do_lock

Marco Felsch <m.felsch@pengutronix.de>
    media: tvp5150: fix width alignment during set_selection()

Phil Elwell <phil@raspberrypi.org>
    sc16is7xx: Fix for multi-channel stall

Joel Stanley <joel@jms.id.au>
    powerpc/boot: Ensure _zimage_start is a weak symbol

Dengcheng Zhu <dzhu@wavecomp.com>
    MIPS: kexec: Mark CPU offline before disabling local IRQ

Nicholas Mc Guire <hofrat@osadl.org>
    media: pci: cx23885: handle adding to list failure

Tomi Valkeinen <tomi.valkeinen@ti.com>
    drm/omap: fix memory barrier bug in DMM driver

Daniel Axtens <dja@axtens.net>
    powerpc/nohash: fix undefined behaviour when testing page size support

Miles Chen <miles.chen@mediatek.com>
    tty: check name length in tty_find_polling_driver()

Shaohua Li <shli@fb.com>
    MD: fix invalid stored role for a disk - try2

Josef Bacik <jbacik@fb.com>
    btrfs: set max_extent_size properly

Filipe Manana <fdmanana@suse.com>
    Btrfs: fix null pointer dereference on compressed write path error

Qu Wenruo <wqu@suse.com>
    btrfs: qgroup: Dirty all qgroups before rescan

Filipe Manana <fdmanana@suse.com>
    Btrfs: fix wrong dentries after fsync of file that got its parent replaced

Josef Bacik <josef@toxicpanda.com>
    btrfs: make sure we create all new block groups

Josef Bacik <jbacik@fb.com>
    btrfs: reset max_extent_size on clear in a bitmap

Josef Bacik <josef@toxicpanda.com>
    btrfs: wait on caching when putting the bg cache

Jeff Mahoney <jeffm@suse.com>
    btrfs: don't attempt to trim devices that don't support it

Jeff Mahoney <jeffm@suse.com>
    btrfs: iterate all devices during trim, instead of fs_devices::alloc_list

Qu Wenruo <wqu@suse.com>
    btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock

Qu Wenruo <wqu@suse.com>
    btrfs: Handle owner mismatch gracefully when walking up tree

Johan Hovold <johan@kernel.org>
    soc/tegra: pmc: Fix child-node lookup

Thor Thayer <thor.thayer@linux.intel.com>
    arm64: dts: stratix10: Correct System Manager register size

Nicolas Pitre <nicolas.pitre@linaro.org>
    Cramfs: fix abad comparison when wrap-arounds occur

Theodore Ts'o <tytso@mit.edu>
    ext4: avoid running out of journal credits when appending to an inline file

Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
    media: em28xx: make v4l2-compliance happier by starting sequence on zero

Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
    media: em28xx: fix input name for Terratec AV 350

Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
    media: em28xx: use a default format if TRY_FMT fails

Juergen Gross <jgross@suse.com>
    xen: fix xen_qlock_wait()

He Zhe <zhe.he@windriver.com>
    kgdboc: Passing ekgdboc to command line causes panic

Maciej W. Rozycki <macro@linux-mips.org>
    TC: Set DMA masks for devices

Aaro Koskinen <aaro.koskinen@iki.fi>
    MIPS: OCTEON: fix out of bounds array access on CN68XX

Christophe Leroy <christophe.leroy@c-s.fr>
    powerpc/msi: Fix compile error on mpc83xx

Wenwen Wang <wang6495@umn.edu>
    dm ioctl: harden copy_params()'s copy_from_user() from malicious users

Amir Goldstein <amir73il@gmail.com>
    lockd: fix access beyond unterminated strings in prints

Trond Myklebust <trondmy@gmail.com>
    nfsd: Fix an Oops in free_session()

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4.1: Fix the r/wsize checking

Lukas Wunner <lukas@wunner.de>
    genirq: Fix race on spurious interrupt detection

He Zhe <zhe.he@windriver.com>
    printk: Fix panic caused by passing log_buf_len to command line

Steve French <stfrench@microsoft.com>
    smb3: on kerberos mount if server doesn't specify auth type use krb5

Steve French <stfrench@microsoft.com>
    smb3: do not attempt cifs operation in smb3 query info error path

Steve French <stfrench@microsoft.com>
    smb3: allow stats which track session and share reconnects to be reset

Andreas Kemnade <andreas@kemnade.info>
    w1: omap-hdq: fix missing bus unregister at removal

Eugen Hristev <eugen.hristev@microchip.com>
    iio: adc: at91: fix wrong channel number in triggered buffer mode

Eugen Hristev <eugen.hristev@microchip.com>
    iio: adc: at91: fix acking DRDY irq on simple conversions

Arnd Bergmann <arnd@arndb.de>
    kbuild: fix kernel/bounds.c 'W=1' warning

Mike Kravetz <mike.kravetz@oracle.com>
    hugetlbfs: dirty pages as they are added to pagecache

Eric Biggers <ebiggers@google.com>
    ima: fix showing large 'violations' or 'runtime_measurements_count'

Ondrej Mosnacek <omosnace@redhat.com>
    crypto: lrw - Fix out-of bounds access on counter overflow

Eric W. Biederman <ebiederm@xmission.com>
    signal/GenWQE: Fix sending of SIGKILL

Bin Meng <bmeng.cn@gmail.com>
    PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk

Breno Leitao <leitao@debian.org>
    HID: hiddev: fix potential Spectre v1

Lukas Czerner <lczerner@redhat.com>
    ext4: initialize retries variable in ext4_da_write_inline_data_begin()

Al Viro <viro@zeniv.linux.org.uk>
    gfs2_meta: ->mount() can get NULL dev_name

Jan Kara <jack@suse.cz>
    jbd2: fix use after free in jbd2_log_do_checkpoint()

Alexander Duyck <alexander.h.duyck@linux.intel.com>
    libnvdimm: Hold reference on parent while scheduling async init

Stefan Nuernberger <snu@amazon.com>
    net/ipv4: defensive cipso option parsing

Juergen Gross <jgross@suse.com>
    xen: make xen_qlock_wait() nestable

Juergen Gross <jgross@suse.com>
    xen: fix race in xen_qlock_wait()

Dr. Greg Wettstein <greg@wind.enjellic.com>
    tpm: Restore functionality to xen vtpm driver.

Joe Jin <joe.jin@oracle.com>
    xen-swiotlb: use actually allocated size on check physical continuous

Takashi Iwai <tiwai@suse.de>
    ALSA: hda: Check the non-cached stream buffers more explicitly

Paul Cercueil <paul@crapouillou.net>
    dmaengine: dma-jz4780: Return error if not probed from DT

Eric W. Biederman <ebiederm@xmission.com>
    signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init

James Smart <jsmart2021@gmail.com>
    scsi: lpfc: Correct soft lockup when running mds diagnostics

Alexandre Belloni <alexandre.belloni@bootlin.com>
    uio: ensure class is registered before devices

Waiman Long <longman@redhat.com>
    driver/dma/ioat: Call del_timer_sync() without holding prep_lock

Loic Poulain <loic.poulain@linaro.org>
    usb: chipidea: Prevent unbalanced IRQ disable

Shaohua Li <shli@fb.com>
    MD: fix invalid stored role for a disk

Theodore Ts'o <tytso@mit.edu>
    ext4: fix argument checking in EXT4_IOC_MOVE_EXT

Javier Martinez Canillas <javierm@redhat.com>
    tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated

Wenwen Wang <wang6495@umn.edu>
    scsi: megaraid_sas: fix a missing-check bug

Finn Thain <fthain@telegraphics.com.au>
    scsi: esp_scsi: Track residual for PIO transfers

Martin Willi <martin@strongswan.org>
    ath10k: schedule hardware restart if WMI command times out

Douglas Anderson <dianders@chromium.org>
    pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant

Douglas Anderson <dianders@chromium.org>
    pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant

Stephen Boyd <swboyd@chromium.org>
    pinctrl: qcom: spmi-mpp: Fix drive strength setting

Hans de Goede <hdegoede@redhat.com>
    ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers

Masami Hiramatsu <mhiramat@kernel.org>
    kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()

YueHaibing <yuehaibing@huawei.com>
    pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux

Ben Hutchings <ben@decadent.org.uk>
    x86: boot: Fix EFI stub alignment

Christian Hewitt <christianshewitt@gmail.com>
    Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth

Yu Zhao <yuzhao@google.com>
    mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01

Sanskriti Sharma <sansharm@redhat.com>
    perf tools: Cleanup trace-event-info 'tdata' leak

Sanskriti Sharma <sansharm@redhat.com>
    perf tools: Free temporary 'sys' string in read_event_files()

Serhey Popovych <serhe.popovych@gmail.com>
    tun: Consistently configure generic netdev params via rtnetlink

Omar Sandoval <osandov@fb.com>
    swim: fix cleanup on setup error

Omar Sandoval <osandov@fb.com>
    ataflop: fix error handling during setup

Waiman Long <longman@redhat.com>
    locking/lockdep: Fix debug_locks off performance problem

Masami Hiramatsu <mhiramat@kernel.org>
    selftests: ftrace: Add synthetic event syntax testcase

Nathan Chancellor <natechancellor@gmail.com>
    net: qla3xxx: Remove overflowing shift statement

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    x86/fpu: Remove second definition of fpu in __fpu__restore_sig()

David S. Miller <davem@davemloft.net>
    sparc: Fix single-pcr perf event counter management.

Daniel Wagner <daniel.wagner@siemens.com>
    x86/kconfig: Fall back to ticket spinlocks

He Zhe <zhe.he@windriver.com>
    x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is provided

Alex Stanoev <alex@astanoev.com>
    ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops

Jeremy Cline <jcline@redhat.com>
    ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)

Helge Deller <deller@gmx.de>
    parisc: Fix map_pages() to not overwrite existing pte entries

John David Anglin <dave.anglin@bell.net>
    parisc: Fix address in HPMC IVA

Jan Glauber <jglauber@cavium.com>
    ipmi: Fix timer race with module unload

Maciej S. Szmigiero <mail@maciej.szmigiero.name>
    pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges

Hou Tao <houtao1@huawei.com>
    jffs2: free jffs2_sb_info through jffs2_kill_sb()

Dmitry Bazhenov <bazhenov.dn@gmail.com>
    hwmon: (pmbus) Fix page count auto-detection.

Tang Junhui <tang.junhui.linux@gmail.com>
    bcache: fix miss key refill->end in writeback


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

Diffstat:

 Makefile                                           |  4 +-
 arch/alpha/include/asm/termios.h                   |  8 ++-
 arch/alpha/include/uapi/asm/ioctls.h               |  5 ++
 arch/alpha/include/uapi/asm/termbits.h             | 17 +++++
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  2 +-
 arch/mips/cavium-octeon/executive/cvmx-helper.c    |  2 +-
 arch/mips/include/asm/mach-loongson64/irq.h        |  2 +-
 arch/mips/kernel/crash.c                           |  3 +
 arch/mips/kernel/machine_kexec.c                   |  3 +
 arch/mips/loongson64/loongson-3/irq.c              | 56 ++-------------
 arch/parisc/kernel/entry.S                         |  2 +-
 arch/parisc/kernel/traps.c                         |  3 +-
 arch/parisc/mm/init.c                              |  8 +--
 arch/powerpc/boot/crt0.S                           |  4 +-
 arch/powerpc/include/asm/mpic.h                    |  7 ++
 arch/powerpc/mm/tlb_nohash.c                       |  3 +
 arch/sparc/kernel/perf_event.c                     | 17 +++--
 arch/x86/Kconfig                                   |  1 -
 arch/x86/boot/tools/build.c                        |  7 ++
 arch/x86/kernel/check.c                            | 15 ++++
 arch/x86/kernel/fpu/signal.c                       |  1 -
 arch/x86/xen/spinlock.c                            | 35 ++++------
 arch/xtensa/boot/Makefile                          |  2 +-
 arch/xtensa/include/asm/processor.h                |  6 +-
 arch/xtensa/kernel/head.S                          |  7 +-
 arch/xtensa/kernel/vmlinux.lds.S                   |  1 +
 crypto/lrw.c                                       |  7 +-
 drivers/acpi/acpi_lpss.c                           |  2 +
 drivers/block/ataflop.c                            | 25 ++++---
 drivers/block/swim.c                               | 13 +++-
 drivers/bluetooth/btbcm.c                          |  1 +
 drivers/cdrom/cdrom.c                              |  2 +-
 drivers/char/ipmi/ipmi_ssif.c                      | 10 +--
 drivers/char/tpm/tpm-interface.c                   |  3 +-
 drivers/char/tpm/xen-tpmfront.c                    |  2 +-
 drivers/clk/clk-s2mps11.c                          | 30 ++++++++
 drivers/clocksource/i8253.c                        | 14 +++-
 drivers/dma/dma-jz4780.c                           |  5 ++
 drivers/dma/ioat/init.c                            |  9 ++-
 drivers/gpu/drm/drm_dp_mst_topology.c              |  3 +
 drivers/gpu/drm/i915/intel_audio.c                 | 17 +++++
 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c           | 11 +++
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |  6 ++
 drivers/hid/usbhid/hiddev.c                        | 18 +++--
 drivers/hwmon/pmbus/pmbus.c                        |  2 +
 drivers/hwmon/pmbus/pmbus_core.c                   |  5 +-
 drivers/iio/adc/at91_adc.c                         |  6 +-
 drivers/md/bcache/btree.c                          |  2 +-
 drivers/md/dm-ioctl.c                              | 18 ++---
 drivers/md/raid1.c                                 |  1 +
 drivers/md/raid10.c                                |  1 +
 drivers/media/i2c/tvp5150.c                        | 14 ++--
 drivers/media/pci/cx23885/altera-ci.c              | 10 +++
 drivers/media/usb/em28xx/em28xx-cards.c            |  4 +-
 drivers/media/usb/em28xx/em28xx-video.c            |  8 ++-
 drivers/misc/genwqe/card_base.h                    |  2 +-
 drivers/misc/genwqe/card_dev.c                     |  9 +--
 drivers/mmc/host/sdhci-pci-o2micro.c               |  3 +
 drivers/mtd/devices/Kconfig                        |  2 +-
 drivers/net/ethernet/brocade/bna/bnad_ethtool.c    |  4 +-
 drivers/net/ethernet/intel/e1000/e1000_ethtool.c   |  9 ++-
 drivers/net/ethernet/intel/e1000/e1000_main.c      | 11 ++-
 drivers/net/ethernet/qlogic/qla3xxx.c              |  2 -
 drivers/net/tun.c                                  |  2 +
 drivers/net/wireless/ath/ath10k/wmi.c              |  6 ++
 drivers/nvdimm/bus.c                               |  4 ++
 drivers/pci/quirks.c                               |  4 ++
 drivers/pcmcia/ricoh.h                             | 35 ++++++++++
 drivers/pcmcia/yenta_socket.c                      |  3 +-
 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c            | 27 +++++---
 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c           | 28 ++++++--
 drivers/rtc/hctosys.c                              |  4 +-
 drivers/scsi/esp_scsi.c                            |  1 +
 drivers/scsi/esp_scsi.h                            |  2 +
 drivers/scsi/lpfc/lpfc_sli.c                       |  7 ++
 drivers/scsi/mac_esp.c                             |  2 +
 drivers/scsi/megaraid/megaraid_sas_base.c          |  3 +
 drivers/scsi/qla2xxx/qla_mbx.c                     |  5 +-
 drivers/soc/tegra/pmc.c                            |  2 +-
 drivers/tc/tc.c                                    |  8 ++-
 drivers/tty/serial/kgdboc.c                        |  5 ++
 drivers/tty/serial/sc16is7xx.c                     | 19 +++--
 drivers/tty/tty_io.c                               |  2 +-
 drivers/tty/tty_ioctl.c                            |  4 +-
 drivers/uio/uio.c                                  |  9 +++
 drivers/usb/chipidea/otg.h                         |  3 +-
 drivers/vhost/scsi.c                               |  4 +-
 drivers/video/fbdev/aty/mach64_accel.c             | 28 ++++----
 drivers/w1/masters/omap_hdq.c                      |  2 +
 drivers/xen/swiotlb-xen.c                          |  6 ++
 fs/9p/vfs_file.c                                   | 16 ++++-
 fs/binfmt_elf.c                                    | 46 +++++++------
 fs/btrfs/extent-tree.c                             | 48 ++++++++++---
 fs/btrfs/free-space-cache.c                        | 32 ++++++---
 fs/btrfs/inode.c                                   |  1 +
 fs/btrfs/ioctl.c                                   | 12 +++-
 fs/btrfs/qgroup.c                                  |  1 +
 fs/btrfs/relocation.c                              |  2 +-
 fs/btrfs/tree-log.c                                | 30 +++++++-
 fs/cifs/cifs_debug.c                               |  3 +
 fs/cifs/cifs_spnego.c                              |  6 +-
 fs/cifs/inode.c                                    | 10 ++-
 fs/configfs/symlink.c                              |  2 +-
 fs/cramfs/inode.c                                  |  3 +-
 fs/ext4/ext4.h                                     |  3 -
 fs/ext4/inline.c                                   | 40 +----------
 fs/ext4/move_extent.c                              |  8 ++-
 fs/ext4/namei.c                                    |  5 +-
 fs/ext4/resize.c                                   | 28 ++++----
 fs/ext4/super.c                                    | 16 ++---
 fs/ext4/xattr.c                                    | 22 ++----
 fs/fuse/dev.c                                      | 29 ++++++--
 fs/gfs2/ops_fstype.c                               |  3 +
 fs/jbd2/checkpoint.c                               |  4 +-
 fs/jffs2/super.c                                   |  4 +-
 fs/lockd/host.c                                    |  2 +-
 fs/namespace.c                                     | 22 ++++--
 fs/nfs/nfs4client.c                                | 16 +++--
 fs/ocfs2/dir.c                                     |  3 +-
 include/linux/ceph/libceph.h                       |  8 ++-
 include/linux/hugetlb.h                            | 14 ++++
 include/linux/i8253.h                              |  1 +
 include/linux/mm.h                                 |  6 ++
 include/linux/tc.h                                 |  1 +
 kernel/bounds.c                                    |  4 +-
 kernel/irq/manage.c                                |  8 ++-
 kernel/kprobes.c                                   | 27 ++++++--
 kernel/locking/lockdep.c                           |  4 +-
 kernel/printk/printk.c                             |  7 +-
 kernel/signal.c                                    |  2 +-
 lib/debug_locks.c                                  |  2 +-
 mm/gup.c                                           |  2 -
 mm/hugetlb.c                                       | 66 ++++++++++++++++--
 mm/mempolicy.c                                     | 32 ++++++++-
 mm/mmap.c                                          | 13 ++--
 mm/rmap.c                                          | 56 +++++++++++++++
 net/9p/protocol.c                                  |  5 ++
 net/ipv4/cipso_ipv4.c                              | 11 +--
 net/sunrpc/svc_xprt.c                              |  2 +-
 net/sunrpc/xdr.c                                   |  5 +-
 security/integrity/ima/ima_fs.c                    |  6 +-
 sound/pci/ca0106/ca0106.h                          |  2 +-
 sound/pci/hda/hda_controller.h                     |  1 +
 sound/pci/hda/hda_intel.c                          | 11 ++-
 sound/pci/hda/patch_conexant.c                     |  1 +
 tools/perf/util/trace-event-info.c                 |  2 +
 tools/perf/util/trace-event-read.c                 |  5 +-
 .../inter-event/trigger-synthetic-event-syntax.tc  | 80 ++++++++++++++++++++++
 148 files changed, 1115 insertions(+), 423 deletions(-)



^ permalink raw reply	[flat|nested] 169+ messages in thread

end of thread, other threads:[~2018-11-21  7:59 UTC | newest]

Thread overview: 169+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 16:27 [PATCH 4.4 000/160] 4.4.164-stable review Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 001/160] bcache: fix miss key refill->end in writeback Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 002/160] hwmon: (pmbus) Fix page count auto-detection Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 003/160] jffs2: free jffs2_sb_info through jffs2_kill_sb() Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 004/160] pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 005/160] ipmi: Fix timer race with module unload Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 006/160] parisc: Fix address in HPMC IVA Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 007/160] parisc: Fix map_pages() to not overwrite existing pte entries Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 008/160] ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 009/160] ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 010/160] x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is provided Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 011/160] x86/kconfig: Fall back to ticket spinlocks Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 012/160] sparc: Fix single-pcr perf event counter management Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 013/160] x86/fpu: Remove second definition of fpu in __fpu__restore_sig() Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 014/160] net: qla3xxx: Remove overflowing shift statement Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 015/160] selftests: ftrace: Add synthetic event syntax testcase Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 016/160] locking/lockdep: Fix debug_locks off performance problem Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 017/160] ataflop: fix error handling during setup Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 018/160] swim: fix cleanup on setup error Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 019/160] tun: Consistently configure generic netdev params via rtnetlink Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 020/160] perf tools: Free temporary sys string in read_event_files() Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 021/160] perf tools: Cleanup trace-event-info tdata leak Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 022/160] mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 023/160] Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 024/160] x86: boot: Fix EFI stub alignment Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 025/160] pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 026/160] kprobes: Return error if we fail to reuse kprobe instead of BUG_ON() Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 027/160] ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 028/160] pinctrl: qcom: spmi-mpp: Fix drive strength setting Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 029/160] pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 030/160] pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() " Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 031/160] ath10k: schedule hardware restart if WMI command times out Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 032/160] scsi: esp_scsi: Track residual for PIO transfers Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 033/160] scsi: megaraid_sas: fix a missing-check bug Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 034/160] tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 035/160] ext4: fix argument checking in EXT4_IOC_MOVE_EXT Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 036/160] MD: fix invalid stored role for a disk Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 037/160] usb: chipidea: Prevent unbalanced IRQ disable Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 038/160] driver/dma/ioat: Call del_timer_sync() without holding prep_lock Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 039/160] uio: ensure class is registered before devices Greg Kroah-Hartman
2018-11-19 16:27 ` [PATCH 4.4 040/160] scsi: lpfc: Correct soft lockup when running mds diagnostics Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 041/160] signal: Always deliver the kernels SIGKILL and SIGSTOP to a pid namespace init Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 042/160] dmaengine: dma-jz4780: Return error if not probed from DT Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 043/160] ALSA: hda: Check the non-cached stream buffers more explicitly Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 044/160] xen-swiotlb: use actually allocated size on check physical continuous Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 045/160] tpm: Restore functionality to xen vtpm driver Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 046/160] xen: fix race in xen_qlock_wait() Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 047/160] xen: make xen_qlock_wait() nestable Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 048/160] net/ipv4: defensive cipso option parsing Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 049/160] libnvdimm: Hold reference on parent while scheduling async init Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 050/160] jbd2: fix use after free in jbd2_log_do_checkpoint() Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 051/160] gfs2_meta: ->mount() can get NULL dev_name Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 052/160] ext4: initialize retries variable in ext4_da_write_inline_data_begin() Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 053/160] HID: hiddev: fix potential Spectre v1 Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 054/160] PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 055/160] signal/GenWQE: Fix sending of SIGKILL Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 056/160] crypto: lrw - Fix out-of bounds access on counter overflow Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 057/160] ima: fix showing large violations or runtime_measurements_count Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 058/160] hugetlbfs: dirty pages as they are added to pagecache Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 059/160] kbuild: fix kernel/bounds.c W=1 warning Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 060/160] iio: adc: at91: fix acking DRDY irq on simple conversions Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 061/160] iio: adc: at91: fix wrong channel number in triggered buffer mode Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 062/160] w1: omap-hdq: fix missing bus unregister at removal Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 063/160] smb3: allow stats which track session and share reconnects to be reset Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 064/160] smb3: do not attempt cifs operation in smb3 query info error path Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 065/160] smb3: on kerberos mount if server doesnt specify auth type use krb5 Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 066/160] printk: Fix panic caused by passing log_buf_len to command line Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 067/160] genirq: Fix race on spurious interrupt detection Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 068/160] NFSv4.1: Fix the r/wsize checking Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 069/160] nfsd: Fix an Oops in free_session() Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 070/160] lockd: fix access beyond unterminated strings in prints Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 071/160] dm ioctl: harden copy_params()s copy_from_user() from malicious users Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 072/160] powerpc/msi: Fix compile error on mpc83xx Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 073/160] MIPS: OCTEON: fix out of bounds array access on CN68XX Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 074/160] TC: Set DMA masks for devices Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 075/160] kgdboc: Passing ekgdboc to command line causes panic Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 076/160] xen: fix xen_qlock_wait() Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 077/160] media: em28xx: use a default format if TRY_FMT fails Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 078/160] media: em28xx: fix input name for Terratec AV 350 Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 079/160] media: em28xx: make v4l2-compliance happier by starting sequence on zero Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 080/160] ext4: avoid running out of journal credits when appending to an inline file Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 081/160] Cramfs: fix abad comparison when wrap-arounds occur Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 082/160] arm64: dts: stratix10: Correct System Manager register size Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 083/160] soc/tegra: pmc: Fix child-node lookup Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 084/160] btrfs: Handle owner mismatch gracefully when walking up tree Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 085/160] btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 086/160] btrfs: iterate all devices during trim, instead of fs_devices::alloc_list Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 087/160] btrfs: dont attempt to trim devices that dont support it Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 088/160] btrfs: wait on caching when putting the bg cache Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 089/160] btrfs: reset max_extent_size on clear in a bitmap Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 090/160] btrfs: make sure we create all new block groups Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 091/160] Btrfs: fix wrong dentries after fsync of file that got its parent replaced Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 092/160] btrfs: qgroup: Dirty all qgroups before rescan Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 093/160] Btrfs: fix null pointer dereference on compressed write path error Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 094/160] btrfs: set max_extent_size properly Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 095/160] MD: fix invalid stored role for a disk - try2 Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 096/160] tty: check name length in tty_find_polling_driver() Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 097/160] powerpc/nohash: fix undefined behaviour when testing page size support Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 098/160] drm/omap: fix memory barrier bug in DMM driver Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 099/160] media: pci: cx23885: handle adding to list failure Greg Kroah-Hartman
2018-11-19 16:28 ` [PATCH 4.4 100/160] MIPS: kexec: Mark CPU offline before disabling local IRQ Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 101/160] powerpc/boot: Ensure _zimage_start is a weak symbol Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 102/160] sc16is7xx: Fix for multi-channel stall Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 103/160] media: tvp5150: fix width alignment during set_selection() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 104/160] 9p locks: fix glock.client_id leak in do_lock Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 105/160] 9p: clear dangling pointers in p9stat_free Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 106/160] cdrom: fix improper type cast, which can leat to information leak Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 107/160] scsi: qla2xxx: Fix incorrect port speed being set for FC adapters Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 108/160] fuse: Fix use-after-free in fuse_dev_do_read() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 109/160] fuse: Fix use-after-free in fuse_dev_do_write() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 110/160] fuse: fix blocked_waitq wakeup Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 111/160] fuse: set FR_SENT while locked Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 112/160] mm, elf: handle vm_brk error Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 113/160] binfmt_elf: fix calculations for bss padding Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 114/160] mm: refuse wrapped vm_brk requests Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 115/160] fs, elf: make sure to page align bss in load_elf_library Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 116/160] mm: do not bug_on on incorrect length in __mm_populate() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 117/160] e1000: avoid null pointer dereference on invalid stat type Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 118/160] e1000: fix race condition between e1000_down() and e1000_watchdog Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 119/160] bna: ethtool: Avoid reading past end of buffer Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 120/160] MIPS: Loongson-3: Fix CPU UART irq delivery problem Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 121/160] MIPS: Loongson-3: Fix BRIDGE " Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 122/160] xtensa: add NOTES section to the linker script Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 123/160] xtensa: make sure bFLT stack is 16 byte aligned Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 124/160] xtensa: fix boot parameters address translation Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 125/160] clk: s2mps11: Fix matching when built as module and DT node contains compatible Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 126/160] libceph: bump CEPH_MSG_MAX_DATA_LEN Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 127/160] mach64: fix display corruption on big endian machines Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 128/160] mach64: fix image corruption due to reading accelerator registers Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 129/160] vhost/scsi: truncate T10 PI iov_iter to prot_bytes Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 130/160] ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 131/160] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings Greg Kroah-Hartman
2018-11-19 22:16   ` David Rientjes
2018-11-20  7:44     ` Michal Hocko
2018-11-20 23:53       ` David Rientjes
2018-11-21  7:59         ` Michal Hocko
2018-11-19 16:29 ` [PATCH 4.4 132/160] mtd: docg3: dont set conflicting BCH_CONST_PARAMS option Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 133/160] termios, tty/tty_baudrate.c: fix buffer overrun Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 134/160] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 135/160] Btrfs: fix data corruption due to cloning of eof block Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 136/160] clockevents/drivers/i8253: Add support for PIT shutdown quirk Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 137/160] ext4: add missing brelse() update_backups()s error path Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 138/160] ext4: add missing brelse() in set_flexbg_block_bitmap()s " Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 139/160] ext4: add missing brelse() add_new_gdb_meta_bg()s " Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 140/160] ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 141/160] ext4: fix possible inode leak in the retry loop of ext4_resize_fs() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 142/160] ext4: avoid buffer leak in ext4_orphan_add() after prior errors Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 143/160] ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 144/160] ext4: avoid possible double brelse() in add_new_gdb() on error path Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 145/160] ext4: fix possible leak of sbi->s_group_desc_leak in " Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 146/160] ext4: release bs.bh before re-using in ext4_xattr_block_find() Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 147/160] ext4: fix buffer leak in ext4_xattr_move_to_block() on error path Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 148/160] ext4: fix buffer leak in __ext4_read_dirblock() " Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 149/160] mount: Retest MNT_LOCKED in do_umount Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 150/160] mount: Dont allow copying MNT_UNBINDABLE|MNT_LOCKED mounts Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 151/160] mount: Prevent MNT_DETACH from disconnecting locked mounts Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 152/160] sunrpc: correct the computation for page_ptr when truncating Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 153/160] rtc: hctosys: Add missing range error reporting Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 154/160] fuse: fix leaked notify reply Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 155/160] configfs: replace strncpy with memcpy Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 156/160] hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 157/160] mm: migration: fix migration of huge PMD shared pages Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 158/160] drm/rockchip: Allow driver to be shutdown on reboot/kexec Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 159/160] drm/dp_mst: Check if primary mstb is null Greg Kroah-Hartman
2018-11-19 16:29 ` [PATCH 4.4 160/160] drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values Greg Kroah-Hartman
2018-11-20  0:13 ` [PATCH 4.4 000/160] 4.4.164-stable review shuah
2018-11-20  8:15 ` Naresh Kamboju
2018-11-20 10:52 ` Jon Hunter
2018-11-20 20:39 ` Guenter Roeck

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).