summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ACPI-Limit-access-to-custom_method.patch2
-rw-r--r--ARM-tegra-usb-no-reset.patch2
-rw-r--r--Add-EFI-signature-data-types.patch2
-rw-r--r--Add-an-EFI-signature-blob-parser-and-key-loader.patch2
-rw-r--r--Add-option-to-automatically-enforce-module-signature.patch2
-rw-r--r--Add-secure_modules-call.patch2
-rw-r--r--Add-sysrq-option-to-disable-secure-boot-mode.patch2
-rw-r--r--HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch2
-rw-r--r--Input-add-driver-for-the-Goodix-touchpanel.patch2
-rw-r--r--KEYS-Add-a-system-blacklist-keyring.patch2
-rw-r--r--MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch2
-rw-r--r--MODSIGN-Support-not-importing-certs-from-db.patch2
-rw-r--r--PCI-Lock-down-BAR-access-when-module-security-is-ena.patch2
-rw-r--r--Restrict-dev-mem-and-dev-kmem-when-module-loading-is.patch2
-rw-r--r--Revert-Revert-ACPI-video-change-acpi-video-brightnes.patch2
-rw-r--r--acpi-Ignore-acpi_rsdp-kernel-parameter-when-module-l.patch2
-rw-r--r--arm-dts-am335x-bone-common-add-uart2_pins-uart4_pins.patch2
-rw-r--r--arm-dts-am335x-bone-common-enable-and-use-i2c2.patch2
-rw-r--r--arm-dts-am335x-bone-common-setup-default-pinmux-http.patch2
-rw-r--r--arm-dts-am335x-boneblack-add-cpu0-opp-points.patch2
-rw-r--r--arm-dts-am335x-boneblack-lcdc-add-panel-info.patch2
-rw-r--r--arm-dts-sun7i-bananapi.patch2
-rw-r--r--arm-highbank-l2-reverts.patch2
-rw-r--r--arm-i.MX6-Utilite-device-dtb.patch2
-rw-r--r--asus-wmi-Restrict-debugfs-interface-when-module-load.patch2
-rw-r--r--ath9k-rx-dma-stop-check.patch2
-rw-r--r--crash-driver.patch2
-rw-r--r--criu-no-expert.patch2
-rw-r--r--die-floppy-die.patch2
-rw-r--r--disable-i8042-check-on-apple-mac.patch2
-rw-r--r--drm-i915-hush-check-crtc-state.patch6
-rw-r--r--efi-Add-EFI_SECURE_BOOT-bit.patch2
-rw-r--r--efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch2
-rw-r--r--efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch2
-rw-r--r--hibernate-Disable-in-a-signed-modules-environment.patch2
-rw-r--r--input-kill-stupid-messages.patch2
-rw-r--r--input-silence-i8042-noise.patch2
-rw-r--r--kbuild-AFTER_LINK.patch2
-rw-r--r--kernel.spec11
-rw-r--r--kexec-Disable-at-runtime-if-the-kernel-enforces-modu.patch2
-rw-r--r--lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch2
-rw-r--r--lis3-improve-handling-of-null-rate.patch2
-rw-r--r--no-pcspkr-modalias.patch2
-rw-r--r--pinctrl-pinctrl-single-must-be-initialized-early.patch2
-rw-r--r--samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch2
-rw-r--r--scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch2
-rw-r--r--silence-fbcon-logo.patch2
-rw-r--r--sources6
-rw-r--r--watchdog-Disable-watchdog-on-virtual-machines.patch2
-rw-r--r--x86-Lock-down-IO-port-access-when-module-security-is.patch2
-rw-r--r--x86-Restrict-MSR-access-when-module-loading-is-restr.patch2
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 636c25b4c..21257b8ce 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 815c70be6..2b1058b26 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 19de9ed55..8a9a9f5fb 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 fb6980d8f..7c5c7e7cd 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 d53e1f3f9..a4ceb74e3 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 0057afcbf..d68a7e103 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 4b1cff847..e0c567d78 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 18a0c7ec6..357ad1932 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 eb84838c6..30004ff92 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 34f1563b9..6e518e0cf 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 d0308704f..672e711f7 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 6ed99e627..60c090b2b 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 1b8a0034d..a337a4a4c 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 3cdd4670c..0b8b5cc4c 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 c6a5a8217..94c8e9d63 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 986bce9cb..077582bb2 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 6b5cb2011..6cec24712 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 a40719c9c..6a6ea5076 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 29fde1cfe..d676839aa 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 a24cef2dc..feaa82e3c 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 3e85c3898..55450814b 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 0825d7517..52b019709 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 0c4517bf0..b50c20dab 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 0354f7547..826967fca 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 babfe87ef..01d2c9386 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 32884eb65..c1034a057 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 4f99d487f..5a8fa876f 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 3ba0354bb..11d3c87d5 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 b77c37a97..bba3e579f 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 73d8037f1..8516532a8 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 8ad31e7ef..0a76d10c1 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 9d78030a1..f6cc658f7 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 95e5f0455..c9e629d62 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 bb2f8524b..4d61ce91d 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 6c89536a7..fa1d53a51 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 65a3cd688..5b9c3d923 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 f971723ad..dcfee1e6d 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 f686a6365..c2688aafd 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 db142f5c5..f963c5fa4 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@fedoraproject.org> - 3.18.0-1
+- Linux v3.18
+
* Fri Dec 05 2014 Josh Boyer <jwboyer@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 f6f72ada5..eac51c600 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 73eb34320..cfb347835 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 e3d3f4ee2..5d25039bb 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 15bbe14d3..a258676c3 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 73af44f56..765ec1d3d 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@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 4c12bd76b..86870bb41 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 ec9e06bec..62530050f 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 20a5b6a70..654927e41 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 2000bc430..c66539b7e 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 610c7e0f1..602c8d1c3 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 4d0b4ac02..13392c902 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 f21c93821..12eedc931 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