hardkernel / linux

Linux kernel source tree
Other
427 stars 408 forks source link

Upgrade to 4.9.45 by patching the diff onto the hardkernel 4.9.y branch. #310

Closed uDude closed 6 years ago

uDude commented 6 years ago

I merged the following patch from kernel.org to 4.9.y (see kernel.ord, they moved stable to 4.9.45 from 4.9.44). There was very little that should affect arm processors. It unfortunately does not resolve the firefox 55 crash on start up problem on the 4.9 kernel for arm. The applied patch in the attached file was generated by https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/rawdiff/?id=v4.9.45&id2=v4.9.44&dt=0

linux_kernel_v4.9.44-v4.9.45.patch.gz

The patch was applied the standard way:

patch --strip 1 < Patch_file

uDude commented 6 years ago

If you have a dev branch that you'd rather see us submit pull requests for let me know. I checked tobetter's repo but didn't see 4.9.44 or 4.9.y.

mdrjr commented 6 years ago

Hello @uDude,

While I appreciate your effort, we don't track upstream by patching with the diffs. I just merge the upstream tag into our tree.

That way we can have all the history and commits from upstream :)

uDude commented 6 years ago

That makes perfect sense. I was annoyed by losing comments, too. Just consider me as an early tester. I've purchased quite a few odroids and don't mind the time to test kernels and distros.

Have a great day.

On Sep 2, 2017 6:50 PM, "Mauro Ribeiro" notifications@github.com wrote:

Hello @uDude https://github.com/udude,

While I appreciate your effort, we don't track upstream by patching with the diffs. I just merge the upstream tag into our tree.

That way we can have all the history and commits from upstream :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hardkernel/linux/pull/310#issuecomment-326777488, or mute the thread https://github.com/notifications/unsubscribe-auth/AIiMeJNmxewmLpCu9q7lMHqS3Kj3HOpQks5sefe5gaJpZM4PD-e5 .

Dmole commented 6 years ago

@uDude you should close this PR.