diff for duplicates of <20110305212051.GA9937@redhat.com> diff --git a/a/1.txt b/N1/1.txt index e1a350d..dfe1cd1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,16 +6,16 @@ On 03/05, Linus Torvalds wrote: > > On Sat, Mar 5, 2011 at 12:31 PM, Oleg Nesterov <oleg@redhat.com> wrote: > > -> > struct user_arg_ptr { -> > - const char __user *const __user *native; +> > struct user_arg_ptr { +> > - const char __user *const __user *native; > > +#ifdef CONFIG_COMPAT -> > + bool is_compat; +> > + bool is_compat; > > +#endif -> > + union { -> > + const char __user *const __user *native; -> > + compat_uptr_t __user *compat; -> > + } ptr; -> > }; +> > + union { +> > + const char __user *const __user *native; +> > + compat_uptr_t __user *compat; +> > + } ptr; +> > }; > > will necessarily even compile on an architecture that doesn't have any > 'compat' support. @@ -33,3 +33,10 @@ What I was thinking about? I do not know. please expect v5 tomorrow. Oleg. + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index c130c1b..42b0fd3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -30,16 +30,16 @@ ">\n" "> On Sat, Mar 5, 2011 at 12:31 PM, Oleg Nesterov <oleg@redhat.com> wrote:\n" "> >\n" - "> > \302\240struct user_arg_ptr {\n" - "> > - \302\240 \302\240 \302\240 const char __user *const __user *native;\n" + "> > struct user_arg_ptr {\n" + "> > - const char __user *const __user *native;\n" "> > +#ifdef CONFIG_COMPAT\n" - "> > + \302\240 \302\240 \302\240 bool is_compat;\n" + "> > + bool is_compat;\n" "> > +#endif\n" - "> > + \302\240 \302\240 \302\240 union {\n" - "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 const char __user *const __user *native;\n" - "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 compat_uptr_t __user *compat;\n" - "> > + \302\240 \302\240 \302\240 } ptr;\n" - "> > \302\240};\n" + "> > + union {\n" + "> > + const char __user *const __user *native;\n" + "> > + compat_uptr_t __user *compat;\n" + "> > + } ptr;\n" + "> > };\n" ">\n" "> will necessarily even compile on an architecture that doesn't have any\n" "> 'compat' support.\n" @@ -56,6 +56,13 @@ "\n" "please expect v5 tomorrow.\n" "\n" - Oleg. + "Oleg.\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -b1f64eb5185d58ffbed81d11c5d08e4297494a8d3aa43dd5d0bad7630066d976 +9a41fc9a04b1cabbaa30b5a38bf6b14c2e5c1258ede1990bf39a732c5fbf7a12
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.