All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: "Benjamin Stürz" <benni@stuerz.xyz>
Cc: Kalle Valo <kvalo@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	linux-ia64@vger.kernel.org, linux-acpi@vger.kernel.org,
	devel@acpica.org, linux-atm-general@lists.sourceforge.net,
	netdev@vger.kernel.org, linux-edac@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-input@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-media@vger.kernel.org, wcn36xx@lists.infradead.org,
	linux-wireless@vger.kernel.org, linux-pci@vger.kernel.org
Subject: Re: [PATCH 00/22] Replace comments with C99 initializers
Date: Mon, 28 Mar 2022 13:20:14 -0700	[thread overview]
Message-ID: <20220328132014.6b8c0a21@kernel.org> (raw)
In-Reply-To: <cc104272-d79a-41e1-f4de-cb78fb073991@stuerz.xyz>

On Mon, 28 Mar 2022 13:51:42 +0200 Benjamin Stürz wrote:
> > Just a small tip: If you are new, start with something small and learn
> > from that. Don't do a controversial big patchset spanning multiple
> > subsystems, that's the hard way to learn things. First submit one patch
> > at a time to one subsystem and gain understanding of the process that
> > way.
> 
> I actually thought this would be such simple thing. Do you know of any
> good thing where to start? I already looked into drivers/staging/*/TODO
> and didn't found something for me personally.

FWIW on the netdev side there's work coming to convert a set of features
from unsigned long to a BITMAP which will require converting a lot of
drivers to an explicit helpers from direct access.

https://lore.kernel.org/all/20220324154932.17557-14-shenjian15@huawei.com/

If it seems interesting enough you can try reaching out to Jian Shen.

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: "Benjamin Stürz" <benni@stuerz.xyz>
Cc: Kalle Valo <kvalo@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	linux-ia64@vger.kernel.org, linux-acpi@vger.kernel.org,
	devel@acpica.org, linux-atm-general@lists.sourceforge.net,
	netdev@vger.kernel.org, linux-edac@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-input@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-media@vger.kernel.org, wcn36xx@lists.infradead.org,
	linux-wireless@vger.kernel.org, linux-pci@vger.kernel.org
Subject: Re: [PATCH 00/22] Replace comments with C99 initializers
Date: Mon, 28 Mar 2022 20:20:14 +0000	[thread overview]
Message-ID: <20220328132014.6b8c0a21@kernel.org> (raw)
In-Reply-To: <cc104272-d79a-41e1-f4de-cb78fb073991@stuerz.xyz>

On Mon, 28 Mar 2022 13:51:42 +0200 Benjamin Stürz wrote:
> > Just a small tip: If you are new, start with something small and learn
> > from that. Don't do a controversial big patchset spanning multiple
> > subsystems, that's the hard way to learn things. First submit one patch
> > at a time to one subsystem and gain understanding of the process that
> > way.
> 
> I actually thought this would be such simple thing. Do you know of any
> good thing where to start? I already looked into drivers/staging/*/TODO
> and didn't found something for me personally.

FWIW on the netdev side there's work coming to convert a set of features
from unsigned long to a BITMAP which will require converting a lot of
drivers to an explicit helpers from direct access.

https://lore.kernel.org/all/20220324154932.17557-14-shenjian15@huawei.com/

If it seems interesting enough you can try reaching out to Jian Shen.

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: "Benjamin Stürz" <benni@stuerz.xyz>
Cc: linux-samsung-soc@vger.kernel.org, linux-ia64@vger.kernel.org,
	linux-media@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-rdma@vger.kernel.org, netdev@vger.kernel.org,
	Kalle Valo <kvalo@kernel.org>,
	linux-atm-general@lists.sourceforge.net,
	linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org,
	linux-input@vger.kernel.org, wcn36xx@lists.infradead.org,
	linux-edac@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org, devel@acpica.org
Subject: Re: [PATCH 00/22] Replace comments with C99 initializers
Date: Mon, 28 Mar 2022 13:20:14 -0700	[thread overview]
Message-ID: <20220328132014.6b8c0a21@kernel.org> (raw)
In-Reply-To: <cc104272-d79a-41e1-f4de-cb78fb073991@stuerz.xyz>

On Mon, 28 Mar 2022 13:51:42 +0200 Benjamin Stürz wrote:
> > Just a small tip: If you are new, start with something small and learn
> > from that. Don't do a controversial big patchset spanning multiple
> > subsystems, that's the hard way to learn things. First submit one patch
> > at a time to one subsystem and gain understanding of the process that
> > way.
> 
> I actually thought this would be such simple thing. Do you know of any
> good thing where to start? I already looked into drivers/staging/*/TODO
> and didn't found something for me personally.

FWIW on the netdev side there's work coming to convert a set of features
from unsigned long to a BITMAP which will require converting a lot of
drivers to an explicit helpers from direct access.

https://lore.kernel.org/all/20220324154932.17557-14-shenjian15@huawei.com/

If it seems interesting enough you can try reaching out to Jian Shen.

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: "Benjamin Stürz" <benni@stuerz.xyz>
Cc: Kalle Valo <kvalo@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	linux-ia64@vger.kernel.org, linux-acpi@vger.kernel.org,
	devel@acpica.org, linux-atm-general@lists.sourceforge.net,
	netdev@vger.kernel.org, linux-edac@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-input@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-media@vger.kernel.org, wcn36xx@lists.infradead.org,
	linux-wireless@vger.kernel.org, linux-pci@vger.kernel.org
Subject: Re: [PATCH 00/22] Replace comments with C99 initializers
Date: Mon, 28 Mar 2022 13:20:14 -0700	[thread overview]
Message-ID: <20220328132014.6b8c0a21@kernel.org> (raw)
In-Reply-To: <cc104272-d79a-41e1-f4de-cb78fb073991@stuerz.xyz>

On Mon, 28 Mar 2022 13:51:42 +0200 Benjamin Stürz wrote:
> > Just a small tip: If you are new, start with something small and learn
> > from that. Don't do a controversial big patchset spanning multiple
> > subsystems, that's the hard way to learn things. First submit one patch
> > at a time to one subsystem and gain understanding of the process that
> > way.
> 
> I actually thought this would be such simple thing. Do you know of any
> good thing where to start? I already looked into drivers/staging/*/TODO
> and didn't found something for me personally.

FWIW on the netdev side there's work coming to convert a set of features
from unsigned long to a BITMAP which will require converting a lot of
drivers to an explicit helpers from direct access.

https://lore.kernel.org/all/20220324154932.17557-14-shenjian15@huawei.com/

If it seems interesting enough you can try reaching out to Jian Shen.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-03-28 20:20 UTC|newest]

Thread overview: 177+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-26 16:58 [PATCH 01/22] orion5x: Replace comments with C99 initializers Benjamin Stürz
2022-03-26 16:58 ` Benjamin Stürz
2022-03-26 16:58 ` Benjamin Stürz
2022-03-26 16:58 ` [PATCH 02/22] s3c: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 19:44   ` Joe Perches
2022-03-26 19:44     ` Joe Perches
2022-03-26 19:44     ` Joe Perches
2022-03-28 13:37   ` Daniel Thompson
2022-03-28 13:37     ` Daniel Thompson
2022-03-28 13:37     ` Daniel Thompson
2022-03-26 16:58 ` [PATCH 03/22] ia64: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58 ` [PATCH 04/22] x86: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-28 23:08   ` Thomas Gleixner
2022-03-28 23:08     ` Thomas Gleixner
2022-03-28 23:08     ` Thomas Gleixner
2022-03-26 16:58 ` [PATCH 05/22] acpica: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-27 19:59   ` Andy Shevchenko
2022-03-27 19:59     ` Andy Shevchenko
2022-03-27 19:59     ` Andy Shevchenko
2022-03-31 19:27     ` Moore, Robert
2022-03-31 19:27       ` Moore, Robert
2022-03-31 19:27       ` Moore, Robert
2022-04-01  5:09       ` Christoph Hellwig
2022-04-01  5:09         ` Christoph Hellwig
2022-04-01  5:09         ` Christoph Hellwig
2022-04-01  5:10     ` Christoph Hellwig
2022-04-01  5:10       ` Christoph Hellwig
2022-04-01  5:10       ` Christoph Hellwig
2022-03-26 16:58 ` [PATCH 06/22] idt77252: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58 ` [PATCH 07/22] cm4000: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58 ` [PATCH 08/22] i5100: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58 ` [PATCH 09/22] gpio-winbond: Use " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-27 12:03   ` Linus Walleij
2022-03-27 12:03     ` Linus Walleij
2022-03-27 12:03     ` Linus Walleij
2022-03-29 12:30   ` Bartosz Golaszewski
2022-03-29 12:30     ` Bartosz Golaszewski
2022-03-29 12:30     ` Bartosz Golaszewski
2022-03-26 16:58 ` [PATCH 10/22] hfi1: Replace comments with " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58 ` [PATCH 11/22] rdmavt: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-27  7:04   ` Leon Romanovsky
2022-03-27  7:04     ` Leon Romanovsky
2022-03-27  7:04     ` Leon Romanovsky
2022-03-31 17:41     ` Dennis Dalessandro
2022-03-31 17:41       ` Dennis Dalessandro
2022-03-31 17:41       ` Dennis Dalessandro
2022-03-26 16:58 ` [PATCH 12/22] alps: " Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:58   ` Benjamin Stürz
2022-03-26 16:59 ` [PATCH 13/22] capi: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59 ` [PATCH 14/22] mISDN: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59 ` [PATCH 15/22] macintosh: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59 ` [PATCH 16/22] dvb-usb: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 18:24   ` Mauro Carvalho Chehab
2022-03-26 18:24     ` Mauro Carvalho Chehab
2022-03-26 18:24     ` Mauro Carvalho Chehab
2022-03-26 18:27     ` Mauro Carvalho Chehab
2022-03-26 18:27       ` Mauro Carvalho Chehab
2022-03-26 18:27       ` Mauro Carvalho Chehab
2022-03-26 19:51       ` Joe Perches
2022-03-26 19:51         ` Joe Perches
2022-03-26 19:51         ` Joe Perches
2022-03-26 20:11         ` Larry Finger
2022-03-26 20:11           ` Larry Finger
2022-03-26 20:11           ` Larry Finger
2022-03-26 21:08           ` Mauro Carvalho Chehab
2022-03-26 21:08             ` Mauro Carvalho Chehab
2022-03-26 21:08             ` Mauro Carvalho Chehab
2022-03-28 18:08             ` [PATCH 16/22 v3] " Benjamin Stürz
2022-03-28 20:52               ` Mauro Carvalho Chehab
2022-03-27 13:33   ` [PATCH 16/22 v2] " Benjamin Stürz
2022-03-26 16:59 ` [PATCH 17/22] cxl: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59 ` [PATCH 18/22] smsc: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59 ` [PATCH 19/22] wnc36xx: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-28 16:17   ` Jeff Johnson
2022-03-28 16:17     ` Jeff Johnson
2022-03-28 16:17     ` Jeff Johnson
2022-03-28 18:38     ` [PATCH 19/22 v2] wcn36xx: Improve readability of wcn36xx_caps_name Benjamin Stürz
2022-03-28 20:23       ` Jeff Johnson
2022-03-30  7:05         ` Kalle Valo
2022-03-30  8:19           ` Kalle Valo
2022-03-26 16:59 ` [PATCH 20/22] wireless: Replace comments with C99 initializers Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-28 12:06   ` Kalle Valo
2022-03-28 12:06     ` Kalle Valo
2022-03-28 12:06     ` Kalle Valo
2022-03-28 18:21     ` [PATCH 20/22 v2] ray_cs: " Benjamin Stürz
2022-03-28 19:23       ` Joe Perches
2022-03-28 19:54         ` [PATCH 20/22 v3] ray_cs: Improve card_status[] Benjamin Stürz
2022-04-06 11:31           ` Kalle Valo
2022-03-26 16:59 ` [PATCH 21/22] rtw89: Replace comments with C99 initializers Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 18:55   ` Larry Finger
2022-03-26 18:55     ` Larry Finger
2022-03-26 18:55     ` Larry Finger
2022-03-28  9:28     ` Kalle Valo
2022-03-28  9:28       ` Kalle Valo
2022-03-28  9:28       ` Kalle Valo
2022-03-28 12:21       ` David Laight
2022-03-28 12:21         ` David Laight
2022-03-28 12:21         ` David Laight
2022-03-26 16:59 ` [PATCH 22/22] pci: " Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 16:59   ` Benjamin Stürz
2022-03-26 18:20 ` [PATCH 01/22] orion5x: " Mauro Carvalho Chehab
2022-03-26 18:20   ` Mauro Carvalho Chehab
2022-03-26 18:20   ` Mauro Carvalho Chehab
2022-03-26 19:23 ` Arnd Bergmann
2022-03-26 19:23   ` Arnd Bergmann
2022-03-26 19:23   ` Arnd Bergmann
2022-03-28 13:19   ` Segher Boessenkool
2022-03-28 13:19     ` Segher Boessenkool
2022-03-28 13:19     ` Segher Boessenkool
2022-03-27 12:46 ` [PATCH 00/22] " Benjamin Stürz
2022-03-27 12:46   ` Benjamin Stürz
2022-03-27 12:46   ` Benjamin Stürz
2022-03-28  9:33   ` Kalle Valo
2022-03-28  9:33     ` Kalle Valo
2022-03-28  9:33     ` Kalle Valo
2022-03-28 11:51     ` Benjamin Stürz
2022-03-28 11:51       ` Benjamin Stürz
2022-03-28 11:51       ` Benjamin Stürz
2022-03-28 11:51       ` Benjamin Stürz
2022-03-28 12:31       ` Kalle Valo
2022-03-28 12:31         ` Kalle Valo
2022-03-28 12:31         ` Kalle Valo
2022-03-28 12:31         ` Kalle Valo
2022-03-28 20:20       ` Jakub Kicinski [this message]
2022-03-28 20:20         ` Jakub Kicinski
2022-03-28 20:20         ` Jakub Kicinski
2022-03-28 20:20         ` Jakub Kicinski
2022-03-28 13:47   ` Daniel Thompson
2022-03-28 13:47     ` Daniel Thompson
2022-03-28 13:47     ` Daniel Thompson
2022-03-28 13:17 ` [PATCH 01/22] orion5x: " Daniel Thompson
2022-03-28 13:17   ` Daniel Thompson
2022-03-28 13:17   ` Daniel Thompson
  -- strict thread matches above, loose matches on Subject: below --
2022-03-28 12:33 [Devel] Re: [PATCH 05/22] acpica: " Rafael J. Wysocki
2022-03-28 12:33 ` Rafael J. Wysocki
2022-03-28 12:33 ` Rafael J. Wysocki
2022-03-28 12:33 ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220328132014.6b8c0a21@kernel.org \
    --to=kuba@kernel.org \
    --cc=benni@stuerz.xyz \
    --cc=devel@acpica.org \
    --cc=kvalo@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-atm-general@lists.sourceforge.net \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=wcn36xx@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.