From 161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2 Mon Sep 17 00:00:00 2001 From: Etienne Haarsma Date: Mon, 21 May 2018 10:36:58 +0200 Subject: kernel: bump kernel 4.4 to 4.4.132 for 17.01 * Refreshed patches Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma --- target/linux/oxnas/patches-4.4/999-libata-hacks.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/oxnas/patches-4.4') diff --git a/target/linux/oxnas/patches-4.4/999-libata-hacks.patch b/target/linux/oxnas/patches-4.4/999-libata-hacks.patch index faf33b704f..fe01fde6ca 100644 --- a/target/linux/oxnas/patches-4.4/999-libata-hacks.patch +++ b/target/linux/oxnas/patches-4.4/999-libata-hacks.patch @@ -15,7 +15,7 @@ /* initialize internal qc */ /* XXX: Tag 0 is used for drivers with legacy EH as some -@@ -4809,6 +4817,9 @@ struct ata_queued_cmd *ata_qc_new_init(s +@@ -4812,6 +4820,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); -@@ -4854,6 +4865,8 @@ void ata_qc_free(struct ata_queued_cmd * +@@ -4857,6 +4868,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); -- cgit v1.2.3