From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752537AbdGaPV7 (ORCPT ); Mon, 31 Jul 2017 11:21:59 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:35558 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbdGaPV4 (ORCPT ); Mon, 31 Jul 2017 11:21:56 -0400 Date: Mon, 31 Jul 2017 08:21:52 -0700 From: Tejun Heo To: Linus Torvalds Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] libata fixes for v4.13-rc3 Message-ID: <20170731152152.GB447614@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. libata fixes for v4.13-rc3. Dan found a really old bug where libata hotplug code wasn't sanitizing index value from userland and may end up indexing with a negative number. It is scary but fortunately can only be triggered by root. Other than that, minor fixes. The following changes since commit af3c8d98508d37541d4bf57f13a984a7f73a328c: Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux (2017-07-09 18:48:37 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.13-fixes for you to fetch changes up to 2f60e1ab2f0e148e82cb53c539ad003ffc9b9bd0: libata: fix a couple of doc build warnings (2017-07-31 08:03:06 -0700) ---------------------------------------------------------------- Arnd Bergmann (1): ata: fix gemini Kconfig dependencies Damien Le Moal (1): libata: Cleanup ata_read_log_page() Dan Carpenter (1): libata: array underflow in ata_find_dev() Jonathan Corbet (1): libata: fix a couple of doc build warnings Kefeng Wang (1): libata: remove unused rc in ata_eh_handle_port_resume Simon Horman (1): ata: sata_rcar: add gen[23] fallback compatibility strings Documentation/devicetree/bindings/ata/sata_rcar.txt | 14 +++++++++++--- drivers/ata/Kconfig | 4 ++-- drivers/ata/libata-core.c | 6 +++--- drivers/ata/libata-eh.c | 7 +++---- drivers/ata/libata-scsi.c | 6 ++++-- drivers/ata/sata_rcar.c | 8 ++++++++ include/linux/libata.h | 2 +- 7 files changed, 32 insertions(+), 15 deletions(-) -- tejun