I'm announcing the release of the 4.0.3 kernel. All users of the 4.0 kernel series must upgrade. The updated 4.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.0.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/kernel-parameters.txt | 2 Makefile | 2 arch/arm64/mm/dma-mapping.c | 9 - arch/mips/Kconfig | 4 arch/mips/Makefile | 14 + arch/mips/bcm47xx/board.c | 4 arch/mips/bcm63xx/prom.c | 4 arch/mips/bcm63xx/setup.c | 4 arch/mips/cavium-octeon/dma-octeon.c | 2 arch/mips/cavium-octeon/setup.c | 5 arch/mips/include/asm/cacheflush.h | 38 ++-- arch/mips/include/asm/cpu-features.h | 33 +++ arch/mips/include/asm/elf.h | 5 arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 arch/mips/include/asm/octeon/cvmx.h | 8 arch/mips/include/asm/octeon/pci-octeon.h | 3 arch/mips/include/asm/pgtable.h | 9 - arch/mips/include/asm/r4kcache.h | 89 +++++----- arch/mips/include/asm/spinlock.h | 2 arch/mips/kernel/entry.S | 3 arch/mips/kernel/smp-cps.c | 6 arch/mips/mm/cache.c | 39 ++-- arch/mips/mm/tlbex.c | 21 -- arch/mips/netlogic/xlp/ahci-init-xlp2.c | 13 + arch/mips/pci/Makefile | 2 arch/mips/pci/pci-octeon.c | 8 arch/mips/pci/pcie-octeon.c | 8 arch/mips/ralink/Kconfig | 5 drivers/acpi/sbs.c | 2 drivers/block/rbd.c | 5 drivers/gpu/drm/radeon/atombios_crtc.c | 3 drivers/gpu/drm/radeon/atombios_encoders.c | 6 drivers/gpu/drm/radeon/dce6_afmt.c | 25 -- drivers/gpu/drm/radeon/evergreen_hdmi.c | 53 +++-- drivers/gpu/drm/radeon/r600_hdmi.c | 9 - drivers/gpu/drm/radeon/radeon_audio.c | 30 +-- drivers/gpu/drm/radeon/radeon_connectors.c | 8 drivers/gpu/drm/radeon/radeon_cs.c | 4 drivers/gpu/drm/radeon/radeon_vm.c | 36 ++-- drivers/gpu/drm/radeon/si_dpm.c | 1 drivers/hv/channel_mgmt.c | 12 - drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 2 drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 1 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 26 ++ drivers/net/ethernet/mellanox/mlx4/en_tx.c | 8 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 1 drivers/scsi/3w-9xxx.c | 57 +----- drivers/scsi/3w-9xxx.h | 5 drivers/scsi/3w-sas.c | 50 +---- drivers/scsi/3w-sas.h | 4 drivers/scsi/3w-xxxx.c | 42 ---- drivers/scsi/3w-xxxx.h | 5 drivers/scsi/scsi_devinfo.c | 1 drivers/scsi/scsi_scan.c | 6 drivers/ssb/Kconfig | 1 drivers/tty/serial/atmel_serial.c | 2 drivers/tty/serial/of_serial.c | 1 drivers/tty/serial/uartlite.c | 11 - drivers/tty/serial/xilinx_uartps.c | 12 - drivers/usb/chipidea/otg_fsm.c | 4 drivers/usb/class/cdc-acm.c | 7 drivers/usb/storage/uas-detect.h | 11 + drivers/usb/storage/uas.c | 16 + drivers/usb/storage/usb.c | 8 fs/btrfs/ioctl.c | 3 fs/ext4/extents.c | 15 - fs/ext4/extents_status.c | 8 fs/ext4/inode.c | 2 fs/hfsplus/xattr.c | 38 +--- include/linux/usb_usual.h | 2 include/scsi/scsi_devinfo.h | 1 include/sound/emu10k1.h | 14 + include/sound/soc-dapm.h | 2 kernel/bpf/core.c | 12 - net/ipv4/ping.c | 1 net/ipv4/route.c | 5 sound/pci/emu10k1/emu10k1.c | 6 sound/pci/emu10k1/emu10k1_callback.c | 4 sound/pci/emu10k1/emu10k1_main.c | 21 +- sound/pci/emu10k1/emupcm.c | 2 sound/pci/emu10k1/memory.c | 11 - sound/pci/hda/hda_codec.c | 21 +- sound/pci/hda/thinkpad_helper.c | 1 sound/soc/codecs/rt5677.c | 5 sound/soc/codecs/tfa9879.c | 4 sound/soc/samsung/s3c24xx-i2s.c | 4 sound/synth/emux/emux_oss.c | 11 - sound/synth/emux/emux_seq.c | 29 ++- 88 files changed, 530 insertions(+), 510 deletions(-) Aaro Koskinen (2): MIPS: OCTEON: dma-octeon: fix OHCI USB config check MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N Adrien Schildknecht (1): SSB: fix Kconfig dependencies Alex Deucher (7): drm/radeon: fix ordering of AVI packet setup drm/radeon: drop dce6_dp_enable drm/radeon/audio: don't enable packets until the end drm/radeon: only mark audio as connected if the monitor supports it (v3) drm/radeon: only enable audio streams if the monitor supports it drm/radeon: adjust pll when audio is not enabled drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5 Alexander Sverdlin (1): MIPS: Octeon: Remove udelay() causing huge IRQ latency Alexei Starovoitov (1): bpf: fix 64-bit divide Bard Liao (2): ASoC: rt5677: add register patch for PLL ASoC: rt5677: fixed wrong DMIC ref clock Benjamin Poirier (1): mlx4: Fix tx ring affinity_mask creation Chandrakala Chavva (1): MIPS: OCTEON: Use correct CSR to soft reset Charles Keepax (1): ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE Chris Bainbridge (1): ACPI / SBS: Enable battery manager when present Christian König (3): drm/radeon: fix lockup when BOs aren't part of the VM on release drm/radeon: reset BOs address after clearing it. drm/radeon: check new address before removing old one Christoph Hellwig (3): 3w-xxxx: fix command completion race 3w-9xxx: fix command completion race 3w-sas: fix command completion race David S. Miller (1): ipv4: Missing sk_nulls_node_init() in ping_unhash(). Davide Italiano (1): ext4: move check under lock scope to close a race. Dean Nelson (1): arm64: add missing PAGE_ALIGN() to __dma_free() Ganesan Ramalingam (1): MIPS: Netlogic: Fix for SATA PHY init Greg Kroah-Hartman (1): Linux 4.0.3 Hans de Goede (3): uas: Allow uas_use_uas_driver to return usb-storage flags uas: Add US_FL_MAX_SECTORS_240 flag uas: Set max_sectors_240 quirk for ASM1053 devices Hariprasad Shenai (1): cxgb4: Fix MC1 memory offset calculation Herbert Xu (1): route: Use ipv4_mtu instead of raw rt_pmtu Ido Shamay (1): net/mlx4_en: Schedule napi when RX buffers allocation fails Ilya Dryomov (1): rbd: end I/O the entire obj_request on error John Crispin (2): MIPS: ralink: Fix bad config symbol in PCI makefile. MIPS: ralink: add missing symbol for RALINK_ILL_ACC K. Y. Srinivasan (1): Drivers: hv: vmbus: Don't wait after requesting offers Lars Persson (2): Revert "MIPS: Remove race window in page fault handling" MIPS: Fix race condition in lazy cache flushing. Li Jun (1): usb: chipidea: otg: remove mutex unlock and lock while stop and start role Ludovic Desroches (1): tty/serial: at91: maxburst was missing for dma transfers Lukas Czerner (1): ext4: fix data corruption caused by unwritten and delayed extents Marek Szyprowski (1): arm64: dma-mapping: always clear allocated buffers Markos Chandras (7): MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter MIPS: r4kcache: Use correct base register for MIPS R6 cache flushes MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case MIPS: kernel: entry.S: Set correct ISA level for mips_ihb MIPS: Kconfig: Disable SMP/CPS for 64-bit MIPS: asm: elf: Set O32 default FPU flags MIPS: Makefile: Fix MIPS ASE detection code Michal Simek (2): serial: of-serial: Remove device_type = "serial" registration serial: xilinx: Use platform_get_irq to get irq description structure Michel Dänzer (1): drm/radeon: Use drm_calloc_ab for CS relocs Mike Christie (1): SCSI: add 1024 max sectors black list flag Nicolas Schichan (1): MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices(). Niklas Cassel (1): MIPS: smp-cps: cpu_set FPU mask if FPU present Omar Sandoval (1): btrfs: unlock i_mutex after attempting to delete subvolume during send Peter Zubaj (1): ALSA: emu10k1: Emu10k2 32 bit DMA mode Quentin Casasnovas (1): cdc-acm: prevent infinite loop when parsing CDC headers. Rafał Miłecki (1): MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G Ralf Baechle (3): MIPS: Fix cpu_has_mips_r2_exec_hazard. MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard. Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." Takashi Iwai (5): ALSA: emux: Fix mutex deadlock at unloading ALSA: emux: Fix mutex deadlock in OSS emulation ALSA: emu10k1: Fix card shortname string buffer overflow ALSA: hda - Fix mute-LED fixed mode ALSA: hda - Add mute-LED mode control to Thinkpad Thomas Hebb (1): hfsplus: don't store special "osx" xattr prefix on-disk Wei Yongjun (2): ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe() ASoC: tfa9879: Fix return value check in tfa9879_i2c_probe()
Attachment:
pgpPpQrRbpTM5.pgp
Description: PGP signature