diff --git a/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch b/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch
index 0a5f0c0e8d..7342fa827d 100644
--- a/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch
+++ b/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch
@@ -1,5 +1,7 @@
 perl-5.14 deprecated the Switch module. We can use the given/when statement instead,
-available since 5.10.
+available since 5.10. Submitted upstream:
+
+http://code.google.com/p/chromium/issues/detail?id=86645
 
 --- third_party/WebKit/Source/WebKit/scripts/generate-webkitversion.pl.orig	2011-06-18 11:13:44.104816166 +0200
 +++ third_party/WebKit/Source/WebKit/scripts/generate-webkitversion.pl	2011-06-18 11:14:10.238814221 +0200
diff --git a/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch b/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch
index 5e013b34f6..e1096f09a6 100644
--- a/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch
+++ b/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch
@@ -1,4 +1,7 @@
 glibc-2.14 changed the _hook prototypes with a volatile pointer.
+Submitted upstream:
+
+http://code.google.com/p/chromium/issues/detail?id=86646
 
 --- third_party/tcmalloc/chromium/src/tcmalloc.cc.orig	2011-06-18 10:29:01.407015864 +0200
 +++ third_party/tcmalloc/chromium/src/tcmalloc.cc	2011-06-18 10:29:32.305013564 +0200