mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: update to linux-3.17.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
473676705d
commit
669021932b
@ -23,7 +23,7 @@ case "$LINUX" in
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
*)
|
||||
PKG_VERSION="3.17.2"
|
||||
PKG_VERSION="3.17.3"
|
||||
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,72 +0,0 @@
|
||||
From e01a6ba94249c6c8fde24aff5eaf66da4dd2bea0 Mon Sep 17 00:00:00 2001
|
||||
From: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
|
||||
Date: Mon, 20 Oct 2014 08:29:55 +0300
|
||||
Subject: Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate"
|
||||
|
||||
This reverts commit aa11bbf3df026d6b1c6b528bef634fd9de7c2619.
|
||||
This commit was causing connection issues and is not needed
|
||||
if IWL_MVM_RS_RSSI_BASED_INIT_RATE is set to false by default.
|
||||
|
||||
Regardless of the issues mentioned above, this patch added the
|
||||
following WARNING:
|
||||
|
||||
WARNING: CPU: 0 PID: 3946 at drivers/net/wireless/iwlwifi/mvm/tx.c:190 iwl_mvm_set_tx_params+0x60a/0x6f0 [iwlmvm]()
|
||||
Got an HT rate for a non data frame 0x8
|
||||
CPU: 0 PID: 3946 Comm: wpa_supplicant Tainted: G O 3.17.0+ #6
|
||||
Hardware name: LENOVO 20ANCTO1WW/20ANCTO1WW, BIOS GLET71WW (2.25 ) 07/02/2014
|
||||
0000000000000009 ffffffff814fa911 ffff8804288db8f8 ffffffff81064f52
|
||||
0000000000001808 ffff8804288db948 ffff88040add8660 ffff8804291b5600
|
||||
0000000000000000 ffffffff81064fb7 ffffffffa07b73d0 0000000000000020
|
||||
Call Trace:
|
||||
[<ffffffff814fa911>] ? dump_stack+0x41/0x51
|
||||
[<ffffffff81064f52>] ? warn_slowpath_common+0x72/0x90
|
||||
[<ffffffff81064fb7>] ? warn_slowpath_fmt+0x47/0x50
|
||||
[<ffffffffa07a39ea>] ? iwl_mvm_set_tx_params+0x60a/0x6f0 [iwlmvm]
|
||||
[<ffffffffa07a3cf8>] ? iwl_mvm_tx_skb+0x48/0x3c0 [iwlmvm]
|
||||
[<ffffffffa079cb9b>] ? iwl_mvm_mac_tx+0x7b/0x180 [iwlmvm]
|
||||
[<ffffffffa0746ce9>] ? __ieee80211_tx+0x2b9/0x3c0 [mac80211]
|
||||
[<ffffffffa07492f3>] ? ieee80211_tx+0xb3/0x100 [mac80211]
|
||||
[<ffffffffa0749c49>] ? ieee80211_subif_start_xmit+0x459/0xca0 [mac80211]
|
||||
[<ffffffff814116e7>] ? dev_hard_start_xmit+0x337/0x5f0
|
||||
[<ffffffff81430d46>] ? sch_direct_xmit+0x96/0x1f0
|
||||
[<ffffffff81411ba3>] ? __dev_queue_xmit+0x203/0x4f0
|
||||
[<ffffffff8142f670>] ? ether_setup+0x70/0x70
|
||||
[<ffffffff814e96a1>] ? packet_sendmsg+0xf81/0x1110
|
||||
[<ffffffff8140625c>] ? skb_free_datagram+0xc/0x40
|
||||
[<ffffffff813f7538>] ? sock_sendmsg+0x88/0xc0
|
||||
[<ffffffff813f7274>] ? move_addr_to_kernel.part.20+0x14/0x60
|
||||
[<ffffffff811c47c2>] ? __inode_wait_for_writeback+0x62/0xb0
|
||||
[<ffffffff813f7a91>] ? SYSC_sendto+0xf1/0x180
|
||||
[<ffffffff813f88f9>] ? __sys_recvmsg+0x39/0x70
|
||||
[<ffffffff8150066d>] ? system_call_fastpath+0x1a/0x1f
|
||||
---[ end trace cc19a150d311fc63 ]---
|
||||
|
||||
which was reported here: https://bugzilla.kernel.org/show_bug.cgi?id=85691
|
||||
|
||||
CC: <stable@vger.kernel.org> [3.13+]
|
||||
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
|
||||
|
||||
diff --git a/drivers/net/wireless/iwlwifi/mvm/tx.c b/drivers/net/wireless/iwlwifi/mvm/tx.c
|
||||
index 1cb793a..c6a517c 100644
|
||||
--- a/drivers/net/wireless/iwlwifi/mvm/tx.c
|
||||
+++ b/drivers/net/wireless/iwlwifi/mvm/tx.c
|
||||
@@ -175,14 +175,10 @@ static void iwl_mvm_set_tx_cmd_rate(struct iwl_mvm *mvm,
|
||||
|
||||
/*
|
||||
* for data packets, rate info comes from the table inside the fw. This
|
||||
- * table is controlled by LINK_QUALITY commands. Exclude ctrl port
|
||||
- * frames like EAPOLs which should be treated as mgmt frames. This
|
||||
- * avoids them being sent initially in high rates which increases the
|
||||
- * chances for completion of the 4-Way handshake.
|
||||
+ * table is controlled by LINK_QUALITY commands
|
||||
*/
|
||||
|
||||
- if (ieee80211_is_data(fc) && sta &&
|
||||
- !(info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) {
|
||||
+ if (ieee80211_is_data(fc) && sta) {
|
||||
tx_cmd->initial_rate_index = 0;
|
||||
tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_STA_RATE);
|
||||
return;
|
||||
--
|
||||
cgit v0.10.1
|
||||
|
@ -1,55 +0,0 @@
|
||||
From 14edb593338e3811e818aba286237c365f8881a1 Mon Sep 17 00:00:00 2001
|
||||
From: Tomas Melin <tomas.melin@iki.fi>
|
||||
Date: Tue, 28 Oct 2014 15:43:14 -0300
|
||||
Subject: [media] rc-core: fix protocol_change regression in
|
||||
ir_raw_event_register
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
IR receiver using nuvoton-cir and lirc required additional configuration
|
||||
steps after upgrade from kernel 3.16 to 3.17-rcX. Bisected regression to
|
||||
commit da6e162d6a4607362f8478c715c797d84d449f8b ("[media] rc-core:
|
||||
simplify sysfs code").
|
||||
|
||||
The regression comes from adding function change_protocol in ir-raw.c.
|
||||
It changes behaviour so that only the protocol enabled by driver's
|
||||
map_name will be active after registration. This breaks user space
|
||||
behaviour, lirc does not get key press signals anymore.
|
||||
|
||||
Enable lirc protocol by default for ir raw decoders to restore original
|
||||
behaviour.
|
||||
|
||||
Cc: stable@vger.kernel.org # for v3.17
|
||||
Signed-off-by: Tomas Melin <tomas.melin@iki.fi>
|
||||
Acked-by: David Härdeman <david@hardeman.nu>
|
||||
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
||||
|
||||
diff --git a/drivers/media/rc/rc-ir-raw.c b/drivers/media/rc/rc-ir-raw.c
|
||||
index e8fff2a..b732ac6 100644
|
||||
--- a/drivers/media/rc/rc-ir-raw.c
|
||||
+++ b/drivers/media/rc/rc-ir-raw.c
|
||||
@@ -262,7 +262,6 @@ int ir_raw_event_register(struct rc_dev *dev)
|
||||
return -ENOMEM;
|
||||
|
||||
dev->raw->dev = dev;
|
||||
- dev->enabled_protocols = ~0;
|
||||
dev->change_protocol = change_protocol;
|
||||
rc = kfifo_alloc(&dev->raw->kfifo,
|
||||
sizeof(struct ir_raw_event) * MAX_IR_EVENT_SIZE,
|
||||
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c
|
||||
index a7991c7..8d3b74c 100644
|
||||
--- a/drivers/media/rc/rc-main.c
|
||||
+++ b/drivers/media/rc/rc-main.c
|
||||
@@ -1421,6 +1421,8 @@ int rc_register_device(struct rc_dev *dev)
|
||||
|
||||
if (dev->change_protocol) {
|
||||
u64 rc_type = (1 << rc_map->rc_type);
|
||||
+ if (dev->driver_type == RC_DRIVER_IR_RAW)
|
||||
+ rc_type |= RC_BIT_LIRC;
|
||||
rc = dev->change_protocol(dev, &rc_type);
|
||||
if (rc < 0)
|
||||
goto out_raw;
|
||||
--
|
||||
cgit v0.10.1
|
||||
|
@ -1,32 +0,0 @@
|
||||
From d358aefdc0cc92b16ced449f998dbad639db6809 Mon Sep 17 00:00:00 2001
|
||||
From: Ulrich Eckhardt <uli-lirc@uli-eckhardt.de>
|
||||
Date: Fri, 10 Oct 2014 13:27:32 -0300
|
||||
Subject: [media] imon: fix other RC type protocol support
|
||||
|
||||
With kernel 3.17 the imon remote control for device 15c2:0034 does not
|
||||
work anymore, which uses the OTHER protocol. Only the front panel
|
||||
buttons which uses the RC6 protocol are working.
|
||||
|
||||
Adds the missing comparison for the RC_BIT_OTHER.
|
||||
|
||||
Cc: stable@vger.kernel.org # for Kernel 3.17
|
||||
Signed-off-by: Ulrich Eckhardt <uli@uli-eckhardt.de>
|
||||
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
||||
|
||||
diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c
|
||||
index b8837dd..65f80b8 100644
|
||||
--- a/drivers/media/rc/imon.c
|
||||
+++ b/drivers/media/rc/imon.c
|
||||
@@ -1678,7 +1678,8 @@ static void imon_incoming_packet(struct imon_context *ictx,
|
||||
if (press_type == 0)
|
||||
rc_keyup(ictx->rdev);
|
||||
else {
|
||||
- if (ictx->rc_type == RC_BIT_RC6_MCE)
|
||||
+ if (ictx->rc_type == RC_BIT_RC6_MCE ||
|
||||
+ ictx->rc_type == RC_BIT_OTHER)
|
||||
rc_keydown(ictx->rdev,
|
||||
ictx->rc_type == RC_BIT_RC6_MCE ? RC_TYPE_RC6_MCE : RC_TYPE_OTHER,
|
||||
ictx->rc_scancode, ictx->rc_toggle);
|
||||
--
|
||||
cgit v0.10.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user