[PATCH] net: make config lines follow common pattern

2023-11-23 Thread Lukas Bulwahn
life for kernel developers that use basic regular expressions to find and extract kernel configs, make all config lines follow this common pattern. No functional change, just helpful stylistic clean-up. Signed-off-by: Lukas Bulwahn --- drivers/net/ethernet/cavium/Kconfig | 4 +-- net/caif

[PATCH] MAINTAINERS: remove section LIBNVDIMM BLK: MMIO-APERTURE DRIVER

2022-03-15 Thread Lukas Bulwahn
SUBSYSTEM, and all patches to region_devs.c will still reach the same developers as before. Signed-off-by: Lukas Bulwahn --- Dan, please pick this minor clean-up patch in your -next tree on top of the commit above. MAINTAINERS | 11 --- 1 file changed, 11 deletions(-) diff --git a/MAI

Invalid License ID: GPL-3.0 for arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi

2021-04-20 Thread Lukas Bulwahn
Dear Qing, ./scripts/spdxcheck.py reports: arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi: 1:28 Invalid License ID: GPL-3.0 You have contributed this file with commit b1a792601f26 ("MIPS: Loongson64: DeviceTree for Loongson-2K1000") to the current linux-next. Do you intend to contribute

[PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER

2021-04-19 Thread Lukas Bulwahn
from the same patch series however adds the file intel,keembay-display.yaml in that directory instead. So, refer to intel,keembay-display.yaml in the INTEL KEEM BAY DRM DRIVER section instead. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS

2021-04-19 Thread Lukas Bulwahn
devicetree bindings tree? No functional change, just cleaning up MAINTAINERS. Lukas Link: https://lore.kernel.org/lkml/20210315160451.7469-1-lukas.bulw...@gmail.com/ Adjustment from original to resend version: - drop subsumed patches Lukas Bulwahn (3): MAINTAINERS: rectify entry for ARM/TOSHIBA

[PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE

2021-04-19 Thread Lukas Bulwahn
t;) originating from the same patch series however adds the file toshiba,visconti-pinctrl.yaml in that directory instead. So, refer to toshiba,visconti-pinctrl.yaml in the ARM/TOSHIBA VISCONTI ARCHITECTURE section instead. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 2 +- 1 file changed, 1 inse

[PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER

2021-04-19 Thread Lukas Bulwahn
just drop this file reference in HIKEY960 ONBOARD USB GPIO HUB DRIVER. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index d31c8058b17f..4f152717365c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8239,7 +8239,6 @@ M:

[PATCH] MAINTAINERS: adjust to removing i2c designware platform data

2021-04-19 Thread Lukas Bulwahn
g: no file matches F: include/linux/platform_data/i2c-designware.h Remove the file entry to this removed file as well. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210419 Andy, please ack. Lee, please pick this minor patch on your -next tree. MAINTAINERS | 1 - 1 file changed,

[PATCH] MAINTAINERS: repair reference in HYCON HY46XX TOUCHSCREEN SUPPORT

2021-04-19 Thread Lukas Bulwahn
complains: warning: no file matchesF:drivers/input/touchscreen/hy46xx.c Repair the file entry by referring to the right location. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210419 Guilio, please ack. Dmitry, please pick this minor clean up patch for your -next tree. MAINT

[tip: core/rcu] rcu-tasks: Rectify kernel-doc for struct rcu_tasks

2021-04-11 Thread tip-bot2 for Lukas Bulwahn
The following commit has been merged into the core/rcu branch of tip: Commit-ID: 85b86994284820ec070182ec269e6e79735f523a Gitweb: https://git.kernel.org/tip/85b86994284820ec070182ec269e6e79735f523a Author:Lukas Bulwahn AuthorDate:Mon, 25 Jan 2021 08:41:05 +01:00 Committer

[PATCH 2/2] soc: qcom: address kernel-doc warnings

2021-03-27 Thread Lukas Bulwahn
descriptions for structs with the keyword 'struct', - turning a kernel-doc comment that does not follow the kernel-doc syntax into a normal comment, and - correcting a parameter name in a kernel-doc comment. Signed-off-by: Lukas Bulwahn --- include/linux/soc/qcom/apr.h | 2 +- include/linux

[PATCH 1/2] MAINTAINERS: add another entry for ARM/QUALCOMM SUPPORT

2021-03-27 Thread Lukas Bulwahn
a file entry for this directory to ARM/QUALCOMM SUPPORT. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 67b104202602..ec43d5c3a1a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2298,6 +2298,7 @@ F:drivers

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up

2021-03-27 Thread Lukas Bulwahn
SUPPORT. Andy, Bjorn, please pick this clean-up patch series for your tree. Link: https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html Lukas Bulwahn (2): MAINTAINERS: add another entry for ARM/QUALCOMM SUPPORT soc: qcom: address kernel-doc warnings MAINTAINERS

Re: [Ksummit-discuss] RFC: create mailing list "linux-issues" focussed on issues/bugs and regressions

2021-03-22 Thread Lukas Bulwahn
On Mon, Mar 22, 2021 at 4:38 PM Thorsten Leemhuis wrote: > > > Lo! I want to provide users with an easier way to search our multitude > of mailing lists for reports about issues (aka bugs), as reporting the > same kernel problem multiple times has known downsides for everyone > involved. That's

[PATCH 2/2] pagewalk: prefix struct kernel-doc descriptions

2021-03-22 Thread Lukas Bulwahn
description for a structure requires to prefix the struct name with the keyword 'struct'. So, do that such that no further kernel-doc warnings are reported for this file. Signed-off-by: Lukas Bulwahn --- include/linux/pagewalk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up

2021-03-22 Thread Lukas Bulwahn
. Andrew, please pick this clean-up patch series for mm. Link: https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html Lukas Bulwahn (2): MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT pagewalk: prefix struct kernel-doc descriptions MAINTAINERS | 1 + include/linux

[PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT

2021-03-22 Thread Lukas Bulwahn
e original ./include/linux/mm.h clearly marks this file part of MEMORY MANAGEMENT. Assign ./include/linux/pagewalk.h to MEMORY MANAGEMENT. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 728216e3919c..46a1eddbc

Re: [EXTERNAL]Re: [PATCH 0/5] Remove dead linux-mips.org references

2021-03-22 Thread Lukas Bulwahn
On Mon, Feb 22, 2021 at 7:19 PM Kurt Martin wrote: > > Hi Everybody, > > This is Kurt Martin. I'm part of the MIPS Customer Engineering team at Wave > Computing. Some of you may remember me. I have just established contact > with Ralf, and I will be working with him to restore linux-mips.org

[PATCH] devicetree: replace invalid kernel-doc comment headers

2021-03-22 Thread Lukas Bulwahn
The opening comment mark '/**' is used for indicating the beginning of kernel-doc comments. Replace uses of '/**' for invalid cases in dt-binding headers and dts. Signed-off-by: Lukas Bulwahn --- Rob, please pick this quick kernel-doc cleanup patch. arch/arm64/boot/dts/hisilicon/hip05-d02.dts

[PATCH] watchdog: fix syntactic kernel-doc issues

2021-03-22 Thread Lukas Bulwahn
ction parameter" and "Function parameter or member not described". These warnings would need to be addressed in a second pass with a bit more insight into the APIs and purpose of the functions in the watchdog subsystem. Signed-off-by: Lukas Bulwahn --- Guenter, Wim, please pick this

Re: [PATCH] ntfs: fix incorrect kernel-doc comment syntax in files

2021-03-21 Thread Lukas Bulwahn
On Sat, Mar 20, 2021 at 5:29 PM Aditya Srivastava wrote: > > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > There are certain files in fs/ntfs which follow this syntax, but the > content inside does not comply with kernel-doc. > Such lines were

Re: [RFC] scripts: kernel-doc: avoid warnings due to initial commented lines in file

2021-03-20 Thread Lukas Bulwahn
On Sat, Mar 20, 2021 at 1:45 PM Aditya Srivastava wrote: > > On 20/3/21 12:23 pm, Aditya wrote: > > On 18/3/21 11:48 pm, Jonathan Corbet wrote: > >> Lukas Bulwahn writes: > >> > >>> Yeah, and as this line-counting is really just a poor man's > >

Re: [RFC] scripts: kernel-doc: avoid warnings due to initial commented lines in file

2021-03-18 Thread Lukas Bulwahn
On Thu, Mar 18, 2021 at 5:37 PM Jonathan Corbet wrote: > > Lukas Bulwahn writes: > > > I wonder if we could extend kernel-doc (not your preferred option as > > it seems) for a new dedicated warning message or maintain a separate > > kernel-doc sanity checking script

[PATCH] MAINTAINERS: remove obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES

2021-03-18 Thread Lukas Bulwahn
./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c Remove the obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES section. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-)

Re: Checkpatch still worries about include/asm/ ?

2021-03-18 Thread Lukas Bulwahn
On Thu, Mar 18, 2021 at 5:47 PM Dwaipayan Ray wrote: > > Hello, > include/asm/ got removed a long time back (probably v1.1.45). > Checkpatch still worries about that: > > if ($realfile =~ m@^include/asm/@) { > ERROR("MODIFIED_INCLUDE_ASM", > "do not modify files in include/asm, change

Re: [RFC] scripts: kernel-doc: avoid warnings due to initial commented lines in file

2021-03-18 Thread Lukas Bulwahn
On Mon, Mar 15, 2021 at 8:25 PM Jonathan Corbet wrote: > > Aditya writes: > > >> The opening comment mark /** is used for kernel-doc comments [1] > >> > >> [1] > >> https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html#how-to-format-kernel-doc-comments > >> > > > > Hi Markus! > >

Re: [PATCH 13/13] MAINTAINERS: Add entry for the bitmap API

2021-03-17 Thread Lukas Bulwahn
On Wed, Mar 17, 2021 at 5:57 AM Joe Perches wrote: > > On Tue, 2021-03-16 at 21:47 -0700, Yury Norov wrote: > > [CC Andy Whitcroft, Joe Perches, Dwaipayan Ray, Lukas Bulwahn] > > > > On Tue, Mar 16, 2021 at 01:45:51PM +0200, Andy Shevchenko wrote: > > > On Mon,

[PATCH 5/5] MAINTAINERS: rectify entries for dt-bindings

2021-03-15 Thread Lukas Bulwahn
;dt-bindings:iio:proximity:st,vl53l0x yaml conversion"): proximity/vl53l0x.txt -> proximity/st,vl53l0x.yaml All these txt files above are referenced in MAINTAINERS. Adjust the sections with references to converted dt-bindings yaml files. As .../dac/adi,ad5758.yaml is already covered by .../*/a

[PATCH 3/5] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER

2021-03-15 Thread Lukas Bulwahn
just drop this file reference in HIKEY960 ONBOARD USB GPIO HUB DRIVER. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 89404ca760b9..66c756c68bfd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8085,7 +8085,6 @@ M:

[PATCH 4/5] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER

2021-03-15 Thread Lukas Bulwahn
from the same patch series however adds the file intel,keembay-display.yaml in that directory instead. So, refer to intel,keembay-display.yaml in the INTEL KEEM BAY DRM DRIVER section instead. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH 1/5] MAINTAINERS: rectify some references automatically

2021-03-15 Thread Lukas Bulwahn
Some references in MAINTAINERS can be automatically rectified with ./scripts/documentation-file-ref-check --fix. Adjust those file entries with this script. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff

[PATCH 2/5] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE

2021-03-15 Thread Lukas Bulwahn
t;) originating from the same patch series however adds the file toshiba,visconti-pinctrl.yaml in that directory instead. So, refer to toshiba,visconti-pinctrl.yaml in the ARM/TOSHIBA VISCONTI ARCHITECTURE section instead. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 2 +- 1 file changed, 1 inse

[PATCH 0/5] Rectify file references for dt-bindings in MAINTAINERS

2021-03-15 Thread Lukas Bulwahn
on next-20210315. Could you pick this series for your devicetree bindings tree? No functional change, just cleaning up MAINTAINERS. Lukas Link: https://lore.kernel.org/lkml/20210208071619.3234-1-lukas.bulw...@gmail.com/ Lukas Bulwahn (5): MAINTAINERS: rectify some references automatically

Re: [PATCH 00/10] rsi: fix comment syntax in file headers

2021-03-15 Thread Lukas Bulwahn
On Sun, Mar 14, 2021 at 9:18 PM Aditya Srivastava wrote: > > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > There are files in drivers/net/wireless/rsi which follow this syntax in > their file headers, i.e. start with '/**' like comments, which

Re: [RFC] scripts: kernel-doc: avoid warnings due to initial commented lines in file

2021-03-11 Thread Lukas Bulwahn
On Thu, Mar 11, 2021 at 10:04 PM Aditya wrote: > > On 10/3/21 11:49 am, Lukas Bulwahn wrote: > > On Tue, Mar 9, 2021 at 10:24 PM Aditya wrote: > >> > >> On 9/3/21 7:00 pm, Markus Heiser wrote: > >>> > >>> Am 09.03.21 um 13:53 schrieb Aditya

Re: [RFC] scripts: kernel-doc: avoid warnings due to initial commented lines in file

2021-03-09 Thread Lukas Bulwahn
On Tue, Mar 9, 2021 at 10:24 PM Aditya wrote: > > On 9/3/21 7:00 pm, Markus Heiser wrote: > > > > Am 09.03.21 um 13:53 schrieb Aditya Srivastava: > >> Starting commented lines in a file mostly contains comments describing > >> license, copyright or general information about the file. > >> > >>

Re: [RFC] scripts: kernel-doc: fix attribute capture in function parsing

2021-03-05 Thread Lukas Bulwahn
On Fri, Mar 5, 2021 at 8:38 PM Aditya wrote: > > On 6/3/21 12:13 am, Matthew Wilcox wrote: > > On Fri, Mar 05, 2021 at 11:50:00PM +0530, Aditya Srivastava wrote: > >> Provide a simple fix by adding "__attribute_const__" in the corresponding > >> regex expression. > >> > >> A quick evaluation by

Re: [RFC v3] scripts: kernel-doc: fix typedef support for struct/union parsing

2021-03-05 Thread Lukas Bulwahn
On Sat, Mar 6, 2021 at 5:35 AM Matthew Wilcox wrote: > > On Thu, Feb 25, 2021 at 08:20:33PM +0530, Aditya Srivastava wrote: > > +++ b/scripts/kernel-doc > > @@ -1201,12 +1201,23 @@ sub dump_union($$) { > > sub dump_struct($$) { > > my $x = shift; > > my $file = shift; > > +my

Re: linux kernel bug???

2021-02-28 Thread Lukas Bulwahn
Hi, On Mon, Mar 1, 2021 at 7:58 AM wrote: > > This is the first time for me to report something, so maybe the format is not > right. Please correct me if I'm wrong. Thank you ~ > When using Syzkaller to fuzz Linux kernel 5.11.0, it reported one > null-ptr-def bug in file.c. The information is

Re: [PATCH v2] media: add a subsystem profile documentation

2021-02-27 Thread Lukas Bulwahn
On Thu, Feb 25, 2021 at 2:41 PM Mauro Carvalho Chehab wrote: > > Document the basic policies of the media subsystem profile. > > Signed-off-by: Mauro Carvalho Chehab > --- > > v2: fix the Documentation/*/media directories > > > Documentation/driver-api/media/index.rst | 2 + >

Re: [PATCH 2/5] MAINTAINERS: remove linux-mips.org references

2021-02-26 Thread Lukas Bulwahn
On Tue, Feb 23, 2021 at 10:48 AM Philippe Mathieu-Daudé wrote: > > On Mon, Feb 22, 2021 at 5:22 PM Lukas Bulwahn wrote: > > > > The domain lookup for linux-mips.org fails for quite some time now. Hence, > > webpages, the patchwork instance and Ralf Baechle's email th

[PATCH for Dwaipayan] MAINTAINERS: clarify responsibility for checkpatch documentation

2021-02-25 Thread Lukas Bulwahn
to the counterpart. Link: https://lore.kernel.org/lkml/bcee822d1934772f47702ee257bc735c8f467088.ca...@perches.com/ Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210226 Dwaipayan, you probably want to add this patch to your patch series for checkpatch documentation. Feel free to add your

Re: [PATCH v7 0/2] checkpatch: add verbose mode

2021-02-25 Thread Lukas Bulwahn
On Thu, Feb 25, 2021 at 7:08 PM Dwaipayan Ray wrote: > > On Thu, Feb 25, 2021 at 11:03 PM Joe Perches wrote: > > > > On Mon, 2021-02-22 at 13:22 +0530, Dwaipayan Ray wrote: > > > Add a new verbose mode to checkpatch. The verbose test > > > descriptions are read from the checkpatch documentation

Re: [RFC v2] scripts: kernel-doc: fix typedef support for struct/union parsing

2021-02-25 Thread Lukas Bulwahn
e struct or union! < include/linux/zstd.h:181: error: Cannot parse struct or union! 18857d18853 < include/linux/zstd.h:936: error: Cannot parse struct or union! So, again: Tested-by: Lukas Bulwahn Aditya, can you please pick up my rephrasing and send out a v3. Lukas

Re: [PATCH 0/5] Remove dead linux-mips.org references

2021-02-22 Thread Lukas Bulwahn
On Mon, Feb 22, 2021 at 6:47 PM Maciej W. Rozycki wrote: > > On Mon, 22 Feb 2021, Lukas Bulwahn wrote: > > > The domain lookup for linux-mips.org fails for quite some time now. > > Hence, webpages, the patchwork instance and Ralf Baechle's email there is > > not rea

Re: [RFC] scripts: kernel-doc: fix typedef support for struct parsing

2021-02-22 Thread Lukas Bulwahn
On Mon, Feb 22, 2021 at 5:03 PM Aditya Srivastava wrote: > > There are files in kernel, which use 'typedef struct' syntax for defining stylistic: s/in kernel/in the kernel tree/ s/defining struct/defining some struct/ > struct. For eg, include/linux/zstd.h, drivers/scsi/megaraid/mega_common.h, >

[PATCH 5/5] MIPS: SGI-IP27: fix spelling in Copyright

2021-02-22 Thread Lukas Bulwahn
This is a Copyright line, and just a typo slipped through. Signed-off-by: Lukas Bulwahn --- arch/mips/sgi-ip27/ip27-timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index 79c434fece52..444b5e0e935f

[PATCH 3/5] arch: mips: update references to current linux-mips list

2021-02-22 Thread Lukas Bulwahn
The linux-mips mailing list now lives at kernel.org. Update all references in the kernel tree. Signed-off-by: Lukas Bulwahn --- arch/mips/kernel/r4k-bugs64.c | 2 +- arch/mips/lib/iomap-pci.c | 2 +- arch/mips/sgi-ip32/ip32-irq.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions

[PATCH 2/5] MAINTAINERS: remove linux-mips.org references

2021-02-22 Thread Lukas Bulwahn
instead. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e949e561867d..703a50183301 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4980,7 +4980,6 @@ DECSTATION PLATFORM SUPPORT M: "Mac

[PATCH 4/5] arch: mips: remove dead references

2021-02-22 Thread Lukas Bulwahn
references. Signed-off-by: Lukas Bulwahn --- arch/mips/Kconfig | 8 +--- arch/mips/jazz/Kconfig| 12 +++- tools/include/nolibc/nolibc.h | 3 +-- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d89efba3d8a4

[PATCH 1/5] MAINTAINERS: mark sections from Ralf Baechle orphan

2021-02-22 Thread Lukas Bulwahn
, and give others a chance to claim maintainership if these sections are still of interest. Signed-off-by: Lukas Bulwahn --- MAINTAINERS | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7924907cd7cc..e949e561867d 100644

[PATCH 0/5] Remove dead linux-mips.org references

2021-02-22 Thread Lukas Bulwahn
. Decision: Keep as is; anyone that wants to follow up on this will probably understand that the reference is outdated anyway. Please comment on these clean-up patches on this administrative topic. Patch set applies cleanly on next-20210222. Thanks, Lukas Lukas Bulwahn (5): MAINTAIN

Re: [RFC] scripts: kernel-doc: fix array element capture in pointer-to-func parsing

2021-02-19 Thread Lukas Bulwahn
96. < Use of uninitialized value $param in concatenation (.) or string at ./scripts/kernel-doc line 1655, line 96. < kernel/gcov/gcc_4_7.c:96: warning: Function parameter or member '' not described in 'gcov_info' < Use of uninitialized value $param in hash element at ./scripts/kernel-doc

[PATCH RESEND] MAINTAINERS: replace non-matching patterns for loongson{2,3}

2021-02-10 Thread Lukas Bulwahn
*loongson3* warning: no file matchesF:drivers/*/*loongson3* As in the last two and half years, no further files and drivers have showed up to match those patterns, just name the one file that matches explicitly and delete the others without a match. Signed-off-by: Lukas Bulwahn --- appli

[PATCH] MAINTAINERS: replace non-matching patterns for loongson{2,3}

2021-02-10 Thread Lukas Bulwahn
*loongson3* warning: no file matchesF:drivers/*/*loongson3* As in the last two and half years, no further files and drivers have showed up to match those patterns, just name the one file that matches explicitly and delete the others without a match. Signed-off-by: Lukas Bulwahn --- appli

[PATCH] MAINTAINERS: rectify BROADCOM PMB (POWER MANAGEMENT BUS) DRIVER

2021-02-07 Thread Lukas Bulwahn
-self-test=patterns complains: warning: no file matches F:drivers/soc/bcm/bcm-pmb.c Point the file entry to the right location. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210205 Rafal, please ack. Florian, please pick this minor fixup patch for soc next tree. MAINT

[PATCH] MAINTAINERS: repair file pattern in MEDIATEK IOMMU DRIVER

2021-02-07 Thread Lukas Bulwahn
drivers/iommu/mtk-iommu* Repair this minor typo in the file pattern. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210205 Yong, please ack. Will, please pick this minor fixup for your iommu-next tree. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] net/mlx5: docs: correct section reference in table of contents

2021-02-05 Thread Lukas Bulwahn
5 port function". Correct the section reference in table of contents to the actual name of section in the documentation. Also, tune another section underline while visiting this document. Signed-off-by: Lukas Bulwahn --- Saeed, please pick this patch for your -next tree on top

Re: Small student project idea on appropriate integration trees in MAINTAINERS

2021-02-04 Thread Lukas Bulwahn
On Fri, Jan 29, 2021 at 12:54 AM Jonathan Corbet wrote: > > On Fri, 22 Jan 2021 09:22:24 +0100 > Lukas Bulwahn wrote: > > > In this project, we can make use of: > > > > - gitdm [git://git.lwn.net/gitdm.git]: gitdm includes some scripts to > > parse MAINTAI

[PATCH 1/5] fs: turn some comments into kernel-doc

2021-02-04 Thread Lukas Bulwahn
: ./scripts/kernel-doc -none include/linux/fs.h currently reports no issues in this file. Signed-off-by: Lukas Bulwahn --- include/linux/fs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 3482146b11b0..04b6b142dfcf 100644

[PATCH 5/5] fs: update kernel-doc for new mnt_userns argument

2021-02-04 Thread Lukas Bulwahn
s_removexattr_locked' Copy the existing kernel-doc description for that new argument from __vfs_setxattr_noperm() to the other functions as well. Signed-off-by: Lukas Bulwahn --- fs/libfs.c | 1 + fs/xattr.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/fs/libfs.c b/fs/libfs.

[PATCH 0/5] kernel-doc fixes to latest fs changes

2021-02-04 Thread Lukas Bulwahn
this patchset was motivated by new warnings with make htmldocs appearing on linux-next in the last week. Please apply this on top of your latest work in fs on top of the mount user namespace refactoring, cf. the commits referred in the individual commit messages. Lukas Bulwahn (5): fs: turn

[PATCH 3/5] fs: update kernel-doc for may_create_in_sticky()

2021-02-04 Thread Lukas Bulwahn
parameter 'dir_mode' description in 'may_create_in_sticky' warning: Excess function parameter 'dir_uid' description in 'may_create_in_sticky' Drop removed arguments from kernel-doc of may_create_in_sticky(). Signed-off-by: Lukas Bulwahn --- fs/namei.c | 2 -- 1 file changed, 2 deletions(-)

[PATCH 4/5] fs: update kernel-doc for vfs_tmpfile()

2021-02-04 Thread Lukas Bulwahn
ng: Excess function parameter 'open_flags' description in 'vfs_tmpfile' Fix this typo in kernel-doc of vfs_tmpfile(). Signed-off-by: Lukas Bulwahn --- fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index 64a841dfbb3e..9f7d260ffb4b 100644 --- a/

[PATCH 2/5] fs: update kernel-doc for vfs_rename()

2021-02-04 Thread Lukas Bulwahn
scriptions checkable against the actual implementation. Signed-off-by: Lukas Bulwahn --- fs/namei.c | 9 + include/linux/fs.h | 11 +++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index f131d3efec63..98ea56ebcaf0 100644 --- a/

[PATCH] fscache: rectify minor kernel-doc issues

2021-02-03 Thread Lukas Bulwahn
The command './scripts/kernel-doc -none include/linux/fscache.h' reports some minor mismatches of the kernel-doc and function signature, which are easily resolved. Rectify the kernel-doc, such that no issues remain for fscache.h. Signed-off-by: Lukas Bulwahn --- applies cleanly on current

Re: [Linux-kernel-mentees] Patches from the future - can checkpatch help?

2021-02-01 Thread Lukas Bulwahn
On Mon, Feb 1, 2021 at 5:37 PM Greg KH wrote: > > On Mon, Feb 01, 2021 at 10:04:01PM +0530, Dwaipayan Ray wrote: > > Hi, > > on linux-next, > > $ git log --pretty=format:"%h%x09%ad" | awk '$6>2021 {print $1}' > > gives: > > 4a2d78822fdf > > 12ca45fea91c > > 09f2724a786f > > > > These are patches

[PATCH for -next] docs: hwmon: rectify table in max16601.rst

2021-01-30 Thread Lukas Bulwahn
Malformed table. Adjust the column length of that table for this longer row to fit. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210129 Guenter, please pick this minor fixup for your hwmon-next tree. Documentation/hwmon/max16601.rst | 143 +++ 1 file c

[PATCH for -next] docs: drop removed pti_intel_mid from driver-api index

2021-01-30 Thread Lukas Bulwahn
g document 'driver-api/pti_intel_mid' Remove pti_intel_mid from driver-api index. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210129 Greg, please pick this minor fixup on top of the commit above. Documentation/driver-api/index.rst | 1 - 1 file changed, 1 deletion(-)

[PATCH] MAINTAINERS: adjust to gdth scsi driver removal

2021-01-28 Thread Lukas Bulwahn
emoved now. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210128 Hannes, Martin, please pick this minor fix-up on your scsi-next tree. MAINTAINERS | 7 --- 1 file changed, 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index dfb1f1af32bb..5e1fec71f21b 100644 --- a/MAINTAI

[PATCH] block: drop removed argument from kernel-doc of blk_execute_rq()

2021-01-28 Thread Lukas Bulwahn
_rq' Drop removed argument from kernel-doc of blk_execute_rq() as well. Signed-off-by: Lukas Bulwahn --- Jens, please pick this minor fix on your block-next tree. block/blk-exec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/block/blk-exec.c b/block/blk-exec.c index 0ab873f10133..beae70a0e

[PATCH] block: remove typo in kernel-doc of set_disk_ro()

2021-01-28 Thread Lukas Bulwahn
warning: Excess function parameter 'ready_only' description in 'set_disk_ro' Remove that typo in the kernel-doc for set_disk_ro(). Signed-off-by: Lukas Bulwahn --- Jens, please pick this minor fix on your block-next tree. block/genhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] platform/x86: thinkpad_acpi: rectify length of title underline

2021-01-28 Thread Lukas Bulwahn
WARNING: Title underline too short. Rectify length of subsection title underline. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210128 Nitin, please ack. Hans, please pick this minor fixup for your platform/x86 -next tree. Documentation/admin-guide/laptops/thinkpad-acpi.rst

Re: [PATCH v4] power: suspend: Move dpm_watchdog to suspend.c and enhance it

2021-01-27 Thread Lukas Bulwahn
> diff --git a/MAINTAINERS b/MAINTAINERS > index 867157311dc8..ecd988b4a838 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7788,6 +7788,8 @@ F:include/linux/freezer.h > F: include/linux/pm.h > F: include/linux/suspend.h > F: kernel/power/ > +F:

Re: [PATCH] MAINTAINERS/.mailmap: Use my @kernel.org address

2021-01-26 Thread Lukas Bulwahn
On Tue, Jan 26, 2021 at 10:27 PM Nathan Chancellor wrote: > > Use my @kernel.org for all points of contact so that I am always > accessible. > > Signed-off-by: Nathan Chancellor Congrats, Nathan. You deserve it for all the warning fixes, reports, maintenance, CI, reviews and much more stuff you

[PATCH] kgdb: rectify kernel-doc for kgdb_unregister_io_module()

2021-01-25 Thread Lukas Bulwahn
The command 'find ./kernel/debug/ | xargs ./scripts/kernel-doc -none' reported a typo in the kernel-doc of kgdb_unregister_io_module(). Rectify the kernel-doc, such that no issues remain for ./kernel/debug/. Signed-off-by: Lukas Bulwahn --- applies cleanly on v5.11-rc5 and next-20210122 Jason

[PATCH] printk: rectify kernel-doc for prb_rec_init_wr()

2021-01-25 Thread Lukas Bulwahn
The command 'find ./kernel/printk/ | xargs ./scripts/kernel-doc -none' reported a mismatch with the kernel-doc of prb_rec_init_wr(). Rectify the kernel-doc, such that no issues remain for ./kernel/printk/. Signed-off-by: Lukas Bulwahn --- applies cleanly on v5.11-rc5 and next-20210122 John

[PATCH] watch_queue: rectify kernel-doc for init_watch()

2021-01-25 Thread Lukas Bulwahn
The command './scripts/kernel-doc -none kernel/watch_queue.c' reported a mismatch in the kernel-doc of init_watch(). Rectify the kernel-doc, such that no issues remain for watch_queue.c. Signed-off-by: Lukas Bulwahn --- applies cleanly on v5.11-rc5 and next-20210122 David, please pick

[PATCH] rcu-tasks: rectify kernel-doc for struct rcu_tasks

2021-01-24 Thread Lukas Bulwahn
The command 'find ./kernel/rcu/ | xargs ./scripts/kernel-doc -none' reported an issue with the kernel-doc of struct rcu_tasks. Rectify the kernel-doc, such that no issues remain for ./kernel/rcu/. Signed-off-by: Lukas Bulwahn --- applies cleanly on v5.11-rc5 and next-20210122 Paul, please pick

[PATCH for device-mapper/for-next] dm integrity: follow ReST formatting

2021-01-22 Thread Lukas Bulwahn
ne; \ unexpected unindent. Make dm-integrity.rst follow ReST formatting. Signed-off-by: Lukas Bulwahn --- Mike, please pick this quick documentation fix in your for-next branch. Documentation/admin-guide/device-mapper/dm-integrity.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Docum

Small student project idea on appropriate integration trees in MAINTAINERS

2021-01-22 Thread Lukas Bulwahn
Dear all, here is a small student project idea: In previous work on MAINTAINERS and process conformance, Pia Eichinger [1] has investigated: are patches integrated by the maintainers defined by the responsibilities in MAINTAINERS? In this project, we are interested in a related (possibly

Re: "possible deadlock in console_lock_spinning_enable" and "possible deadlock in console_unlock" should be duplicate crash behaviors

2021-01-21 Thread Lukas Bulwahn
On Fri, Jan 22, 2021 at 6:47 AM 慕冬亮 wrote: > > On Thu, Jan 21, 2021 at 8:49 PM Lukas Bulwahn wrote: > > > > On Thu, Jan 21, 2021 at 6:37 AM 慕冬亮 wrote: > > > > > > Dear kernel developers, > > > > > > I found that on the syzbot dashboard, “p

Re: [PATCH] MAINTAINERS: adjust to clang-version.sh removal

2021-01-21 Thread Lukas Bulwahn
On Thu, Jan 21, 2021 at 5:16 PM Nathan Chancellor wrote: > > On Thu, Jan 21, 2021 at 05:01:15PM +0100, Lukas Bulwahn wrote: > > Commit 6c8ad4427f6e ("kbuild: check the minimum compiler version in > > Kconfig") removed ./scripts/clang-version.sh and moved its content to

Re: [PATCH] MAINTAINERS: adjust to clang-version.sh removal

2021-01-21 Thread Lukas Bulwahn
On Thu, Jan 21, 2021 at 5:16 PM Sedat Dilek wrote: > > On Thu, Jan 21, 2021 at 5:01 PM Lukas Bulwahn wrote: > > > > Commit 6c8ad4427f6e ("kbuild: check the minimum compiler version in > > Kconfig") removed ./scripts/clang-version.sh and moved its cont

[PATCH] MAINTAINERS: adjust to clang-version.sh removal

2021-01-21 Thread Lukas Bulwahn
version.sh The CLANG/LLVM BUILD SUPPORT section in MAINTAINERS intends to track changes in ./scripts/clang-version.sh; as the file is removed, track changes in ./scripts/cc-version.sh instead now. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210121 Masahiro-san, please pick this qu

Re: "possible deadlock in console_lock_spinning_enable" and "possible deadlock in console_unlock" should be duplicate crash behaviors

2021-01-21 Thread Lukas Bulwahn
On Thu, Jan 21, 2021 at 6:37 AM 慕冬亮 wrote: > > Dear kernel developers, > > I found that on the syzbot dashboard, “possible deadlock in > console_lock_spinning_enable”[1] and "possible deadlock in > console_unlock"[2] should share the same root cause. > > The reasons for the above statement: > 1)

Re: [PATCH bpf-next v3 2/2] docs: bpf: Clarify -mcpu=v3 requirement for atomic ops

2021-01-20 Thread Lukas Bulwahn
On Wed, Jan 20, 2021 at 2:39 PM Brendan Jackman wrote: > > Alexei pointed out [1] that this wording is pretty confusing. Here's > an attempt to be more explicit and clear. > > [1] >

[PATCH] arch/Kconfig: update a broken file reference

2021-01-19 Thread Lukas Bulwahn
HAVE_64BIT_ALIGNED_ACCESS"") Signed-off-by: Lukas Bulwahn --- applies cleanly on current master and next-20210118 Steven, could you pick this fix to your commit or, at least, ack it so that Jonathan can pick it? arch/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

Re: [PATCH bpf-next v2 1/2] docs: bpf: Fixup atomics markup

2021-01-18 Thread Lukas Bulwahn
ggest dropping this comment above starting from NB and the link; it is not relevant for the history. You can of course move it below the "---"; so it is not picked up into the git history. Other than that: Reviewed-by: Lukas Bulwahn > Signed-off-by: Brendan Jackman >

[PATCH for bpf-next] docs: bpf: add minimal markup to address doc warning

2021-01-18 Thread Lukas Bulwahn
Add some minimal markup to address this warning. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210118 Brendan, please ack. Alexei, please pick this minor cleanup patch on your bpf-next. Documentation/networking/filter.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH 00/10] Fix documentation warnings at linux-next

2021-01-15 Thread Lukas Bulwahn
On Fri, Jan 15, 2021 at 10:49 AM Mauro Carvalho Chehab wrote: > > Hi Lukas, > > Em Fri, 15 Jan 2021 07:12:38 +0100 > Lukas Bulwahn escreveu: > > > [reduced the recipient list to the main responsible ones and list] > > > > Hi Mauro, hi Jonathan, > > >

[PATCH] fs: anon_inodes: rephrase to appropriate kernel-doc

2021-01-15 Thread Lukas Bulwahn
Commit e7e832ce6fa7 ("fs: add LSM-supporting anon-inode interface") adds more kerneldoc description, but also a few new warnings on anon_inode_getfd_secure() due to missing parameter descriptions. Rephrase to appropriate kernel-doc for anon_inode_getfd_secure(). Signed-off-by: Luk

[PATCH] drm/dp_helper: tweak kerneldoc to address warning

2021-01-15 Thread Lukas Bulwahn
warning: Function parameter or member 'color_spc' not described Tweak the kerneldoc for drm_dp_downstream_rgb_to_ycbcr_conversion(). Fixes: 07c9b8634fb6 ("drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion") Signed-off-by: Lukas Bulwahn --- applies cleanly on next-2021011

Related work to MAINTAINERS truth and fiction

2021-01-14 Thread Lukas Bulwahn
Hi Jonathan, thanks for your interesting article, MAINTAINERS truth and fiction, https://lwn.net/Articles/842415/. Just some pointers to related work: Pia Eichinger has done some related analysis and work in this area as part of her bachelor's thesis on Maintainers Expectations vs. Maintainers

Re: [PATCH 00/10] Fix documentation warnings at linux-next

2021-01-14 Thread Lukas Bulwahn
[reduced the recipient list to the main responsible ones and list] Hi Mauro, hi Jonathan, We both, Mauro and I, have been submitting patches to address the documentation warnings on linux-next. If it is okay with you, Mauro, I would like to take responsibility for the task to send out the

[PATCH for doc-next] doc/zh_CN: mips: use doc references instead

2021-01-12 Thread Lukas Bulwahn
-by: Lukas Bulwahn --- applies cleanly on next-20210113 Yanteng, please ack. Jonathan, please pick this doc warning fixup on your -next tree. Documentation/translations/zh_CN/mips/booting.rst | 2 +- Documentation/translations/zh_CN/mips/features.rst| 2 +- Documentation/translations/zh_CN

[PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst

2021-01-12 Thread Lukas Bulwahn
is warning. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210113 Yanteng, please ack. Jonathan, please pick this doc warning fixup on your -next tree. Documentation/translations/zh_CN/mips/ingenic-tcu.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc

[PATCH -next] f2fs: docs: rectify the table header in sysfs-fs-f2fs

2021-01-11 Thread Lukas Bulwahn
2: WARNING: Malformed table. Rectify the table header. Signed-off-by: Lukas Bulwahn --- applies cleanly on next-20210112 Documentation/ABI/testing/sysfs-fs-f2fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testin

Re: [PATCH -next] fpga: dfl-pci: rectify ReST formatting

2021-01-11 Thread Lukas Bulwahn
On Mon, Jan 11, 2021 at 4:55 PM Moritz Fischer wrote: > > Hi Lukas, > > On Mon, Jan 11, 2021 at 12:21:13PM +0100, Lukas Bulwahn wrote: > > Commit fa41d10589be ("fpga: dfl-pci: locate DFLs by PCIe vendor specific > > capability") provides documentation to the FP

Re: [PATCH -next] fpga: dfl-pci: rectify ReST formatting

2021-01-11 Thread Lukas Bulwahn
On Mon, Jan 11, 2021 at 4:52 PM Greg Kroah-Hartman wrote: > > On Mon, Jan 11, 2021 at 12:21:13PM +0100, Lukas Bulwahn wrote: > > Commit fa41d10589be ("fpga: dfl-pci: locate DFLs by PCIe vendor specific > > capability") provides documentation to the FPGA Device Feat

  1   2   3   4   5   >