Git Product home page Git Product logo

linux-patches's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linux-patches's Issues

Not rebasing ck-hrtimer patches anymore?

I noticed that you you haven't provided a rebase to the ck-hrtimer patches since 5.15.y. Any plans to add them back or have you dropped them totally?

I tried applying them to 5.17.1 from the 5.15.y-* directory but the last patch in the series fails. I attempted to rebase them here. What do you think? The only one that required manual rebasing was 0008-clockevents-hrtimer-Make-hrtimer-granularity-and-min.patch so please verify that I did it correctly.

graysky2@de5c724

When I tried compiling it, a failure occurred:

  CC [M]  sound/core/control_led.o
  CC [M]  sound/core/hwdep.o
  CC      drivers/pci/pcie/pme.o
kernel/sysctl.c:1674:36: error: ‘ten_thousand’ undeclared here (not in a function)
 1674 |                 .extra2         = &ten_thousand,
      |                                    ^~~~~~~~~~~~
  CC      net/xfrm/xfrm_policy.o
make[1]: *** [scripts/Makefile.build:288: kernel/sysctl.o] Error 1
make[1]: *** Waiting for unfinished jobs....

Complete build log: https://gist.github.com/graysky2/5574ca7610d8c8385be84b38f42f6596

Upstream patches

It could be desired tl upstream some of the changed made here to the stock kernel. Maybe it was already tried fot some.

I think we can also use this thread to list statuses and infos on upstreamibg changes.
(And maybe dont close this, cause this can always be desired and we dont need duplicated of this issue)

problem with BBRv3 patch and 6.6

I'm getting this error when applying the patch:

error: patch failed: include/net/tcp.h:723
error: include/net/tcp.h: patch does not apply
Patch failed at 0015 tcp: introduce per-route feature RTAX_FEATURE_ECN_LOW

(works fine in 6.8, but I want to use 6.6)

patch for 5.15.x does not apply: 0004-ACPI-CPPC-Check-present-CPUs-for-determining-_CPC-is.patch

For kernel 5.15.50 one of the amd-pstate patches does not apply:

0004-ACPI-CPPC-Check-present-CPUs-for-determining-_CPC-is.patch

Applying patch 0004-ACPI-CPPC-Check-present-CPUs-for-determining-_CPC-is.patch...
patching file drivers/acpi/cppc_acpi.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file drivers/acpi/cppc_acpi.c.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

and

# cat drivers/acpi/cppc_acpi.c.rej
--- drivers/acpi/cppc_acpi.c
+++ drivers/acpi/cppc_acpi.c
@@ -413,7 +413,7 @@ bool acpi_cpc_valid(void)
 	struct cpc_desc *cpc_ptr;
 	int cpu;
 
-	for_each_possible_cpu(cpu) {
+	for_each_present_cpu(cpu) {
 		cpc_ptr = per_cpu(cpc_desc_ptr, cpu);
 		if (!cpc_ptr)
 			return false;

This happens when I try to apply this patch to linux-lts source from the Arch Linux.

I find the line

for_each_present_cpu(cpu) {

already in the initial kernel source. Is this patch obsolete for any new 5.15 kernel?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.