I'm announcing the release of the 4.9.58 kernel. All users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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 ------------ Makefile | 2 arch/mips/include/asm/irq.h | 2 arch/powerpc/perf/isa207-common.h | 4 arch/powerpc/perf/power9-pmu.c | 2 arch/sparc/include/asm/setup.h | 5 arch/sparc/kernel/smp_64.c | 6 arch/x86/mm/init_64.c | 2 block/bsg-lib.c | 1 crypto/Kconfig | 1 drivers/bluetooth/btmrvl_sdio.c | 8 drivers/cpufreq/Kconfig.arm | 2 drivers/edac/mce_amd.c | 9 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 2 drivers/i2c/busses/i2c-at91.c | 3 drivers/iio/adc/xilinx-xadc-core.c | 6 drivers/infiniband/hw/hfi1/init.c | 17 - drivers/infiniband/hw/hfi1/pcie.c | 4 drivers/irqchip/irq-crossbar.c | 3 drivers/md/linear.c | 3 drivers/net/ethernet/marvell/mvpp2.c | 9 drivers/net/ethernet/mellanox/mlx4/en_clock.c | 18 - drivers/net/ethernet/mellanox/mlx4/main.c | 2 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 1 drivers/net/ethernet/qlogic/qed/qed.h | 4 drivers/net/ethernet/qlogic/qed/qed_dev.c | 8 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 3 drivers/net/ethernet/qlogic/qed/qed_roce.c | 12 - drivers/net/ethernet/qlogic/qede/qede_ethtool.c | 6 drivers/net/wireless/mac80211_hwsim.c | 28 ++ drivers/net/xen-netback/hash.c | 2 drivers/regulator/core.c | 10 drivers/scsi/device_handler/scsi_dh_emc.c | 2 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 8 drivers/target/iscsi/iscsi_target_erl0.c | 6 drivers/tty/serial/sunhv.c | 6 drivers/usb/dwc3/gadget.c | 35 +++ drivers/watchdog/kempld_wdt.c | 9 fs/btrfs/send.c | 5 fs/ceph/inode.c | 4 fs/ceph/ioctl.c | 4 fs/ceph/mds_client.c | 9 fs/f2fs/data.c | 7 fs/f2fs/segment.c | 2 fs/nfsd/nfs4callback.c | 8 fs/nfsd/nfs4state.c | 10 fs/nfsd/state.h | 1 fs/ocfs2/dlmglue.c | 105 +++++++++- fs/ocfs2/dlmglue.h | 18 + fs/ocfs2/ocfs2.h | 1 include/uapi/linux/mroute6.h | 1 include/uapi/linux/rds.h | 3 init/initramfs.c | 2 init/main.c | 3 kernel/locking/lockdep.c | 11 - kernel/sched/core.c | 1 kernel/time/hrtimer.c | 20 + mm/memory_hotplug.c | 5 mm/slab_common.c | 5 mm/sparse.c | 2 net/mac80211/sta_info.c | 2 net/netfilter/nf_conntrack_expect.c | 4 sound/pci/hda/patch_hdmi.c | 1 sound/soc/mediatek/Kconfig | 2 64 files changed, 376 insertions(+), 114 deletions(-) Alexandre Belloni (1): i2c: at91: ensure state is restored after suspending Anoob Soman (1): xen-netback: Use GFP_ATOMIC to allocate hash Arnd Bergmann (3): watchdog: kempld: fix gcc-4.3 build ASoC: mediatek: add I2C dependency for CS42XX8 cpufreq: CPPC: add ACPI_PROCESSOR dependency Ben Skeggs (1): drm/nouveau/gr/gf100-: fix ccache error logging Christophe JAILLET (1): iio: adc: xilinx: Fix error handling Dan Carpenter (1): scsi: scsi_dh_emc: return success in clariion_std_inquiry() Dmitry V. Levin (2): uapi: fix linux/rds.h userspace compilation errors uapi: fix linux/mroute6.h userspace compilation errors Easwar Hariharan (1): IB/hfi1: Use static CTLE with Preset 6 for integrated HFIs Emmanuel Grumbach (1): mac80211: fix power saving clients handling in iwlwifi Eric Dumazet (1): net/mlx4_en: fix overflow in mlx4_en_init_timestamp() Eric Ren (1): ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock Franck Demathieu (1): irqchip/crossbar: Fix incorrect type of local variables Greg Kroah-Hartman (2): Revert "bsg-lib: don't free job in bsg_prepare_job" Linux 4.9.58 Grygorii Maistrenko (1): slub: do not merge cache if slub_debug contains a never-merge flag Jaegeuk Kim (1): f2fs: do not wait for writeback in write_begin Jarno Rajahalme (1): netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value. Javier Martinez Canillas (1): regulator: core: Resolve supplies before disabling unused regulators Jeff Layton (3): ceph: don't update_dentry_lease unless we actually got one ceph: fix bogus endianness change in ceph_ioctl_set_layout ceph: clean up unsafe d_parent accesses in build_dentry_path Jeffy Chen (1): btmrvl: avoid double-disable_irq() race Johannes Berg (1): mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length Kinglong Mee (1): nfsd/callback: Cleanup callback cred on shutdown Lokesh Vutla (1): initramfs: finish fput() before accessing any binary from initramfs Madhavan Srinivasan (1): powerpc/perf: Add restrictions to PMC5 in power9 DD1 Majd Dibbiny (1): net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs Manu Gautam (1): usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets Marc Zyngier (1): hrtimer: Catch invalid clockids again Matt Redfearn (1): MIPS: Fix minimum alignment requirement of IRQ stack Michael Zoran (1): staging: vchiq_2835_arm: Make cache-line-size a required DT property Milan Broz (1): crypto: xts - Add ECB dependency Mintz, Yuval (1): qed: Don't use attention PTT for configuring BW Nicolai Hähnle (1): drm/amdgpu: refuse to reserve io mem for split VRAM buffers Peter Zijlstra (1): locking/lockdep: Add nest_lock integrity test Ram Amrani (2): qed: Reserve doorbell BAR space for present CPUs qed: Read queue state before releasing buffer Robbie Ko (1): Btrfs: send, fix failure to rename top level inode due to name collision Sebastian Sanchez (1): IB/hfi1: Allocate context data on memory node Shaohua Li (1): md/linear: shutup lockdep warnning Sudarsana Reddy Kalluru (1): qede: Prevent index problems in loopback test Thomas Petazzoni (1): net: mvpp2: release reference to txq_cpu[] entry after unmapping Varun Prakash (1): target/iscsi: Fix unsolicited data seq_end_offset calculation Vijay Kumar (1): sparc64: Migrate hvcons irq to panicked cpu Vinod Koul (1): ALSA: hda: Add Geminilake HDMI codec ID Wanpeng Li (1): sched/fair: Update rq clock before changing a task's CPU affinity Yasuaki Ishimatsu (1): mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next Yazen Ghannam (1): EDAC, mce_amd: Print IPID and Syndrome on a separate line Yunlong Song (1): f2fs: do SSR for data when there is enough free space
Attachment:
signature.asc
Description: PGP signature