kernel-doc unbuildable with sphinx 1.7

2018-03-02 Thread Jiri Slaby
Hi, in openSUSE, sphinx was updated to 1.7.1 and kernel-doc cannot be built since that time: Running Sphinx v1.7.1 Extension error: Could not import extension kerneldoc (exception: cannot import name 'Directive') It is because sphinx.util.compat.* was removed from sphinx in 1.7 since it was depr

Re: kernel-doc unbuildable with sphinx 1.7

2018-03-02 Thread Jiri Slaby
On 03/02/2018, 03:34 PM, Jonathan Corbet wrote: > I got a patch from Takashi this very morning for that problem; I guess > I'll have to fast-track it Linusward. Oh, thanks! P.S.: Takashi, could you push it to our master & stable branches? -- js suse labs -- To unsubscribe from this list: send t

Re: [PATCH] Documentation/rs485: Fix missing zero init on sample code

2017-11-07 Thread Jiri Slaby
On 11/06/2017, 11:51 AM, Ricardo Ribalda Delgado wrote: > The sample code does not initialize to zero a local variable and then it > uses the uninitialized code. > > Fix in case someone copy/paste the sample code. > > Signed-off-by: Ricardo Ribalda Delgado > --- > Documentation/serial/serial-rs

[PATCH 7/7] vgacon: remove prehistoric macros

2016-10-03 Thread Jiri Slaby
leave in place appropriate branches of the conditional code. Signed-off-by: Jiri Slaby Cc: Tomi Valkeinen Cc: Cc: --- Documentation/VGA-softcursor.txt | 12 -- drivers/video/console/vgacon.c | 49 2 files changed, 5 insertions(+), 56 deletions

[tip: x86/asm] linkage: Introduce new macros for assembler symbols

2019-10-18 Thread tip-bot2 for Jiri Slaby
The following commit has been merged into the x86/asm branch of tip: Commit-ID: ffedeeb780dc554eff3d3b16e6a462a26a41d7ec Gitweb: https://git.kernel.org/tip/ffedeeb780dc554eff3d3b16e6a462a26a41d7ec Author:Jiri Slaby AuthorDate:Fri, 11 Oct 2019 13:50:41 +02:00 Committer