Skip to content

Commit 73341c8

Browse files
for android-4.4.2
1 parent bbc8794 commit 73341c8

File tree

2,768 files changed

+287831
-147992
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,768 files changed

+287831
-147992
lines changed

Documentation/ABI/testing/sysfs-bus-rbd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ current_snap
5151

5252
The current snapshot for which the device is mapped.
5353

54+
create_snap
55+
56+
Create a snapshot:
57+
58+
$ echo <snap-name> > /sys/bus/rbd/devices/<dev-id>/snap_create
59+
5460
snap_*
5561

5662
A directory per each snapshot

Documentation/cgroups/memory.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@ Note:
466466
5.3 swappiness
467467

468468
Similar to /proc/sys/vm/swappiness, but affecting a hierarchy of groups only.
469-
Please note that unlike the global swappiness, memcg knob set to 0
470-
really prevents from any swapping even if there is a swap storage
471-
available. This might lead to memcg OOM killer if there are no file
472-
pages to reclaim.
473469

474470
Following cgroups' swappiness can't be changed.
475471
- root cgroup (uses /proc/sys/vm/swappiness).

Documentation/devicetree/bindings/arm/atmel-at91.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PIT Timer required properties:
88
shared across all System Controller members.
99

1010
TC/TCLIB Timer required properties:
11-
- compatible: Should be "atmel,<chip>-tcb".
11+
- compatible: Should be "atmel,<chip>-pit".
1212
<chip> can be "at91rm9200" or "at91sam9x5"
1313
- reg: Should contain registers location and length
1414
- interrupts: Should contain all interrupts for the TC block

Documentation/dvb/get_dvb_firmware

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sub tda10045 {
115115

116116
sub tda10046 {
117117
my $sourcefile = "TT_PCI_2.19h_28_11_2006.zip";
118-
my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
118+
my $url = "http://www.tt-download.com/download/updates/219/$sourcefile";
119119
my $hash = "6a7e1e2f2644b162ff0502367553c72d";
120120
my $outfile = "dvb-fe-tda10046.fw";
121121
my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);

Documentation/i2c/busses/i2c-i801

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Supported adapters:
2121
* Intel DH89xxCC (PCH)
2222
* Intel Panther Point (PCH)
2323
* Intel Lynx Point (PCH)
24-
* Intel Lynx Point-LP (PCH)
25-
* Intel Avoton (SOC)
2624
Datasheets: Publicly available at the Intel website
2725

2826
On Intel Patsburg and later chipsets, both the normal host SMBus controller

Documentation/kernel-parameters.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
557557
UART at the specified I/O port or MMIO address,
558558
switching to the matching ttyS device later. The
559559
options are the same as for ttyS, above.
560-
hvc<n> Use the hypervisor console device <n>. This is for
561-
both Xen and PowerPC hypervisors.
562560

563561
If the device connected to the port is not a TTY but a braille
564562
device, prepend "brl," before the device type, for instance
@@ -744,7 +742,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
744742

745743
earlyprintk= [X86,SH,BLACKFIN]
746744
earlyprintk=vga
747-
earlyprintk=xen
748745
earlyprintk=serial[,ttySn[,baudrate]]
749746
earlyprintk=ttySn[,baudrate]
750747
earlyprintk=dbgp[debugController#]
@@ -762,8 +759,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
762759
The VGA output is eventually overwritten by the real
763760
console.
764761

765-
The xen output can only be used by Xen PV guests.
766-
767762
ekgdboc= [X86,KGDB] Allow early kernel console debugging
768763
ekgdboc=kbd
769764

Documentation/networking/ip-sysctl.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,6 @@ tcp_thin_dupack - BOOLEAN
537537
Documentation/networking/tcp-thin.txt
538538
Default: 0
539539

540-
tcp_challenge_ack_limit - INTEGER
541-
Limits number of Challenge ACK sent per second, as recommended
542-
in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks)
543-
Default: 100
544-
545540
UDP variables:
546541

547542
udp_mem - vector of 3 INTEGERs: min, pressure, max

Documentation/sound/alsa/HD-Audio-Models.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ ALC267/268
2121
==========
2222
N/A
2323

24-
ALC269/270/275/276/280/282
24+
ALC269
2525
======
2626
laptop-amic Laptops with analog-mic input
2727
laptop-dmic Laptops with digital-mic input
28-
lenovo-dock Enables docking station I/O for some Lenovos
2928

3029
ALC662/663/272
3130
==============
@@ -47,7 +46,6 @@ ALC882/883/885/888/889
4746
acer-aspire-4930g Acer Aspire 4930G/5930G/6530G/6930G/7730G
4847
acer-aspire-8930g Acer Aspire 8330G/6935G
4948
acer-aspire Acer Aspire others
50-
no-primary-hp VAIO Z workaround (for fixed speaker DAC)
5149

5250
ALC861/660
5351
==========

Documentation/stable_kernel_rules.txt

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Everything you ever wanted to know about Linux -stable releases.
1+
Everything you ever wanted to know about Linux 2.6 -stable releases.
22

33
Rules on what kind of patches are accepted, and which ones are not, into the
44
"-stable" tree:
@@ -42,10 +42,10 @@ Procedure for submitting patches to the -stable tree:
4242
cherry-picked than this can be specified in the following format in
4343
the sign-off area:
4444

45-
Cc: <[email protected]> # 3.3.x: a1f84a3: sched: Check for idle
46-
Cc: <[email protected]> # 3.3.x: 1b9508f: sched: Rate-limit newidle
47-
Cc: <[email protected]> # 3.3.x: fd21073: sched: Fix affinity logic
48-
Cc: <[email protected]> # 3.3.x
45+
Cc: <[email protected]> # .32.x: a1f84a3: sched: Check for idle
46+
Cc: <[email protected]> # .32.x: 1b9508f: sched: Rate-limit newidle
47+
Cc: <[email protected]> # .32.x: fd21073: sched: Fix affinity logic
48+
Cc: <[email protected]> # .32.x
4949
Signed-off-by: Ingo Molnar <[email protected]>
5050

5151
The tag sequence has the meaning of:
@@ -79,15 +79,6 @@ Review cycle:
7979
security kernel team, and not go through the normal review cycle.
8080
Contact the kernel security team for more details on this procedure.
8181

82-
Trees:
83-
84-
- The queues of patches, for both completed versions and in progress
85-
versions can be found at:
86-
http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
87-
- The finalized and tagged releases of all stable kernels can be found
88-
in separate branches per version at:
89-
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git
90-
9182

9283
Review committee:
9384

Documentation/sysctl/kernel.txt

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -284,24 +284,13 @@ Default value is "/sbin/hotplug".
284284
kptr_restrict:
285285

286286
This toggle indicates whether restrictions are placed on
287-
exposing kernel addresses via /proc and other interfaces.
288-
289-
When kptr_restrict is set to (0), the default, there are no restrictions.
290-
291-
When kptr_restrict is set to (1), kernel pointers printed using the %pK
292-
format specifier will be replaced with 0's unless the user has CAP_SYSLOG
293-
and effective user and group ids are equal to the real ids. This is
294-
because %pK checks are done at read() time rather than open() time, so
295-
if permissions are elevated between the open() and the read() (e.g via
296-
a setuid binary) then %pK will not leak kernel pointers to unprivileged
297-
users. Note, this is a temporary solution only. The correct long-term
298-
solution is to do the permission checks at open() time. Consider removing
299-
world read permissions from files that use %pK, and using dmesg_restrict
300-
to protect against uses of %pK in dmesg(8) if leaking kernel pointer
301-
values to unprivileged users is a concern.
302-
303-
When kptr_restrict is set to (2), kernel pointers printed using
304-
%pK will be replaced with 0's regardless of privileges.
287+
exposing kernel addresses via /proc and other interfaces. When
288+
kptr_restrict is set to (0), there are no restrictions. When
289+
kptr_restrict is set to (1), the default, kernel pointers
290+
printed using the %pK format specifier will be replaced with 0's
291+
unless the user has CAP_SYSLOG. When kptr_restrict is set to
292+
(2), kernel pointers printed using %pK will be replaced with 0's
293+
regardless of privileges.
305294

306295
==============================================================
307296

0 commit comments

Comments
 (0)