summaryrefslogtreecommitdiffstats
path: root/patches
AgeCommit message (Collapse)Author
2019-04-23misc: add another awk script to fixup patchBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-02-07check console device file on fs when bootingBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: check console device file on fs when booting Date: Thu, 8 Apr 2010 23:44:21 -0700 If a root filesystem is generated as non-root, one of the tell tale signs is /dev/console not being a character file. To save a whole class of questions, let's just test for the condition and let the user know. Signed-off-by: Richard Laroque <rlarocqu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-01-10v5.0: kernel patch prepBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-29ipv4: net namespace does not inherit network configurationsBruce Ashfield
1/1 [ Author: He Zhe Email: zhe.he@windriver.com Subject: ipv4: net namespace does not inherit network configurations Date: Mon, 29 Oct 2018 10:24:20 +0800 patch from https://lkml.org/lkml/2014/7/29/119 Ipv4 net namespace requires a similar logic change as commit a79ca223e029 [ipv6: fix bad free of addrconf_init_net] introduces for newer kernels. Since a net namespace is independent to another. That is, there is no any relationship between the net namespaces. So a new net namespace should not inherit network configurations from another net namespace including the host. CC: Hong Zhiguo <honkiko@gmail.com> CC: David S. Miller <davem@davemloft.net> Signed-off-by: Zhu Yanjun <zyjzyj2000@gmail.com> Signed-off-by: yzhu1 <yanjun.zhu@windriver.com> The patch was submitted upstream (https://lkml.org/lkml/2014/7/29/119), but did not get any significant discussion and was not rejected, and also was not merged. It still makes sense for Yocto linux kernel. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-10-08dev: update for 4.19+Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-14menuconfig,mconf-cfg: Allow specification of ncurses locationBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: menuconfig,mconf-cfg: Allow specification of ncurses location Date: Mon, 2 Jul 2018 23:10:28 -0400 In some cross build environments such as the Yocto Project build environment it provides an ncurses library that is compiled differently than the host's version. This causes display corruption problems when the host's curses includes are used instead of the includes from the provided compiler are overridden. There is a second case where there is no curses libraries at all on the host system and menuconfig will just fail entirely. The solution is simply to allow an override variable in check-lxdialog.sh for environments such as the Yocto Project. Adding a CROSS_CURSES_LIB and CROSS_CURSES_INC solves the issue and allowing compiling and linking against the right headers and libraries. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> cc: Michal Marek <mmarek@suse.cz> cc: linux-kbuild@vger.kernel.org Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-07-02menuconfig,mconf-cfg: Allow specification of ncurses locationBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: menuconfig,mconf-cfg: Allow specification of ncurses location Date: Mon, 2 Jul 2018 23:10:28 -0400 In some cross build environments such as the Yocto Project build environment it provides an ncurses library that is compiled differently than the host's version. This causes display corruption problems when the host's curses includes are used instead of the includes from the provided compiler are overridden. There is a second case where there is no curses libraries at all on the host system and menuconfig will just fail entirely. The solution is simply to allow an override variable in check-lxdialog.sh for environments such as the Yocto Project. Adding a CROSS_CURSES_LIB and CROSS_CURSES_INC solves the issue and allowing compiling and linking against the right headers and libraries. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> cc: Michal Marek <mmarek@suse.cz> cc: linux-kbuild@vger.kernel.org Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-05-09console check: update to v4.17 definitionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-04-09modpost: srcversion sometimes incorrectBruce Ashfield
1/1 [ Author: Juro Bystricky Email: juro.bystricky@intel.com Subject: modpost: srcversion sometimes incorrect Date: Fri, 30 Mar 2018 10:14:05 -0700 "srcversion" field inserted into module modinfo section contains a sum of the source files which made it. However, this field can be incorrect. Building the same module can end up having inconsistent srcversion field eventhough the sources remain the same. This can be reproduced by building modules in a deeply nested directory, but other factors contribute as well. The reason for incorrect srcversion is that some source files can be simply silently skipped from the checksum calculation due to limited buffer space for line parsing. This patch addresses two issues: 1. Allocates a larger line buffer (32k vs 4k). 2. Issues a warning if a line length exceeds the line buffer. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-02-20patches: refresh for v4.16Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-12-01patches: 4.15-rc1 refreshesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-09-19patches: refresh for v4.14+Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-22linux-yocto: Handle /bin/awk issuesBruce Ashfield
1/1 [ Author: Richard Purdie Email: richard.purdie@linuxfoundation.org Subject: linux-yocto: Handle /bin/awk issues Date: Tue, 22 Aug 2017 09:50:50 +0100 Standardise on /usr/bin/awk, else kernel-devsrc depends on /bin/awk which the system doesn't provide and core-image-sato-sdk (which depends on kernel-devsrc) will fail to build. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-21misc: drop ver linux patch (now upstream)Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-07-11kver: update to v4.12+ and patch refreshesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30treegen: autoniminated patch refreshPaul Gortmaker
Take the patches that won't "git am" directly because of small context changes in surrounding code and re-export them with the refreshed/updated context so they will "git am" directly next time w/o needing to use the fall-back mechanism. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2017-01-29ver_linux: Use /usr/bin/awk instead of /bin/awkBruce Ashfield
1/1 [ Author: Saul Wold Email: sgw@linux.intel.com Subject: ver_linux: Use /usr/bin/awk instead of /bin/awk Date: Wed, 25 Jan 2017 10:35:42 -0800 Most Linux distributions contain awk in /usr/bin by default, not in /bin. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-11-17Revert "fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()"Bruce Ashfield
dropping already upstream patches. This reverts commit aa9a7eadd9dd31a867521ce24f19d105c74375e2.
2016-11-16fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()Bruce Ashfield
1/2 [ Author: Shuah Khan Email: shuahkh@osg.samsung.com Subject: fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use() Date: Wed, 16 Nov 2016 15:36:39 -0500 commit 0ac84b72c0ed96ace1d8973a06f0120a3b905177 upstream. Fix the following warn: fs/nfs/nfs4session.c: In function ‘nfs4_slot_seqid_in_use’: fs/nfs/nfs4session.c:203:54: warning: ‘cur_seq’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (nfs4_slot_get_seqid(tbl, slotid, &cur_seq) == 0 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ cur_seq == seq_nr && test_bit(slotid, tbl->used_slots)) ~~~~~~~~~~~~~~~~~ Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] 2/2 [ Author: Arnd Bergmann Email: arnd@arndb.de Subject: NFSv4.1: work around -Wmaybe-uninitialized warning Date: Wed, 16 Nov 2016 15:36:40 -0500 commit e84efa32b9d2763fb92e73c8942100d8f55ad4ed upstream. A bugfix introduced a harmless gcc warning in nfs4_slot_seqid_in_use if we enable -Wmaybe-uninitialized again: fs/nfs/nfs4session.c:203:54: error: 'cur_seq' may be used uninitialized in this function [-Werror=maybe-uninitialized] gcc is not smart enough to conclude that the IS_ERR/PTR_ERR pair results in a nonzero return value here. Using PTR_ERR_OR_ZERO() instead makes this clear to the compiler. Fixes: e09c978aae5b ("NFSv4.1: Fix Oopsable condition in server callback races") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-11-03treegen: autoniminated patch refreshPaul Gortmaker
Take the patches that won't "git am" directly because of small context changes in surrounding code and re-export them with the refreshed/updated context so they will "git am" directly next time w/o needing to use the fall-back mechanism. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2016-10-22mips: remove patch merged upstreamPaul Gortmaker
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2016-10-22powerpc: drop patch merged upstreamPaul Gortmaker
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2016-09-07uvesafb: provide option to specify timeout for task completionBruce Ashfield
1/1 [ Author: Jianxun Zhang Email: jianxun.zhang@linux.intel.com Subject: uvesafb: provide option to specify timeout for task completion Date: Thu, 25 Aug 2016 15:30:55 -0700 We try to make this change a generic extension, but it is actually for a corner case. When a VM (qemu) gets a very limited cpu bandwidth from host, which could be under a heavy load, the existing 5000 ms timeout could occur and trigger error messages in the task function's callers. This change adds a new timeout parameter so that we can tweak the value as a workaround or for troubleshooting purposes. In the infinite wait case, A warning message is printed at 5000ms interval. In real world, the current 5 sec is generous enough for a video request in my opinion, so this change could not be very useful. Upstream Status: Inappropriate Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-09-074.8: sync missing 4.4 meta-dataBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-254.8: patch refreshes for 4.8 kernel generationBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-21lx-dialig: fix merge issuesBruce Ashfield
The patch [menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location] has been carried since the 3.14 kernel. As it has been updated multiple times, the if block checking for CROSS_CURSES_LIB has migrated to an invalid location in the checks. This change moves it back on top where it belongs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-074.7: patch refresh/updatesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-304.7: adjust patches and series for v4.7-rc1Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-12powerpc/ptrace: Fix out of bounds array access warningBruce Ashfield
1/2 [ Author: Khem Raj Email: raj.khem@gmail.com Subject: powerpc/ptrace: Fix out of bounds array access warning Date: Mon, 25 Apr 2016 05:47:01 +0000 gcc-6 correctly warns about a out of bounds access arch/powerpc/kernel/ptrace.c:407:24: warning: index 32 denotes an offset greater than size of 'u64[32][1] {aka long long unsigned int[32][1]}' [-Warray-bounds] offsetof(struct thread_fp_state, fpr[32][0])); ^ check the end of array instead of beginning of next element to fix this Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Kees Cook <keescook@chromium.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] 2/2 [ Author: Paul Burton Email: paul.burton@imgtec.com Subject: MIPS: Prevent "restoration" of MSA context in non-MSA kernels Date: Thu, 21 Apr 2016 18:04:53 +0100 If a kernel doesn't support MSA context (ie. CONFIG_CPU_HAS_MSA=n) then it will only keep 64 bits per FP register in thread context, and the calls to set_fpr64 in restore_msa_extcontext will overrun the end of the FP register context into the FCSR & MSACSR values. GCC 6.x has become smart enough to detect this & complain like so: arch/mips/kernel/signal.c: In function 'protected_restore_fp_context': ./arch/mips/include/asm/processor.h:114:17: error: array subscript is above array bounds [-Werror=array-bounds] fpr->val##width[FPR_IDX(width, idx)] = val; \ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./arch/mips/include/asm/processor.h:118:1: note: in expansion of macro 'BUILD_FPR_ACCESS' BUILD_FPR_ACCESS(64) The only way to trigger this code to run would be for a program to set up an artificial extended MSA context structure following a sigframe & execute sigreturn. Whilst this doesn't allow a program to write to any state that it couldn't already, it makes little sense to allow this "restoration" of MSA context in a system that doesn't support MSA. Fix this by killing a program with SIGSYS if it tries something as crazy as "restoring" fake MSA context in this way, also fixing the build error & allowing for most of restore_msa_extcontext to be optimised out of kernels without support for MSA. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Reported-by: Michal Toman <michal.toman@imgtec.com> Fixes: bf82cb30c7e5 ("MIPS: Save MSA extended context around signals") Cc: James Hogan <james.hogan@imgtec.com> Cc: stable <stable@vger.kernel.org> # v4.3+ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-04-20uvesafb: print error message when task timeout occursBruce Ashfield
1/1 [ Author: Jianxun Zhang Email: jianxun.zhang@linux.intel.com Subject: uvesafb: print error message when task timeout occurs Date: Thu, 14 Apr 2016 15:26:21 -0700 The driver waits for response from user space for a pending task until a timeout (UVESAFB_TIMEOUT) occurs. But the existing error message in later steps is a little obscure. This patch throws out an error message when timeout happens. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-04-304.1-rcX: patch and series preparationBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-02-03NFS: fix 3.19 compile errorBruce Ashfield
strict_strtoul is no longer present in the 3.19 kernel, which results in the following error: | CC fs/nfs/super.o | kernel-source/fs/nfs/super.c: | In function 'nfs_parse_mount_options': | /kernel-source/fs/nfs/super.c:1388:4: | error: implicit declaration of function 'strict_strtoul' | [-Werror=implicit-function-declaration] | rc = strict_strtoul(string, 10, &option); | ^ | CC fs/timerfd.o | CC fs/eventfd.o | cc1: some warnings being treated as errors So we update to the replacement kstrtoul. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-01-29meta/features: refresh feature patches for v3.19Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-10-10menuconfig,check-lxdiaglog.sh: Allow specification of ncurses locationBruce Ashfield
1/1 [ Author: Jason Wessel Email: jason.wessel@windriver.com Subject: menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location Date: Thu, 25 Sep 2014 11:26:49 -0700 In some cross build environments such as the Yocto Project build environment it provides an ncurses library that is compiled differently than the host's version. This causes display corruption problems when the host's curses includes are used instead of the includes from the provided compiler are overridden. There is a second case where there is no curses libraries at all on the host system and menuconfig will just fail entirely. The solution is simply to allow an override variable in check-lxdialog.sh for environments such as the Yocto Project. Adding a CROSS_CURSES_LIB and CROSS_CURSES_INC solves the issue and allowing compiling and linking against the right headers and libraries. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> cc: Michal Marek <mmarek@suse.cz> cc: linux-kbuild@vger.kernel.org Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-07-16kbuild: refresh for 3.16Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-02-26-dev: update to v3.14-rc3Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-01-14master: initial v3.13 updateBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-10-02meta: 3.12-rcX patch adaptationsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-183.10: tree gen fixesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-05-25-dev: bump kver to 3.10-rc2Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-05-18mfd: lpc_sch: Accomodate partial population of the MFD devicesBruce Ashfield
1/4 [ Author: Darren Hart Email: dvhart@linux.intel.com Subject: mfd: lpc_sch: Accomodate partial population of the MFD devices Date: Sat, 18 May 2013 14:45:52 -0700 commit 5829e9b64e657560e840dc0ecfee177cb002cd69 upstream The current probe aborts if any of the 3 base address registers are disabled. On a TunnelCreek system I am working on, this resulted in the SMBIOS and GPIO devices being removed when it couldn't read the base address for the watchdog timer. This patch accommodates partial population of the lpc_sch_cells array and only aborts if all the base address registers are disabled. A max size array is allocated and the individual device cells are added to it after their base addresses are successfully determined. This simplifies the code a bit by removing the need for the separate tunnelcreek cells array and combining some of the add/remove logic. Cc: Grant Likely <grant.likely@secretlab.ca>, Cc: Denis Turischev <denis@compulab.co.il>, Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> ] 2/4 [ Author: Darren Hart Email: dvhart@linux.intel.com Subject: gpio-sch: Allow for more than 8 lines in the resume well Date: Sat, 18 May 2013 14:45:53 -0700 commit 3cbf1822b5fd98eccb641c94c8cd2455fdad9221 upstream The E6xx (TunnelCreek) CPUs have 9 GPIO lines in the resume well. Update the resume functions to allow for more than 8 GPIO lines, using the core functions as a template. Cc: <stable@vger.kernel.org> # 3.4.x Cc: <stable@vger.kernel.org> # 3.8.x Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Darren Hart <dvhart@linux.intel.com> ] 3/4 [ Author: Darren Hart Email: dvhart@linux.intel.com Subject: pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32 Date: Sat, 18 May 2013 14:45:55 -0700 Avoid using magic numbers when we have perfectly good defines just lying around. Signed-off-by: Darren Hart <dvhart@linux.intel.com> ] 4/4 [ Author: Darren Hart Email: darren@dvhart.com Subject: pch_uart: Add uart_clk selection for the MinnowBoard Date: Sat, 18 May 2013 14:45:56 -0700 Use DMI_BOARD_NAME to determine if we are running on a MinnowBoard and set the uart clock to 50MHz if so. This removes the need to pass the user_uartclk to the kernel at boot time. Signed-off-by: Darren Hart <dvhart@linux.intel.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-25efi: Add patch to fix 32bit EFI service mapping (rhbz 726701)Bruce Ashfield
1/1 [ Author: Tom Zanussi Email: tom.zanussi@intel.com Subject: efi: Add patch to fix 32bit EFI service mapping (rhbz 726701) Date: Thu, 25 Oct 2012 01:26:54 -0700 From fedora kernel: commit 6f3e186bc7721c5b24ad90d4a751cccfccd445e6 Author: Josh Boyer <jwboyer@redhat.com> Date: Fri Aug 5 08:47:23 2011 -0400 Add patch to fix 32bit EFI service mapping (rhbz 726701) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-18v3.7: patch updatesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-073.6: build fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-06yocto-3.6: bump to 3.6-rc4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-20yocto-3.5: bump kver to v3.5Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-06yocto/3.4: patch refreshes and dropsMichel Thebeau
The following patches are no longer needed in the context of a 3.4 kernel, or need to be refreshed: arch/mips/mips.scc:16:patch MIPS-ARC-Fix-build-of-firmware-library-on.patch ktypes/standard/standard-nocfg.scc:78:patch serial-PL011-move-interrupt-clearing.patch patches/build/build.scc:4:patch kbuild-add-meta-files-to-the-ignore-li.patch arch/mips/mips.scc:8:patch mips-sibyte-Add-missing-irq_mask-function.patch arch/mips/mips-support-preemptible-kernel.patch features/uptime/uptime-allow-the-optional-limiting-of-kernel-runtime.patch ktypes/standard/perf-force-include-of-stdbool.h.patch patches/boot/nfs-Allow-default-io-size-to-be-configured.patch Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-05ARM: add an extra pass for kallsyms generationBruce Ashfield
1/1 [ Author: Paul Gortmaker Email: paul.gortmaker@windriver.com Subject: ARM: add an extra pass for kallsyms generation Date: Thu, 5 Apr 2012 09:34:23 -0400 This error keeps seemingly pop up at random: SYSMAP .tmp_System.map Inconsistent kallsyms data This is a bug - please report about it Try make KALLSYMS_EXTRA_PASS=1 as a workaround make[1]: *** [vmlinux] Error 1 The executive summary is that expected differences in symbol ordering lead to differences in compression. For full details see this link: http://marc.info/?l=linux-next&m=133267456809502 Implement a temporary workaround so that build coverage is not sporadically impacted. This is not to be considered a final fix worthy of upstream, but just a stop gap measure. Not-Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-29v3.3+ patch fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-283.4-rc0 modsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>