diff for duplicates of <20200416165432.GA199110@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 2c058f8..843087f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On Tue, Apr 14, 2020 at 09:33:16PM +0100, David Howells wrote: > 521+0 records out > 521 bytes copied, 0,00123769 s, 421 kB/s > -> $ dd if=/proc/keys bsP0 skip=1 # read after lseek in middle of last line +> $ dd if=/proc/keys bs=500 skip=1 # read after lseek in middle of last line > dd: /proc/keys: cannot skip to specified offset > g _uid_ses.1000: 1 <<<< end of last line > 3ead4096 I--Q--- 1 perm 1f3f0000 1000 65534 keyring _uid_ses.1000: 1 @@ -25,7 +25,7 @@ On Tue, Apr 14, 2020 at 09:33:16PM +0100, David Howells wrote: > 0+1 records out > 97 bytes copied, 0,000135035 s, 718 kB/s > -> $ dd if=/proc/keys bs\x1000 skip=1 # read after lseek beyond end of file +> $ dd if=/proc/keys bs=1000 skip=1 # read after lseek beyond end of file > dd: /proc/keys: cannot skip to specified offset > 3ead4096 I--Q--- 1 perm 1f3f0000 1000 65534 keyring _uid_ses.1000: 1 > <<<< generates last line @@ -33,7 +33,7 @@ On Tue, Apr 14, 2020 at 09:33:16PM +0100, David Howells wrote: > 0+1 records out > 76 bytes copied, 0,000119981 s, 633 kB/s > -> See https://bugzilla.kernel.org/show_bug.cgi?id 6283 +> See https://bugzilla.kernel.org/show_bug.cgi?id=206283 > > Cc: stable@vger.kernel.org diff --git a/a/content_digest b/N1/content_digest index 76d7d55..f2a6672 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0158689639664.3925765.4549426529245164675.stgit@warthog.procyon.org.uk\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH] keys: Fix proc_keys_next to increase position index\0" - "Date\0Thu, 16 Apr 2020 16:54:32 +0000\0" + "Date\0Thu, 16 Apr 2020 19:54:32 +0300\0" "To\0David Howells <dhowells@redhat.com>\0" "Cc\0torvalds@linux-foundation.org" stable@vger.kernel.org @@ -29,7 +29,7 @@ "> 521+0 records out\n" "> 521 bytes copied, 0,00123769 s, 421 kB/s\n" "> \n" - "> $ dd if=/proc/keys bsP0 skip=1 # read after lseek in middle of last line\n" + "> $ dd if=/proc/keys bs=500 skip=1 # read after lseek in middle of last line\n" "> dd: /proc/keys: cannot skip to specified offset\n" "> g _uid_ses.1000: 1 <<<< end of last line\n" "> 3ead4096 I--Q--- 1 perm 1f3f0000 1000 65534 keyring _uid_ses.1000: 1\n" @@ -38,7 +38,7 @@ "> 0+1 records out\n" "> 97 bytes copied, 0,000135035 s, 718 kB/s\n" "> \n" - "> $ dd if=/proc/keys bs\02000 skip=1 # read after lseek beyond end of file\n" + "> $ dd if=/proc/keys bs=1000 skip=1 # read after lseek beyond end of file\n" "> dd: /proc/keys: cannot skip to specified offset\n" "> 3ead4096 I--Q--- 1 perm 1f3f0000 1000 65534 keyring _uid_ses.1000: 1\n" "> <<<< generates last line\n" @@ -46,7 +46,7 @@ "> 0+1 records out\n" "> 76 bytes copied, 0,000119981 s, 633 kB/s\n" "> \n" - "> See https://bugzilla.kernel.org/show_bug.cgi?id 6283\n" + "> See https://bugzilla.kernel.org/show_bug.cgi?id=206283\n" "> \n" "> Cc: stable@vger.kernel.org\n" "\n" @@ -60,4 +60,4 @@ "\n" /Jarkko -bf71b3889cad9764324ccfd775be54e0bdf0804c4c206e6c805f801229ad9b91 +d12a73baab64ddf8393b6dfc22f6599f7a70f8a66dc7904d2f6ffd19240c4c09
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.