diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 13:38:04 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 16:11:47 +0200 |
commit | 93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847 (patch) | |
tree | 7bfa85f74d4056464b74dfd0354a33b3c0619ad5 /target/linux/oxnas | |
parent | 123d12eada9a8d63e790af372f30359415812228 (diff) | |
download | upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.gz upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.bz2 upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.zip |
kernel: bump 4.14 to 4.14.248
All updated automatically.
Compile-tested on: lantiq/xrx200, armvirt/64
Runtime-tested on: lantiq/xrx200, armvirt/64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r-- | target/linux/oxnas/patches-4.14/999-libata-hacks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/oxnas/patches-4.14/999-libata-hacks.patch b/target/linux/oxnas/patches-4.14/999-libata-hacks.patch index d5c425b877..a8b0f967f0 100644 --- a/target/linux/oxnas/patches-4.14/999-libata-hacks.patch +++ b/target/linux/oxnas/patches-4.14/999-libata-hacks.patch @@ -15,7 +15,7 @@ /* initialize internal qc */ /* XXX: Tag 0 is used for drivers with legacy EH as some -@@ -5132,6 +5140,9 @@ struct ata_queued_cmd *ata_qc_new_init(s +@@ -5136,6 +5144,9 @@ struct ata_queued_cmd *ata_qc_new_init(s if (unlikely(ap->pflags & ATA_PFLAG_FROZEN)) return NULL; @@ -25,7 +25,7 @@ /* libsas case */ if (ap->flags & ATA_FLAG_SAS_HOST) { tag = ata_sas_allocate_tag(ap); -@@ -5177,6 +5188,8 @@ void ata_qc_free(struct ata_queued_cmd * +@@ -5181,6 +5192,8 @@ void ata_qc_free(struct ata_queued_cmd * qc->tag = ATA_TAG_POISON; if (ap->flags & ATA_FLAG_SAS_HOST) ata_sas_free_tag(tag, ap); |