Bug#1106070: [6.12.y regression] loosetup: failed to set up loop device: Invalid argument after 184b147b9f7f ("loop: Add sanity check for read/write_iter")

2025-05-20 Thread Jens Axboe
Fixed here: https://git.kernel.dk/cgit/linux/commit/?h=block-6.15&id=355341e4359b2d5edf0ed5e117f7e9e7a0a5dac0 and will land upstream this week. -- Jens Axboe

Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs

2025-01-24 Thread 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

Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs

2025-01-23 Thread 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

Bug#929579: [PATCH 1/2] configure: apply ${cross_prefix} to pkg-config calls

2019-05-28 Thread Jens Axboe
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 •

Bug#929579: [PATCH 1/2] configure: apply ${cross_prefix} to pkg-config calls

2019-05-27 Thread Jens Axboe
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

Bug#919356: Licensing of include/linux/hash.h

2019-02-12 Thread 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

Bug#919356: Licensing of include/linux/hash.h

2019-02-11 Thread 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

Bug#779336: fio: calc_clat_percentiles() create unaligned access on armhf

2015-03-04 Thread Jens Axboe
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

Bug#776701: ssd-test 1g file size too small

2015-02-16 Thread Jens Axboe
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

Bug#700580: [PATCH] Make test for gnuplot work with empty strings.

2013-08-05 Thread Jens Axboe
.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 "

Bug#700580: [PATCH] Make test for gnuplot work with empty strings.

2013-03-12 Thread Jens Axboe
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

Bug#561891: Bug 561891: Is FTBFS for fio on SuperH (sh4) resolved?

2011-08-28 Thread Jens Axboe
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

Bug#561891: Bug 561891: Is FTBFS for fio on SuperH (sh4) resolved?

2011-08-27 Thread Jens Axboe
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

Bug#561891: Bug 561891: Is FTBFS for fio on SuperH (sh4) resolved?

2011-08-25 Thread Jens Axboe
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,

Bug#561891: Bug 561891: Is FTBFS for fio on SuperH (sh4) resolved?

2011-08-25 Thread Jens Axboe
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

Bug#561891: Bug 561891: Is FTBFS for fio on SuperH (sh4) resolved?

2011-08-25 Thread Jens Axboe
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

Bug#573027: fio: Patch to build on ARMv7

2010-03-20 Thread Jens Axboe
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

Bug#570186: Please support hppa

2010-02-22 Thread Jens Axboe
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

Bug#561891: Fwd: Bug#561891: Please support sh4

2009-12-21 Thread Jens Axboe
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

Bug#561891: Fwd: Bug#561891: Please support sh4

2009-12-21 Thread Jens Axboe
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__ _

Bug#561891: Fwd: Bug#561891: Please support sh4

2009-12-21 Thread Jens Axboe
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

Bug#561891: Fwd: Bug#561891: Please support sh4

2009-12-21 Thread Jens Axboe
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

Bug#561891: Fwd: Bug#561891: Please support sh4

2009-12-21 Thread Jens Axboe
-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

Bug#545839: fio FTBFS on Alpha: please try this patch

2009-09-10 Thread Jens Axboe
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

Bug#524790: Updated debian package for fio

2009-08-12 Thread Jens Axboe
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. --

Bug#390541: .17-.19-rc1 fails to detect PIONEER DVD-RW DVR-K15, .16 works fine

2006-10-15 Thread Jens Axboe
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

Bug#390541: .17-.19-rc1 fails to detect PIONEER DVD-RW DVR-K15, .16 works fine

2006-10-10 Thread Jens Axboe
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]

Bug#390695: linux-image-2.6.18-1-686: weird messages upon loading the CD-ROM driver

2006-10-03 Thread Jens Axboe
[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