search for: submittingpatch

Displaying 20 results from an estimated 58 matches for "submittingpatch".

Did you mean: submittingpatches
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...| 2 +- Documentation/hwmon/submitting-patches | 8 ++-- Documentation/isdn/README | 2 +- Documentation/ja_JP/HOWTO | 24 +++++----- Documentation/ja_JP/SubmitChecklist | 8 ++-- Documentation/ja_JP/SubmittingPatches | 18 ++++---- Documentation/ja_JP/stable_api_nonsense.txt | 4 +- Documentation/ja_JP/stable_kernel_rules.txt | 6 +-- Documentation/kernel-per-CPU-kthreads.txt | 2 +- Documentation/ko_KR/HOWTO | 30 ++++++------ Documentation/ko_K...
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...| 2 +- Documentation/hwmon/submitting-patches | 8 ++-- Documentation/isdn/README | 2 +- Documentation/ja_JP/HOWTO | 24 +++++----- Documentation/ja_JP/SubmitChecklist | 8 ++-- Documentation/ja_JP/SubmittingPatches | 18 ++++---- Documentation/ja_JP/stable_api_nonsense.txt | 4 +- Documentation/ja_JP/stable_kernel_rules.txt | 6 +-- Documentation/kernel-per-CPU-kthreads.txt | 2 +- Documentation/ko_KR/HOWTO | 30 ++++++------ Documentation/ko_K...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...| 2 +- Documentation/hwmon/submitting-patches | 8 ++-- Documentation/isdn/README | 2 +- Documentation/ja_JP/HOWTO | 24 +++++----- Documentation/ja_JP/SubmitChecklist | 8 ++-- Documentation/ja_JP/SubmittingPatches | 18 ++++---- Documentation/ja_JP/stable_api_nonsense.txt | 4 +- Documentation/ja_JP/stable_kernel_rules.txt | 6 +-- Documentation/kernel-per-CPU-kthreads.txt | 2 +- Documentation/ko_KR/HOWTO | 30 ++++++------ Documentation/ko_K...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...| 2 +- Documentation/hwmon/submitting-patches | 8 ++-- Documentation/isdn/README | 2 +- Documentation/ja_JP/HOWTO | 24 +++++----- Documentation/ja_JP/SubmitChecklist | 8 ++-- Documentation/ja_JP/SubmittingPatches | 18 ++++---- Documentation/ja_JP/stable_api_nonsense.txt | 4 +- Documentation/ja_JP/stable_kernel_rules.txt | 6 +-- Documentation/kernel-per-CPU-kthreads.txt | 2 +- Documentation/ko_KR/HOWTO | 30 ++++++------ Documentation/ko_K...
2015 Feb 06
1
Use z size specifier for printf-ing size_t variable
...if you want your patch to be applied. > > Follow an explanation on why it's important: > > "12) Sign your work (snip) > then you just add a line saying > > Signed-off-by: Random J Developer <random at developer.example.org>" > > Source: /doc/SubmittingPatches > > > > > > -- > > MartinS > > > > -- > Raphael S. Carvalho > Generally speaking, adequate patches are helpful and desired, and there have been cases in which patches have been rejected or inapplicable because of inadequate formatting or lack of...
2019 Feb 06
2
kernel.org repo. WAS: syslinux-6.04-pre2
On 2/6/19 9:35 AM, Ady Ady via Syslinux wrote: >> however, due to the issues with continuing >> to keep the main archive on kernel.org, I have moved the release archive to: > > Will the archive repo in kernel.org ever be updated again? > > Will the archive repo in kernel.org be updated when some > potential/hypothetical/future final/gold version gets released? >
2009 Jan 24
1
How do you prefer patches to be submitted?
How do you prefer patches to be submitted? Inline or as attachment? To this mailing list or to another address? Thanks in advance.
2011 Jun 06
2
[PATCH] Document the method for building the Unicorn gem
...gem. Signed-off-by: Hongli Lai (Phusion) <hongli at phusion.nl> --- HACKING | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/HACKING b/HACKING index 781c4ca..38f2f2a 100644 --- a/HACKING +++ b/HACKING @@ -107,6 +107,17 @@ git itself. See the Documentation/SubmittingPatches document distributed with git on on patch submission guidelines to follow. Just don''t email the git mailing list or maintainer with Unicorn patches :) +== Building a Gem + +In order to build the gem, you must install the following components: + + * wrongdoc + * pandoc + +You can buil...
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
When access to a Xen DomU (Linux) from a VNC client in Windows, alt-gr key is not working properly. When Alt + another key pressed, vncserver receives Altgr down, Altgr up and key down messages in order, that causes incorrect output. With following patch, when vncerver receives key down message, it first check if the keysym needs altgr modifer, if it needs altgr modifier but altgr is not
2015 Jan 07
3
[PATCH] vhost/net: length miscalculation
commit 8b38694a2dc8b18374310df50174f1e4376d6824 vhost/net: virtio 1.0 byte swap had this chunk: - heads[headcount - 1].len += datalen; + heads[headcount - 1].len = cpu_to_vhost32(vq, len - datalen); This adds datalen with the wrong sign, causing guest panics. Fixes: 8b38694a2dc8b18374310df50174f1e4376d6824 Reported-by: Alex Williamson <alex.williamson at redhat.com>
2015 Jan 07
3
[PATCH] vhost/net: length miscalculation
commit 8b38694a2dc8b18374310df50174f1e4376d6824 vhost/net: virtio 1.0 byte swap had this chunk: - heads[headcount - 1].len += datalen; + heads[headcount - 1].len = cpu_to_vhost32(vq, len - datalen); This adds datalen with the wrong sign, causing guest panics. Fixes: 8b38694a2dc8b18374310df50174f1e4376d6824 Reported-by: Alex Williamson <alex.williamson at redhat.com>
2015 Feb 06
0
Use z size specifier for printf-ing size_t variable
...ion I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. then you just add a line saying Signed-off-by: Random J Developer <random at developer.example.org>" Source: /doc/SubmittingPatches > > > -- > MartinS -- Raphael S. Carvalho
2015 Feb 06
2
Use z size specifier for printf-ing size_t variable
On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote: > On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote: > > Hello. > > > > Use the z size specifier to printf-ing size_t variables to get rid of gcc > > warning > > format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int? > Please, add
2016 Jan 05
1
[PATCH v2 20/32] metag: define __smp_xxx
...gt; SMP and !SMP. For this reason, this patch introduces a wrapper > metag_fence() that doesn't depend on CONFIG_SMP. > fence() is then defined using that, depending on CONFIG_SMP. I'm not a fan of the inconsistent commit message wrapping. I wrap to 72 columns (although I now notice SubmittingPatches says to use 75...). > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > Acked-by: Arnd Bergmann <arnd at arndb.de> > --- > arch/metag/include/asm/barrier.h | 32 +++++++++++++++----------------- > 1 file changed, 15 insertions(+), 17 deletions(-) > &gt...
2016 Jan 05
1
[PATCH v2 20/32] metag: define __smp_xxx
...gt; SMP and !SMP. For this reason, this patch introduces a wrapper > metag_fence() that doesn't depend on CONFIG_SMP. > fence() is then defined using that, depending on CONFIG_SMP. I'm not a fan of the inconsistent commit message wrapping. I wrap to 72 columns (although I now notice SubmittingPatches says to use 75...). > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > Acked-by: Arnd Bergmann <arnd at arndb.de> > --- > arch/metag/include/asm/barrier.h | 32 +++++++++++++++----------------- > 1 file changed, 15 insertions(+), 17 deletions(-) > &gt...
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
.../asm/ directories: $ git grep -w --name-only __inline__ | \ grep -vP '(?:/uapi/|/asm/|^scripts/|compiler)' | \ xargs sed -r -i -e 's/\b__inline__\b/inline/g' This script today results are (-U0 to minimize output): --- $ git diff -U0 --stat -p Documentation/translations/ja_JP/SubmittingPatches | 4 +-- Documentation/translations/zh_CN/SubmittingPatches | 4 +-- arch/arm/mach-iop32x/include/mach/uncompress.h | 2 +- arch/arm/mach-iop33x/include/mach/uncompress.h | 2 +- arch/arm/mach-ixp4xx/include/mach/uncompress.h | 2 +- arch/ia64/hp/common/sba_iommu.c...
2018 Dec 27
0
PROPOSAL: Extend inline asm syntax with size spec
...efconfig-build/vmlinux > > Which shows we inline more (look for asm_volatile for the actual > changes). > > > So yes, this seems like something we could work with. > > --- > Documentation/trace/tracepoint-analysis.rst | 2 +- > Documentation/translations/ja_JP/SubmittingPatches | 4 +-- > Documentation/translations/zh_CN/SubmittingPatches | 4 +-- > arch/alpha/include/asm/atomic.h | 12 +++---- > arch/alpha/include/asm/bitops.h | 6 ++-- > arch/alpha/include/asm/compiler.h | 4 +-- > arch/alpha/in...
2019 Feb 06
0
kernel.org repo. WAS: syslinux-6.04-pre2
...po in kernel.org ever be updated again? > > > > These questions are _not_ just for simple curiosity. > > > > That is TBD, but probably not. > > -hpa > Then perhaps, at some point, some of the references to kernel.org should be reconsidered. Examples: _ doc/SubmittingPatches.txt _ man/syslinux2ansi.1 _ man/syslinux.1 and the important ("Source0"): _ syslinux.spec I suspect that 'syslinux.spec' needs additional updates too (considering the changes that RPM-based distros already perform on it, for some time now). Regards, Ady.
2009 Feb 28
1
Thank you and patch line length
Peter, looking back at recent commits, I noticed that you updated doc/comboot.txt to reflect that the new COMBOOT calls for directories are officially to be included into version 3.74. Thank you and I hope that this functionality provides benefit for others. I also noticed that a part of that commit was to rework the line length. What is your preferred line length within the documentation and
2008 Sep 22
1
Where to submit translation bugs?
Hello there, As far as I remember there is one bug in Polish translation of winecfg application. The window title is "Konfiguracje wine" which literally means "Wine configurations". It shouldn't be plural. The correct translation is "Konfiguracja wine". I don't want to spam bugzilla with this, but anyone knows where to get the contact to translators? The