[kernel] Linux v3.18

Josh Boyer jwboyer at fedoraproject.org
Tue Dec 9 14:25:40 UTC 2014


commit 1e63a382c146488671741eea55e332a0e0dc58dd
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Tue Dec 9 09:25:39 2014 -0500

    Linux v3.18

 ACPI-Limit-access-to-custom_method.patch           |    2 +-
 ARM-tegra-usb-no-reset.patch                       |    2 +-
 Add-EFI-signature-data-types.patch                 |    2 +-
 ...-EFI-signature-blob-parser-and-key-loader.patch |    2 +-
 ...to-automatically-enforce-module-signature.patch |    2 +-
 Add-secure_modules-call.patch                      |    2 +-
 Add-sysrq-option-to-disable-secure-boot-mode.patch |    2 +-
 ...d-support-for-MS-Surface-Pro-3-Type-Cover.patch |    2 +-
 Input-add-driver-for-the-Goodix-touchpanel.patch   |    2 +-
 KEYS-Add-a-system-blacklist-keyring.patch          |    2 +-
 ...Import-certificates-from-UEFI-Secure-Boot.patch |    2 +-
 MODSIGN-Support-not-importing-certs-from-db.patch  |    2 +-
 ...wn-BAR-access-when-module-security-is-ena.patch |    2 +-
 ...v-mem-and-dev-kmem-when-module-loading-is.patch |    2 +-
 ...rt-ACPI-video-change-acpi-video-brightnes.patch |    2 +-
 ...-acpi_rsdp-kernel-parameter-when-module-l.patch |    2 +-
 ...35x-bone-common-add-uart2_pins-uart4_pins.patch |    2 +-
 ...ts-am335x-bone-common-enable-and-use-i2c2.patch |    2 +-
 ...35x-bone-common-setup-default-pinmux-http.patch |    2 +-
 arm-dts-am335x-boneblack-add-cpu0-opp-points.patch |    2 +-
 arm-dts-am335x-boneblack-lcdc-add-panel-info.patch |    2 +-
 arm-dts-sun7i-bananapi.patch                       |    2 +-
 arm-highbank-l2-reverts.patch                      |    2 +-
 arm-i.MX6-Utilite-device-dtb.patch                 |    2 +-
 ...strict-debugfs-interface-when-module-load.patch |    2 +-
 ath9k-rx-dma-stop-check.patch                      |    2 +-
 crash-driver.patch                                 |    2 +-
 criu-no-expert.patch                               |    2 +-
 die-floppy-die.patch                               |    2 +-
 disable-i8042-check-on-apple-mac.patch             |    2 +-
 drm-i915-hush-check-crtc-state.patch               |    6 +++---
 efi-Add-EFI_SECURE_BOOT-bit.patch                  |    2 +-
 ...e-secure-boot-if-shim-is-in-insecure-mode.patch |    2 +-
 ...EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch |    2 +-
 ...e-Disable-in-a-signed-modules-environment.patch |    2 +-
 input-kill-stupid-messages.patch                   |    2 +-
 input-silence-i8042-noise.patch                    |    2 +-
 kbuild-AFTER_LINK.patch                            |    2 +-
 kernel.spec                                        |   11 +++++++----
 ...le-at-runtime-if-the-kernel-enforces-modu.patch |    2 +-
 ...-Make-CPUMASK_OFFSTACK-usable-without-deb.patch |    2 +-
 lis3-improve-handling-of-null-rate.patch           |    2 +-
 no-pcspkr-modalias.patch                           |    2 +-
 ...-pinctrl-single-must-be-initialized-early.patch |    2 +-
 ...top-Add-broken-acpi-video-quirk-for-NC210.patch |    2 +-
 ...sd_revalidate_disk-prevent-NULL-ptr-deref.patch |    2 +-
 silence-fbcon-logo.patch                           |    2 +-
 sources                                            |    6 ++----
 ...hdog-Disable-watchdog-on-virtual-machines.patch |    2 +-
 ...wn-IO-port-access-when-module-security-is.patch |    2 +-
 ...t-MSR-access-when-module-loading-is-restr.patch |    2 +-
 51 files changed, 60 insertions(+), 59 deletions(-)
---
diff --git a/ACPI-Limit-access-to-custom_method.patch b/ACPI-Limit-access-to-custom_method.patch
index 636c25b..21257b8 100644
--- a/ACPI-Limit-access-to-custom_method.patch
+++ b/ACPI-Limit-access-to-custom_method.patch
@@ -26,5 +26,5 @@ index c68e72414a67..4277938af700 100644
  		/* parse the table header to get the table length */
  		if (count <= sizeof(struct acpi_table_header))
 -- 
-1.9.3
+2.1.0
 
diff --git a/ARM-tegra-usb-no-reset.patch b/ARM-tegra-usb-no-reset.patch
index 815c70b..2b1058b 100644
--- a/ARM-tegra-usb-no-reset.patch
+++ b/ARM-tegra-usb-no-reset.patch
@@ -27,5 +27,5 @@ index b649fef2e35d..fb89290710ad 100644
  	 * disconnected while waiting for the lock to succeed. */
  	usb_lock_device(hdev);
 -- 
-1.9.3
+2.1.0
 
diff --git a/Add-EFI-signature-data-types.patch b/Add-EFI-signature-data-types.patch
index 19de9ed..8a9a9f5 100644
--- a/Add-EFI-signature-data-types.patch
+++ b/Add-EFI-signature-data-types.patch
@@ -52,5 +52,5 @@ index 130ba866a24a..58d7feadd149 100644
   * All runtime access to EFI goes through this structure:
   */
 -- 
-1.9.3
+2.1.0
 
diff --git a/Add-an-EFI-signature-blob-parser-and-key-loader.patch b/Add-an-EFI-signature-blob-parser-and-key-loader.patch
index fb6980d..7c5c7e7 100644
--- a/Add-an-EFI-signature-blob-parser-and-key-loader.patch
+++ b/Add-an-EFI-signature-blob-parser-and-key-loader.patch
@@ -174,5 +174,5 @@ index 58d7feadd149..b1d686e9175e 100644
   * efi_range_is_wc - check the WC bit on an address range
   * @start: starting kvirt address
 -- 
-1.9.3
+2.1.0
 
diff --git a/Add-option-to-automatically-enforce-module-signature.patch b/Add-option-to-automatically-enforce-module-signature.patch
index d53e1f3..a4ceb74 100644
--- a/Add-option-to-automatically-enforce-module-signature.patch
+++ b/Add-option-to-automatically-enforce-module-signature.patch
@@ -181,5 +181,5 @@ index 6507ffcb5445..cace4bd04956 100644
  {
  #ifdef CONFIG_MODULE_SIG
 -- 
-1.9.3
+2.1.0
 
diff --git a/Add-secure_modules-call.patch b/Add-secure_modules-call.patch
index 0057afc..d68a7e1 100644
--- a/Add-secure_modules-call.patch
+++ b/Add-secure_modules-call.patch
@@ -59,5 +59,5 @@ index 88cec1ddb1e3..6507ffcb5445 100644
 +}
 +EXPORT_SYMBOL(secure_modules);
 -- 
-1.9.3
+2.1.0
 
diff --git a/Add-sysrq-option-to-disable-secure-boot-mode.patch b/Add-sysrq-option-to-disable-secure-boot-mode.patch
index 4b1cff8..e0c567d 100644
--- a/Add-sysrq-option-to-disable-secure-boot-mode.patch
+++ b/Add-sysrq-option-to-disable-secure-boot-mode.patch
@@ -244,5 +244,5 @@ index cace4bd04956..a33be993df25 100644
  static int param_set_bool_enable_only(const char *val,
  				      const struct kernel_param *kp)
 -- 
-1.9.3
+2.1.0
 
diff --git a/HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch b/HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
index 18a0c7e..357ad19 100644
--- a/HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
+++ b/HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
@@ -80,5 +80,5 @@ index 552671ee7c5d..41814fced1cc 100644
  	{ USB_VENDOR_ID_NEXIO, USB_DEVICE_ID_NEXIO_MULTITOUCH_PTI0750, HID_QUIRK_NO_INIT_REPORTS },
  	{ USB_VENDOR_ID_NOVATEK, USB_DEVICE_ID_NOVATEK_MOUSE, HID_QUIRK_NO_INIT_REPORTS },
 -- 
-1.9.3
+2.1.0
 
diff --git a/Input-add-driver-for-the-Goodix-touchpanel.patch b/Input-add-driver-for-the-Goodix-touchpanel.patch
index eb84838..30004ff 100644
--- a/Input-add-driver-for-the-Goodix-touchpanel.patch
+++ b/Input-add-driver-for-the-Goodix-touchpanel.patch
@@ -475,5 +475,5 @@ index 000000000000..ca196689f025
 +MODULE_DESCRIPTION("Goodix touchscreen driver");
 +MODULE_LICENSE("GPL v2");
 -- 
-1.9.3
+2.1.0
 
diff --git a/KEYS-Add-a-system-blacklist-keyring.patch b/KEYS-Add-a-system-blacklist-keyring.patch
index 34f1563..6e518e0 100644
--- a/KEYS-Add-a-system-blacklist-keyring.patch
+++ b/KEYS-Add-a-system-blacklist-keyring.patch
@@ -107,5 +107,5 @@ index 875f64e8935b..c15e93f5a418 100644
  }
  
 -- 
-1.9.3
+2.1.0
 
diff --git a/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch b/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch
index d030870..672e711 100644
--- a/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch
+++ b/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch
@@ -181,5 +181,5 @@ index 000000000000..94b0eb38a284
 +}
 +late_initcall(load_uefi_certs);
 -- 
-1.9.3
+2.1.0
 
diff --git a/MODSIGN-Support-not-importing-certs-from-db.patch b/MODSIGN-Support-not-importing-certs-from-db.patch
index 6ed99e6..60c090b 100644
--- a/MODSIGN-Support-not-importing-certs-from-db.patch
+++ b/MODSIGN-Support-not-importing-certs-from-db.patch
@@ -79,5 +79,5 @@ index 94b0eb38a284..ae28b974d49a 100644
  
  	mok = get_cert_list(L"MokListRT", &mok_var, &moksize);
 -- 
-1.9.3
+2.1.0
 
diff --git a/PCI-Lock-down-BAR-access-when-module-security-is-ena.patch b/PCI-Lock-down-BAR-access-when-module-security-is-ena.patch
index 1b8a003..a337a4a 100644
--- a/PCI-Lock-down-BAR-access-when-module-security-is-ena.patch
+++ b/PCI-Lock-down-BAR-access-when-module-security-is-ena.patch
@@ -112,5 +112,5 @@ index b91c4da68365..98f5637304d1 100644
  
  	dev = pci_get_bus_and_slot(bus, dfn);
 -- 
-1.9.3
+2.1.0
 
diff --git a/Restrict-dev-mem-and-dev-kmem-when-module-loading-is.patch b/Restrict-dev-mem-and-dev-kmem-when-module-loading-is.patch
index 3cdd467..0b8b5cc 100644
--- a/Restrict-dev-mem-and-dev-kmem-when-module-loading-is.patch
+++ b/Restrict-dev-mem-and-dev-kmem-when-module-loading-is.patch
@@ -37,5 +37,5 @@ index c268e2581ed6..fb9ea1172ba8 100644
  		unsigned long to_write = min_t(unsigned long, count,
  					       (unsigned long)high_memory - p);
 -- 
-1.9.3
+2.1.0
 
diff --git a/Revert-Revert-ACPI-video-change-acpi-video-brightnes.patch b/Revert-Revert-ACPI-video-change-acpi-video-brightnes.patch
index c6a5a82..94c8e9d 100644
--- a/Revert-Revert-ACPI-video-change-acpi-video-brightnes.patch
+++ b/Revert-Revert-ACPI-video-change-acpi-video-brightnes.patch
@@ -41,5 +41,5 @@ index 9d75ead2a1f9..d7a0142cae8d 100644
  
  /*
 -- 
-1.9.3
+2.1.0
 
diff --git a/acpi-Ignore-acpi_rsdp-kernel-parameter-when-module-l.patch b/acpi-Ignore-acpi_rsdp-kernel-parameter-when-module-l.patch
index 986bce9..077582b 100644
--- a/acpi-Ignore-acpi_rsdp-kernel-parameter-when-module-l.patch
+++ b/acpi-Ignore-acpi_rsdp-kernel-parameter-when-module-l.patch
@@ -34,5 +34,5 @@ index 9964f70be98d..d95d258f606c 100644
  #endif
  
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-dts-am335x-bone-common-add-uart2_pins-uart4_pins.patch b/arm-dts-am335x-bone-common-add-uart2_pins-uart4_pins.patch
index 6b5cb20..6cec247 100644
--- a/arm-dts-am335x-bone-common-add-uart2_pins-uart4_pins.patch
+++ b/arm-dts-am335x-bone-common-add-uart2_pins-uart4_pins.patch
@@ -41,5 +41,5 @@ index 4991a1664773..096ddbe4c4b3 100644
  		pinctrl-single,pins = <
  			0x1b4 (PIN_OUTPUT_PULLDOWN | MUX_MODE3)	/* xdma_event_intr1.clkout2 */
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-dts-am335x-bone-common-enable-and-use-i2c2.patch b/arm-dts-am335x-bone-common-enable-and-use-i2c2.patch
index a40719c..6a6ea50 100644
--- a/arm-dts-am335x-bone-common-enable-and-use-i2c2.patch
+++ b/arm-dts-am335x-bone-common-enable-and-use-i2c2.patch
@@ -65,5 +65,5 @@ index 6cc25ed912ee..754b96c5dbb1 100644
  
  /include/ "tps65217.dtsi"
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-dts-am335x-bone-common-setup-default-pinmux-http.patch b/arm-dts-am335x-bone-common-setup-default-pinmux-http.patch
index 29fde1c..d676839 100644
--- a/arm-dts-am335x-bone-common-setup-default-pinmux-http.patch
+++ b/arm-dts-am335x-bone-common-setup-default-pinmux-http.patch
@@ -175,5 +175,5 @@ index 754b96c5dbb1..4991a1664773 100644
 +	};
 +};
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-dts-am335x-boneblack-add-cpu0-opp-points.patch b/arm-dts-am335x-boneblack-add-cpu0-opp-points.patch
index a24cef2..feaa82e 100644
--- a/arm-dts-am335x-boneblack-add-cpu0-opp-points.patch
+++ b/arm-dts-am335x-boneblack-add-cpu0-opp-points.patch
@@ -37,5 +37,5 @@ index 5dcdcd173572..38439e097b26 100644
  		compatible = "ti,tilcdc,slave";
  		i2c = <&i2c0>;
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-dts-am335x-boneblack-lcdc-add-panel-info.patch b/arm-dts-am335x-boneblack-lcdc-add-panel-info.patch
index 3e85c38..5545081 100644
--- a/arm-dts-am335x-boneblack-lcdc-add-panel-info.patch
+++ b/arm-dts-am335x-boneblack-lcdc-add-panel-info.patch
@@ -34,5 +34,5 @@ index 901739fcb85a..5dcdcd173572 100644
  	};
  };
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-dts-sun7i-bananapi.patch b/arm-dts-sun7i-bananapi.patch
index 0825d75..52b0197 100644
--- a/arm-dts-sun7i-bananapi.patch
+++ b/arm-dts-sun7i-bananapi.patch
@@ -209,5 +209,5 @@ index 000000000000..7214475a3c36
 +	};
 +};
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-highbank-l2-reverts.patch b/arm-highbank-l2-reverts.patch
index 0c4517b..b50c20d 100644
--- a/arm-highbank-l2-reverts.patch
+++ b/arm-highbank-l2-reverts.patch
@@ -56,5 +56,5 @@ index 07a09570175d..5db6d14fcd67 100644
  	.init_machine	= highbank_init,
  	.dt_compat	= highbank_match,
 -- 
-1.9.3
+2.1.0
 
diff --git a/arm-i.MX6-Utilite-device-dtb.patch b/arm-i.MX6-Utilite-device-dtb.patch
index 0354f75..826967f 100644
--- a/arm-i.MX6-Utilite-device-dtb.patch
+++ b/arm-i.MX6-Utilite-device-dtb.patch
@@ -61,5 +61,5 @@ index 99b46f8030ad..8b6ddd16dcc5 100644
 +	status = "okay";
 +};
 -- 
-1.9.3
+2.1.0
 
diff --git a/asus-wmi-Restrict-debugfs-interface-when-module-load.patch b/asus-wmi-Restrict-debugfs-interface-when-module-load.patch
index babfe87..01d2c93 100644
--- a/asus-wmi-Restrict-debugfs-interface-when-module-load.patch
+++ b/asus-wmi-Restrict-debugfs-interface-when-module-load.patch
@@ -49,5 +49,5 @@ index 21fc932da3a1..c6d42ad95c08 100644
  				     1, asus->debug.method_id,
  				     &input, &output);
 -- 
-1.9.3
+2.1.0
 
diff --git a/ath9k-rx-dma-stop-check.patch b/ath9k-rx-dma-stop-check.patch
index 32884eb..c1034a0 100644
--- a/ath9k-rx-dma-stop-check.patch
+++ b/ath9k-rx-dma-stop-check.patch
@@ -37,5 +37,5 @@ index 275205ab5f15..bb842623bdf6 100644
  			"DMA failed to stop in %d ms AR_CR=0x%08x AR_DIAG_SW=0x%08x DMADBG_7=0x%08x\n",
  			AH_RX_STOP_DMA_TIMEOUT / 1000,
 -- 
-1.9.3
+2.1.0
 
diff --git a/crash-driver.patch b/crash-driver.patch
index 4f99d48..5a8fa87 100644
--- a/crash-driver.patch
+++ b/crash-driver.patch
@@ -505,5 +505,5 @@ index 000000000000..25ab9869d566
 +
 +#endif /* __CRASH_H__ */
 -- 
-1.9.3
+2.1.0
 
diff --git a/criu-no-expert.patch b/criu-no-expert.patch
index 3ba0354..11d3c87 100644
--- a/criu-no-expert.patch
+++ b/criu-no-expert.patch
@@ -31,5 +31,5 @@ index 9ef459bb44b2..cc096e258a4a 100644
  	help
  	  Provides the way to make tasks work with different objects using
 -- 
-1.9.3
+2.1.0
 
diff --git a/die-floppy-die.patch b/die-floppy-die.patch
index b77c37a..bba3e57 100644
--- a/die-floppy-die.patch
+++ b/die-floppy-die.patch
@@ -28,5 +28,5 @@ index 56d46ffb08e1..1c8db250df88 100644
  #else
  
 -- 
-1.9.3
+2.1.0
 
diff --git a/disable-i8042-check-on-apple-mac.patch b/disable-i8042-check-on-apple-mac.patch
index 73d8037..8516532 100644
--- a/disable-i8042-check-on-apple-mac.patch
+++ b/disable-i8042-check-on-apple-mac.patch
@@ -57,5 +57,5 @@ index 9bb95eab6926..4b5015f27f9e 100644
  	if (err)
  		return err;
 -- 
-1.9.3
+2.1.0
 
diff --git a/drm-i915-hush-check-crtc-state.patch b/drm-i915-hush-check-crtc-state.patch
index 8ad31e7..0a76d10 100644
--- a/drm-i915-hush-check-crtc-state.patch
+++ b/drm-i915-hush-check-crtc-state.patch
@@ -14,10 +14,10 @@ Upstream-status: http://lists.freedesktop.org/archives/intel-gfx/2013-November/0
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
-index 8bcdb981d540..383390add737 100644
+index 9cb5c95d5898..edf0d4b78d68 100644
 --- a/drivers/gpu/drm/i915/intel_display.c
 +++ b/drivers/gpu/drm/i915/intel_display.c
-@@ -10967,7 +10967,7 @@ check_crtc_state(struct drm_device *dev)
+@@ -10965,7 +10965,7 @@ check_crtc_state(struct drm_device *dev)
  
  		if (active &&
  		    !intel_pipe_config_compare(dev, &crtc->config, &pipe_config)) {
@@ -27,5 +27,5 @@ index 8bcdb981d540..383390add737 100644
  					       "[hw state]");
  			intel_dump_pipe_config(crtc, &crtc->config,
 -- 
-1.9.3
+2.1.0
 
diff --git a/efi-Add-EFI_SECURE_BOOT-bit.patch b/efi-Add-EFI_SECURE_BOOT-bit.patch
index 9d78030..f6cc658 100644
--- a/efi-Add-EFI_SECURE_BOOT-bit.patch
+++ b/efi-Add-EFI_SECURE_BOOT-bit.patch
@@ -38,5 +38,5 @@ index 0949f9c7e872..130ba866a24a 100644
  #ifdef CONFIG_EFI
  /*
 -- 
-1.9.3
+2.1.0
 
diff --git a/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch b/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch
index 95e5f04..c9e629d 100644
--- a/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch
+++ b/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch
@@ -53,5 +53,5 @@ index 6da2da7ac9c3..ba3cf70c7d5a 100644
  }
  
 -- 
-1.9.3
+2.1.0
 
diff --git a/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch b/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch
index bb2f852..4d61ce9 100644
--- a/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch
+++ b/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch
@@ -25,5 +25,5 @@ index 7b8969db8398..d1f4a3d88dfc 100644
  	---help---
  	  UEFI Secure Boot provides a mechanism for ensuring that the
 -- 
-1.9.3
+2.1.0
 
diff --git a/hibernate-Disable-in-a-signed-modules-environment.patch b/hibernate-Disable-in-a-signed-modules-environment.patch
index 6c89536..fa1d53a 100644
--- a/hibernate-Disable-in-a-signed-modules-environment.patch
+++ b/hibernate-Disable-in-a-signed-modules-environment.patch
@@ -34,5 +34,5 @@ index 1f35a3478f3c..5e2472fc3dda 100644
  
  /**
 -- 
-1.9.3
+2.1.0
 
diff --git a/input-kill-stupid-messages.patch b/input-kill-stupid-messages.patch
index 65a3cd6..5b9c3d9 100644
--- a/input-kill-stupid-messages.patch
+++ b/input-kill-stupid-messages.patch
@@ -29,5 +29,5 @@ index 6f5d79569136..95469f6ecfa5 100644
  	case ATKBD_RET_ERR:
  		atkbd->err_count++;
 -- 
-1.9.3
+2.1.0
 
diff --git a/input-silence-i8042-noise.patch b/input-silence-i8042-noise.patch
index f971723..dcfee1e 100644
--- a/input-silence-i8042-noise.patch
+++ b/input-silence-i8042-noise.patch
@@ -61,5 +61,5 @@ index ce82337521f6..a3fee4becc93 100644
  		cp = can_get_proto(protocol);
  	}
 -- 
-1.9.3
+2.1.0
 
diff --git a/kbuild-AFTER_LINK.patch b/kbuild-AFTER_LINK.patch
index f686a63..c2688aa 100644
--- a/kbuild-AFTER_LINK.patch
+++ b/kbuild-AFTER_LINK.patch
@@ -121,5 +121,5 @@ index 86a4fe75f453..161637ed5611 100755
  
  
 -- 
-1.9.3
+2.1.0
 
diff --git a/kernel.spec b/kernel.spec
index db142f5..f963c5f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -6,7 +6,7 @@ Summary: The Linux kernel
 # For a stable, released kernel, released_kernel should be 1. For rawhide
 # and/or a kernel built from an rc or git snapshot, released_kernel should
 # be 0.
-%global released_kernel 0
+%global released_kernel 1
 
 %global aarch64patches 1
 
@@ -48,7 +48,7 @@ Summary: The Linux kernel
 # base_sublevel is the kernel version we're starting with and patching
 # on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base,
 # which yields a base_sublevel of 0.
-%define base_sublevel 17
+%define base_sublevel 18
 
 ## If this is a released kernel ##
 %if 0%{?released_kernel}
@@ -67,9 +67,9 @@ Summary: The Linux kernel
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
 # The rc snapshot level
-%define rcrev 7
+%define rcrev 0
 # The git snapshot level
-%define gitrev 3
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 3.%{upstream_sublevel}.0
 %endif
@@ -2201,6 +2201,9 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Tue Dec 09 2014 Josh Boyer <jwboyer at fedoraproject.org> - 3.18.0-1
+- Linux v3.18
+
 * Fri Dec 05 2014 Josh Boyer <jwboyer at fedoraproject.org> - 3.18.0-0.rc7.git3.1
 - Linux v3.18-rc7-59-g56c67ce187a8
 
diff --git a/kexec-Disable-at-runtime-if-the-kernel-enforces-modu.patch b/kexec-Disable-at-runtime-if-the-kernel-enforces-modu.patch
index f6f72ad..eac51c6 100644
--- a/kexec-Disable-at-runtime-if-the-kernel-enforces-modu.patch
+++ b/kexec-Disable-at-runtime-if-the-kernel-enforces-modu.patch
@@ -39,5 +39,5 @@ index 2abf9f6e9a61..417bd0599024 100644
  	 * This leaves us room for future extensions.
  	 */
 -- 
-1.9.3
+2.1.0
 
diff --git a/lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch b/lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
index 73eb343..cfb3478 100644
--- a/lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
+++ b/lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
@@ -33,5 +33,5 @@ index 54cf309a92a5..64f8bb4882fb 100644
  	  Use dynamic allocation for cpumask_var_t, instead of putting
  	  them on the stack.  This is a bit more expensive, but avoids
 -- 
-1.9.3
+2.1.0
 
diff --git a/lis3-improve-handling-of-null-rate.patch b/lis3-improve-handling-of-null-rate.patch
index e3d3f4e..5d25039 100644
--- a/lis3-improve-handling-of-null-rate.patch
+++ b/lis3-improve-handling-of-null-rate.patch
@@ -74,5 +74,5 @@ index 3ef4627f9cb1..2b2d2e8e5eeb 100644
  		return err;
  
 -- 
-1.9.3
+2.1.0
 
diff --git a/no-pcspkr-modalias.patch b/no-pcspkr-modalias.patch
index 15bbe14..a258676 100644
--- a/no-pcspkr-modalias.patch
+++ b/no-pcspkr-modalias.patch
@@ -21,5 +21,5 @@ index 674a2cfc3c0e..9a2807227c69 100644
  static int pcspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
  {
 -- 
-1.9.3
+2.1.0
 
diff --git a/pinctrl-pinctrl-single-must-be-initialized-early.patch b/pinctrl-pinctrl-single-must-be-initialized-early.patch
index 73af44f..765ec1d 100644
--- a/pinctrl-pinctrl-single-must-be-initialized-early.patch
+++ b/pinctrl-pinctrl-single-must-be-initialized-early.patch
@@ -33,5 +33,5 @@ index fb94b772ad62..99668ad01b54 100644
  MODULE_AUTHOR("Tony Lindgren <tony at atomide.com>");
  MODULE_DESCRIPTION("One-register-per-pin type device tree based pinctrl driver");
 -- 
-1.9.3
+2.1.0
 
diff --git a/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch b/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
index 4c12bd7..86870bb 100644
--- a/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
+++ b/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
@@ -35,5 +35,5 @@ index ff765d8e1a09..864290243e46 100644
  };
  MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
 -- 
-1.9.3
+2.1.0
 
diff --git a/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch b/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
index ec9e06b..6253005 100644
--- a/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
+++ b/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -33,5 +33,5 @@ index cfba74cd8e8b..5127df3cc064 100644
  	 * If the device is offline, don't try and read capacity or any
  	 * of the other niceties.
 -- 
-1.9.3
+2.1.0
 
diff --git a/silence-fbcon-logo.patch b/silence-fbcon-logo.patch
index 20a5b6a..654927e 100644
--- a/silence-fbcon-logo.patch
+++ b/silence-fbcon-logo.patch
@@ -51,5 +51,5 @@ index eb976ee3a02f..275f20a643f4 100644
  
  #ifdef MODULE
 -- 
-1.9.3
+2.1.0
 
diff --git a/sources b/sources
index 2000bc4..c66539b 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,2 @@
-fb30d0f29214d75cddd2faa94f73d5cf  linux-3.17.tar.xz
-159e969cbc27201d8e2fa0f609dc722f  perf-man-3.17.tar.gz
-3f67a949be63d47b6286ec63e6194e54  patch-3.18-rc7.xz
-671e959ab06dab1fb63280c12668a826  patch-3.18-rc7-git3.xz
+9e854df51ca3fef8bfe566dbd7b89241  linux-3.18.tar.xz
+813ccb96f0b379d656e57442c2587ca3  perf-man-3.18.tar.gz
diff --git a/watchdog-Disable-watchdog-on-virtual-machines.patch b/watchdog-Disable-watchdog-on-virtual-machines.patch
index 610c7e0..602c8d1 100644
--- a/watchdog-Disable-watchdog-on-virtual-machines.patch
+++ b/watchdog-Disable-watchdog-on-virtual-machines.patch
@@ -74,5 +74,5 @@ index 70bf11815f84..4eeb9923472b 100644
  
  	if (watchdog_user_enabled)
 -- 
-1.9.3
+2.1.0
 
diff --git a/x86-Lock-down-IO-port-access-when-module-security-is.patch b/x86-Lock-down-IO-port-access-when-module-security-is.patch
index 4d0b4ac..13392c9 100644
--- a/x86-Lock-down-IO-port-access-when-module-security-is.patch
+++ b/x86-Lock-down-IO-port-access-when-module-security-is.patch
@@ -66,5 +66,5 @@ index 524b707894ef..c268e2581ed6 100644
  		return -EFAULT;
  	while (count-- > 0 && i < 65536) {
 -- 
-1.9.3
+2.1.0
 
diff --git a/x86-Restrict-MSR-access-when-module-loading-is-restr.patch b/x86-Restrict-MSR-access-when-module-loading-is-restr.patch
index f21c938..12eedc9 100644
--- a/x86-Restrict-MSR-access-when-module-loading-is-restr.patch
+++ b/x86-Restrict-MSR-access-when-module-loading-is-restr.patch
@@ -38,5 +38,5 @@ index c9603ac80de5..8bef43fc3f40 100644
  			err = -EFAULT;
  			break;
 -- 
-1.9.3
+2.1.0
 


More information about the scm-commits mailing list