aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to release linux (5.4.6-1).debian/5.4.6-1Ben Hutchings2019-12-271-2/+2
|
* tracing: Do not create directories if lockdown is in affectBen Hutchings2019-12-273-0/+86
|
* Merge branch 'sid'Ben Hutchings2019-12-262-2/+3
|\
| * Set version and ABI name for upload to unstableBen Hutchings2019-12-262-2/+3
| | | | | | | | | | * Drop ~exp1 from version * Set ABI to 1
* | Change Origin field to Forwarded for a patch sent upstreamBen Hutchings2019-12-261-1/+1
| |
* | Merge branch 'debian/libtraceevent' into 'master'Ben Hutchings2019-12-2613-2/+487
|\ \ | |/ |/| | | | | create libtraceevent packages See merge request kernel-team/linux!192
| * debian/templates: Add libtraceeventSudip Mukherjee2019-12-262-0/+39
| | | | | | | | | | | | Add package details for libtraceevent and add it to changelog. Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
| * debian/rules: Add rules for libtraceeventSudip Mukherjee2019-12-261-2/+33
| | | | | | | | | | | | | | Add build rules for libtracevent which will eventually call Makefile added earlier and will build it and package the shared library. Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
| * libtraceevent: Add install pathsSudip Mukherjee2019-12-262-0/+5
| | | | | | | | | | | | | | libtraceevent creates three different packages, list the files which goes to which package. Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
| * libtraceevent: Add makefileSudip Mukherjee2019-12-261-0/+23
| | | | | | | | | | | | | | Add the makefile to build libtracevent in debian. rules file will use this Makefile. Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
| * libtraceevent: Add symbols fileSudip Mukherjee2019-12-261-0/+140
| | | | | | | | Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
| * debian/patches: Add upstream patches for libtraceeventSudip Mukherjee2019-12-266-0/+247
|/ | | | | | | | | | | These are needed to install in proper paths. 0004-libtraceevent-allow-custom-libdir-path.patch has been sent and still waiting for an Ack from Steven. https://lore.kernel.org/lkml/20191207111440.6574-1-sudipm.mukherjee@gmail.com/T/#u Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
* Merge branch 'sid'Ben Hutchings2019-12-262-0/+5
|\ | | | | | | | | Move the changes pending for 5.3.15-2 into the top changelog entry, as we won't upload any more 5.3-based versions.
| * [arm64] drivers/gpu/drm/sun4i: Enable DRM_SUN8I_MIXER as aVagrant Cascadian2019-12-152-0/+8
| | | | | | | | module. (Closes: #946510). Thanks to Andrei POPESCU.
* | debian/changelog: Add a missing architecture-qualificationBen Hutchings2019-12-261-1/+1
| |
* | debian/control: Make library package descriptions more consistentBen Hutchings2019-12-262-1/+16
| | | | | | | | | | | | | | | | | | The long descriptions for shared library and development packages should distinguish them, but this wasn't done for libbpf and liblockdep packages. Both should describe what the library is for, but this wasn't done for libcpupower packages.
* | linux-cpupower: Fix grammar error in package descriptionBen Hutchings2019-12-262-1/+2
| |
* | Merge branch 'master' into 'master'Ben Hutchings2019-12-262-1/+16
|\ \ | | | | | | | | | | | | [cloud-amd64] tpm: Enable TPM drivers for Cloud (Closes: #946237) See merge request kernel-team/linux!191
| * | [cloud-amd64] tpm: Enable TPM drivers for Cloud (Closes: #946237)Joe Richey2019-12-172-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug has most of the context for this fix. Basically, the cloud image disables TPM drives, and we want to reenable them. I added the virt and hardware-agnostic drivers (TIS/CRB/XEN/VTPM), and I explictly didn't add the hardware-specific drivers. I also didn't bother with CONFIG_HW_RANDOM_TPM as we already set CONFIG_RANDOM_TRUST_CPU=y which handles any early-boot RNG issues. Signed-off-by: Joe Richey <joerichey@google.com>
* | | Update to 5.4.6Salvatore Bonaccorso2019-12-211-1/+78
| | | | | | | | | | | | Cleanup debian/changelog file
* | | [rt] Update to 5.4.5-rt3Salvatore Bonaccorso2019-12-20257-758/+559
| | |
* | | Merge branch 'loongson-3' into 'master'Aurelien Jarno2019-12-1910-9/+27
|\ \ \ | | | | | | | | | | | | | | | | MIPS improvement See merge request kernel-team/linux!195
| * | | mips: enable O32_FP64 and MSAYunQiang Su2019-12-194-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_MIPS_O32_FP64_SUPPORT is required to support MSA for O32. It requires CPU >= mips32r1. It is OK for us: currently our baseline is mips32r2/mips64r2. Malta can use different CPUs, some of them may support MSA. Loongson 3A/B 4000 will support MSA. The only CPU currently we support has no MSA is octeon.
| * | | mips* switch to vmlinuz except octeonYunQiang Su2019-12-195-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Loongson-3/malta kernel has vmlinuz support for several years. The size of vmlinux is about 16M, and vmlinz is 4M. It may be helpful to some older machines with bad big image support.
| * | | mipsel,mips64el/loongson-3: enable AMDGPUYunQiang Su2019-12-193-0/+5
|/ / / | | | | | | | | | | | | Some modules of Loongson machines are using discrete graphics, which use amdgpu driver instead of radeon.
* | | [rt] Enable PREEMPT_RT (instead of PREEMPT_RT_FULL) which is part of 5.4Salvatore Bonaccorso2019-12-182-1/+2
| | |
* | | [rt] Update to 5.4.3-rt1 and re-enableSalvatore Bonaccorso2019-12-18326-9263/+9548
| | | | | | | | | | | | | | | | | | | | | Adjust for context changes due to backport of e66b39af00f4 ("workqueue: Fix pwq ref leak in rescuer_thread()") and def98c84b6cd ("workqueue: Fix spurious sanity check failures in destroy_workqueue()") in 5.4.4.
* | | Update to 5.4.5Salvatore Bonaccorso2019-12-181-1/+33
|/ / | | | | | | Cleanup debian/changelog file
* | Update to 5.4.4Salvatore Bonaccorso2019-12-171-1/+159
| | | | | | | | Cleanup debian/changelog file
* | [armhf,arm64] Fix critical trip point on RPI 3.Aurelien Jarno2019-12-173-0/+44
| |
* | Update to 5.4.3Salvatore Bonaccorso2019-12-131-1/+91
| | | | | | | | | | | | | | | | Add CVE id reference for CVE-2019-19071 Add CVE id reference for CVE-2019-19062 Cleanup debian/changelog file
* | Merge tag 'debian/5.3.15-1'Ben Hutchings2019-12-073-65/+591
|\| | | | | | | Release linux (5.3.15-1).
| * Prepare to release linux (5.3.15-1).debian/5.3.15-1Salvatore Bonaccorso2019-12-071-2/+2
| |
| * Add CVE id reference for CVE-2019-19602Salvatore Bonaccorso2019-12-051-1/+1
| |
| * Update to 5.3.15Salvatore Bonaccorso2019-12-051-1/+116
| | | | | | | | | | | | Add CVE id reference for CVE-2019-18811 Cleanup debian/changelog file
| * Add CVE id reference for CVE-2019-15099Salvatore Bonaccorso2019-12-041-0/+1
| |
| * Add CVE id reference for CVE-2019-15291Salvatore Bonaccorso2019-12-041-1/+1
| |
| * Add CVE id reference for CVE-2019-19524Salvatore Bonaccorso2019-12-031-1/+1
| |
| * Add CVE id reference for CVE-2019-19529Salvatore Bonaccorso2019-12-031-1/+1
| |
| * Add CVE id reference for CVE-2019-19534Salvatore Bonaccorso2019-12-031-1/+1
| |
| * Update to 5.3.14Ben Hutchings2019-12-011-1/+95
| |
| * Bump ABI to 3Ben Hutchings2019-12-0134-542033/+2
| |
| * Update to 5.3.13Ben Hutchings2019-12-0133-5440/+348
| | | | | | | | * Drop the many patches that were applied upstream
| * [i386] sound/soc: Enable same SOF drivers as on amd64Ben Hutchings2019-12-013-32/+25
| | | | | | | | | | | | There doesn't seem to be any reason these won't work on i386, and the original changelog entry says "[x86]" so I think this was the intent.
| * [amd64] sound/soc/intel/boards: Disable Broxton drivers againBen Hutchings2019-12-012-2/+1
| | | | | | | | | | | | This reverts part of commit 96a39e6c5eab "[x86] ASoC: SOF sound driver: back port fixes to prevent crash". Broxton still hasn't come back from the dead.
| * [amd64] sound: Revert redundant config added along with SOFBen Hutchings2019-12-011-30/+0
| | | | | | | | | | | | This reverts parts of commit 96a39e6c5eab "[x86] ASoC: SOF sound driver: back port fixes to prevent crash". All these config symbols were already enabled at the top level or x86 config.
| * [amd64] sound/soc/sof: Disable SND_SOC_SOF_ACPI etc.Ben Hutchings2019-12-012-3/+9
| | | | | | | | | | | | | | | | Disable SND_SOC_SOF_ACPI, SND_SOC_SOF_{BAYTRAIL,BROADWELL}_SUPPORT. These are not production-ready and conflict with the existing drivers in sound/soc/intel/. Closes: #945914
* | [armel/rpi,armhf,arm64] Enable DEBUG_WXBen Hutchings2019-12-054-0/+13
| | | | | | | | | | Exclude armel/marvell because we have to disable CONFIG_STRICT_{KERNEL,MODULE}_RWX there.
* | Prepare to release linux (5.4.2-1~exp1).debian/5.4.2-1_exp1Salvatore Bonaccorso2019-12-051-2/+2
| |
* | debian/config: Clean up with the help of kconfigeditor2Salvatore Bonaccorso2019-12-051-1/+1
| | | | | | | | Gbp-Dch: Ignore