RE: [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text

Elliott, Robert (Servers) posted 10 patches 3 years, 7 months ago
Only 0 patches received!
RE: [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
Posted by Elliott, Robert (Servers) 3 years, 7 months ago

> -----Original Message-----
> From: Eric Biggers <ebiggers@kernel.org>
> Sent: Wednesday, August 17, 2022 9:48 PM
> Subject: Re: [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
> 
...
> >
> > Robert Elliott (10):
> >   crypto: Kconfig - move mips entries to a submenu
> >   crypto: Kconfig - move powerpc entries to a submenu
> >   crypto: Kconfig - move s390 entries to a submenu
> >   crypto: Kconfig - move sparc entries to a submenu
> >   crypto: Kconfig - move x86 entries to a submenu
> >   crypto: Kconfig - remove AES_ARM64 selection by SA2UL entry
> >   crypto: Kconfig - move arm and arm64 menus to Crypto API page
> >   crypto: Kconfig - sort the arm64 entries
> >   crypto: Kconfig - sort the arm entries
> >   crypto: Kconfig - add submenus
> 
> What commit does this series apply to?

5.19-rc7:

edbaae5c2910 crypto: Kconfig - move mips entries to a submenu
57e81df8165b crypto: testmgr - make WARN prints consistent
fa99961bb413 crypto: x86/sha512 - load based on CPU features
5b2fb3a1500d ghes_edac: fix intermittent warm reset hang
661204d2ad01 RDMA/irdma: Fix sleep from invalid context BUG
85bdff84e6fd RDMA/irdma: Do not advertise 1GB page size for x722
c24fa712938f gpiolib: cdev: Fix kernel doc for struct line
7f1d458de3ab Linux 5.19-rc7

I'll try including the git format-patch --base option next time.
Re: [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
Posted by Eric Biggers 3 years, 7 months ago
On Thu, Aug 18, 2022 at 03:00:33AM +0000, Elliott, Robert (Servers) wrote:
> 
> 
> > -----Original Message-----
> > From: Eric Biggers <ebiggers@kernel.org>
> > Sent: Wednesday, August 17, 2022 9:48 PM
> > Subject: Re: [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
> > 
> ...
> > >
> > > Robert Elliott (10):
> > >   crypto: Kconfig - move mips entries to a submenu
> > >   crypto: Kconfig - move powerpc entries to a submenu
> > >   crypto: Kconfig - move s390 entries to a submenu
> > >   crypto: Kconfig - move sparc entries to a submenu
> > >   crypto: Kconfig - move x86 entries to a submenu
> > >   crypto: Kconfig - remove AES_ARM64 selection by SA2UL entry
> > >   crypto: Kconfig - move arm and arm64 menus to Crypto API page
> > >   crypto: Kconfig - sort the arm64 entries
> > >   crypto: Kconfig - sort the arm entries
> > >   crypto: Kconfig - add submenus
> > 
> > What commit does this series apply to?
> 
> 5.19-rc7:
> 
> edbaae5c2910 crypto: Kconfig - move mips entries to a submenu
> 57e81df8165b crypto: testmgr - make WARN prints consistent
> fa99961bb413 crypto: x86/sha512 - load based on CPU features
> 5b2fb3a1500d ghes_edac: fix intermittent warm reset hang
> 661204d2ad01 RDMA/irdma: Fix sleep from invalid context BUG
> 85bdff84e6fd RDMA/irdma: Do not advertise 1GB page size for x722
> c24fa712938f gpiolib: cdev: Fix kernel doc for struct line
> 7f1d458de3ab Linux 5.19-rc7
> 
> I'll try including the git format-patch --base option next time.
> 

Thanks.  v6.0-rc1 would be better as it is more up-to-date.

- Eric