search for: patchwork

Displaying 20 results from an estimated 826 matches for "patchwork".

2016 Apr 21
0
[Bug 1009] Ability to use CIDR notation in IPV4/IPV6 named sets
...|Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> --- There are already kernel patches for this: http://patchwork.ozlabs.org/patch/609733/ http://patchwork.ozlabs.org/patch/609734/ http://patchwork.ozlabs.org/patch/609735/ http://patchwork.ozlabs.org/patch/609736/ And userspace nft patches: http://patchwork.ozlabs.org/patch/611840/ http://patchwork.ozlabs.org/patch/611839/ http://patchwork.ozlabs.org/patch/6...
2009 May 19
0
Patchwork at http://patches.gluster.com
Hi all, The GlusterFS development team now uses Patchwork for managing patches. Both internal development patches and public submissions, and their status can be viewed at http://patches.gluster.com. Submitting a git formatted patch to gluster-devel at nongnu.org (with the word PATCH in the subject) will get the patch sucked into patchwork and its progres...
2009 Nov 06
0
patchwork
Hello everyone, I''ve asked the kernel.org admins to setup patchwork tracking for the btrfs mailing list. This is a pretty cool tool that tracks patches sent to the list and makes it easy to download and apply them. I''ll be the main consumer of this, but you can check out the interface at: http://patchwork.kernel.org/project/linux-btrfs/list/ -chris --...
2020 Jul 02
0
Getting reviews for nouveau contributions in igt?
...idia's help. I should note that the patches for this have been accepted into nouveau, Ben's just working on rebasing them on top of some of the display refactoring + other stuff he's been working on. So they should appear in drm-tip in the near future, but they're still available on patchwork for anyone who wants to try them: https://patchwork.freedesktop.org/series/78803/ (also needs https://patchwork.freedesktop.org/series/78915/ ) ANYWAY-the first question I had was whether anyone on here would be willing to help me with getting acks and/or reviews for some of the nouveau-relate...
2014 Jul 25
0
Patchwork for Yunto-Q
Hi, I own a Yunto-Q 700 (made 2000 by online usv systems) and a Yunto-Q 1200 (made 2010). They both work with blazer_ser, but didn't shutdown. I straced the proprietary driver and found the ups expected the return time given with _5_ digits instead of 4, else the command was ignored by the ups. And the Yunto don't send rating/manufacturer informations. I don't want to commit this to
2019 Jul 30
1
[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
...ll issues around allocation - as I mentioned I think > we will need to improve accounting for that, > and maybe add pre-allocation. > But it's a great series of steps in the right direction! > So Acked-by: Michael S. Tsirkin <mst at redhat.com> > > > v4: https://patchwork.kernel.org/cover/11047717 > > v3: https://patchwork.kernel.org/cover/10970145 > > v2: https://patchwork.kernel.org/cover/10938743 > > v1: https://patchwork.kernel.org/cover/10885431 > > > > Below are the benchmarks step by step. I used iperf3 [1] modified with VSOCK &...
2017 Mar 20
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...16 with the exact same results. > >> > >> Anyone have an idea? The 3.18.x series runs without issue of course. > >> > > > > I think the APIC ID MISMATCH is an expected and ignorable error .. > see: > > > > https://patchwork.kernel.org/patch/9539933/ > <https://patchwork.kernel.org/patch/9539933/> > > > > I applied that patch and I am building a 4.9.16-23 right now, I 'll > > publish it when it finishes. Maybe with the error gone we can get a > > better error in...
2017 Jan 19
5
[Bug 1114] New: set: Can't add elements after flushing a full set with size description
https://bugzilla.netfilter.org/show_bug.cgi?id=1114 Bug ID: 1114 Summary: set: Can't add elements after flushing a full set with size description Product: nftables Version: unspecified Hardware: x86_64 OS: Ubuntu Status: NEW Severity: normal Priority: P5
2016 Feb 15
24
[PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.
mode_fixup function for encoder drivers became optional with patch http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palminha at synopsys.com This patch set nukes all the dummy mode_fixup implementations. (made on top of Daniel topic/drm-misc branch) Changes v1->v2: incorporated Daniel comments * added signed-off-by line to all patches * threadin...
2016 Feb 15
24
[PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.
mode_fixup function for encoder drivers became optional with patch http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palminha at synopsys.com This patch set nukes all the dummy mode_fixup implementations. (made on top of Daniel topic/drm-misc branch) Changes v1->v2: incorporated Daniel comments * added signed-off-by line to all patches * threadin...
2011 Aug 11
3
vmxnet3 patch for CentOS6 kernel?
Hi, Could CentOS kernel keepers apply following patch on current kernel? http://patchwork.ozlabs.org/patch/95785/ (Current as: 2.6.32-71.29.1.el6.x86_64) With the patch applied, and a ".local" kernel built, I get 30% higher throughput with vmxnet3 in my IP routing node, than when using e1000 "card" at the same. Without the patch, the TCP flow over vmxnet3 driver o...
2019 Aug 15
2
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...workarounds. > > > > > > Alex: do you know if there are remaining issues regarding that with amdgpu? > > > > There was an issue with hpd events not making it to the audio side > > when things were powered down that was fixed with this patch set: > > https://patchwork.freedesktop.org/patch/316793/ > > Those patches depended on a bunch of alsa changes as well which may > > have not been available in the distro used for a particular OEM > > program. > > FYI, the corresponding commit for ALSA part is destined for 5.4 > kernel: > >...
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
...ric variants exactly. Drop the local definitions and pull in > asm-generic/barrier.h instead. > This statement doesn't fit MIPS barriers variations. Moreover, there is a reason to extend that even more specific, at least for smp_store_release and smp_load_acquire, look into http://patchwork.linux-mips.org/patch/10506/ - Leonid.
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
...ric variants exactly. Drop the local definitions and pull in > asm-generic/barrier.h instead. > This statement doesn't fit MIPS barriers variations. Moreover, there is a reason to extend that even more specific, at least for smp_store_release and smp_load_acquire, look into http://patchwork.linux-mips.org/patch/10506/ - Leonid.
2018 Sep 07
1
[PATCH v4 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants
On Thu, 2018-09-06 at 17:43 -0400, Lyude Paul wrote: > Since we're about to use this in nouveau_backlight.c. Same thing as > DRM_WARN_ONCE, DRM_INFO_ONCE, etc... Can you redefine this in terms of the patches I submitted instead? https://lore.kernel.org/patchwork/patch/979598/ https://lore.kernel.org/patchwork/patch/979601/ > Signed-off-by: Lyude Paul <lyude at redhat.com> > Cc: Karol Herbst <kherbst at redhat.com> > --- > drivers/gpu/drm/nouveau/nouveau_drv.h | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --gi...
2018 Jul 12
2
[PATCH net-next v5 0/4] net: vhost: improve performance when enable busyloop
...gt; > > > > > > > > > v3 -> v4: > > > > > > fix some issues > > > > > > > > > > > > v2 -> v3: > > > > > > This patches are splited from previous big patch: > > > > > > http://patchwork.ozlabs.org/patch/934673/ > > > > > > > > > > > > Tonghao Zhang (4): > > > > > > vhost: lock the vqs one by one > > > > > > net: vhost: replace magic number of lock annotation > > > > > > net: v...
2018 Jul 12
2
[PATCH net-next v5 0/4] net: vhost: improve performance when enable busyloop
...gt; > > > > > > > > > v3 -> v4: > > > > > > fix some issues > > > > > > > > > > > > v2 -> v3: > > > > > > This patches are splited from previous big patch: > > > > > > http://patchwork.ozlabs.org/patch/934673/ > > > > > > > > > > > > Tonghao Zhang (4): > > > > > > vhost: lock the vqs one by one > > > > > > net: vhost: replace magic number of lock annotation > > > > > > net: v...
2019 Jul 30
0
[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
...s on net-next > - added Stefan's R-b and Michael's A-b This doesn't solve all issues around allocation - as I mentioned I think we will need to improve accounting for that, and maybe add pre-allocation. But it's a great series of steps in the right direction! > v4: https://patchwork.kernel.org/cover/11047717 > v3: https://patchwork.kernel.org/cover/10970145 > v2: https://patchwork.kernel.org/cover/10938743 > v1: https://patchwork.kernel.org/cover/10885431 > > Below are the benchmarks step by step. I used iperf3 [1] modified with VSOCK > support. As Michael s...
2019 Jul 30
7
[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
...anges. While I was testing the v2 of this series I discovered an huge use of memory, so I added patch 1 to mitigate this issue. I put it in this series in order to better track the performance trends. v5: - rebased all patches on net-next - added Stefan's R-b and Michael's A-b v4: https://patchwork.kernel.org/cover/11047717 v3: https://patchwork.kernel.org/cover/10970145 v2: https://patchwork.kernel.org/cover/10938743 v1: https://patchwork.kernel.org/cover/10885431 Below are the benchmarks step by step. I used iperf3 [1] modified with VSOCK support. As Michael suggested in the v1, I booted h...
2019 Jul 30
7
[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
...anges. While I was testing the v2 of this series I discovered an huge use of memory, so I added patch 1 to mitigate this issue. I put it in this series in order to better track the performance trends. v5: - rebased all patches on net-next - added Stefan's R-b and Michael's A-b v4: https://patchwork.kernel.org/cover/11047717 v3: https://patchwork.kernel.org/cover/10970145 v2: https://patchwork.kernel.org/cover/10938743 v1: https://patchwork.kernel.org/cover/10885431 Below are the benchmarks step by step. I used iperf3 [1] modified with VSOCK support. As Michael suggested in the v1, I booted h...