public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Has the linux-kernel already implemented the functions in apollo-kernel?
@ 2020-10-31  6:44 Hongyi Zhao
  2020-11-15 10:21 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hongyi Zhao @ 2020-10-31  6:44 UTC (permalink / raw)
  To: linux-kernel

Hi,

The apollo-kernel (https://github.com/ApolloAuto/apollo-kernel) is a
patched Linux Kernel based on official Linux Kernel 4.4.32 with some
modifications on the kernel level, especially for the scenario
necessary to run the Apollo (https://github.com/ApolloAuto/apollo)
open autonomous driving platform software stack.

According to the official description as shown
<https://github.com/ApolloAuto/apollo-kernel#what-is-the-difference>,
the major difference from the original Linux kernel is as follows:


- Realtime patch (https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO)
- Latest e1000e intel ethernet driver
- Bugfix for Nvidia driver under realtime patch
- Double free in the inet_csk_clone_lock function patch
(https://bugzilla.redhat.com/show_bug.cgi?id=1450972)
- Other cve security patches


However, considering that Linux Kernel 4.4.32 is a fairly old version,
so I want to know whether the modifications/fixes applied/added have
been already available in the current Linux kernel.

Any hints will be highly appreciated.

Regards,
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials, Xingtai Polytechnic College
NO. 552 North Gangtie Road, Xingtai, China

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

* Re: Has the linux-kernel already implemented the functions in apollo-kernel?
  2020-10-31  6:44 Has the linux-kernel already implemented the functions in apollo-kernel? Hongyi Zhao
@ 2020-11-15 10:21 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-11-15 10:21 UTC (permalink / raw)
  To: Hongyi Zhao; +Cc: linux-kernel

On Sat, Oct 31, 2020 at 02:44:07PM +0800, Hongyi Zhao wrote:
> Hi,
> 
> The apollo-kernel (https://github.com/ApolloAuto/apollo-kernel) is a
> patched Linux Kernel based on official Linux Kernel 4.4.32 with some
> modifications on the kernel level, especially for the scenario
> necessary to run the Apollo (https://github.com/ApolloAuto/apollo)
> open autonomous driving platform software stack.
> 
> According to the official description as shown
> <https://github.com/ApolloAuto/apollo-kernel#what-is-the-difference>,
> the major difference from the original Linux kernel is as follows:
> 
> 
> - Realtime patch (https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO)
> - Latest e1000e intel ethernet driver
> - Bugfix for Nvidia driver under realtime patch
> - Double free in the inet_csk_clone_lock function patch
> (https://bugzilla.redhat.com/show_bug.cgi?id=1450972)
> - Other cve security patches
> 
> 
> However, considering that Linux Kernel 4.4.32 is a fairly old version,
> so I want to know whether the modifications/fixes applied/added have
> been already available in the current Linux kernel.
> 
> Any hints will be highly appreciated.

As you have the source to both trees, why not compare them and see if
all of this is true or not?  That's the best way to be sure.

good luck!

greg k-h

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

end of thread, other threads:[~2020-11-15 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-31  6:44 Has the linux-kernel already implemented the functions in apollo-kernel? Hongyi Zhao
2020-11-15 10:21 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox