aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHugh Dickins <hughd@google.com>2011-06-05 22:03:13 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-06-06 18:00:27 +0900
commite0dcd8a05be438b3d2e49ef61441ea3a463663f8 (patch)
treea498479e6015180c26c5e5e37214b757b62098b3 /tools/perf/scripts/python/bin
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... (diff)
downloadlinux-e0dcd8a05be438b3d2e49ef61441ea3a463663f8.tar.gz
linux-e0dcd8a05be438b3d2e49ef61441ea3a463663f8.zip
mm: fix ENOSPC returned by handle_mm_fault()
Al Viro observes that in the hugetlb case, handle_mm_fault() may return a value of the kind ENOSPC when its caller is expecting a value of the kind VM_FAULT_SIGBUS: fix alloc_huge_page()'s failure returns. Signed-off-by: Hugh Dickins <hughd@google.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Cc: stable@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
n class='insertions'>+348 2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1 2019-06-04net: bonding: Inherit MPLS features from slave devicesAriel Levkovich1-0/+11 2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski3-13/+8 2019-06-04net/tls: reorganize struct tls_contextJakub Kicinski1-11/+15 2019-06-04net/tls: use version from protJakub Kicinski1-2/+2 2019-06-04net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski1-4/+0 2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski1-3/+5 2019-06-04net/tls: remove false positive warningJakub Kicinski2-21/+4 2019-06-04net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski1-6/+14 2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski3-6/+28 2019-06-04net: mscc: ocelot: Fix some struct initializationsNathan Chancellor1-4/+10 2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1