I'm announcing the release of the 4.11.7 kernel. All users of the 4.11 kernel series must upgrade. The updated 4.11.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.11.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/admin-guide/kernel-parameters.txt | 7 Documentation/devicetree/bindings/mfd/axp20x.txt | 3 Makefile | 2 arch/arc/mm/mmap.c | 2 arch/arm/boot/dts/am335x-sl50.dts | 8 arch/arm/mm/mmap.c | 4 arch/frv/mm/elf-fdpic.c | 2 arch/mips/boot/Makefile | 10 arch/mips/kernel/branch.c | 4 arch/mips/mm/mmap.c | 2 arch/parisc/kernel/sys_parisc.c | 15 arch/powerpc/mm/dump_linuxpagetables.c | 18 arch/powerpc/mm/hugetlbpage-radix.c | 2 arch/powerpc/mm/mmap.c | 4 arch/powerpc/mm/slice.c | 2 arch/s390/mm/mmap.c | 4 arch/sh/mm/mmap.c | 4 arch/sparc/kernel/sys_sparc_64.c | 4 arch/sparc/mm/hugetlbpage.c | 2 arch/tile/mm/hugetlbpage.c | 2 arch/x86/kernel/sys_x86_64.c | 4 arch/x86/mm/hugetlbpage.c | 2 arch/x86/mm/numa_32.c | 1 arch/xtensa/kernel/syscall.c | 2 drivers/cpufreq/cpufreq_conservative.c | 4 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 7 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 7 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 7 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 7 drivers/gpu/drm/i915/i915_gem_shrinker.c | 5 drivers/gpu/drm/i915/i915_pvinfo.h | 8 drivers/gpu/drm/i915/i915_vgpu.c | 10 drivers/gpu/drm/i915/intel_display.c | 14 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 drivers/gpu/drm/mxsfb/mxsfb_crtc.c | 42 + drivers/gpu/drm/vc4/vc4_bo.c | 8 drivers/iio/adc/meson_saradc.c | 4 drivers/iio/adc/ti_am335x_adc.c | 2 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 39 + drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 3 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 41 + drivers/iio/proximity/as3935.c | 6 drivers/media/cec/cec-api.c | 8 drivers/media/platform/coda/coda-common.c | 21 drivers/media/usb/pvrusb2/pvrusb2-eeprom.c | 13 drivers/media/v4l2-core/videobuf2-core.c | 2 drivers/mfd/axp20x.c | 21 drivers/mfd/motorola-cpcap.c | 6 drivers/mfd/omap-usb-tll.c | 2 drivers/misc/c2port/c2port-duramar2150.c | 4 drivers/mtd/maps/Makefile | 10 drivers/mtd/maps/physmap_of.c | 389 ---------------- drivers/mtd/maps/physmap_of_core.c | 389 ++++++++++++++++ drivers/net/can/usb/gs_usb.c | 2 drivers/phy/phy-rcar-gen3-usb2.c | 31 - drivers/staging/iio/cdc/ad7152.c | 6 drivers/staging/iio/light/tsl2x7x_core.c | 2 drivers/staging/media/platform/bcm2835/bcm2835-camera.c | 14 drivers/staging/rtl8188eu/core/rtw_ap.c | 2 drivers/tty/serial/8250/8250_lpss.c | 3 drivers/tty/serial/efm32-uart.c | 11 drivers/tty/serial/sh-sci.c | 29 - drivers/usb/core/hcd.c | 1 drivers/usb/core/hub.c | 8 drivers/usb/dwc3/gadget.c | 12 drivers/usb/gadget/legacy/inode.c | 9 drivers/usb/gadget/udc/dummy_hcd.c | 19 drivers/usb/gadget/udc/net2280.c | 9 drivers/usb/gadget/udc/renesas_usb3.c | 43 + drivers/usb/host/r8a66597-hcd.c | 6 drivers/usb/host/xhci-mem.c | 7 drivers/usb/host/xhci-pci.c | 3 drivers/usb/usbip/vhci_hcd.c | 11 drivers/virtio/virtio_balloon.c | 7 fs/btrfs/hash.c | 5 fs/configfs/symlink.c | 3 fs/f2fs/f2fs.h | 5 fs/hugetlbfs/inode.c | 2 fs/proc/task_mmu.c | 4 fs/read_write.c | 2 fs/userfaultfd.c | 29 - include/linux/mm.h | 53 +- include/uapi/linux/usb/ch11.h | 3 kernel/irq/manage.c | 4 kernel/sched/core.c | 2 kernel/time/alarmtimer.c | 14 lib/libcrc32c.c | 6 mm/gup.c | 5 mm/huge_memory.c | 8 mm/memory-failure.c | 5 mm/memory.c | 38 - mm/mmap.c | 160 +++--- mm/swap_cgroup.c | 3 net/ipv6/ila/ila_xlat.c | 1 net/mac80211/cfg.c | 2 net/mac80211/ibss.c | 2 net/mac80211/rx.c | 9 net/mac80211/sta_info.c | 2 net/mac80211/wpa.c | 9 net/wireless/util.c | 10 security/selinux/hooks.c | 5 sound/pci/hda/hda_intel.c | 4 sound/usb/quirks.c | 2 103 files changed, 1039 insertions(+), 784 deletions(-) Alan Stern (2): USB: gadget: fix GPF in gadgetfs USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks Alexey Khoroshilov (1): staging: iio: ad7152: Fix deadlock in ad7152_write_raw_samp_freq() Andrea Arcangeli (1): userfaultfd: shmem: handle coredumping in handle_userfault() Andy Lutomirski (1): sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() Anton Bondarenko (1): usb: core: fix potential memory leak in error path during hcd creation Arnd Bergmann (2): ila_xlat: add missing hash secret initialization pvrusb2: reduce stack usage pvr2_eeprom_analyze() Chris Brandt (2): usb: r8a66597-hcd: select a different endpoint on timeout usb: r8a66597-hcd: decrease timeout Christoph Hellwig (1): fs: pass on flags in compat_writev Christophe JAILLET (2): vb2: Fix an off by one error in 'vb2_plane_vaddr' serial: efm32: Fix parity management in 'efm32_uart_console_get_options()' Corentin Labbe (1): usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk Dan Carpenter (4): staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data() staging: bcm2835-camera: fix error handling in init iio: adc: ti_am335x_adc: allocating too much in probe drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR() David Miller (1): crypto: Work around deallocated stack frame reference gcc bug on sparc. Emmanuel Grumbach (2): mac80211: don't look at the PM bit of BAR frames mac80211: don't send SMPS action frame in AP mode when not needed Enric Balletbo i Serra (2): ARM: dts: am335x-sl50: Fix card detect pin for mmc1 ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0 Eric Anholt (1): drm/vc4: Fix OOPSes from trying to cache a partially constructed BO. Eva Rachel Retuya (1): staging: iio: tsl2x7x_core: Fix standard deviation calculation Fabio Estevam (1): drm: mxsfb_crtc: Reset the eLCDIF controller Geert Uytterhoeven (2): serial: sh-sci: Fix (AUTO)RTS in sci_init_pins() serial: sh-sci: Fix late enablement of AUTORTS Greg Kroah-Hartman (1): Linux 4.11.7 Hans Verkuil (1): cec: race fix: don't return -ENONET in cec_receive() Heiner Kallweit (1): genirq: Release resources in __setup_irq() error path Helge Deller (1): Allow stack to grow up to address space limit Hugh Dickins (2): mm: larger stack guard gap, between vmas mm: fix new crash in unmapped_area_topdown() James Morse (1): mm/memory-failure.c: use compound_head() flags for huge pages Jan Kiszka (1): serial: 8250_lpss: Unconditionally set PCI master for Quark Jason A. Donenfeld (1): mac80211/wpa: use constant time memory comparison for MACs Jean-Baptiste Maneyrol (1): iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500 Johan Hovold (4): ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts USB: hub: fix SS max number of ports USB: usbip: fix nonconforming hub descriptor USB: gadget: dummy_hcd: fix hub-descriptor removable fields Johannes Berg (2): mac80211: fix IBSS presp allocation size mac80211: fix dropped counter in multiqueue RX Joonas Lahtinen (1): drm/i915: Do not sync RCU during shrinking Laura Abbott (1): x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init() Linus Walleij (1): mtd: physmap_of: really fix the physmap add-ons Lorenzo Bianconi (1): iio: imu: st_lsm6dsx: do not apply ODR configuration in write_raw handler Marc Kleine-Budde (1): can: gs_usb: fix memory leak in gs_cmd_reset() Mario Kleiner (1): drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions. Mark Rutland (1): mm: numa: avoid waiting on freed migrated pages Martin Blumenstingl (1): iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifo Matt Ranostay (1): iio: proximity: as3935: recalibrate RCO after resume Michael S. Tsirkin (1): virtio_balloon: disable VIOMMU support Nicholas Bellinger (1): configfs: Fix race between create_link and configfs_rmdir Oliver O'Halloran (1): powerpc/mm: Add physical address to Linux page table dump Paul Burton (2): MIPS: Fix bnezc/jialc return address calculation MIPS: .its targets depend on vmlinux Paul Moore (1): selinux: fix double free in selinux_parse_opts_str() Philipp Zabel (1): coda: restore original firmware locations Rajkumar Manoharan (1): mac80211: strictly check mesh address extension mode Rask Ingemann Lambertsen (2): mfd: axp20x: Add support for dts property "xpowers,master-mode" dt-bindings: mfd: axp20x: Add "xpowers,master-mode" property for AXP806 PMICs Roger Quadros (1): usb: dwc3: gadget: Fix ISO transfer performance Subhransu S. Prusty (1): ALSA: hda: Add Geminilake id to SKL_PLUS Thomas Gleixner (2): alarmtimer: Prevent overflow of relative timers alarmtimer: Rate limit periodic intervals Tomasz Wilczyński (1): cpufreq: conservative: Allow down_threshold to take values from 1 to 10 Tony Lindgren (4): mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode mfd: cpcap: Fix interrupt to use level interrupt mfd: cpcap: Use ack_invert interrupts mfd: cpcap: Fix bad use of IRQ sense register Ville Syrjälä (1): drm/i915: Fix scaling check for 90/270 degree plane rotation YD Tseng (1): usb: xhci: Fix USB 3.1 supported protocol parsing YYS (1): drm/mediatek: fix mtk_hdmi_setup_vendor_specific_infoframe mistake Yoshihiro Shimoda (4): phy: rcar-gen3-usb2: fix implementation for runtime PM usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling usb: gadget: udc: renesas_usb3: fix deadlock by spinlock usb: gadget: udc: renesas_usb3: lock for PN_ registers access Yu Zhao (1): swap: cond_resched in swap_cgroup_prepare() Zhenyu Wang (1): drm/i915: Fix GVT-g PVINFO version compatibility check
Attachment:
signature.asc
Description: PGP signature