07 Feb, 2014

1 commit


26 Jan, 2014

1 commit


16 Jan, 2014

1 commit


10 Jan, 2014

1 commit


20 Dec, 2013

1 commit


12 Dec, 2013

1 commit


09 Dec, 2013

1 commit


05 Dec, 2013

1 commit


30 Nov, 2013

1 commit


21 Nov, 2013

1 commit


04 Nov, 2013

1 commit


28 Oct, 2013

1 commit


20 Oct, 2013

1 commit


14 Oct, 2013

1 commit


07 Oct, 2013

1 commit


30 Sep, 2013

1 commit


24 Sep, 2013

1 commit


17 Sep, 2013

1 commit


12 Sep, 2013

1 commit

  • This reverts the Linux for Workgroups thing. And no, before somebody
    asks, we're not doing Linux95. Not for a few years, at least.

    Sure, the flag added some color to the logo, and could have remained as
    a testament to my leet gimp skills. But no. And I'll do this early, to
    avoid the chance of forgetting when I'm doing the actual rc1 release on
    the road.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

08 Sep, 2013

1 commit


03 Sep, 2013

1 commit


28 Aug, 2013

1 commit


26 Aug, 2013

1 commit


19 Aug, 2013

1 commit


12 Aug, 2013

1 commit


05 Aug, 2013

1 commit


29 Jul, 2013

1 commit


22 Jul, 2013

1 commit


15 Jul, 2013

1 commit


11 Jul, 2013

2 commits

  • This reverts commit d2aae8477cd00325bb7c7c7e95be488088900c48.

    It is completely and utterly broken. Module install should not build
    any files, and adding broken dependencies to "help" it build files is
    complete and utter sh*t.

    The kernel should not be built by root, and "make install" and "make
    module_install" (that for obvious reasons need to be run as root)
    absolutely must not build any files. They should only ever copy the
    already-built files over.

    So having dependencies for the install targets is wrong, wrong, wrong.

    If you try to install a kernel without building it first, you *should*
    get errors. The build system shouldn't try to help root build the files.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • Pull kbuild updates from Michal Marek:
    - fix for make headers_install argv explosion with too long path
    - scripts/setlocalversion does not call git update-index needlessly
    - fix for the src.rpm produced by make rpm-pkg. The new make
    image_name can be useful also for other packaging tools.
    - scripts/mod/devicetable-offsets.o is not rebuilt during each make run
    - make modules_install dependency fix
    - scripts/sortextable portability fix
    - fix for kbuild to generate the output directory for all object files
    in subdirs.
    - a couple of minor fixes

    * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
    kbuild: create directory for dir/file.o
    tools/include: use stdint types for user-space byteshift headers
    Makefile: Fix install error with make -j option
    Fix a build warning in scripts/mod/file2alias.c
    improve modalias building
    scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
    kbuild: fix error when building from src rpm
    scripts/setlocalversion on write-protected source tree
    Makefile.lib: align DTB quiet_cmd
    kbuild: fix make headers_install when path is too long

    Linus Torvalds
     

05 Jul, 2013

1 commit

  • Pull trivial tree updates from Jiri Kosina:
    "The usual stuff from trivial tree"

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (34 commits)
    treewide: relase -> release
    Documentation/cgroups/memory.txt: fix stat file documentation
    sysctl/net.txt: delete reference to obsolete 2.4.x kernel
    spinlock_api_smp.h: fix preprocessor comments
    treewide: Fix typo in printk
    doc: device tree: clarify stuff in usage-model.txt.
    open firmware: "/aliasas" -> "/aliases"
    md: bcache: Fixed a typo with the word 'arithmetic'
    irq/generic-chip: fix a few kernel-doc entries
    frv: Convert use of typedef ctl_table to struct ctl_table
    sgi: xpc: Convert use of typedef ctl_table to struct ctl_table
    doc: clk: Fix incorrect wording
    Documentation/arm/IXP4xx fix a typo
    Documentation/networking/ieee802154 fix a typo
    Documentation/DocBook/media/v4l fix a typo
    Documentation/video4linux/si476x.txt fix a typo
    Documentation/virtual/kvm/api.txt fix a typo
    Documentation/early-userspace/README fix a typo
    Documentation/video4linux/soc-camera.txt fix a typo
    lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
    ...

    Linus Torvalds
     

03 Jul, 2013

1 commit


01 Jul, 2013

1 commit


28 Jun, 2013

1 commit


24 Jun, 2013

1 commit

  • The following issue can be reproduced with Linus' tree on
    an x86_64 server.

    >+ cp /home/user/rpmbuild-test/BUILDROOT/kernel-3.9.2.x86_64/boot/vmlinuz-3.9.2
    >cp: missing destination file operand after
    >/home/user/rpmbuild-test/BUILDROOT/kernel-3.9.2-1.x86_64/boot/vmlinuz-3.9.2'
    >Try `cp --help' for more information.
    >error: Bad exit status from /var/tmp/rpm-tmp.R4o0iI (%install)

    Here are the commands to reproduce:

    make defconfig
    make rpm-pkg

    Use the resulting src rpm to build as follows:

    mkdir ~/rpmbuild-test
    cd ~/rpmbuild-test
    rpmbuild --rebuild --define "_topdir `pwd`" -vv ~/rpmbuild/SRPMS/kernel-3.10.0_rc1+-1.src.rpm

    The issue is because the %install script uses $KBUILD_IMAGE and it hasn't
    been set since it is only available in the kbuild system and not in the
    %install script.

    This patch adds a Makefile target to emit the image_name that can be used
    and modifies the mkspec to use the dynamic name in %install.

    Signed-off-by: Mike Marciniszyn
    Signed-off-by: Michal Marek

    Mike Marciniszyn
     

23 Jun, 2013

1 commit


16 Jun, 2013

1 commit


09 Jun, 2013

1 commit


02 Jun, 2013

1 commit