All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] linux: use stat instead of udevadm for partition lookup + cleanup
@ 2021-07-08 15:55 Petr Vorel
  2021-07-08 15:55 ` [PATCH 1/2] osdep: Introduce major.h and use it Petr Vorel
  2021-07-08 15:55 ` [PATCH 2/2] grub2: use stat instead of udevadm for partition lookup Petr Vorel
  0 siblings, 2 replies; 18+ messages in thread
From: Petr Vorel @ 2021-07-08 15:55 UTC (permalink / raw)
  To: grub-devel
  Cc: Petr Vorel, Daniel Kiper, Michael Chang, Mike Gilbert, Jeff Mahoney

Hi,

I'm backporting Jeff's patch from openSUSE + adding little cleanup.

Kind regards,
Petr

Jeff Mahoney (1):
  grub2: use stat instead of udevadm for partition lookup

Petr Vorel (1):
  osdep: Introduce major.h and use it

 grub-core/osdep/devmapper/getroot.c  |  7 +------
 grub-core/osdep/devmapper/hostdisk.c |  7 +------
 grub-core/osdep/linux/getroot.c      |  7 +------
 grub-core/osdep/linux/hostdisk.c     |  8 ++++++++
 grub-core/osdep/unix/getroot.c       |  7 +------
 include/grub/osdep/major.h           | 30 ++++++++++++++++++++++++++++
 6 files changed, 42 insertions(+), 24 deletions(-)
 create mode 100644 include/grub/osdep/major.h

-- 
2.32.0



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

end of thread, other threads:[~2021-07-14 14:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 15:55 [PATCH 0/2] linux: use stat instead of udevadm for partition lookup + cleanup Petr Vorel
2021-07-08 15:55 ` [PATCH 1/2] osdep: Introduce major.h and use it Petr Vorel
2021-07-13 17:36   ` Daniel Kiper
2021-07-13 19:07     ` Petr Vorel
2021-07-14  6:54       ` Petr Vorel
2021-07-14 12:55         ` Daniel Kiper
2021-07-14 14:42           ` Petr Vorel
2021-07-14 14:47             ` Petr Vorel
2021-07-08 15:55 ` [PATCH 2/2] grub2: use stat instead of udevadm for partition lookup Petr Vorel
2021-07-13  9:25   ` Paul Menzel
2021-07-13 10:52     ` Petr Vorel
2021-07-14  6:24       ` Michael Chang
2021-07-14  6:45         ` Petr Vorel
2021-07-14  4:16     ` Michael Chang
2021-07-13 17:48   ` Daniel Kiper
2021-07-13 18:03     ` Jeff Mahoney
2021-07-13 19:10       ` Petr Vorel
2021-07-14 13:00         ` Daniel Kiper

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.