[Mageia-dev] [changelog] [RPM] 2 core/updates_testing kernel-3.4.30-1.mga2
Manuel Hiebel
manuel.mageia at hiebel.eu
Tue Feb 12 21:06:51 CET 2013
Le 12/02/2013 20:44, tmb a écrit :
> Name : kernel Relocations: (not relocatable)
> Version : 3.4.30 Vendor: Mageia.Org
> Release : 1.mga2 Build Date: Tue Feb 12 18:48:20 2013
> Install Date: (not installed) Build Host: jonund.mageia.org
> Group : System/Kernel and hardware Source RPM: (none)
> Size : 68244027 License: GPLv2
> Signature : (none)
> Packager : tmb <tmb>
> URL : http://www.kernel.org
> Summary : Linux kernel built for Mageia
> Description :
> The kernel package contains the Linux kernel (vmlinuz), the core of your
> Mageia operating system. The kernel handles the basic functions
> of the operating system: memory allocation, process allocation, device
> input and output, etc.
>
> This kernel relies on in-kernel smp alternatives to switch between up & smp
> mode depending on detected hardware. To force the kernel to boot in single
> processor mode, use the "nosmp" boot parameter.
>
> tmb <tmb> 3.4.30-1.mga2:
> + Revision: 398122
> - fix conflict on to match dkms-broadcom-wl with fixes blacklisting and aliasing
> - Bluetooth: Fix handling of unexpected SMP PDUs
> - efi: Make 'efi_enabled' a function to query EFI facilities
> - samsung-laptop: Disable on EFI hardware
> - rtlwifi: Fix scheduling while atomic bug
> - rtlwifi: Fix the usage of the wrong variable in usb.c
> - kernel/resource.c: fix stack overflow in __reserve_region_with_split()
> - virtio_console: Don't access uninitialized data
> - update to 3.4.30
> - drop merged patches
> - drop build, source symlinking of source package to kernel tree as it
> makes dkms build unusable modules
> - conflict dkms packages that does not support kernel-3.4 to help upgrade ordering
> - fix kernel stack disclosure in binfmt_script load_script() (CVE-2012-4530)
> - add current -stable net patches
> - update defconfigs
> - drop merged patch
> - update to 3.4.24
> - drop merged patch
> - update to 3.4.20
> - mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
> - switch server kernel image compression back to GZIP so it works with
> Amazon EC2 and other older XEN setups
> - update to 3.4.19
> - drop merged patches
> - update to 3.4.18
> - b43: Fix oops on unload when firmware not found
> - md/raid1: Fix assembling of arrays containing Replacements
> - replace 'ext4: revert jbd2: don't write superblock when if its empty'
> with upstream fix: 'ext4: fix unjournaled inode bitmap modification'
> (wich properly fixes the possible data corruption bug)
> - drop merged patches
> - update to 3.4.17
> - ext4: revert 'jbd2: don't write superblock when if its empty' (fixes possible data corruption)
> - cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code
> - add current stable queue fixes (43 fixes all over)
> - require kmod-7-7.mga2 (makes demod -a respect modules.order with compressed modules)
> - require security-fixed dracut-017-16.1.mga2
> - update to 3.4.16
> - update to 3.4.15
> - fix xfs module failing to init/load properly (#7375)
> - add Atheros AR8161/8165 PCI-E Gigabit support (#7853)
> - add more unionfs fixes for posix_types changes added in 3.4.8
> - add Wacom Intuos5 support (mga #7659)
> - update defconfigs
> - drop broken synaptics-led patch
> - drop broken acpi-proc-events, acpi-dsdt patches
> - modify arm, char, netfilter, shuttle-wmi and unionfs patches to
> apply cleanly
> - add unionfs buildfix for 3.4 series kernels
> - add missing includes for to build radio-rttrack
> - drop merged patches
> - require kmod instead of module-init-tools
> - BR pkgconfig(gtk+-2.0), flex, bison for perf tools
> - update to 3.4.13
> - ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT
> - md: avoid crash when stopping md array races with closing other open fds
> - md/raid1: close some possible races on write errors during resync
> - dm raid1: fix crash with mirror recovery and discard
> - rds: set correct msg_namelen (CVE-2012-3430)
> - fs/locks.c: Remove easily user-triggerable BUG from generic_setlease
> - HID: add support for 2012 MacBook Pro Retina
> - Input: bcm5974 - Add support for 2012 MacBook Pro Retina
> - md/raid1: fix use-after-free bug in RAID1 data-check code
> - iwlegacy: always monitor for stuck queues
> - iwlegacy: don't mess up the SCD when removing a key
> - net-wireless-iwlegacy-don-t-mess-up-the-scd-when-removing-a-key.patch
> - intel_ips: blacklist HP ProBook laptops
> - eCryptfs fixes:
> Gracefully refuse miscdev file ops on inherited/passed files
> Fix lockdep warning in miscdev operations
> Properly check for O_RDONLY flag before doing privileged open
> - gspca-core: Fix buffers staying in queued state after a stream_off
> - cfg80211: fix potential deadlock in regulatory
> - btrfs: run delayed directory updates during log replay
> - revert: via: initialize object_idr (breaks build)
> - raid fixes from upstream
> * md/raid10:
> Don't try to recovery unmatched (and unused) chunks
> fix failure when trying to repair a read error
> * md/raid5:
> In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rde
> Do not add data_offset before call to is_badbloc
> delayed stripe bits fix
> - other fixes from upstream
> * crypto:
> aesni-intel - fix unaligned cbc decrypt for x86-32
> * gma500:
> don't register the ACPI video bus
> * Tools:
> hv: verify origin of netlink connector message (CVE-2012-2669)
> * scsi & usb-storage:
> add try_rc_10_first flag
> * usb/host/xHCI:
> Increase the timeout for controller save/restore state operation
> - filesystem fixes from upstream
> * ext4:
> fix the free blocks calculation for ext3 file systems w/ uninit_bg
> * udf:
> Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
> Avoid run away loop when partition table length is corrupted (CVE-2012-3400)
> Fortify loading of sparing table (CVE-2012-3400)
> * epoll:
> clear the tfile_check_list on -ELOO (CVE-2012-3375)
> - mm fixes from upstream
> * pmd_read_atomic:
> fix 32bit PAE pmd walk vs pmd_populate SMP race condition (CVE-2012-2372)
> * hugetlb:
> fix resv_map leak in error path (CVE-2012-2390)
> - char/agp: add another Ironlake host bridge
> - upstream net fixes:
> * bcma:
> add ext PA workaround for BCM4331 and BCM43431
> * e1000e:
> Disable ASPM L1 on 82574
> Remove special case for 82573/82574 ASPM L1 disablement
> * tg3:
> Apply short DMA frag workaround to 5906 (mga #6293)
> - upstream wireless fixes:
> * iwlwifi:
> disable the buggy chain extension feature in HW
> do not use shadow registers by default
> don't mess up the SCD when removing a key
> unregister LEDs if mac80211 registration fails
> update BT traffic load states correctly
> use correct supported firmware for 6035 and 6000g2
> * r8712u:
> Add new USB IDs
> * rt2800usb:
> add more devices ids
> * rtl8192cu:
> New USB IDs
> * wl1251:
> fix oops on early interrupt
> - drm fixes from upstream:
> * core:
> edid: don't return stack garbage from supports_rb
> ttm: Fix buffer object metadata accounting regression v2
> ttm: Fix spinlock imbalance
> * i915:
> Adding TV Out Missing modes
> always use RPNSWREQ for turbo change requests
> Mark the ringbuffers as being in the GTT domain
> enable vdd when switching off the eDP panel
> Fix eDP blank screen after S3 resume on HP desktops
> Flush any outstanding work to turn the VDD off
> properly handle interlaced bit for sdvo dtd conversion
> Refactor the deferred PM_IIR handling into a single function
> rip out the PM_IIR WARN
> wait for a vblank to pass after tv detect
> * nouveau:
> disp: fix dithering not being enabled on some eDP macbooks
> fbcon: using nv_two_heads is not a good idea
> * radeon:
> add some additional 6xx/7xx/EG register init
> audio: don't hardcode CRTC id
> fix bank information in tiling config
> fix HD6790, HD6570 backend programming
> fix regression in UMS CS ioctl
> fix tiling and command stream checking on evergreen v3 (mga #6715)
> fix typo in trinity tiling setup
> fix vm deadlocks on cayman
> fix VM page table setup on SI
> fix XFX quirk
> properly program gart on rv740, juniper, cypress, barts, hemlock
> * sis:
> initialize object_idr
> * via:
> * vmwgfx:
> Fix nasty write past alloced memory area
> - scsi: Silence unnecessary warnings about ioctl to partition (requested by colin)
> - Support embedded LED on Synaptics devices (#5694)
> - update -devel filelists
> - drop merged patches
> - update to 3.3.8
> - enable EFI_STUB support (#6598)
> - net/e1000: Prevent reset task killing itself (fixes deadlock)
> - pull in fixes from stable queue:
> * ALSA: echoaudio: Remove incorrect part of assertion
> * ALSA: HDA: Lessen CPU usage when waiting for chip to respond
> * ALSA: hda/realtek - Add missing CD-input pin for MSI-7350 mobo
> * ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops
> * usbnet: fix skb traversing races during unlink(v2)
> * namespaces, pid_ns: fix leakage on fork() failure
> - ipw2x00: add support for nl80211 clients like Network Manager (#5720)
> - disable APM_CPU_IDLE as it causes some hw to hang on boot
There is no way to remove old commit ?
More information about the Mageia-dev
mailing list