aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/git:/git.zx2c4.com
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2020-04-17 16:01:09 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2020-04-20 10:12:53 -0700
commita05b289917212ea578c7dd447478772faa075333 (patch)
treec4fe6a7b574e047b348578e71604728b50179aae /include/linux/nfsd/git:/git.zx2c4.com
parentdrm/i915/display: Load DP_TP_CTL/STATUS offset before use it (diff)
drm/i915: fix Sphinx build duplicate label warning
Fix the warning caused by enabling the autosectionlabel extension in the kernel Sphinx build: Documentation/gpu/i915.rst:610: WARNING: duplicate label gpu/i915:layout, other instance in Documentation/gpu/i915.rst The autosectionlabel extension adds labels to each section title for cross-referencing, but forbids identical section titles in a document. With kernel-doc, this includes sections titles in the included kernel-doc comments. In the warning message, Sphinx is unable to reference the labels in their true locations in the kernel-doc comments in source. In this case, there's "Layout" sections in both gt/intel_workarounds.c and i915_reg.h. Rename the section in the latter to "File Layout". Fixes: 58ad30cf91f0 ("docs: fix reference to core-api/namespaces.rst") Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200417130109.12791-1-jani.nikula@intel.com (cherry picked from commit 27be41de45a70fe1cb0ae1cbd2fd6da1ce3ffe9a) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/linux/nfsd/git:/git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
8af_unix: speedup /proc/net/unixEric Dumazet1-1/+2 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1 2012-03-20switch unix_sock to struct pathAl Viro1-2/+1 2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov1-0/+3 2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-0/+3 2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-2/+0 2010-11-29af_unix: limit recursion levelEric Dumazet1-0/+2 2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman1-2/+2 2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-9/+11 2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier1-0/+1 2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi1-0/+1 2008-07-26[PATCH] f_count may wrap aroundAl Viro1-1/+1 2008-01-28[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.Denis V. Lunev1-1/+0 2008-01-28[UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov1-4/+4 2007-11-10[AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov1-1/+1 2007-07-31[AF_UNIX]: Make code static.Adrian Bunk1-29/+0 2007-07-11[AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi1-1/+2 2007-06-03[AF_UNIX]: Make socket locking much less confusing.David S. Miller1-5/+3 2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang1-4/+2 2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar1-0/+3 2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+6 2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0 2006-03-20[NET]: sem2mutex part 2Ingo Molnar1-1/+2 2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise1-5/+5 2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller1-1/+1 2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+15