Announcement

Collapse
No announcement yet.

Linux 3.7-rc1 Kernel Released With Many Features

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux 3.7-rc1 Kernel Released With Many Features

    Phoronix: Linux 3.7-rc1 Kernel Released With Many Features

    The first release candidate of the Linux 3.7 kernel was released on Sunday...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Anyone know how to fix the build error?

    CC arch/x86/kernel/asm-offsets.s
    In file included from include/linux/irq.h:22:0,
    from /src/linux-3.5/arch/x86/include/asm/hardirq.h:5,
    from include/linux/hardirq.h:7,
    from arch/x86/kernel/asm-offsets.c:11:
    include/linux/irqnr.h:4:30: fatal error: uapi/linux/irqnr.h: No such file or directory
    compilation terminated.
    make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1

    Ignore the 3.5 I patched up from there.

    Comment


    • #3
      Originally posted by mercutio View Post
      Anyone know how to fix the build error?

      Comment


      • #4
        Originally posted by halo9en View Post
        well at least i'm not alone! hopefully will be solution soon.

        Comment


        • #5
          No PRIME power management?

          Hopefully it'll merge soon. 3.8 is so far away.

          Comment


          • #6
            I managed to fix my build error with just:

            touch include/uapi/linux/irqnr.h

            It seems that it needs the file to exist and fails build without it, but for some reason my patch isn't creating an empty file, which apparently it's meant to do with the --git parameter..

            "
            diff --git a/include/uapi/linux/irqnr.h b/include/uapi/linux/irqnr.h
            new file mode 100644
            index 000000000000..e69de29bb2d1
            "
            is in the path file.

            Comment


            • #7
              this kernel fixed my problems with backlight dimming in my asus k55vm, also best work with fn keys.
              But slow boot compared to 3.6.1

              Comment

              Working...
              X