All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] assorted v5.x related fixups
@ 2021-03-27 10:19 Philippe Gerum
  2021-03-27 10:19 ` [PATCH v2 1/7] cobalt/memory: fix __vmalloc() calls Philippe Gerum
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Philippe Gerum @ 2021-03-27 10:19 UTC (permalink / raw)
  To: xenomai

From: Philippe Gerum <rpm@xenomai.org>

More wrappers and other changes required to build for the kernel v5.x
series.

Philippe Gerum (7):
  cobalt/memory: fix __vmalloc() calls
  cobalt/debug: switch to mmap_lock interface
  cobalt/kernel: convert to proc_ops
  cobalt/debug: prefer dump_stack() to show_stack()
  drivers/net: wrap csum_partial_copy_nocheck()
  drivers/net: icmp: remove variable-length array
  drivers/net: cfg: fix config file load up

 kernel/cobalt/debug.c                         |  6 +-
 kernel/cobalt/heap.c                          |  3 +-
 .../include/asm-generic/xenomai/wrappers.h    | 59 +++++++++++++++
 kernel/cobalt/posix/memory.c                  |  7 +-
 kernel/cobalt/vfile.c                         | 26 +++----
 kernel/drivers/analogy/device.c               | 12 +--
 kernel/drivers/can/mscan/rtcan_mscan_proc.c   | 12 +--
 kernel/drivers/can/rtcan_module.c             | 66 ++++++++---------
 .../drivers/can/sja1000/rtcan_sja1000_proc.c  | 12 +--
 kernel/drivers/net/stack/ipv4/icmp.c          | 34 ++++++---
 kernel/drivers/net/stack/rtcfg/rtcfg_ioctl.c  | 74 +++++++++----------
 kernel/drivers/net/stack/rtskb.c              |  3 +-
 12 files changed, 189 insertions(+), 125 deletions(-)

-- 
2.29.2



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-05-05  5:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-27 10:19 [PATCH v2 0/7] assorted v5.x related fixups Philippe Gerum
2021-03-27 10:19 ` [PATCH v2 1/7] cobalt/memory: fix __vmalloc() calls Philippe Gerum
2021-03-27 10:19 ` [PATCH v2 2/7] cobalt/debug: switch to mmap_lock interface Philippe Gerum
2021-03-27 10:19 ` [PATCH v2 3/7] cobalt/kernel: convert to proc_ops Philippe Gerum
2021-04-07  9:52   ` Jan Kiszka
2021-04-07 10:17     ` Philippe Gerum
2021-04-07 10:37       ` Jan Kiszka
2021-04-07 11:03         ` Philippe Gerum
2021-03-27 10:19 ` [PATCH v2 4/7] cobalt/debug: prefer dump_stack() to show_stack() Philippe Gerum
2021-03-27 10:19 ` [PATCH v2 5/7] drivers/net: wrap csum_partial_copy_nocheck() Philippe Gerum
2021-04-07 10:06   ` Jan Kiszka
2021-04-15  7:21     ` Philippe Gerum
2021-04-15  7:35       ` Jan Kiszka
2021-04-15  7:54         ` Philippe Gerum
2021-04-15  8:10           ` Jan Kiszka
2021-04-16 16:48             ` Philippe Gerum
2021-04-16 17:12               ` Jan Kiszka
2021-04-18  9:18                 ` Philippe Gerum
2021-04-18 15:50                   ` Philippe Gerum
2021-05-04 14:48                     ` Philippe Gerum
2021-05-05  5:43                       ` Jan Kiszka
2021-03-27 10:19 ` [PATCH v2 6/7] drivers/net: icmp: remove variable-length array Philippe Gerum
2021-04-07 10:24   ` Jan Kiszka
2021-03-27 10:19 ` [PATCH v2 7/7] drivers/net: cfg: fix config file load up Philippe Gerum
2021-04-07 10:35   ` Jan Kiszka
2021-05-04 17:18     ` Philippe Gerum
2021-04-07 10:39 ` [PATCH v2 0/7] assorted v5.x related fixups Jan Kiszka

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.