diff --git a/packages/linux/meta b/packages/linux/meta index 3372775f02..2f2f80eadc 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -34,7 +34,7 @@ case "$LINUX" in PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" ;; *) - PKG_VERSION="3.10.12" + PKG_VERSION="3.10.13" PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz" ;; esac diff --git a/packages/linux/patches/3.10.12/linux-990.07-ALSA-hda-hdmi-Fallback-to-ALSA-allocation-when-selec.patch b/packages/linux/patches/3.10.12/linux-990.07-ALSA-hda-hdmi-Fallback-to-ALSA-allocation-when-selec.patch deleted file mode 100644 index 5cf8c11d06..0000000000 --- a/packages/linux/patches/3.10.12/linux-990.07-ALSA-hda-hdmi-Fallback-to-ALSA-allocation-when-selec.patch +++ /dev/null @@ -1,70 +0,0 @@ -From d0929f7068e8025a3d9ccf5dd7bea8dc0d887a49 Mon Sep 17 00:00:00 2001 -From: Anssi Hannula -Date: Sun, 1 Sep 2013 13:01:09 +0300 -Subject: [PATCH] ALSA: hda - hdmi: Fallback to ALSA allocation when selecting - CA -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -hdmi_channel_allocation() tries to find a HDMI channel allocation that -matches the number channels in the playback stream and contains only -speakers that the HDMI sink has reported as available via EDID. If no -such allocation is found, 0 (stereo audio) is used. - -Using CA 0 causes the audio causes the sink to discard everything except -the first two channels (front left and front right). - -However, the sink may be capable of receiving more channels than it has -speakers (and then perform downmix or discard the extra channels), in -which case it is preferable to use a CA that contains extra channels -than to use CA 0 which discards all the non-stereo channels. - -Additionally, it seems that HBR passthrough output does not work on -Intel HDMI codecs when CA is set to 0 (possibly the codec zeroes -channels not present in CA). This happens with all receivers that report -a 5.1 speaker mask since a HBR stream is carried on 8 channels to the -codec. - -Add a fallback in the CA selection so that the CA channel count at least -matches the stream channel count, even if the streams contains channels -not present in the sink speaker descriptor. - -Thanks to GrimGriefer at OpenELEC forums for discovering that changing -the sink speaker mask allowed HBR output. - -Reported-by: GrimGriefer -Reported-by: Ashecrow -Reported-by: Frank Zafka -Reported-by: Peter Frühberger -Signed-off-by: Anssi Hannula -Cc: ---- - sound/pci/hda/patch_hdmi.c | 11 +++++++++++ - 1 file changed, 11 insertions(+) - -diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c -index 030ca86..354fc55 100644 ---- a/sound/pci/hda/patch_hdmi.c -+++ b/sound/pci/hda/patch_hdmi.c -@@ -551,6 +551,17 @@ static int hdmi_channel_allocation(struct hdmi_eld *eld, int channels) - } - } - -+ if (!ca) { -+ /* if there was no match, select the regular ALSA channel -+ * allocation with the matching number of channels */ -+ for (i = 0; i < ARRAY_SIZE(channel_allocations); i++) { -+ if (channels == channel_allocations[i].channels) { -+ ca = channel_allocations[i].ca_index; -+ break; -+ } -+ } -+ } -+ - snd_print_channel_allocation(eld->info.spk_alloc, buf, sizeof(buf)); - snd_printdd("HDMI: select CA 0x%x for %d-channel allocation: %s\n", - ca, channels, buf); --- -1.8.1.5 - diff --git a/packages/linux/patches/3.10.12/linux-999.01-smsdvb-fix-kernel-panic-on-inserting-DVB-T-stick.patch b/packages/linux/patches/3.10.12/linux-999.01-smsdvb-fix-kernel-panic-on-inserting-DVB-T-stick.patch deleted file mode 100644 index 3a54be72e6..0000000000 --- a/packages/linux/patches/3.10.12/linux-999.01-smsdvb-fix-kernel-panic-on-inserting-DVB-T-stick.patch +++ /dev/null @@ -1,94 +0,0 @@ -From d78a0599d5b5d4da384eae08bf7da316389dfbe5 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= -Date: Wed, 14 Aug 2013 10:24:39 +0200 -Subject: [PATCH] [media] siano: fix divide error on 0 counters -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -ts_packets and ets_packets counters can be 0. Don't fall over -if they are. Fixes: - -[ 846.851711] divide error: 0000 [#1] SMP -[ 846.851806] Modules linked in: smsdvb dvb_core ir_lirc_codec lirc_dev ir_sanyo_decoder ir_mce_kbd_decoder ir_sony_decoder ir_jvc_decoder ir_rc6_decoder ir_rc5_decoder ir_nec_decoder rc_hauppauge smsusb smsmdtv rc_core pci_stub vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) parport_pc ppdev lp parport cpufreq_userspace cpufreq_powersave cpufreq_stats cpufreq_conservative rfcomm bnep binfmt_misc uinput nfsd auth_rpcgss oid_registry nfs_acl nfs lockd dns_resolver fscache sunrpc ext4 jbd2 fuse tp_smapi(O) thinkpad_ec(O) loop firewire_sbp2 dm_crypt snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm thinkpad_acpi nvram snd_page_alloc hid_generic snd_seq_midi snd_seq_midi_event arc4 usbhid snd_rawmidi uvcvideo hid iwldvm coretemp kvm_intel mac8021 - 1 cdc_wdm -[ 846.853477] cdc_acm snd_seq videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media kvm radeon r852 ttm joydev cdc_ether usbnet pcmcia mii sm_common nand btusb drm_kms_helper tpm_tis acpi_cpufreq bluetooth iwlwifi nand_ecc drm nand_ids i2c_i801 mtd snd_seq_device iTCO_wdt iTCO_vendor_support r592 memstick lpc_ich mperf tpm yenta_socket pcmcia_rsrc pcmcia_core cfg80211 snd_timer snd pcspkr i2c_algo_bit crc16 i2c_core tpm_bios processor mfd_core wmi psmouse mei_me rfkill mei serio_raw soundcore evdev battery button video ac microcode ext3 mbcache jbd md_mod dm_mirror dm_region_hash dm_log dm_mod sg sr_mod sd_mod cdrom crc_t10dif firewire_ohci sdhci_pci sdhci mmc_core firewire_core crc_itu_t thermal thermal_sys ahci libahci ehci_pci uhci_hcd ehci_hcd libata scsi_mod usbcore e1000 - e usb_common -[ 846.855310] ptp pps_core -[ 846.855356] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G O 3.10-2-amd64 #1 Debian 3.10.5-1 -[ 846.855490] Hardware name: LENOVO 4061WFA/4061WFA, BIOS 6FET92WW (3.22 ) 12/14/2011 -[ 846.855609] task: ffffffff81613400 ti: ffffffff81600000 task.ti: ffffffff81600000 -[ 846.855636] RIP: 0010:[] [] smsdvb_onresponse+0x264/0xa86 [smsdvb] -[ 846.863906] RSP: 0018:ffff88013bc03cf0 EFLAGS: 00010046 -[ 846.863906] RAX: 0000000000000000 RBX: ffff880133bf6000 RCX: 0000000000000000 -[ 846.863906] RDX: 0000000000000000 RSI: ffff88005d3b58c0 RDI: ffff880133bf6000 -[ 846.863906] RBP: ffff88005d1da000 R08: 0000000000000058 R09: 0000000000000015 -[ 846.863906] R10: 0000000000001a0d R11: 000000000000021a R12: ffff88005d3b58c0 -[ 846.863906] R13: ffff88005d1da008 R14: 00000000ffffff8d R15: ffff880036cf5060 -[ 846.863906] FS: 0000000000000000(0000) GS:ffff88013bc00000(0000) knlGS:0000000000000000 -[ 846.863906] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b -[ 846.863906] CR2: 00007f3a4b69ae50 CR3: 0000000036dac000 CR4: 00000000000407f0 -[ 846.863906] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 -[ 846.863906] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 -[ 846.863906] Stack: -[ 846.863906] ffff88007a102000 ffff88005d1da000 ffff88005d3b58c0 0000000000085824 -[ 846.863906] ffffffffa08c5aa3 ffff88005d1da000 ffff8800a6907390 ffff8800a69073b0 -[ 846.863906] ffff8800a6907000 ffffffffa08b642c 000000000000021a ffff8800a69073b0 -[ 846.863906] Call Trace: -[ 846.863906] -[ 846.863906] -[ 846.863906] [] ? smscore_onresponse+0x1d5/0x353 [smsmdtv] -[ 846.863906] [] ? smsusb_onresponse+0x146/0x192 [smsusb] -[ 846.863906] [] ? usb_hcd_giveback_urb+0x6c/0xac [usbcore] -[ 846.863906] [] ? ehci_urb_done+0x62/0x72 [ehci_hcd] -[ 846.863906] [] ? qh_completions+0x91/0x364 [ehci_hcd] -[ 846.863906] [] ? ehci_work+0x8a/0x68e [ehci_hcd] -[ 846.863906] [] ? timekeeping_get_ns.constprop.10+0xd/0x31 -[ 846.863906] [] ? update_cfs_rq_blocked_load+0xde/0xec -[ 846.863906] [] ? run_posix_cpu_timers+0x25/0x575 -[ 846.863906] [] ? ehci_irq+0x211/0x23d [ehci_hcd] -[ 846.863906] [] ? usb_hcd_irq+0x31/0x48 [usbcore] -[ 846.863906] [] ? handle_irq_event_percpu+0x49/0x1a4 -[ 846.863906] [] ? handle_irq_event+0x32/0x4b -[ 846.863906] [] ? handle_fasteoi_irq+0x80/0xb6 -[ 846.863906] [] ? handle_irq+0x18/0x20 -[ 846.863906] [] ? do_IRQ+0x40/0x95 -[ 846.863906] [] ? common_interrupt+0x6d/0x6d -[ 846.863906] -[ 846.863906] -[ 846.863906] [] ? arch_local_irq_enable+0x4/0x8 -[ 846.863906] [] ? cpuidle_enter_state+0x52/0xc1 -[ 846.863906] [] ? cpuidle_idle_call+0xd4/0x143 -[ 846.863906] [] ? arch_cpu_idle+0x5/0x17 -[ 846.863906] [] ? cpu_startup_entry+0x10d/0x187 -[ 846.863906] [] ? start_kernel+0x3e8/0x3f3 -[ 846.863906] [] ? repair_env_string+0x54/0x54 -[ 846.863906] [] ? x86_64_start_kernel+0xf2/0xfd -[ 846.863906] Code: 25 09 00 00 c6 83 da 08 00 00 03 8b 45 54 48 01 83 b6 08 00 00 8b 45 50 48 01 83 db 08 00 00 8b 4d 18 69 c1 ff ff 00 00 03 4d 14 <48> f7 f1 89 83 a8 09 00 00 e9 68 fe ff ff 48 8b 7f 10 e8 79 92 -[ 846.863906] RIP [] smsdvb_onresponse+0x264/0xa86 [smsdvb] -[ 846.863906] RSP - -Reported-by: Johannes Rohr -Reference: http://bugs.debian.org/719623 -Cc: Mauro Carvalho Chehab -Signed-off-by: Bj?rn Mork ---- - drivers/media/common/siano/smsdvb-main.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/drivers/media/common/siano/smsdvb-main.c b/drivers/media/common/siano/smsdvb-main.c -index 0862622..63676a8 100644 ---- a/drivers/media/common/siano/smsdvb-main.c -+++ b/drivers/media/common/siano/smsdvb-main.c -@@ -276,7 +276,8 @@ static void smsdvb_update_per_slices(struct smsdvb_client_t *client, - - /* Legacy PER/BER */ - tmp = p->ets_packets * 65535; -- do_div(tmp, p->ts_packets + p->ets_packets); -+ if (p->ts_packets + p->ets_packets) -+ do_div(tmp, p->ts_packets + p->ets_packets); - client->legacy_per = tmp; - } - --- -1.7.10.4 diff --git a/packages/linux/patches/3.10.12/linux-003-no_dev_console.patch b/packages/linux/patches/3.10.13/linux-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-003-no_dev_console.patch rename to packages/linux/patches/3.10.13/linux-003-no_dev_console.patch diff --git a/packages/linux/patches/3.10.12/linux-010-perf_crosscompiling.patch b/packages/linux/patches/3.10.13/linux-010-perf_crosscompiling.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-010-perf_crosscompiling.patch rename to packages/linux/patches/3.10.13/linux-010-perf_crosscompiling.patch diff --git a/packages/linux/patches/3.10.12/linux-052-XBOX_remote_support.patch b/packages/linux/patches/3.10.13/linux-052-XBOX_remote_support.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-052-XBOX_remote_support.patch rename to packages/linux/patches/3.10.13/linux-052-XBOX_remote_support.patch diff --git a/packages/linux/patches/3.10.12/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/3.10.13/linux-053-spinelplus-remote-0.2.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-053-spinelplus-remote-0.2.patch rename to packages/linux/patches/3.10.13/linux-053-spinelplus-remote-0.2.patch diff --git a/packages/linux/patches/3.10.12/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/3.10.13/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch rename to packages/linux/patches/3.10.13/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch diff --git a/packages/linux/patches/3.10.12/linux-055-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.10.13/linux-055-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-055-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.10.13/linux-055-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.10.12/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.10.13/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.10.13/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.10.12/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/3.10.13/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch rename to packages/linux/patches/3.10.13/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch diff --git a/packages/linux/patches/3.10.12/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/3.10.13/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch rename to packages/linux/patches/3.10.13/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.10.12/linux-058.01-HID-Sony-upstream_patches.patch b/packages/linux/patches/3.10.13/linux-058.01-HID-Sony-upstream_patches.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-058.01-HID-Sony-upstream_patches.patch rename to packages/linux/patches/3.10.13/linux-058.01-HID-Sony-upstream_patches.patch diff --git a/packages/linux/patches/3.10.12/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch b/packages/linux/patches/3.10.13/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch rename to packages/linux/patches/3.10.13/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch diff --git a/packages/linux/patches/3.10.12/linux-058.06-hid_sony-add_SMK_link.patch b/packages/linux/patches/3.10.13/linux-058.06-hid_sony-add_SMK_link.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-058.06-hid_sony-add_SMK_link.patch rename to packages/linux/patches/3.10.13/linux-058.06-hid_sony-add_SMK_link.patch diff --git a/packages/linux/patches/3.10.12/linux-059-remove_some_xpad_pids-0.2.patch b/packages/linux/patches/3.10.13/linux-059-remove_some_xpad_pids-0.2.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-059-remove_some_xpad_pids-0.2.patch rename to packages/linux/patches/3.10.13/linux-059-remove_some_xpad_pids-0.2.patch diff --git a/packages/linux/patches/3.10.12/linux-060-add_AUGUST_DVB-T205.patch b/packages/linux/patches/3.10.13/linux-060-add_AUGUST_DVB-T205.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-060-add_AUGUST_DVB-T205.patch rename to packages/linux/patches/3.10.13/linux-060-add_AUGUST_DVB-T205.patch diff --git a/packages/linux/patches/3.10.12/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/3.10.13/linux-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/3.10.13/linux-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/3.10.12/linux-210-dvbsky.patch b/packages/linux/patches/3.10.13/linux-210-dvbsky.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-210-dvbsky.patch rename to packages/linux/patches/3.10.13/linux-210-dvbsky.patch diff --git a/packages/linux/patches/3.10.12/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/3.10.13/linux-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/3.10.13/linux-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/3.10.12/linux-221-ngene-octopus.patch b/packages/linux/patches/3.10.13/linux-221-ngene-octopus.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-221-ngene-octopus.patch rename to packages/linux/patches/3.10.13/linux-221-ngene-octopus.patch diff --git a/packages/linux/patches/3.10.12/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/3.10.13/linux-222-stb0899_signal_quality.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-222-stb0899_signal_quality.patch rename to packages/linux/patches/3.10.13/linux-222-stb0899_signal_quality.patch diff --git a/packages/linux/patches/3.10.12/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/3.10.13/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch rename to packages/linux/patches/3.10.13/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/3.10.12/linux-700-jmicron_1_0_8_5.patch b/packages/linux/patches/3.10.13/linux-700-jmicron_1_0_8_5.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-700-jmicron_1_0_8_5.patch rename to packages/linux/patches/3.10.13/linux-700-jmicron_1_0_8_5.patch diff --git a/packages/linux/patches/3.10.12/linux-701-linksys_aes2500_brcmfmac.patch b/packages/linux/patches/3.10.13/linux-701-linksys_aes2500_brcmfmac.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-701-linksys_aes2500_brcmfmac.patch rename to packages/linux/patches/3.10.13/linux-701-linksys_aes2500_brcmfmac.patch diff --git a/packages/linux/patches/3.10.12/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch b/packages/linux/patches/3.10.13/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch rename to packages/linux/patches/3.10.13/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch diff --git a/packages/linux/patches/3.10.12/linux-703-macmini2012-ethernet.patch b/packages/linux/patches/3.10.13/linux-703-macmini2012-ethernet.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-703-macmini2012-ethernet.patch rename to packages/linux/patches/3.10.13/linux-703-macmini2012-ethernet.patch diff --git a/packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch b/packages/linux/patches/3.10.13/linux-704-Support-for-Ubiquiti-WifiStation.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch rename to packages/linux/patches/3.10.13/linux-704-Support-for-Ubiquiti-WifiStation.patch diff --git a/packages/linux/patches/3.10.12/linux-900-hide_tsc_error.patch b/packages/linux/patches/3.10.13/linux-900-hide_tsc_error.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-900-hide_tsc_error.patch rename to packages/linux/patches/3.10.13/linux-900-hide_tsc_error.patch diff --git a/packages/linux/patches/3.10.12/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/3.10.13/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-950-saa716x_PCIe_interface_chipset.patch rename to packages/linux/patches/3.10.13/linux-950-saa716x_PCIe_interface_chipset.patch diff --git a/packages/linux/patches/3.10.12/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch b/packages/linux/patches/3.10.13/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch rename to packages/linux/patches/3.10.13/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch diff --git a/packages/linux/patches/3.10.12/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/3.10.13/linux-995-CX24120-13Z_frontend.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-995-CX24120-13Z_frontend.patch rename to packages/linux/patches/3.10.13/linux-995-CX24120-13Z_frontend.patch diff --git a/packages/linux/patches/3.10.12/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch b/packages/linux/patches/3.10.13/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch rename to packages/linux/patches/3.10.13/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch diff --git a/packages/linux/patches/3.10.12/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch b/packages/linux/patches/3.10.13/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch rename to packages/linux/patches/3.10.13/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch diff --git a/packages/linux/patches/3.10.12/linux-999.03-mac80211-ignore-ECSA-in-probe-response-frames.patch b/packages/linux/patches/3.10.13/linux-999.03-mac80211-ignore-ECSA-in-probe-response-frames.patch similarity index 100% rename from packages/linux/patches/3.10.12/linux-999.03-mac80211-ignore-ECSA-in-probe-response-frames.patch rename to packages/linux/patches/3.10.13/linux-999.03-mac80211-ignore-ECSA-in-probe-response-frames.patch