aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorEyal Shapira <eyal@wizery.com>2014-08-13 00:26:17 +0300
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-09-08 19:47:22 +0300
commit2cddddc56a1179aa71b460ad616176c237d4a243 (patch)
tree561e553def9c08cb629ecd051336e71d5c01fe05 /scripts/objdiff
parentiwlwifi: add PCI IDs and add then new 3165 series (diff)
downloadlinux-2cddddc56a1179aa71b460ad616176c237d4a243.tar.gz
linux-2cddddc56a1179aa71b460ad616176c237d4a243.zip
iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strength
The idea here is to translate a value of 0 received from the firmware to the lowest rssi figure. As rx_status->chain_signal is a signed byte the lowest possible value is -128 and not -256. -256 was causing 0 to get stored in the signed byte. Signed-off-by: Eyal Shapira <eyalx.shapira@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
ran3-11/+11 2014-08-29ocfs2: quorum: add a log for node not fencedJunxiao Bi1-2/+11 2014-08-29ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2-0/+21 2014-08-29ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi1-6/+19 2014-08-29ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43 2014-08-29x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatoryVivek Goyal1-0/+1 2014-08-29drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz1-7/+14 2014-08-29xattr: fix check for simultaneous glibc header inclusionFilipe Brandenburger1-1/+1 2014-08-29kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal8-16/+0 2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal8-20/+42 2014-08-29x86,mm: fix pte_special versus pte_numaHugh Dickins2-6/+10 2014-08-29hugetlb_cgroup: use lockdep_assert_held rather than spin_is_lockedMichal Hocko1-1/+1 2014-08-29mm/zpool: use prefixed module loadingKees Cook3-1/+3 2014-08-29zram: fix incorrect stat with failed_readsChao Yu2-4/+8 2014-08-29lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones1-1/+6 2014-08-29mm: actually clear pmd_numa before invalidatingMatthew Wilcox1-1/+1 2014-08-29memblock, memhotplug: fix wrong type in memblock_find_in_range_node().Tang Chen1-2/+1 2014-08-29resource: fix the case of null pointer accessVivek Goyal1-7/+4 2014-08-29checkpatch: relax check for length of git commit IDsJoe Perches1-2/+2 2014-08-29alpha: io: implement relaxed accessor macros for writesWill Deacon1-4/+8 2014-08-29alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.Michael Cree3-1/+7 2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu5-2/+20 2014-08-29spi/rockchip: Avoid accidentally turning off the clockDoug Anderson1-1/+1 2014-08-28ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong1-3/+18 2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong6-49/+95 2014-08-28jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5 2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8 2014-08-28dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-6/+19 2014-08-28mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regula...Tony Lindgren2-11/+11