patch set: PKT lts-v4.19.64-base-190807T162628Z

This commit is contained in:
Miguel Bernal Marin 2019-08-08 07:08:43 +00:00
parent bc3678d6f4
commit ae1a1c8cc7
8 changed files with 16 additions and 16 deletions

View File

@ -21,7 +21,7 @@ Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index e26d87b..9dfbdb4 100644
index aa4de69..2470adc 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -1845,9 +1845,8 @@ static bool handle_rx_dma(struct uart_8250_port *up, unsigned int iir)

View File

@ -62,7 +62,7 @@ index c980dfe..9842e21 100644
:maxdepth: 1
diff --git a/fs/proc/base.c b/fs/proc/base.c
index f999e8b..bf2086a 100644
index 3b9b726..126c669 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -140,9 +140,13 @@ struct pid_entry {
@ -80,7 +80,7 @@ index f999e8b..bf2086a 100644
/*
* Count the number of hardlinks for the pid_entry table, excluding the .
@@ -2513,7 +2517,7 @@ static ssize_t proc_pid_attr_read(struct file * file, char __user * buf,
@@ -2547,7 +2551,7 @@ static ssize_t proc_pid_attr_read(struct file * file, char __user * buf,
if (!task)
return -ESRCH;
@ -89,7 +89,7 @@ index f999e8b..bf2086a 100644
(char*)file->f_path.dentry->d_name.name,
&p);
put_task_struct(task);
@@ -2567,7 +2571,9 @@ static ssize_t proc_pid_attr_write(struct file * file, const char __user * buf,
@@ -2601,7 +2605,9 @@ static ssize_t proc_pid_attr_write(struct file * file, const char __user * buf,
if (rv < 0)
goto out_free;
@ -100,7 +100,7 @@ index f999e8b..bf2086a 100644
mutex_unlock(&current->signal->cred_guard_mutex);
out_free:
kfree(page);
@@ -2581,13 +2587,53 @@ static const struct file_operations proc_pid_attr_operations = {
@@ -2615,13 +2621,53 @@ static const struct file_operations proc_pid_attr_operations = {
.llseek = generic_file_llseek,
};

View File

@ -70,10 +70,10 @@ index 97a020c..0bef312 100644
+
#endif /* ! __LINUX_LSM_HOOKS_H */
diff --git a/kernel/cred.c b/kernel/cred.c
index efd04b2..c779d0e 100644
index 5ab1f7e..bbd6408 100644
--- a/kernel/cred.c
+++ b/kernel/cred.c
@@ -713,19 +713,6 @@ bool creds_are_invalid(const struct cred *cred)
@@ -730,19 +730,6 @@ bool creds_are_invalid(const struct cred *cred)
{
if (cred->magic != CRED_MAGIC)
return true;

View File

@ -47,7 +47,7 @@ Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
27 files changed, 221 insertions(+), 214 deletions(-)
diff --git a/include/linux/cred.h b/include/linux/cred.h
index 7eed610..9fd21d3 100644
index 1dc351d..09ec6ff 100644
--- a/include/linux/cred.h
+++ b/include/linux/cred.h
@@ -23,6 +23,7 @@
@ -58,7 +58,7 @@ index 7eed610..9fd21d3 100644
/*
* COW Supplementary groups list
@@ -166,7 +167,7 @@ extern const struct cred *override_creds(const struct cred *);
@@ -170,7 +171,7 @@ extern const struct cred *override_creds(const struct cred *);
extern void revert_creds(const struct cred *);
extern struct cred *prepare_kernel_cred(struct task_struct *);
extern int change_create_files_as(struct cred *, struct inode *);
@ -592,10 +592,10 @@ index b2d1f04..2542e65 100644
context->type = 0;
context->fds[0] = -1;
diff --git a/kernel/cred.c b/kernel/cred.c
index c779d0e..4493c19 100644
index bbd6408..3b6b15e 100644
--- a/kernel/cred.c
+++ b/kernel/cred.c
@@ -659,7 +659,7 @@ EXPORT_SYMBOL(prepare_kernel_cred);
@@ -676,7 +676,7 @@ EXPORT_SYMBOL(prepare_kernel_cred);
* Set the LSM security ID in a set of credentials so that the subjective
* security is overridden when an alternative set of credentials is used.
*/
@ -604,7 +604,7 @@ index c779d0e..4493c19 100644
{
return security_kernel_act_as(new, secid);
}
@@ -677,14 +677,14 @@ EXPORT_SYMBOL(set_security_override);
@@ -694,14 +694,14 @@ EXPORT_SYMBOL(set_security_override);
*/
int set_security_override_from_ctx(struct cred *new, const char *secctx)
{

View File

@ -215,7 +215,7 @@ index b17201e..a10d549 100644
+
#endif /* _LINUX_PRCTL_H */
diff --git a/kernel/fork.c b/kernel/fork.c
index 69874db..0365185 100644
index e76ce81..4abc6ed 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1857,6 +1857,9 @@ static __latent_entropy struct task_struct *copy_process(

View File

@ -11,7 +11,7 @@ Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/misc/mei/pci-me.c b/drivers/misc/mei/pci-me.c
index 4299658..3ab946a 100644
index a66ebce..ca7bd2e 100644
--- a/drivers/misc/mei/pci-me.c
+++ b/drivers/misc/mei/pci-me.c
@@ -100,9 +100,9 @@ static const struct pci_device_id mei_me_pci_tbl[] = {

View File

@ -17,7 +17,7 @@ Signed-off-by: Mateusz Polrola <mateuszx.potrola@intel.com>
1 file changed, 18 insertions(+)
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
index c143901..7d69de8 100644
index b9af241..812d258 100644
--- a/drivers/iommu/intel-iommu.c
+++ b/drivers/iommu/intel-iommu.c
@@ -61,6 +61,7 @@

View File

@ -12,7 +12,7 @@ Signed-off-by: kgopala2 <karthik.l.gopalakrishnan@intel.com>
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
index 7d69de8..7254868 100644
index 812d258..498432d 100644
--- a/drivers/iommu/intel-iommu.c
+++ b/drivers/iommu/intel-iommu.c
@@ -428,7 +428,6 @@ int intel_iommu_enabled = 0;