Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1259099
| From | Rasmus Villemoes <linux@rasmusvillemoes.dk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface |
| Date | 2015-10-30 00:30 +0100 |
| Message-ID | <qp4NQ-6FS-17@gated-at.bofh.it> (permalink) |
| References | <qoYp3-2B4-3@gated-at.bofh.it> <qoYp4-2B4-17@gated-at.bofh.it> <qp3RN-64M-57@gated-at.bofh.it> <qp4Ea-6CA-5@gated-at.bofh.it> |
| Organization | D03 |
On Fri, Oct 30 2015, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote: > block sizes as well. For ~13000 semirandom size,blk_size pairs, Sorry, that should have been ~20000. Rasmus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] lib/string_helpers: fix precision issues and introduce tests Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-29 17:40 +0100
[PATCH v3 4/4] lib/test-string_helpers.c: add string_get_size() tests Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-29 17:40 +0100
Re: [PATCH v3 4/4] lib/test-string_helpers.c: add string_get_size() tests Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-10-29 22:40 +0100
[PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-29 17:40 +0100
Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface James Bottomley <jbottomley@odin.com> - 2015-10-29 23:30 +0100
Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2015-10-30 00:20 +0100
Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2015-10-30 00:30 +0100
Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface James Bottomley <jbottomley@odin.com> - 2015-10-30 04:40 +0100
Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-30 11:50 +0100
Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface James Bottomley <jbottomley@odin.com> - 2015-10-31 01:30 +0100
[PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-29 17:40 +0100
Re: [PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-10-29 22:30 +0100
Re: [PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 James Bottomley <jbottomley@odin.com> - 2015-10-30 00:10 +0100
Re: [PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-10-30 00:40 +0100
Re: [PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 James Bottomley <jbottomley@odin.com> - 2015-10-30 04:40 +0100
Re: [PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-10-30 11:50 +0100
Re: [PATCH v3 2/4] lib/string_helpers.c: protect string_get_size() against blk_size=0 James Bottomley <jbottomley@odin.com> - 2015-10-31 01:10 +0100
csiph-web