Patch "sparc64: Fix off by one in trampoline TLB mapping installation loop." has been added to the 3.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    sparc64: Fix off by one in trampoline TLB mapping installation loop.

to the 3.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     sparc64-fix-off-by-one-in-trampoline-tlb-mapping-installation-loop.patch
and it can be found in the queue-3.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From 2e3cc5277574ee80c2ceea5269c7d4e6b2ae3145 Mon Sep 17 00:00:00 2001
From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Thu, 22 Aug 2013 16:38:46 -0700
Subject: sparc64: Fix off by one in trampoline TLB mapping installation loop.

From: "David S. Miller" <davem@xxxxxxxxxxxxx>

[ Upstream commit 63d499662aeec1864ec36d042aca8184ea6a938e ]

Reported-by: Kirill Tkhai <tkhai@xxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 arch/sparc/kernel/trampoline_64.S |    2 --
 1 file changed, 2 deletions(-)

--- a/arch/sparc/kernel/trampoline_64.S
+++ b/arch/sparc/kernel/trampoline_64.S
@@ -129,7 +129,6 @@ startup_continue:
 	clr		%l5
 	sethi		%hi(num_kernel_image_mappings), %l6
 	lduw		[%l6 + %lo(num_kernel_image_mappings)], %l6
-	add		%l6, 1, %l6
 
 	mov		15, %l7
 	BRANCH_IF_ANY_CHEETAH(g1,g5,2f)
@@ -222,7 +221,6 @@ niagara_lock_tlb:
 	clr		%l5
 	sethi		%hi(num_kernel_image_mappings), %l6
 	lduw		[%l6 + %lo(num_kernel_image_mappings)], %l6
-	add		%l6, 1, %l6
 
 1:
 	mov		HV_FAST_MMU_MAP_PERM_ADDR, %o5


Patches currently in stable-queue which might be from davem@xxxxxxxxxxxxx are

queue-3.11/vxlan-avoid-creating-fdb-entry-with-null-destination.patch
queue-3.11/tuntap-correctly-handle-error-in-tun_set_iff.patch
queue-3.11/net_sched-htb-fix-a-typo-in-htb_change_class.patch
queue-3.11/ip_tunnel-fix-a-memory-corruption-in-ip_tunnel_xmit.patch
queue-3.11/sparc32-fix-exit-flag-passed-from-traced-sys_sigreturn.patch
queue-3.11/resubmit-bridge-fix-message_age_timer-calculation.patch
queue-3.11/sparc64-fix-itlb-handler-of-null-page.patch
queue-3.11/ipv6-gre-correct-calculation-of-max_headroom.patch
queue-3.11/ll_temac-reset-dma-descriptors-indexes-on-ndo_open.patch
queue-3.11/tcp-add-missing-braces-to-do_tcp_setsockopt.patch
queue-3.11/ip-generate-unique-ip-identificator-if-local-fragmentation-is-allowed.patch
queue-3.11/ipv6-mcast-use-in6_dev_put-in-timer-handlers-instead-of-__in6_dev_put.patch
queue-3.11/mm-fix-generic-hugetlb-pte-check-return-type.patch
queue-3.11/net-sctp-rfc4443-do-not-report-icmp-redirects-to-user-space.patch
queue-3.11/ip-use-ip_hdr-in-__ip_make_skb-to-retrieve-ip-header.patch
queue-3.11/net-sctp-fix-ipv6-ipsec-encryption-bug-in-sctp_v6_xmit.patch
queue-3.11/r8169-enforce-rx_multi_en-for-the-8168f.patch
queue-3.11/ipv6-nat-do-not-drop-dnated-6to4-6rd-packets.patch
queue-3.11/bonding-fix-broken-promiscuity-reference-counting-issue.patch
queue-3.11/net-fix-multiqueue-selection.patch
queue-3.11/sparc-fix-ldom_reboot-buffer-overflow-harder.patch
queue-3.11/dm9601-fix-iff_allmulti-handling.patch
queue-3.11/xen-netback-count-number-required-slots-for-an-skb-more-carefully.patch
queue-3.11/net-sctp-fix-bug-in-sctp_poll-for-sock_select_err_queue.patch
queue-3.11/sparc64-fix-off-by-one-in-trampoline-tlb-mapping-installation-loop.patch
queue-3.11/net-fib-fib6_add-fix-potential-null-pointer-dereference.patch
queue-3.11/ip_tunnel-do-not-use-stale-inner_iph-pointer.patch
queue-3.11/skge-fix-invalid-value-passed-to-pci_unmap_sigle.patch
queue-3.11/ipv6-exthdrs-accept-tlv-which-includes-only-padding.patch
queue-3.11/net-dccp-do-not-report-icmp-redirects-to-user-space.patch
queue-3.11/caif-add-missing-braces-to-multiline-if-in-cfctrl_linkup_request.patch
queue-3.11/bridge-clamp-forward_delay-when-enabling-stp.patch
queue-3.11/sparc64-fix-buggy-strlcpy-conversion-in-ldom_reboot.patch
queue-3.11/ip_tunnel_core-change-__skb_push-back-to-skb_push.patch
queue-3.11/sit-allow-to-use-rtnl-ops-on-fb-tunnel.patch
queue-3.11/ipv6-udp-packets-following-an-ufo-enqueued-packet-need-also-be-handled-by-ufo.patch
queue-3.11/esp_scsi-fix-tag-state-corruption-when-autosensing.patch
queue-3.11/sparc64-remove-rwsem-export-leftovers.patch
queue-3.11/ethernet-arc-arc_emac-fix-huge-delays-in-large-file-copies.patch
queue-3.11/bridge-use-br_port_get_rtnl-within-rtnl-lock.patch
queue-3.11/bridge-fix-null-pointer-deref-of-br_port_get_rcu.patch
queue-3.11/sparc64-fix-not-sra-ed-o5-in-32-bit-traced-syscall.patch
queue-3.11/ipv4-igmp-use-in_dev_put-in-timer-handlers-instead-of-__in_dev_put.patch
queue-3.11/netpoll-fix-null-pointer-dereference-in-netpoll_cleanup.patch
queue-3.11/net-flow_dissector-fix-thoff-for-ipproto_ah.patch
queue-3.11/net-net_secret-should-not-depend-on-tcp.patch
queue-3.11/sh_eth-fix-napi_-en-dis-able-calls-racing-against-interrupts.patch
queue-3.11/netpoll-should-handle-eth_p_arp-other-than-eth_p_ip-in-netpoll_neigh_reply.patch
queue-3.11/net-sctp-fix-smatch-warning-in-sctp_send_asconf_del_ip.patch
queue-3.11/via-rhine-fix-vlan-priority-field-pcp-ieee-802.1p.patch
queue-3.11/ip6_tunnels-raddr-and-laddr-are-inverted-in-nl-msg.patch
queue-3.11/ip6tnl-allow-to-use-rtnl-ops-on-fb-tunnel.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]