summaryrefslogtreecommitdiff
path: root/include/linux/init_task.h
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2008-05-31 19:01:26 +0200
committerStefan Richter <stefanr@s5r6.in-berlin.de>2008-06-19 00:12:34 +0200
commit0bf607c5b4edd13362e4add6ca1e81f8a9fbd47c (patch)
treecfd10d0025df679ee525aacfbc7479e8fffe90aa /include/linux/init_task.h
parent952f4a0a9b27e6dbd5d32e330b3f609ebfa0b061 (diff)
downloadkernel-0bf607c5b4edd13362e4add6ca1e81f8a9fbd47c.tar.gz
firewire: don't panic on invalid AR request buffer
BUG() at this place is wrong. (Unless if the low level driver would already do higher-level input validation of incoming request headers.) Invalid incoming requests or bugs in the controller which corrupt the AR-req buffer needlessly crashed the box because this is run in tasklet context. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/linux/init_task.h')
0 files changed, 0 insertions, 0 deletions
d> 2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro 2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro 2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman 2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro 2009-06-16vmscan: don't export nr_saved_scan in /proc/zoneinfoWu Fengguang 2009-06-16vmscan: cleanup the scan batching codeWu Fengguang 2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman 2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected hole...Mel Gorman 2009-04-02mm: align vmstat_work's timerAnton Blanchard 2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro 2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell 2009-01-01cpumask: convert mm/Rusty Russell 2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan 2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan 2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan 2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan 2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn 2008-10-20vmstat: mlocked pages statisticsNick Piggin 2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn 2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn 2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel 2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel 2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter 2008-08-27[ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman 2008-07-24mm/vmstat.c: proper externsAdrian Bunk 2008-05-23mm: use performance variant for_each_cpu_mask_nrMike Travis 2008-05-13make vmstat cpu-unplug safeKOSAKI Motohiro 2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi 2008-04-30/proc/pagetypeinfo: fix output for memoryless nodesKOSAKI Motohiro 2008-04-28vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich 2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke 2008-04-28mm: remember what the preferred zone is for zone_statisticsMel Gorman 2008-04-15add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro