summaryrefslogtreecommitdiffstats
path: root/silence-fbcon-logo.patch
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.14-rc1Justin M. Forbes2017-09-181-10/+9
|
* Don't use early_param if fbcon is a moduleJosh Boyer2016-08-221-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream 0-day testing has reported build issues with this patch when fbcon is built as a module: tree: https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git rawhide head: bb46fd92b76deb12e06d53bc79db187c5217e540 commit: 3eb6be4c89daa67620490f9126fa8b7218963edc [16/51] silence fbcon logo config: x86_64-randconfig-s1-08210816 (attached as .config) compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 reproduce: git checkout 3eb6be4c89daa67620490f9126fa8b7218963edc # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/video/console/fbcon.c:3633: error: expected declaration specifiers or '...' before string constant drivers/video/console/fbcon.c:3633: error: expected declaration specifiers or '...' before 'quiet_logo' drivers/video/console/fbcon.c:3633: warning: data definition has no type or storage class >> drivers/video/console/fbcon.c:3633: error: type defaults to 'int' in declaration of 'early_param' >> drivers/video/console/fbcon.c:3633: error: function declaration isn't a prototype vim +3633 drivers/video/console/fbcon.c 3627 static int __init quiet_logo(char *str) 3628 { 3629 logo_shown = FBCON_LOGO_DONTSHOW; 3630 return 0; 3631 } 3632 > 3633 early_param("quiet", quiet_logo); 3634 3635 fs_initcall(fb_console_init); 3636 This is because early_param is only defined in the #ifndef MODULE case. Fedora always builds this as =y, so just move the code inside the #else case.
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-291-2/+2
| | | | - Reenable debugging options.
* Linux v4.1-rc2-79-g0e1dc4274828Josh Boyer2015-05-071-3/+0
|
* Linux v4.1-rc2Josh Boyer2015-05-041-1/+1
| | | | - Disable debugging options.
* Linux v3.19-4020-gce01e871a1d4Josh Boyer2015-02-121-3/+3
|
* Linux v3.19-rc2Josh Boyer2015-01-051-2/+2
| | | | | - Temporarily disable aarch64patches - Happy New Year
* Linux v3.18Josh Boyer2014-12-091-1/+1
|
* Linux v3.18-rc3Josh Boyer2014-11-031-3/+3
| | | | - Disable debugging options.
* Linux v3.17-rc7-76-g58586869599fJosh Boyer2014-10-031-1/+0
| | | | - Various ppc64/ppc64le config changes
* Linux v3.17-rc7-46-g50dddff3cb9aJosh Boyer2014-10-021-1/+1
| | | | - Cleanup dead Kconfig symbols in config-* from Paul Bolle
* Linux v3.17-rc7-6-gaad7fb916a10Josh Boyer2014-10-011-1/+1
|
* Linux v3.17-rc7Josh Boyer2014-09-291-1/+1
|
* Linux v3.17-rc6-180-g452b6361c4d9Josh Boyer2014-09-241-1/+1
|
* Linux v3.17-rc6-125-gf3670394c29fJosh Boyer2014-09-231-1/+1
|
* Linux v3.17-rc6Josh Boyer2014-09-221-1/+1
| | | | | - Revert EFI GOT fixes as it causes boot failures - Disable debugging options.
* Linux v3.17-rc5-105-g598a0c7d0932Josh Boyer2014-09-191-1/+1
|
* Linux v3.17-rc5-63-gd9773ceabfafJosh Boyer2014-09-191-1/+1
| | | | - Enable infiniband on s390x
* Linux v3.17-rc5-25-g8ba4caf1ee15Josh Boyer2014-09-181-1/+1
|
* Linux v3.17-rc5-24-g37504a3be90bJosh Boyer2014-09-171-1/+1
| | | | - Fix vmwgfx header include (rhbz 1138759)
* Linux v3.17-rc5-13-g2324067fa9a4Josh Boyer2014-09-161-1/+1
| | | | - Reenable debugging options.
* Linux v3.17-rc5Josh Boyer2014-09-151-1/+1
| | | | - Disable debugging options.
* Linux v3.17-rc4-244-g5874cfed0b04Josh Boyer2014-09-121-1/+1
|
* Linux v3.17-rc4-168-g7ec62d421bdfJosh Boyer2014-09-111-1/+1
| | | | - Add support for touchpad in Asus X450 and X550 (rhbz 1110011)
* Linux v3.17-rc4-158-ge874a5fe3efaJosh Boyer2014-09-101-1/+1
| | | | - Add patch to fix oops on keyring gc (rhbz 1116347)
* Linux v3.17-rc4-140-g8c68face5548Josh Boyer2014-09-091-1/+1
| | | | - Reenable debugging options.
* Linux v3.17-rc4Josh Boyer2014-09-081-1/+1
| | | | - Disable debugging options.
* Linux v3.17-rc3-94-gb7fece1be8b1Josh Boyer2014-09-051-1/+1
|
* Linux v3.17-rc3-63-g44bf091f5089Josh Boyer2014-09-041-1/+1
| | | | | - Enable kexec bzImage signature verification (from Vivek Goyal) - Add support for Wacom Cintiq Companion from Benjamin Tissoires (rhbz 1134969)
* Linux v3.17-rc3-16-g955837d8f50eJosh Boyer2014-09-031-1/+1
| | | | - Reenable debugging options.
* Linux v3.17-rc3Josh Boyer2014-09-011-1/+1
| | | | - Disable debugging options.
* Linux v3.17-rc2-89-g59753a805499Josh Boyer2014-08-291-1/+1
|
* Linux v3.17-rc2-42-gf1bd473f95e0Josh Boyer2014-08-281-1/+1
| | | | - Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160)
* Linux v3.17-rc2-9-g68e370289c29Josh Boyer2014-08-271-1/+1
| | | | - Reenable debugging options.
* Linux v3.17-rc2Josh Boyer2014-08-261-1/+1
| | | | | - Fixup ARM MFD options after I2C=y change - Disable debugging options.
* Linux v3.17-rc1-231-g7be141d05549Josh Boyer2014-08-251-1/+1
| | | | - Add patch to fix NFS oops on /proc removal (rhbz 1132368)
* Linux v3.17-rc1-99-g5317821c0853Josh Boyer2014-08-221-1/+1
|
* Linux v3.17-rc1-51-g372b1dbdd1fbJosh Boyer2014-08-211-1/+1
|
* Patch file cleanupJosh Boyer2014-08-201-3/+14
| | | | | | | | | Do a couple things here: - Split the mega-patches into individual patches. Should help with rebasing. - Make all patches 'git am' acceptable. There should be no functional or actual code differences from before
* Update patches with bugzilla/upstream-status fieldsJosh Boyer2013-12-171-0/+3
|
* Rename a bunch of patches.Dave Jones2013-01-101-0/+42