-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 3.18 .
I've sent a review request for all commits over a week ago and all comments were addressed.
Thanks, Sasha
=====
The following changes since commit 7612025fbc7a5ab54bf71f48b99b0b6a15fc7b06:
Linux 3.18.116 (2018-07-22 13:43:26 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-3.18-27072018
for you to fetch changes up to 203380d45ae999b352c4b8571e886da96917615d:
media: si470x: fix __be16 annotations (2018-07-27 19:54:35 -0400)
- ---------------------------------------------------------------- for-greg-3.18-27072018
- ---------------------------------------------------------------- Alexandre Belloni (1): rtc: ensure rtc_set_alarm fails when alarms are not supported
Anson Huang (1): regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
Brad Love (1): media: saa7164: Fix driver name in debug output
Chintan Pandya (1): mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chris Novakovic (1): ipconfig: Correctly initialise ic_nameservers
Christoph Hellwig (1): PCI: Prevent sysfs disable of device while driver is attached
Christophe Leroy (1): powerpc/8xx: fix invalid register expression in head_8xx.S
Colin Ian King (1): media: smiapp: fix timeout checking in smiapp_read_nvm
Cong Wang (1): infiniband: fix a possible use-after-free bug
DaeRyong Jeong (1): tty: Fix data race in tty_insert_flip_string_fixed_flag
Damien Le Moal (1): libata: Fix command retry decision
Dan Carpenter (1): scsi: megaraid: silence a static checker bug
Dmitry Torokhov (1): HID: i2c-hid: check if device is there before really probing
Dominik Bozek (1): usb: hub: Don't wait for connect state at resume for powered-off ports
Eyal Reizer (1): wlcore: sdio: check for valid platform device data before suspend
Ganapathi Bhat (1): mwifiex: handle race during mwifiex_usb_disconnect
Jakub Kicinski (1): bpf: fix references to free_bpf_prog_info() in comments
Jonathan Neuschäfer (1): powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by Starlet
Kai Chieh Chuang (1): ASoC: dpcm: fix BE dai not hw_free and shutdown
Kan Liang (2): perf/x86/intel/uncore: Correct fixed counter index check in generic code perf/x86/intel/uncore: Correct fixed counter index check for NHM
Kirill Tkhai (1): fasync: Fix deadlock between task-context and interrupt-context kill_fasync()
Leon Romanovsky (1): RDMA/mad: Convert BUG_ONs to error flows
Luc Van Oostenryck (2): drm/radeon: fix mode_valid's return type drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
Mathieu Malaterre (5): mm/slub.c: add __printf verification to slab_err() powerpc/32: Add a missing include header powerpc/chrp/time: Make some functions static, add missing header include powerpc/powermac: Add missing prototype for note_bootable_part() powerpc/powermac: Mark variable x as unused
Mauro Carvalho Chehab (2): media: siano: get rid of __le32/__le16 cast warnings media: si470x: fix __be16 annotations
Maya Erez (1): scsi: ufs: fix exception event handling
Michal Simek (1): microblaze: Fix simpleImage format generation
Mika Westerberg (1): PCI: pciehp: Request control of native hotplug only if supported
Shuah Khan (Samsung OSG) (1): usbip: usbip_detach: Fix memory, udev context and udev leak
Siva Rebbagondla (1): rsi: Fix 'invalid vdd' warning in mmc
Stewart Smith (1): hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
Sudeep Holla (1): tick: Prefer a lower rating device only if it's CPU local device
Suman Anna (1): media: omap3isp: fix unbalanced dma_iommu_mapping
Sven Eckelmann (9): ath: Add regulatory mapping for FCC3_ETSIC ath: Add regulatory mapping for ETSI8_WORLD ath: Add regulatory mapping for APL13_WORLD ath: Add regulatory mapping for APL2_FCCA ath: Add regulatory mapping for Uganda ath: Add regulatory mapping for Tanzania ath: Add regulatory mapping for Serbia ath: Add regulatory mapping for Bermuda ath: Add regulatory mapping for Bahamas
Takashi Iwai (2): ALSA: emu10k1: Rate-limit error messages about page errors ALSA: usb-audio: Apply rate limit to warning messages in URB complete callback
Takashi Sakamoto (1): ALSA: hda/ca0132: fix build failure when a local macro is defined
Thomas Richter (2): s390/cpum_sf: Add data entry sizes to sampling trailer entry perf: fix invalid bit in diagnostic entry
Tudor-Dan Ambarus (2): crypto: authencesn - don't leak pointers to authenc keys crypto: authenc - don't leak pointers to authenc keys
Wenwen Wang (2): scsi: 3w-9xxx: fix a missing-check bug scsi: 3w-xxxx: fix a missing-check bug
Yufen Yu (1): md: fix NULL dereference of mddev->pers in remove_and_add_spares()
Zhouyang Jia (2): ALSA: emu10k1: add error handling for snd_ctl_add ALSA: fm801: add error handling for snd_ctl_add
arch/microblaze/boot/Makefile | 10 ++++++---- arch/powerpc/kernel/head_8xx.S | 2 +- arch/powerpc/kernel/pci_32.c | 1 + arch/powerpc/platforms/chrp/time.c | 6 ++++-- arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 5 +++++ arch/powerpc/platforms/powermac/bootx_init.c | 4 +++- arch/powerpc/platforms/powermac/setup.c | 1 + arch/s390/include/asm/cpu_mf.h | 6 ++++-- arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +- arch/x86/kernel/cpu/perf_event_intel_uncore_nhmex.c | 2 +- crypto/authenc.c | 1 + crypto/authencesn.c | 1 + drivers/acpi/pci_root.c | 4 +++- drivers/ata/libata-eh.c | 12 ++++++++---- drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +- drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +- drivers/gpu/drm/radeon/radeon_connectors.c | 10 +++++----- drivers/hid/i2c-hid/i2c-hid.c | 8 ++++++++ drivers/infiniband/core/mad.c | 11 +++++++---- drivers/infiniband/core/ucma.c | 6 +++++- drivers/md/md.c | 3 +++ drivers/media/common/siano/smsendian.c | 14 +++++++------- drivers/media/i2c/smiapp/smiapp-core.c | 11 +++++------ drivers/media/pci/saa7164/saa7164-fw.c | 3 ++- drivers/media/platform/omap3isp/isp.c | 7 ++++--- drivers/media/radio/si470x/radio-si470x-i2c.c | 6 +++--- drivers/net/wireless/ath/regd.h | 5 +++++ drivers/net/wireless/ath/regd_common.h | 13 +++++++++++++ drivers/net/wireless/mwifiex/usb.c | 3 +++ drivers/net/wireless/rsi/rsi_91x_sdio.c | 2 -- drivers/net/wireless/ti/wlcore/sdio.c | 5 +++++ drivers/pci/pci-sysfs.c | 15 +++++++++------ drivers/regulator/pfuze100-regulator.c | 1 + drivers/rtc/interface.c | 5 +++++ drivers/scsi/3w-9xxx.c | 5 +++++ drivers/scsi/3w-xxxx.c | 3 +++ drivers/scsi/megaraid.c | 3 +++ drivers/scsi/ufs/ufshcd.c | 2 ++ drivers/tty/hvc/hvc_opal.c | 1 - drivers/tty/pty.c | 3 +++ drivers/usb/core/hub.c | 4 ++++ fs/fcntl.c | 15 +++++++-------- include/linux/fs.h | 2 +- kernel/bpf/verifier.c | 4 ++-- kernel/time/tick-common.c | 3 ++- mm/slub.c | 2 +- mm/vmalloc.c | 3 ++- net/ipv4/ipconfig.c | 13 +++++++++++++ sound/pci/emu10k1/emupcm.c | 4 +++- sound/pci/emu10k1/memory.c | 6 +++--- sound/pci/fm801.c | 16 ++++++++++++---- sound/pci/hda/patch_ca0132.c | 8 ++++++-- sound/soc/soc-pcm.c | 6 ++++-- sound/usb/pcm.c | 2 +- tools/usb/usbip/src/usbip_detach.c | 9 ++++++--- 55 files changed, 215 insertions(+), 88 deletions(-)
linux-stable-mirror@lists.linaro.org