libata: Extend quirks for the ST1000LM024 drives with NOLPM quirk
Hans de Goede authored
We've received a bugreport that using LPM with ST1000LM024 drives leads
to system lockups. So it seems that these models are buggy in more then
1 way. Add NOLPM quirk to the existing quirks entry for BROKEN_FPDMA_AA.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1571330


Cc: stable@vger.kernel.org
Reviewed-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
31f6264e
Name Last commit Last update
Documentation blkio-controller.txt: Remove references to CFQ
LICENSES LICENSES: Rename other to deprecated
arch Merge tag 's390-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
block blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
crypto Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
drivers libata: Extend quirks for the ST1000LM024 drives with NOLPM quirk
fs io_uring: fix memory leak of UNIX domain socket inode
include cgroup/bfq: revert bfq.weight symlink change
init Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
ipc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
kernel cgroup/bfq: revert bfq.weight symlink change
lib Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
mm treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
net Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
samples Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
scripts Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
security treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
tools Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
usr user/Makefile: Fix typo and capitalization in comment section
virt treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.