Fixed here:
https://git.kernel.dk/cgit/linux/commit/?h=block-6.15&id=355341e4359b2d5edf0ed5e117f7e9e7a0a5dac0
and will land upstream this week.
--
Jens Axboe
d on it, and it's not yet apparent
>> to me what happened with this one.
>
> I researched bit the lists, and there was the inclusion request on the
> stable list itself. Looking into the io-uring list I found
> https://lore.kernel.org/io-uring/CADZouDRFJ9jtXHqkX-PTKeT=gxswdmc42zesakr34psug9t...@mail.gmail.com/
> which I think was the trigger to later on include in fact the commit
> in 6.1.120.
Yep indeed, was just looking for the backstory and that is why it got
backported. Just missed the fact that it should've been an
io_cqring_wake() rather than __io_cqring_wake()...
--
Jens Axboe
; As a start I set the above issue as a forward, to have the issues
>> linked (and we later on can update it to the linux upstream report).
>
> I suspect this might be introduced by one of the io_uring related
> changes between 6.1.119 and 6.1.123.
>
> But we need to be abl
ML
> to the mail and vger.kernel.org rejects the mail then… so it won't appear on
> fio mailing list. This is nothing I can influence from my mail client.) Jens
> Axboe - 27.05.19, 22:51:
> Mit freundlichen Grüßen / With kind regards
>
> Martin Steigerwald •
On 5/27/19 1:32 PM, Helmut Grohne wrote:
> Otherwise, we're searching for build architecture libraries which is not
> what we want.
Applied 1-2, thanks.
--
Jens Axboe
probably non-free file with the same code in it.
>
> It seems we need to keep looking, and in the meantime assume we have no
> free license in this file.
FWIW, fio.c includes the following mention:
* The license below covers all files distributed with fio unless otherwise
* noted in the file itself.
followed by the GPL v2 license. I'll go through and add SPDX headers to
everything to avoid wasting anymore time on this nonsense.
--
Jens Axboe
gt; > >> modified work is DFSG-free.
>> > >>
>> > >> * Replace that file in Debian only, with a different implementation as
>> > >>
>> > >> above. Document that explicit grant in the Debian package. This
>> > >> demonstrates the mo
On 03/04/2015 02:12 AM, Martin Steigerwald wrote:
Hello Andreas, hello Jens,
thank you for your bug report.
This sounds like an upstream bug, thus I cc fio mailing list.
Jens, any idea?
This is fixed in later releases, the debian package should be updated to
2.2.6.
--
Jens Axboe
--
To
are taken from the upstream tarball, I suggest taking this
upstream. I put upstream in Cc, Jens, what do you think about this?
Sure, that sounds fine to me. 1G is tiny by todays standards, 10G would
be a lot more reasonable. I'll commit that change.
--
Jens Axboe
--
To UNSUBSCRIBE, ema
.5e2febd 100755
>>> --- a/fio_generate_plots
>>> +++ b/fio_generate_plots
>>> @@ -8,7 +8,7 @@ if [ "$1"x = "x" ]; then
>>> fi
>>>
>>> GNUPLOT=$(which gnuplot)
>>> -if [ ! -x $GNUPLOT ]; then
>>> +if [ ! -x "
ot;x = "x" ]; then
> fi
>
> GNUPLOT=$(which gnuplot)
> -if [ ! -x $GNUPLOT ]; then
> +if [ ! -x "$GNUPLOT" ]; then
> echo You need gnuplot installed to generate graphs
> exit 1
> fi
Thanks, obviously correct :-)
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On 2011-08-27 23:34, Nobuhiro Iwamatsu wrote:
> Hi,
>
> 2011/8/27 Jens Axboe :
>> On 2011-08-26 15:00, Martin Steigerwald wrote:
>>> I can take it as patch in the debian package as well, Jens, if you prefer
>>> not to include it upstream. But I guess you have
d with broken sh support.
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On 2011-08-26 00:16, Nobuhiro Iwamatsu wrote:
> Hi,
>
> 2011/8/25 Martin Steigerwald :
>> Hi!
>>
>> I am putting upstream author Jens Axboe on CC.
>
> Thanks!
>
>>
>> Am Donnerstag, 25. August 2011 schrieb Nobuhiro Iwamatsu:
>>> Hi,
On 2011-08-25 18:47, Martin Steigerwald wrote:
> Am Donnerstag, 25. August 2011 schrieb Jens Axboe:
>> On 2011-08-25 10:33, Martin Steigerwald wrote:
>>> Hi!
>>>
>>> I am putting upstream author Jens Axboe on CC.
>>>
>>> Am Donnerst
On 2011-08-25 10:33, Martin Steigerwald wrote:
> Hi!
>
> I am putting upstream author Jens Axboe on CC.
>
> Am Donnerstag, 25. August 2011 schrieb Nobuhiro Iwamatsu:
>> Hi,
> [...]
>>
>> 2011/8/3 Martin Steigerwald :
>>> Hello Nobuhiro, Paul
ible to include it upstream, I will consider
> including it in the debian package.
I have committed it upstream, it'll be available in version 1.38.
Thanks!
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
d like some confirmation on whether it correctly
builds on hppa now though first. I'll likely tag it today anyways, we
can always go to 1.37.1. It's not like hppa is a huge user base :-)
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Tue, Dec 22 2009, Paul Mundt wrote:
> On Mon, Dec 21, 2009 at 10:16:40PM +0100, Jens Axboe wrote:
> > On Tue, Dec 22 2009, Paul Mundt wrote:
> > > SH-4A supports synco, SH-4 does not. SH-4A is based on the SH-4, but has
> > > a lot of new instructions and so forth. F
On Tue, Dec 22 2009, Paul Mundt wrote:
> On Mon, Dec 21, 2009 at 09:57:21PM +0100, Jens Axboe wrote:
> > On Tue, Dec 22 2009, Paul Mundt wrote:
> > > On Tue, Dec 22, 2009 at 05:47:46AM +0900, Nobuhiro Iwamatsu wrote:
> > > > +#define nop __asm__ _
for these.
> > See how the kernel does it.
> >
> Oh, I forgot this. Thanks!
>
> > The sooner we stop pretending like SH-4A and SH-4 are the same thing the
> > sooner we stop introducing subtle bugs all over the place.
> >
>
> Martin and Jens, I will sen
g the
> sooner we stop introducing subtle bugs all over the place.
Does sh-a4 support the synco instruction, or will it sigill?
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
-1.33.1.sh4/arch/arch.h
> --- fio-1.33.1/arch/arch.h2009-09-10 17:30:19.0 +0900
> +++ fio-1.33.1.sh4/arch/arch.h2009-12-21 10:35:25.0 +0900
> @@ -33,6 +33,8 @@
> #include "arch-arm.h"
> #elif defined(__mips__) || defined(__mips64__)
> #include "arch-mips.h"
> +#elif defined(__sh__)
> +#include "arch-sh.h"
> #else
> #error "Unsupported arch"
> #endif
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
uot;: : :"memory")
> +#define write_barrier()__asm__ __volatile__("wmb": : :"memory")
Woops thanks, that's a silly typo. Applied!
--
Jens Axboe
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Wed, Aug 12 2009, Michael Prokop wrote:
> @Jens: the first patch
> (0001-fio.1-fix-hyphen-used-as-minus-sign.patch) addresses a minor
> issue in the manpage. Please feel free to apply it in your upstream
> source.
Done!
Thanks all for working on getting this included.
--
On Sun, Oct 15 2006, Georg Wittenburg wrote:
> On Tuesday 10 October 2006 09:31, Jens Axboe wrote:
> > On Tue, Oct 10 2006, Oleg Verych wrote:
> > > Jens, please, help to sort out this one. 2.6.19-rc1 was tested with no
> > > luck.
> > >
> > > Bug
so far, I'd suggest you start
git bisecting with 2.6.16 as the good kernel and 2.6.17 as the bad
kernel to try and narrow the breakage point down a bit.
--
Jens Axboe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[ide_core]
> > ide_setup_pci_device+0x62/0x6d [ide_core]
> > pci_device_probe+0x36/0x57
> > driver_probe_device+0x42/0x8b
> > __driver_attach+0x38/0x5d bus_for_each_dev+0x33/0x55
> > driver_attach+0x11/0x13 __driver_attach+0x0/0x5d
> > bus_add_dr
28 matches
Mail list logo