This is the start of the stable review cycle for the 3.0.98 release. There are 17 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Tue Oct 1 19:07:47 UTC 2013. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.98-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.0.98-rc1 Daniel Santos <daniel.santos@xxxxxxxxx> kernel-doc: bugfix - multi-line macros Ben Hutchings <bhutchings@xxxxxxxxxxxxxx> sfc: Fix efx_rx_buf_offset() for recycled pages Andi Kleen <ak@xxxxxxxxxxxxxxx> perf tools: Handle JITed code in shared memory Lino Sanfilippo <LinoSanfilippo@xxxxxx> fanotify: dont merge permission events Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> perf: Fix perf_cgroup_switch for sw-events Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu Li Zefan <lizefan@xxxxxxxxxx> cgroup: fail if monitored file and event_control are in different cgroup Sasha Levin <levinsasha928@xxxxxxxxx> SCSI: iscsi: don't hang in endless loop if no targets present Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: fix handling of variable sized arrays for router objects Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: fix resume on some rs4xx boards (v2) Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: update line buffer allocation for dce4.1/5 Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: fix LCD record parsing Kees Cook <keescook@xxxxxxxxxxxx> HID: zeroplus: validate output report details Kees Cook <keescook@xxxxxxxxxxxx> HID: provide a helper for validating hid reports Stanislaw Gruszka <sgruszka@xxxxxxxxxx> rt2800: fix wrong TX power compensation Fabio Porcedda <fabio.porcedda@xxxxxxxxx> net: usb: cdc_ether: Use wwan interface for Telit modules Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()" ------------- Diffstat: Makefile | 4 +-- drivers/gpu/drm/radeon/evergreen.c | 25 +++++++++++--- drivers/gpu/drm/radeon/evergreend.h | 4 +++ drivers/gpu/drm/radeon/radeon_atombios.c | 13 ++++--- drivers/gpu/drm/radeon/rs400.c | 9 +++-- drivers/hid/hid-core.c | 58 ++++++++++++++++++++++++++++++++ drivers/hid/hid-zpff.c | 18 +++------- drivers/net/sfc/rx.c | 3 +- drivers/net/usb/cdc_ether.c | 5 +++ drivers/net/wireless/rt2x00/rt2800lib.c | 7 ++++ drivers/scsi/scsi_transport_iscsi.c | 2 +- fs/notify/fanotify/fanotify.c | 6 ++++ include/linux/hid.h | 4 +++ include/linux/perf_event.h | 2 +- kernel/cgroup.c | 11 ++++++ kernel/events/core.c | 21 +++++++----- net/sctp/sm_sideeffect.c | 3 +- scripts/kernel-doc | 3 ++ tools/perf/util/map.c | 1 + 19 files changed, 159 insertions(+), 40 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html